In the fields of high-end machine automation, semiconductor manufacturing, electronic assembly, and multi axis motion control, traditional centralized I/O architectures are gradually being replaced by high-speed distributed networks. ADLINK PCIe-7856 (motion+I/O controller) and PCIe-7853 (pure I/O controller) are distributed control cards with PCI Express interfaces. Through HSL (High Speed Link) and Motionnet proprietary bus protocol, thousands of I/O points and up to 256 motion axes can be distributed on the device site, significantly reducing wiring costs and improving real-time performance. This article systematically explains the technical characteristics and engineering implementation points of these two main control cards from hardware architecture, network topology, software configuration to typical application scenarios, helping automation engineers quickly build high-performance distributed control systems.
Product positioning and selection differences
PCIe-7856 and PCIe-7853 both use PCI Express x1 interface, supporting plug and play, with dimensions of 119.5mm × 100.2mm, suitable for standard industrial computers. The core difference between the two lies in:
PCIe-7856: Integrated with dedicated Motionnet ASIC controller (80MHz external clock) and HSL ASIC controller (48MHz external clock), providing 4 RJ-45 ports (including 2 Motionnet specific MRJ45 and 2 HSL specific HRJ45). It supports up to 256 motion axes (via Motionnet network) and up to 2016 I/O points (via HSL network), making it the preferred choice for complex multi axis motion+massive I/O systems.
PCIe-7853: Only integrates HSL ASIC controller, providing 2 RJ-45 ports (both HRJ45 for HSL), supporting up to 2016 I/O points, but without motion control function. Suitable for pure I/O expansion scenarios, with better cost.
Both are equipped with non-volatile RAM for storing configuration parameters, ensuring quick entry into working mode after power failure recovery.
Typical application areas:
Semiconductor wafer handling robotic arm (multi axis linkage+end effector I/O);
Electronic assembly surface mount machine (high-speed axis control+a large number of sensor feedback);
Electronic cam and flying shear of packaging machinery;
Distributed I/O control for large lighting stages (in conjunction with HSL digital/analog modules).
Deep analysis of network protocols
2.1 HSL (High Speed Link)
HSL adopts RS-422 physical layer, full duplex communication, transformer isolation, and strong anti-interference ability. The main control card passes through two HSL ports (ports 1 and 2 of PCIe-7856); Both ports of PCIe-7853 are HSL and are connected to HSL slave modules (including digital input/output, analog input/output, pulse counting, etc.) in a daisy chain or star topology. The transmission speed software can be set to 3/6/12 Mbps (default 12Mbps), and the system's scanning cycle for all I/O points can be controlled in milliseconds to meet real-time response requirements.
2.2 Motionnet (PCIe-7856 only)
Motionnet uses RS-485 physical layer, half duplex communication, also with transformer isolation, but optimized for motion control, supports 2.5/5/10/20 Mbps software configurable (default 20Mbps). It connects servo drivers, stepper drivers, or pulse generation modules through dedicated Motionnet ports (ports 3 and 4). Each port can connect up to 64 slave stations in series, and the two ports support a total of 128 slave stations. If each slave station controls 2 axes, the total number of axes can reach 256. Motionnet also provides synchronized clocks to ensure precise synchronization of multi axis interpolation.
Key performance indicators:
High speed communication combined with dedicated ASIC enables extremely short instruction update cycles, making it suitable for high-speed and high-precision positioning;
The cable adopts standard shielded twisted pair (CAT5e or above), and the RJ-45 connector is convenient for on-site production.
Hardware installation and port identification
3.1 Mechanical Installation
Turn off the power of the industrial computer and insert any idle PCIe x1, x4, or x16 slot (with good compatibility);
Fix the blocking plate with screws to avoid vibration loosening;
Note that the board only requires+3.3V and+5V power supply (typical currents are 1.2A and 1.5A, respectively), ensuring sufficient power supply to the PCIe slot, especially when connecting multiple slave stations with long cables, it is recommended to use independent power supply slave nodes.
3.2 Port Identification and Cable Selection
HRJ45 port (for HSL): Connect to HSL slave station. It is recommended to use Category 5e shielded Ethernet cable, and the maximum transmission distance depends on the speed (up to tens of meters at 12Mbps, please refer to the slave station manual for details);
MRJ45 port (for Motionnet): Connect Motionnet drivers/modules using shielded Ethernet cables. In half duplex mode, pay attention to terminal resistance matching (usually integrated internally from the station, no additional resistance is required at the main station end).
Attention: The electrical characteristics of HSL and Motionnet are different, and mixed insertion is strictly prohibited (HRJ45 and MRJ45 are not interchangeable), otherwise it may damage the transceiver.
4、 Software Ecology and Development Environment
4.1 Operating System and Drivers
Both main control cards support Windows 10/8/7 (32-bit and 64 bit) and provide WHQL certified drivers for easy installation. After the first insertion, the system automatically recognizes it as "ADLINK PCIe-7856/7853" and loads the driver.
4.2 Software Development Kit (SDK)
PCIe-7856: Provides APS SDK (Advanced Motion&I/O SDK), supporting multiple languages such as VB, VC++, BCB, Delphi, VB.net, C #, etc. It contains rich motion control functions (such as jog, fixed length, interpolation, electronic gear, comparison trigger, etc.) and HSL I/O read-write API.
PCIe-7853: Provides HSL LinkMaster Utility (graphical configuration tool) and corresponding API libraries (VB6, VC++, C #) for quick configuration of HSL network parameters, scanning of slave stations, and testing of I/O points.
All SDKs come with sample program source code, covering scenarios such as basic diagnostics, loop scanning, and interrupt handling, which can accelerate project development.
4.3 Configuration Tools
For PCIe-7856, in addition to APS SDK, MotionCreatorPro or HSL Configuration Tool can also be used for network diagnosis, slave enumeration, and parameter initialization;
The configuration of non-volatile RAM can be written through APIs to automatically load custom topologies when powered on.

Network topology planning and cabling specifications
5.1 Maximum number of nodes and cable length
HSL network: Each link can mount up to 64 slave stations (addresses 0-63), with two independent ports, resulting in a total I/O point count of 2 × 64 × (module points). The commonly used numerical modules are 32 points or 64 points, so the total number of points can reach 2016 (calculated based on 64 points per module). It is recommended that the total length of the cable should not exceed 100 meters (at 12Mbps).
Motionnet network: Each port can have up to 64 slave stations, with a total of 256 axes. The total communication distance is inversely proportional to the speed (it is recommended to be less than 30 meters at 20Mbps, and several hundred meters at 2.5Mbps).
5.2 Wiring Practice
Using a hand in hand daisy chain connection (from the master station port → slave station 1 → slave station 2... The terminal resistance needs to be enabled for the end slave station, usually set by the dip switch of the slave station);
Avoid T-shaped branches, otherwise signal reflection will be severe;
Shielding layer single ended grounding (grounded on the main station side) to prevent ground loops;
Maintain a minimum distance of 20cm from the power lines (frequency converters, motor cables), and use metal cable trays for isolation if necessary.
Key programming and configuration processes
6.1 Initialization and Network Enumeration (Taking PCIe-7856 as an Example)
Call APS_Snit() to initialize the board and obtain the device handle;
Call HSL_ScanSlaves (port) to enumerate the slaves on the HSL port and return a list of online slaves;
Call Motionnet_ScanNodes (port) to enumerate Motionnet nodes and confirm the drive model and number of axes;
Configure the input/output direction, filtering time, interrupt enable, etc. of each slave station (through corresponding configuration structures).
6.2 Fundamentals of Motion Control
Point to point positioning: APS-PTP (startPos, targetPos, vel, acc);
Linear interpolation: APS_Line2D/3D supports up to 8-axis synchronous linear interpolation;
Electronic cam: Load the cam table through APS_CamTable to achieve main shaft and slave shaft following;
Position comparison and triggering: Monitor encoder feedback during motion, trigger HSL output or interrupt when reaching the preset position, and achieve high-speed flying.
6.3 Real time I/O scanning
HSL adopts a periodic scanning method, and the main station automatically cycles to read all inputs and refresh outputs, without the need for users to interfere with the timing;
But if an interrupt response is required, a specific slave can be configured as an event triggered mode to handle sudden signals through callback functions.
Common troubleshooting and solutions
Fault 1: The main control card device manager cannot recognize it
Confirm that the PCIe slot has sufficient power supply and try replacing the slot;
Check if the driver program corresponds to the operating system version (distinguishing between 32/64 bits);
Turn off the "Energy saving" or "ASPM" options in the BIOS to prevent PCIe link degradation.
Fault 2: HSL scan cannot detect any slave stations
Check if the network cable connection is secure and if the wire sequence is standard (straight through wire is sufficient, MDI/MDIX adaptive);
Confirm that the dialing code setting for the slave station address is unique (0-63, cannot be repeated);
Check if the terminal resistance of the end slave station has been enabled (usually in the ON position);
Reduce the transmission rate (such as from 12Mbps to 6Mbps) and scan again to eliminate the impact of long line attenuation.
Fault 3: Motionnet axis cannot be enabled or has abnormal movement
Confirm that the slave type matches the configuration file (such as servo drive model);
Check the transmission/reception switching timing in half duplex communication mode (driving internal processing, but external interference may cause errors);
Observe the RS-485 differential signal using an oscilloscope and confirm that the signal amplitude is ≥ 200mV and the rising edge is steep;
Attempt to restore the default speed (20Mbps) and power on again.
Fault 4: Inconsistent I/O output and input status
Check if the power supply of the slave module is normal (HSL module usually requires a 24V external power supply);
Confirm that the load type (PNP/NPN) of the output channel matches to avoid overcurrent;
Enable the 'Read Back Verification' function in the software to confirm that the written value has been acknowledged by the slave station.
Fault 5: Random step loss or shaking during movement
Check the shielding and grounding of Motionnet communication cables;
Shorten the interpolation instruction cycle (increase task priority);
Disable unnecessary network nodes to reduce bus load;
Confirm that the gain and filter parameters of the servo drive match the communication cycle.
Performance optimization suggestions
Task separation: Place motion computing and I/O scanning on different threads to avoid blocking;
Batch operation: Use block read-write functions to update multiple outputs at once, reducing API call overhead;
Interrupt priority: Set the HSL input interrupt to high priority for emergency stop or limit response;
Firmware upgrade: Regularly check the ADLINK official website and update ASIC firmware to fix potential bugs.
Maintenance and technical support
Non volatile RAM remains configured after power failure. If it needs to be completely cleared, the FactoryReset() function can be called;
Regularly check if the spring of the RJ-45 connector is intact, and replace the network cable if necessary;
The working temperature range is 0-60 ℃, and the storage temperature is -20~80 ℃ to avoid dust accumulation affecting heat dissipation.
If you encounter unresolved software and hardware issues, please provide the following information to ADLINK technical support:
Board model and serial number (attached to the back of the PCB);
Operating system and patch versions;
APS SDK or HSL LinkMaster version number;
The model and quantity of the connected slave stations;
The steps for reproducing the operation when the problem occurs.
