Introduction: The Key Role of Industrial I/O Cards in Automation Upgrades
In industrial control systems, relay outputs are used to drive external actuators such as motors, solenoid valves, and alarm lights, while isolated digital inputs are used to collect signals from limit switches, buttons, and sensors. With the transition from PCI bus to PCIe, many older I/O cards are facing discontinuation or compatibility issues. The ADLINK PCI-7250/7251 series offers flexible relay quantity and input channel expansion solutions, and introduces low profile PCI (LPCI-7250) and PCI Express (LPCIe-7250) versions, as well as CompactPCI (cPCI-7252) specifications to accommodate different chassis and bus requirements. This article will comprehensively analyze the engineering deployment points of this series of cards from model comparison, expansion configuration, electrical characteristics, driver installation to typical applications, helping technicians make efficient decisions when replacing old I/O modules or building new projects.
Product model and expansion architecture
2.1 List of Basic Models
PCI-7250: Main card, providing 4 SPDT (Single Pole Double Throw, Form C) and 4 SPST (Single Pole Single Throw, Form A) relay outputs, as well as 8 isolated digital inputs. Adopting standard PCI 2.1 (5V) bus and 37 pin D-sub female interface.
PCI-7251: Expansion card, no bus interface, must be connected to PCI-7250 through a flat cable, providing the same 8-way relays (4 SPDT+4 SPST) and 8-way isolation DI as the main card. One PCI-7250 can connect up to 3 PCI-7251, doubling the total number of channels (up to 32 relays+32 DI).
LPCI-7250: Low profile PCI card (3.3V/5V universal), providing 8 SPDT relays (without dual SPST) and 8 isolated DI, 50 pin SCSI-II interface, suitable for compact chassis.
LPCIe-7250: PCI Express x1 version, with the same specifications as LPCI-7250, compatible with modern motherboards.
CPCI-7252: 3U CompactPCI module (PICMG 2.0), providing 8 SPDT relays and 16 isolated DI (doubled input channels), designed specifically for telecommunications and military grade racks.
2.2 Comparison of Expansion Capability
Model combination relay total SPDT SPST isolation DI
PCI-7250 8 4 4 8
PCI-7250+1×7251 16 8 8 16
PCI-7250+2×7251 24 12 12 24
PCI-7250+3×7251 32 16 16 32
LPCI/LPCIe-7250 8 8 0 8
cPCI-7252 8 8 0 16
Selection tip: If a large number of SPST (normally open only) relays are needed, the PCI-7250 combination is more flexible; If only SPDT (both normally open and normally closed) is needed and space is limited, LPCI-7250 is better.
Relay output characteristics and engineering wiring
3.1 Contact specifications
PCI-7250/7251 and cPCI-7252: AC 120V@0.5A , DC 24V@1A (Resistive load), operation/release time of about 8ms, mechanical life>5 × 10 ⁵ times (24VDC/1A).
LPCI/LPCIe-7250:DC 30V@2A (Higher current), operating life>10 ⁵ times (2A/30V), but without AC rating, only suitable for DC loads.
Important difference: The LPCI version has a higher rated current for contacts (2A), but the voltage is lower and does not support AC, making it suitable for driving DC solenoid valves or LED indicator lights; The PCI-7250 version supports AC 120V and can drive AC contactors or small motors.
3.2 Relay status indication and readback
Each relay corresponds to an onboard LED (lit to SET status, extinguished to RESET). The software can obtain the current output status by reading the register (relay read back function), avoiding unknown status caused by external power failure or malfunction. This is a more reliable feature than simple latch output.
3.3 Wiring precautions
The relay is a non latch type, which returns to its initial state after power failure (normally open contacts open, normally closed contacts closed).
The voltage resistance between contacts is 1000VRMS, but the high and low voltage signals still need to be routed separately to avoid interference during wiring.
The use of DIN-37D-01 or ACLD-9137-01 terminal blocks facilitates the connection of external devices and supports DIN rail installation.
Isolation digital input characteristics and anti-interference design
4.1 Electrical Parameters
Number of channels: 8 main cards (PCI/LPCI/PCIe); CPCI-7252 has 16 channels.
Input range: 0~24V, non-polar (bridge rectifier inside optocoupler), can be connected to NPN or PNP sensors.
Logical threshold:
High level: 5~24V (PCI/LPCI/PCIe and 7251), 3~24V (cPCI-7252)
Low level: 0~1.5V (former), 0~1V (latter)
Input resistance: 2.2k Ω @ 0.33W (PCI series), 1.2k Ω @ 0.5W (cPCI-7252)
Isolation voltage: 5000VRMS (much higher than general optocouplers), suitable for high common mode interference environments.
4.2 Low pass filtering options
Each DI channel can choose whether to enable RC filtering (hardware jumper or software configuration, see manual for details) to filter out contact jitter and transient noise in industrial sites. After enabling filtering, the response time slightly increases (about a few milliseconds), but the stability is greatly improved.
4.3 Wiring Examples
External dry contacts (such as buttons): One end is connected to DI+(or DI-H/L), and the other end is connected to IGND (isolated ground).
External NPN sensor: output signal connected to DI+, sensor GND connected to IGND.
External PNP sensor: The output is connected to DI+, and the negative terminal of the power supply is connected to IGND (due to the lack of polarity in the input, it can be flexibly connected in practice, but it is necessary to ensure that the voltage is within the range).

Multi card expansion installation and configuration
5.1 Hardware Connection (PCI-7250+7251)
Insert PCI-7250 into the main PCI slot, PCI-7251 does not require a slot, and connect the two through the included flat cable (pay attention to the direction, usually 20 core or specific ribbon cable).
Up to 3 PCI-7251 chips can be cascaded, and the connection sequence is recognized by software (via onboard ID jumper or address allocation).
All cards share the same PCI bus resource, and I/O addresses are mapped by the main card. Expansion cards do not occupy additional IRQ.
5.2 Software Identification
The driver (PCIS-DASK) will automatically scan the 7251 cascaded channels and address all channels uniformly. For example, the main card channels are 0-7, the first expansion channel is 8-15, and so on. When programming, users only need to specify the channel number (0-31), without worrying about the physical location.
5.3 Address Conflict Investigation
If the system cannot detect the expansion card, check if the flat cable is securely plugged in and if the correct expansion card number is set (some versions have dip switches). If still unable to recognize, you can try replacing the main card slot or reducing the PCI bus speed.
Software support and driver installation
6.1 Operating System Support
Officially supports Windows 7/Vista/XP/2000/2003 Server and Linux (via PCIS-DASK/X). For Windows 10/11, drivers can usually be installed using Windows 7 compatibility mode.
6.2 Driver kit
PCIS-DASK for Windows: Includes DLL and sample programs (C/C++, VB, Delphi, BCB).
DAQPilot for LabVIEW: Provides a VI function library for easy graphical programming.
DAQ-MTTLB for MATLAB: used for data acquisition and simulation.
ICOM Tools (not specific to this card, but can be used with a serial port card).
6.3 Brief Programming Interface
Common functions (using C language as an example):
DASK-Open()//Open the device
DASK-GetDIOScanInfo()//Get channel information
DASK-D_ReadPort()//Read all DIs
DASK-DOWritePort()//Write all relays (outputs)
DASK-DO-ReadPort()//Read back the current output status
Each relay corresponds to an output bit (1=SET, 0=RESET), and DI corresponds to an input bit.
6.4 Terminal board and cable selection
PCI-7250/7251 uses 37 pin D-sub, recommended DIN-37D-01 (DIN rail installation) or ACLD-9137-01 (universal), cable ACL-10137-1MM (1 meter).
LPCI/LPCIe/cPCI-7252 uses 50 pin SCSI-II, recommended DIN-50S-01, cable ACL-10250-1M.
Typical application scenarios and engineering cases
7.1 Automatic assembly line signal monitoring
Using PCI-7250 main card and one 7251 chip, provide 16 channels of DI acquisition fixture in place sensors, emergency stop buttons, 16 channels of relay output to control solenoid valves and alarm lights. Isolate DI to ensure that interference from the machine tool frequency converter is not transmitted to the computer.
7.2 Aging test cabinet
Multi channel relays switch power or load, operate in sequence through the upper computer program, and read back the output status to confirm whether each channel is properly engaged. 32 channels can simultaneously control multiple sets of product testing.
7.3 Building Automation (BAS)
Use LPCI-7250 (low profile, suitable for small industrial computers) to control 8 lighting circuits (SPDT relay switchable dual power supply) and collect 8 door magnetic or infrared detectors.
7.4 Replacement of discontinued ISA/PCI cards
Many old I/O cards, such as ADLINK PCI-7230 and PCI-7248, have been discontinued. The PCI-7250 series is fully compatible with relay output and isolation DI functions, and the software interface (DASK) remains consistent, requiring only minor modifications to port old programs.
Troubleshooting and Common Problems
8.1 Relay does not operate
Check if the software correctly writes the output bit and verify using the read back function.
Check the relay drive voltage (onboard+5V drive, external load requires independent power supply, contacts only switch to external circuit).
Measure whether the contacts are conductive (the coil should be normally open and closed after being pulled in).
If all channels are unresponsive, check if the PCI slot is powered normally (+5V).
8.2 Digital input always remains high or low
Confirm whether the external signal voltage is within the effective range (0~24V) and has any polarity.
Check if the input resistance is normal (use a multimeter to measure the resistance between DI+and IGND, approximately 2.2k Ω).
If filtering is enabled, try turning it off to see if it improves (although the response may be slower, it should be detectable).
Check if the common ground is correct (IGND must be connected to the external device ground).
8.3 Expansion card cannot be recognized
Check if the cascade cable is securely plugged in and if the connection sequence between the main card and the expansion card is marked.
Replace the PCI slot of the main card or check the allocation of BIOS PCI resources.
Try gradually testing by connecting only one expansion card.
8.4 System blue screen or crash
It may be an IRQ conflict, try replacing the PCI slot, or allocate a separate IRQ to the PCI device in the BIOS.
Update the driver program to the latest version.
Check if the gold fingers on the board are oxidized and clean them with an eraser.
Maintenance and reliability recommendations
Relay life monitoring: Regularly record the number of actions, replace the card in advance or use an external solid-state relay when approaching the rated life.
Dust protection: Relay contacts are easily affected by dust, and the cabinet needs to be sealed and ventilated with positive pressure.
Isolation DI overvoltage protection: If the input voltage may exceed 24V, a current limiting resistor should be connected in series or an external isolator should be used.
Storage environment: -20~80 ℃, humidity<95%, no condensation.
Spare parts management: As PCI-7250 relies on the 5V PCI bus, if upgrading to PCIe in the future, LPCIe-7250 can be used to avoid compatibility issues.
