Welcome to the Industrial Automation website!

NameDescriptionContent
XING-Automation
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

HMS Airbus X-gateway troubleshooting

F: | Au:FANS | DA:2026-05-19 | 334 Br: | 🔊 点击朗读正文 ❚❚ | Share:

HMS Anybus X-gateway Troubleshooting and Configuration Guide

Industrial sites often require the connection of automation equipment from different manufacturers and protocols. The Anybus X-gateway is an intelligent protocol gateway launched by HMS, which integrates two Anybus-S network interface cards and forwards data bidirectionally through a gateway platform. It can realize the interconnection of any two networks such as PROFIBUS, Modbus, EtherNet/IP, PROFINET, CANopen, etc., and supports mixed master/slave configuration.

Although gateway design emphasizes plug and play, in actual operation, communication interruptions, data asynchrony, and loss of slave stations may still occur. This article is based on the core technical information of the Anybus X-gateway user manual, and compiles a systematic troubleshooting and configuration optimization process to help engineers diagnose and restore gateway operation without the need for specialized software, using only terminal simulation tools.


System Architecture and Data Exchange Fundamentals

2.1 Internal Data Flow

The Anybus X-gateway contains two independent network interfaces (called Upper and Lower), each with its own input/output buffer. The gateway periodically copies input data from one side to the output buffer on the other side, and vice versa. Each buffer can support a maximum of 512 bytes, but the actual amount of data that can be exchanged depends on the limitations of the specific network protocol.

Fault prompt: If data is only transmitted in one direction or not updated at all, first check whether the I/O data length configuration of the two interfaces matches, and whether the control word/status word function is enabled (which will occupy additional mapping space).

2.2 Loop I/O and Non Loop Parameter Data

Most fieldbuses distinguish between cyclic I/O data (fast, periodic) and non cyclic parameter data (slow, on-demand access). The X-gateway processes these two types of data separately:

Input I/O data size: The number of bytes of cyclic data sent from the gateway to the network.

Output I/O data size: The number of cyclic data bytes received and forwarded from this network to the other side.

Input/Output Parameter data size: Non cyclic data length, typically used to read diagnostic information or configure slave parameters.

If the parameter data area is set too small, it may result in the inability to read some extended diagnostic information from the slave station; Setting too large will waste bus bandwidth.

2.3 Control Words and Status Words

To enhance remote diagnostic capabilities, X-gateway allows Control Word and Status Word to be enabled for each network interface (disabled by default).

Control Word (16 bit):

Bit 0-7: Main station mode control (only valid for main station configuration)

Position 15: Reset gateway (1 triggers restart)

Status Word (16 digits):

Bit 0-3: Gateway cycle counter (increment 1 for each successful data forwarding)

Bit 4-7: Universal error counter (increment 1 when gateway cycle exceeds 100ms)

Bit 8-11: Master station mode status (visible only to the opposite network)

Bit 12: Init bit (1 indicates that the other network interface has been initialized)

Bit 13: Run bit (1 indicates that the other side of the network is online/running)

Typical fault: If the error counter in Status Word continues to increase but the gateway is not completely offline, it is usually due to slow response time on one side of the network (such as too long PROFIBUS bus cycle setting or too many slave stations). At this point, the configuration of the master station should be checked to reduce the number of polling slave stations or increase the bus cycle time.

Common fault types and troubleshooting steps

3.1 Complete communication interruption (LED red light)

The front panel of the X-gateway has two sets of status LEDs (two per set, usually green/red):

Meaning of LED color

Green constant light communication is normal

Red constant light communication fault (such as network cable disconnection, bus conflict)

Red flashing network interface hardware failure (such as firmware damage)

Extinguish without powering on

Troubleshooting steps:

Confirm that the 24V power supply is functioning properly (measured voltage between 21.6-26.4V).

Check the physical connection of the corresponding network (such as PROFIBUS terminal resistance, EtherNet/IP network cable on/off).

Enter the Operating Status Information menu through the configuration interface and view the "Module status" and "Network status" of the interface.

If "Module status: Initialised" is displayed but "Network status: Offline" is displayed, it indicates that the interface initialization was successful but bus communication was not established (possibly due to the main station not being started or station address conflicts).

If the network interface indicator light flashes red, try restarting the gateway (using the control word to reset or power on again). If the fault persists, it may be necessary to re download the firmware or repair it.

3.2 Data mapping errors or numerical jumps

When the gateway has connected the networks on both sides, but the data read by the PLC does not match the actual physical quantity or frequently jumps, the data mapping should be checked:

Size end issue: The X-gateway defaults to using Motorola (Big End) format to store 16/32-bit values. If the PLC uses Intel (small end) format, byte swapping is required on the user side.

Control/Status Word occupancy: If Control/Status Word is enabled, the first few bytes of I/O data will be occupied by these words. For example, the first two bytes of the input I/O data area are Status Word, and the user data starts from the third byte. If the mapping offset of the PLC is not adjusted at this time, it will cause data misalignment.

Live List occupancy: When Live List is enabled in the master configuration, up to 64 slave states (each slave occupies 1 bit) will occupy the first 8 bytes of the input I/O data area.

Solution: Go to the Change Configuration menu and check if the control/status word or Live List is accidentally enabled. If these functions need to be retained, corresponding offset addresses must be recorded in the PLC program.

3.3 Loss of slave stations under master station configuration (indicated by Live List)

In the Master to Slave gateway, the master interface maintains a Live List (active slave list). This list is a 64 bit bitmap, with each bit indicating whether the slave stations with node addresses 1-64 are active (specific interpretation depends on the network protocol, such as the "data exchange" status in PROFIBUS).

If a slave station reports' Slave not active ', possible reasons may be:

Power outage or physical disconnection from the substation.

The watchdog of the slave station has timed out (the watchdog time of the slave station can be adjusted).

The I/O data length configured by the master station does not match that of the slave station.

Diagnostic operation:

Check if Live List is enabled through the configuration menu Show Fieldbus System Configuration.

If enabled, the Live List will appear at a fixed offset in the input I/O data area. It is possible to quickly determine which slave has failed by monitoring the bitmap.

For the EtherNet/IP Scanner interface (without Live List), the connection status can be viewed through another diagnostic object.

3.4 Data behavior after network offline (freezing or clearing)

When a network interface goes offline (such as a PROFIBUS cable break), the gateway will default to clearing all data sent to the other network (i.e. setting all to 0). But in some applications, such as maintaining the final effective value, it may be safer (such as valve opening). At this point, you can modify the Offline option:

Clear: Clear the output data to zero.

Freeze: Keep the output data as the last received value.

This option can be set independently for each network interface. If the application requires maintaining the output unchanged when offline, it must be changed to Freeze.

In addition, some interfaces also support Offline timeout (milliseconds) parameters. If no new data is received within this time, it will be judged as offline and the above action will be triggered.

3.5 Configuration interface cannot be connected

The configuration interface of X-gateway is the bottom RS232 port (9-pin D-sub), which requires the use of standard null modem cables (2-3 cross, 7-8 cross, 5 direct connection). The connection parameters are fixed as:

Baud rate: 57600

Data bits: 8

Verification: None

Stop position: 1

Flow control: None

If using a USB-RS232 converter, ensure that the driver is correct and the baud rate is set correctly. After entering terminal software (such as HyperTerminal, PuTTY), power on the gateway, and the screen will scroll with startup information, finally prompting Press ESC to enter configuration interface. At this point, quickly press the Esc key to enter the main menu.

If no prompt or garbled text appears:

Check if the cable is null modem (not a straight line).

Attempt to reduce the baud rate of the terminal software (sometimes the gateway actually runs at 9600? The manual specifies 57600, but some older versions may be different).

Check if the PC serial port is occupied by other programs.


Practical Configuration Menu and Detailed Parameter Explanation

4.1 Main menu navigation

After successful connection through terminal software, the main menu displays:

text

Anybus X-gateway Main menu

1 - Show gateway system information

2 - Show fieldbus system information

3 - Show gateway system configuration

4 - Show fieldbus system configuration

5 - Operating Status information

6 - Change Configuration

7 - Configuration upload/download

8 - Restart Gateway

9 - Change operation mode (Master only)

A - Administration mode

Enter the corresponding number and press enter to enter the submenu. Press Esc at any time to return to the main menu.

4.2 Viewing System Information (Diagnostic Fundamentals)

Show gateway system information: Display the bootloader version, application version, product version, and serial number. Can be used to confirm whether the firmware needs to be upgraded.

Show fieldbus system information: Display the model, firmware version, MAC address (Ethernet interface), etc. of the Upper and Lower interfaces separately. If there is a significant difference in firmware versions between the two interfaces, there may be compatibility issues.

4.3 Operating Status Information

This menu displays real-time operational data of the gateway, such as:

text

Operating Status information

PROFIBUS Master (Upper)

Cycle counter: 3

Error counter: 0

Operation mode: Stop

Module status: Initialised

Network status: Offline

Status word value (Hex): 3002

Cycle counter should normally increase several times every few seconds. If it remains unchanged for a long time, it indicates that the internal data forwarding of the gateway is stagnant.

If the Error counter continues to increase, it indicates that the gateway cycle exceeds 100ms, usually due to network overload on one side.

Operation mode can display status such as Stop/Clear/Operate for the main station interface. If it is in Stop, a control word needs to be sent to switch it to Operate (see 4.5).

The hexadecimal value of Status word value can be directly decoded. For example, 0x3002=0b0011 0000 0000 0010, it can be resolved that Run bit=1, Init bit=1, error counter=0, and loop counter=2.

4.4 Change Configuration

This is the most commonly used maintenance menu. After entering, the system will prompt "Both networks will go offline". After confirmation, you can modify the following parameters (listed in the above and below interfaces respectively):

General parameter description

Suggested values for parameter meanings

Input I/O data size: The length of input data (in bytes) for this interface is set according to application requirements and should not exceed 512

Output I/O data size: The length of the output data from this interface (in bytes) is the same as above

The action when another network is offline is usually selected as Freeze or Clear

Is the Control/Status word enabled? When the Control/Status word needs to be remotely reset or diagnosed, it should be set to Enabled

Does the Live List provide activity maps for secondary stations? When there are a large number of secondary stations and monitoring is required, set them to Enabled

Offline timeout determines the offline silence time (in milliseconds), which defaults to 0 (disabled) and can be set to 500-2000ms based on the bus cycle

Attention: After modifying the I/O data size, it must be consistent with the configuration of the opposite device (master/slave), otherwise it may cause data misalignment or communication failure.

Gateway system parameters

Reboot after disconnection: When using HMS Transport Provider (some configuration tools), whether to automatically restart the gateway if the connection is lost. Usually, keeping it enabled is sufficient to avoid the gateway not being restored after the tool is accidentally disconnected.

4.5 Change operation mode of the main station

This menu (Menu 9) is only displayed for gateways configured with the main station/scanner. The main station interface usually supports multiple operating modes, such as Stop, Clear, and Operate. The slave interface changes the master mode through the "Master Mode" bit in the control word. If the control word is disabled, it must be manually switched through this menu.

Typical scenario: The main station interface is in Stop mode, causing all slave stations to be unable to exchange data. Enter menu 9 and select Operate (or Run) to restore data exchange.

4.6 Configuration file backup and recovery (Configuration upload/download)

X-gateway supports uploading/downloading complete configuration files (config. cfg) through Ymodem protocol. This is the best way to quickly replace gateways:

Backup:

Enter the main menu → 7 → press u to start uploading.

Select "Receive Files" from the "Transfer" menu of the terminal software, choose Ymodem as the protocol, and save as config. cfg.

Recovery:

Enter the main menu → 7 → press d to start the download.

If prompted offline, press y to confirm.

Select 'Send File', choose Ymodem protocol, and send the previously saved config. cfg.

The gateway automatically restarts and the new configuration takes effect.

This method can be used to batch replicate multiple gateways or quickly restore configurations after a failure, without the need for manual item by item settings.

Power and environmental faults

5.1 Power supply abnormality

Power supply requirements: 24V DC ± 10%, maximum current 300mA. Using a non regulated power supply or voltage below 21V may cause the gateway to randomly restart or the status LED to flash.

Polarity: The power terminal has positive and negative markings (+/-), and reverse connection will not damage it but will not work.

Grounding: DIN rails must be connected to a protective earth (PE), otherwise EMC performance may decrease and communication errors may occur.

5.2 Environmental Overheating

Working temperature range: 0~+65 ° C. If installed in a closed control cabinet with poor ventilation, the gateway may exceed its upper limit, causing abnormal operation of internal chips (such as communication interruption).

Non storage temperature: -40 to+85 ° C. Extreme temperatures should be avoided during transportation or storage.

5.3 ESD precautions

The gateway contains electrostatic sensitive components inside. Before operation, contact the grounded metal or wear an anti-static wristband. More attention should be paid in dry environments.


Advanced diagnostic techniques and examples

6.1 Remote monitoring using status words

Assuming the gateway forwards the data from the PROFIBUS master to the Ethernet/IP slave. Enable Control/Status Word in Ethernet/IP configuration. At this point, the EtherNet/IP master station will receive a status word from the first 2 bytes of the input data area. Write PLC program analysis:

If the Run bit is 0, it indicates that the PROFIBUS side is not running (possibly the main station is in Stop mode).

If the Init bit is 0, it indicates that the PROFIBUS interface has not been initialized (possibly due to hardware failure or configuration error).

If the error counter is greater than 5, it indicates that the gateway forwarding delay is too high (the PROFIBUS bus load should be checked or the gateway cycle time should be increased).

6.2 Handling frequent disconnections from slave stations (PROFIBUS example)

There are 32 slave stations in the PROFIBUS network segment of a certain factory. After connecting to the Anybus X-gateway, some slave stations were found to be intermittently "Not Active" during operation. Observed frequent 0/1 switching of corresponding bits through Live List.

Solution:

Check the PROFIBUS cable shielding and terminal resistance (220 Ω at both ends).

Increase the Target Rotation Time of the PROFIBUS master station or decrease the baud rate (from 1.5M to 500k).

In the gateway configuration, set the Offline timeout to 1000ms to avoid determining that the slave station is offline due to short-term interference.

If supported by the slave station, increase its watchdog time.

6.3 Steps for Replacing the Same Model Gateway

When the gateway hardware is damaged and needs to be replaced, there is no need to reconfigure, just:

Upload the configuration file (config. cfg) from the old gateway via Ymodem.

The new gateway uses the same version of firmware (check the Application Version in System Information).

Download config. cfg to the new gateway through Ymodem.

Power on again, and the new gateway will be identical to the old gateway.

If the firmware versions are different, it is recommended to upgrade the new gateway firmware to the old version or manually reconfigure (as some parameters may not be compatible).


Systematic maintenance suggestions

Regularly check the status LED: If any network interface displays a red indicator light, immediately check the error count and status bits in the Operating Status Information.

Backup configuration: After each configuration modification, immediately upload the backup through Ymodem and label the corresponding firmware version and application scenario.

Record I/O mapping: Due to the impact of I/O data size, control/status words, and Live List on offset addresses, it is recommended to clearly indicate the meaning of each byte in the drawing.

Maintain firmware updates: Visit the HMS official website to check for firmware patches applicable to your interface, especially those involving security vulnerabilities or EMC improvements.

On site spare parts management: At least one pre fabricated backup gateway with the same configuration should be reserved. In case of a main gateway failure, replacement can be completed within 10 minutes (only rewiring and power outage restart are required).

  • Basler Electric BE1-700 Digital Protective Relay
  • Basler Electric SR8A-2B01B3A Static Voltage Regulator
  • Basler Electric SR4A-2B01B3E Static Voltage Regulator
  • Basler Electric 9017709102 PC Board
  • Basler Electric SR4A-2B01B3A Static Voltage Regulator
  • Basler Electric PRS-250 Veri-Sync Relay
  • Basler Electric 9066800102 Excitation Support System
  • Basler Electric BE1-87G Generator Differential Relay 9 1708 18 100
  • Basler Electric 36T865-2 BE03752001 Power Supply
  • Basler Electric M-300 149D940G02 Power Supply
  • Basler Electric ACA2040-25GM 4Mp 25Fps Area Scan Camera
  • Basler BE1-87G-S1A-A1C-A0N0 Differential Relay
  • Basler SR8A-2B06B3E Static Regulator SR8A2B06B3E
  • Basler SCP-210 Frequency Controller 9095400100
  • Basler BE1-59-A3E-A1J-N1N3F Overvoltage Relay BE159A3EA1JN1N3F
  • Basler 9 2011 11 100 Bracket Mounted Terminal Unit
  • Basler 9 1606 00 101 Voltage Regulator
  • Basler CBS-377 Current Boost System 9109600102
  • Basler 8650C72 Exciter Control Module PCB Rev 5
  • Basler C2EE1PA0N1F BE1-32R Reverse Power Relay
  • ADLINK HPCI-14S12U - Industrial Control Backplane 12PCI Backplane PCI-14S Passive Backplane
  • ADLINK PCIe-GIE74C - image acquisition card 4-CH GigE Vision PoE+ Frame Grabber
  • ADLINK PCI-8164 - control card 4-Axis Advanced Motion Controller Board
  • ADLINK PCIe-U304 - 4 Port USB3 PCIe Frame Grabbers USB Screw Hole Card
  • ADLINK PCI-9112 - Multi-Function Data Acquisition Card DAQ Card
  • ADLINK PCI-7432 - 51-12013-0A50 4-CH Isolated Numérique I/O PCI Cartes Digital I/O Card
  • ADLINK PCA-6106P3-0C1 REV.C1 - backplane 6-Slot Passive Backplane Board
  • ADLINK PCI-7224 - 24-CH Opto-Isolated Digital I/O PCI Board
  • ADLINK CPCI-7433R(G) - Digital Input Board Rear I/O CompactPCI Card
  • ADLINK EBP-13E4 - 51-46703-0A30 Industrial PC Backplane Passive Backplane
  • ADLINK PCIE-HDV62 - Image acquisition card High Definition Video Frame Grabber
  • ADLINK EBP-13E4 - 51-46703-0A30 Industrial Backplane Board Passive Backplane
  • ADLINK 90111-B1 / CPCI-6770 - PCB CPU MODULE CompactPCI Single Board Computer
  • ADLINK PCI-7248 - DATA ACQUISITION PCI CARD 48-CH Parallel Digital I/O Board
  • ADLINK PCI-7230 - 51-12003-0a50 board PCI7230 32-CH Isolated Digital I/O Card
  • ADLINK PCI2A000CB - 51-20000-0B30 Multi-Function DAQ Card Baseboard
  • ADLINK PCI-8134-005 - 4-Axis Motion Controller Card
  • ADLINK PCI-7224 - 24-CH Opto-Isolated Digital I/O PCI Card
  • ADLINK PCI-7434 - 64-CH Isolated Digital Output Card
  • ADLINK PCI-8132 - motion control card 2-Axis Servo & Stepper Controller
  • ADLINK PCI-8134 - Motion Controller PCI Card 4-Axis Controller Board
  • ADLINK PCI-8164 - Motion Control Card 51-12406-0A40 4-Axis Controller
  • ADLINK 51-12001-0C20 - Circuit Board Data Acquisition Interface Module Hardware
  • ADLINK NuPR0-840 - industrial control motherboard Full-Size PICMG CPU Board
  • ADLINK PCI-7444 - 51-12023-0A10 card 128-CH Isolated Digital Output Board
  • ADLINK PCI-1612B - data acquisition card 4-Port RS-232/422/485 Serial Communication Card
  • ADLINK PCI-6208V 009 - 8/16-CH 16-Bit Analog Output Cards PCB-I-E-482=6BX3
  • ADLINK NUPRO-935A/LV - industrial control motherboard Full-Size PICMG SBC Board
  • ADLINK PCI-9114DG - Multi-Function DAQ Card Data Acquisition PCI Card
  • ADLINK ACL-7130 - Data acquisition card Isolated Digital I/O Board
  • ADLINK ABX-6300D-4E1-BP - board ABX6300D4E1BP Video Interface Expansion Card
  • ADLINK CPCI-6940 - CPCI-6940/D1539/M16-0(EA)-000E 6U CompactPCI Processor Board
  • ADLINK NuPRO-760 - industrial control motherboard Half-Size PICMG SBC CPU Board
  • ADLINK IMB-M42H (G)-0020 - industrial control motherboard LGA1155 Micro-ATX Mainboard
  • ADLINK RTV-24 / PCI-MP4S - 51-12519-1C30 4-Channel Real Time Video Capture Board
  • ADLINK PCI-8134 - 4-Axis Servo & Stepper Motion Controller Card
  • ADLINK MXC-6101D - V.PC000.002.ST.00 Box PC Configurable Embedded Computer
  • ADLINK PCI-8134A - 51-12421-0A10 Motion Control Card 4-Axis Controller Card
  • ADLINK DIN-100S / DIN-100SA1 - Technology SCSI-II TB 100-PIN Terminal Block Board
  • ADLINK DIN-812M001 / DIN812M001 - 51-14034-0A1 51140340A1 Terminal Module Breakout Interface
  • ADLINK PCI-8164 - Servo motion control 4-Axis Advanced Controller Card
  • ADLINK PCIe-GIE64 - Acquisition card GigE Vision PoE+ Frame Grabber
  • ADLINK M-302 - Industrial control motherboard ATX PC Board Mainboard
  • ADLINK PCI-8134 - Motion Controller PCI Card 4-Axis Controller Board
  • ADLINK PCI-RTV24 - Image capture card Analog Video Frame Grabber
  • ADLINK PCI-8102 - Motion control card 2-Axis Servo & Stepper Controller Board
  • ADLINK PCI-9112 REV.B1 - Card Multi-Function Data Acquisition Card
  • ADLINK HSI-DI32-M-N / HSL-TB32-M-DIN - Discrete I/O MODULE Distributed Automation Module System
  • ADLINK PCI-7296 - IO card REV.A3 96-CH Parallel Digital I/O Card
  • ADLINK DIN-814P-A4 / 814Y - terminal board Motion Control Interface Block
  • ADLINK DIN-814P-A4 - 51-14056-0A10 PCB-I-E-2736=ZA01 Screw Terminal Board Breakout
  • ADLINK M-322 - motherboard Industrial Control Computer Mainboard
  • ADLINK NUPRO-406 REV:B1 - industrial control motherboard Full-Size PICMG CPU Board
  • ADLINK AMP-204C - card DSP-Based 4-Axis Advanced Pulse-Train Controller
  • ADLINK HPCI14S REV.B1 - industrial computer baseboard 14-Slot Passive Backplane
  • ADLINK PCI-7250 - 8-CH Relay Output & 8-CH Isolated DI PCI Card
  • ADLINK EBP-13E2 - baseplate Passive Backplane Industrial Computer Chassis Board
  • ADLINK LPCI-3488A - PCI-GPIB card 51-12801-0A30 acquisition card IEEE-488 Interface Board
  • ADLINK PCI-6216V-GL - 51-12201-0C30 16-CH 16-Bit Voltage Analog Output Card
  • ADLINK ACL-8454 - 16-CH Isolated Digital I/O & 4-CH Counter Card
  • ADLINK HPCI-9S7U - backplane Passive Backplane Compatible with NuPRO-A301 852 841 842
  • ADLINK DAQ-2010-007 - Simultaneous-Sampling Multi-Function Data Acquisition Card
  • ADLINK MP-C154 - 51-64205-0A10 Motion Control Card 4-Axis Controller Board
  • ADLINK MXE-202/mSSD16B/WiFi-BT - Matrix Rugged I/O Platform Embedded Fanless Computer
  • ADLINK CM-920-R-17 - PC/104-Plus Single Board Computer Module Intel Celeron M
  • ADLINK PCI-7250 NSMP - 8-CH Relay Output & 8-CH Isolated DI Card
  • ADLINK PCI-8164 - 4-Axis Motion Controller PCI Card W/ Cable and Breakout Box
  • ADLINK EMX-100 - Ethernet-based 4-axis Motion Controllers Distributed Motion Module
  • ADLINK PCI-8134A - Press control card 4-Axis Motion Controller Board
  • ADLINK M-845EG REV:3.2 - industrial motherboard Pentium 4 Socket 478 Micro-ATX
  • ADLINK PCI-9114A Rev A2 DG - card High-Resolution Multi-Function Data Acquisition Board
  • ADLINK IEC-915GV - REV 1.1 Industrial motherboard Socket 478 CPU Board
  • ADLINK PCI-9111DG(G) - Data Acquisition Card Multi-Function DAQ Card
  • ADLINK HPCI-15S10 REV:B2 - Industrial computer base plate Passive Backplane Board
  • ADLINK NuPR0-840 / NuPR0-840DV - industrial control motherboard Full-size PICMG CPU Board
  • ADLINK RTV-24 / PCI-MP4S - 51-12519-1C30 4-Channel Real Time Video Capture Board
  • ADLINK NUPRO-780 - industrial control motherboard Pentium III Single Board Computer
  • ADLINK PCI-7296 - 0050 card 96-CH Opto-Isolated Parallel DIO Card Set
  • ADLINK NUPRO-780 - industrial control motherboard PICMG Full-Size SBC
  • ADLINK PCI-7248 - 51-12006-0A3 002 Pci 7248 48-CH Parallel Digital I/O Card
  • ADLINK PCI-7230 - 32-CH Isolated Digital I/O Card
  • ADLINK AMP-204C - motion control card 4-Axis Advanced Controller Board
  • ADLINK PCI-1714UL - Card Ultra High-Speed 4-CH Simultaneous Sampling DAQ
  • ADLINK NuPRO-E330 - industrial computer equipment motherboard PICMG 1.3 SHB SBC
  • ADLINK AMP-204C - DSP-Based 4-Axis Advanced Pulse-Train Motion Controller Module
  • ADLINK PCI-7256 - 001 51-12206-0A2 REV.A2 LPCI-7256 16-CH Latching Relay Output Card
  • ADLINK ND6050 - NUDAM DIGITAL I/0 MODULE Distributed I/O Unit
  • ASEM BM100 - Box PC Embedded Fanless Industrial Computer
  • ADLINK PCI-7250 - PCI Acquisition Card 8-CH Relay Output & Isolated DI Board
  • ADLINK PCI-8164 - Servo motion control 4-Axis Controller Card
  • ADLINK NuPRO-A40H - Industrial Motherboard 51-41807-1A30 OSP LGA1155 H61
  • ADLINK ADMAX X300 SERVER - 51066010-0A30 motherboard Multi-Processor Mainboard
  • ADLINK CMe-GIE62+ - 51-32903-0A30 control card PC/104-Plus GigE Vision Frame Grabber
  • ADLINK NUPRO-780 - industrial control motherboard Full-Size PICMG SBC CPU Board
  • ADLINK ETX-AT-N270-18/GKTEL - 51-71111-OB10 motherboard ETX CPU Module Board
  • ADLINK DIN-812M - interface module Terminal Block Connection Board
  • ADLINK IMB-M42H - industrial control motherboard LGA1155 Micro-ATX Mainboard
  • ADLINK PXIS-2508 - 8-slot 3U PXI Instrument Chassis Power Hardware Assembly
  • ADLINK AMP-208C - Motion Control card DSP-Based 8-Axis Pulse-Train Controller
  • ADLINK PCI-9111 / PCI-9111DG - Multi-Function Data Acquisition Card DAQ Board
  • ADLINK IEEE-488 GPIB card - Bus Interface Controller Communication Board
  • ADLINK RTV-24 - 51-12519-1C30 image acquisition card Video Frame Grabber Card
  • ADLINK TB-24P/24-01 - Board 24 Way Screw Terminal Breakout Board
  • ADLINK HSL-DI16DO16-DB-NN - 51-23015-0A40 Distributed Discrete I/O Module Set
  • ADLINK PCI-7442 - switch quantity card data acquisition card 64-CH Isolated Card
  • ADLINK ACL-7130 REV. B2 - industrial control capture card Isolated Digital I/O PCI Card
  • ADLINK PCI-6S / PCI6S - Backplane 6-Slot Passive Backplane Chassis Board
  • ADLINK ACL-8113A - card Isolated Digital Input Card