In harsh environments such as industrial automation, intelligent transportation, and ship automation, the stability, scalability, and environmental adaptability of embedded systems are key to project success. ADLINK's Matrix MXC-2300 series is based on the Intel Atom E3845 quad core processor (Bay Trail platform), providing excellent 3D graphics performance and media acceleration capabilities with extremely low power consumption. With rich I/O interfaces, flexible PCI/PCIe expansion slots, dual isolated CAN buses, and 16 channel isolated digital I/O, it is an ideal choice to replace old industrial computers or upgrade existing control nodes. This article will provide a detailed operation guide for on-site engineers and system integrators from the aspects of system architecture, core interface configuration, expansion card installation, CAN network deployment, SEMA management tool application, and wide temperature environment debugging, to help them quickly complete the entire process from selection to stable operation.
System Overview and Core Advantages
The biggest highlight of the MXC-2300 series is its balanced design of "high integration" and "modular expansion". The whole machine adopts a fanless cooling structure and supports wide temperature operation from -20 ℃ to 70 ℃ (requires industrial grade SSD). The input voltage is 9-32V DC wide voltage, which is very suitable for unstable power supply environments such as car mounted, outdoor cabinets, and ships.
Core hardware specifications:
CPU:Intel Atom E3845, Four core 1.91 GHz, supporting 64 bit instruction set.
Memory: 2 DDR3L SO-DIMM slots, maximum capacity of 8 GB.
Storage: 1 external CF card slot+1 internal mSATA or 2.5 "SATA interface (specific model needs to be confirmed, but not detailed in the datasheet, actual deployment needs to refer to the user manual).
Display output: 1 x DisplayPort+1 x DVI-I, supporting dual independent full HD display.
Network: 2 Intel GbE ports, supporting Teaming (link aggregation) function, achieving network redundancy or load balancing.
USB: 1 x USB 3.0+4 x USB 2.0, suitable for connecting high-speed peripherals and conventional devices.
Serial ports: 2 RS-232/422/485 programmable serial ports (configured through BIOS or jumper) and 2 RS-232 ports, for a total of 4 serial ports.
Expansion slot: Provides flexible combinations of 2 x PCI+1 x PCIe x4 or 3 x PCI (configuration to be selected at the factory), suitable for installing data acquisition cards, motion control cards, image acquisition cards, etc.
Internal expansion: 1 PCIe Mini Card slot+USIM socket, supporting 3G/4G or Wi Fi modules.
The above configuration makes it particularly suitable as a edge computing node to connect a variety of fieldbus devices and perform local data processing.
Expansion slot configuration and selection decision
MXC-2300 offers two expansion options, and users need to specify their requirements when ordering:
Applicable scenarios for slot configuration in the scheme
Option A requires a mixed installation of traditional PCI cards (such as old data acquisition cards) and high bandwidth PCIe cards (such as high-speed image acquisition cards) for 2 x PCI and 1 x PCIe x4
Option B 3 x PCI is fully compatible with a large number of existing PCI control cards, suitable for upgrading old systems and avoiding driver compatibility issues
Deployment suggestion:
If the project is newly developed, priority should be given to option A (PCIe x4 provides higher bandwidth and supports DMA large data transfer).
If two or more PCI cards need to be installed without PCIe, choose option B.
When installing expansion cards, pay attention to physical size limitations (half height/full height, length), and measure the height of the baffle and internal space in advance.
The total power consumption of the system will increase due to the expansion card, so it is necessary to ensure that the power adapter or DC input power is sufficient (the full load power consumption of the whole machine is not given in the datasheet, but it is recommended to use at least 60W power supply).

Dual isolation CAN bus deployment
The MXC-2300 is equipped with a dual CAN controller (PHILIPS SJA1000) that supports independent or bridging modes. It has functions such as bus arbitration, error detection, and automatic resending, making it ideal for connecting multiple CAN nodes such as servo drives, sensors, and PLCs.
Hardware connection:
The CAN interface is usually led out through a 9-pin D-sub or a pluggable terminal (refer to the user manual for details), pay attention to the signal lines (CAN_S, CAN_L) and ground wire.
The isolation voltage is not clear, but "isolated CAN" indicates electrical isolation, which can effectively suppress common mode interference. It is recommended to use twisted pair shielded wires in industrial sites.
Software configuration (Linux/Windows):
To use the SocketCAN subsystem in Linux, it is necessary to load the CAN and sja1000 kernel modules and set the bit rate (such as 125k, 250k, 500k, 1M).
Under Windows, it is necessary to install the CAN driver library provided by ADLINK and configure the baud rate and working mode (normal/only listen/self-test).
If it is necessary to bridge two CAN networks (such as forwarding messages), it can be achieved through software routing without the need for an external gateway.
Troubleshooting:
If communication fails, first check the terminal resistance (120 Ω needs to be connected at both ends of the CAN bus), and then measure the amplitude of the differential signal with an oscilloscope (the dominant bit is about 2.5V, and the recessive bit is about 0V).
Use SEMA tool to monitor the CAN controller error counter. If frequent resending occurs, check for node address conflicts or high bus load.
Isolation of digital I/O applications and wiring
MXC-2300 provides 16 channel isolated digital input and 16 channel isolated digital output (32 points in total), suitable for controlling relays, indicator lights, reading limit switches, etc.
Electrical characteristics (based on typical isolated DI/DO):
DI: Input voltage range 0~30V, typical threshold 5V, photoelectric isolation withstand voltage 2.5kV.
DO: The output type is Darlington transistor (open drain), with a maximum current of 100mA per channel, and requires an external pull-up resistor or load power supply.
Wiring points:
Use a pluggable terminal block and confirm the polarity of the external power supply before wiring.
When driving inductive loads (such as relays) with DO, parallel freewheeling diodes are required to prevent back electromotive force from damaging the output stage.
By using software to read DI status or set DO output, it can be done through the DLL/API provided by ADLINK or direct memory mapping (driver support required).
Network Teaming and Redundant Configuration
Dual GbE ports support Teaming (link aggregation) and can be configured at the operating system level as follows:
Fault tolerant mode (primary/backup): Automatically switches to backup when the primary link fails, with a switching time of less than 1 second.
Load balancing: Dual port simultaneous transmission and reception, increasing the total bandwidth to 2 Gbps (with switch support for LACP).
Windows configuration: Install Intel PROSet network management tool, create Teaming group and select mode.
Linux configuration: Use the bonding module, edit/etc/modprobe. d/bonding. conf, and configure ifcfg-bond0 with mode=1 or mode=4 parameters.
For critical control systems, it is recommended to use fault-tolerant mode to ensure that network single point failures do not affect data transmission.
Remote monitoring of SEMA intelligent management agent
ADLINK's unique SEMA 2.2 (Smart Embedded Management Agent) is a major highlight of MXC-2300, which obtains real-time data through a hardware monitoring chip:
System temperature (CPU, motherboard)
Input voltage and current (power consumption monitoring)
Fan speed (if an optional fan is installed)
Watchdog timer status
System running time, startup times, etc
Deployment steps:
Install SEMA driver (Windows/Linux) on the operating system.
Retrieve the above data by calling the API through the command line or provided SDK, or remotely view it through the SEMA web interface (network configuration required).
Customizable alarm threshold (such as triggering email alarm when CPU temperature>75 ℃).
The watchdog function can be used for application monitoring: enable WDT, periodically reset in the application main loop, and automatically restart the system upon timeout to improve reliability.
Typical use: At unmanned sites, using SEMA to report operational status, the operation and maintenance center can promptly detect anomalies.
Wide temperature operation and heat dissipation optimization
The wide temperature design of MXC-2300 relies on efficient aluminum heat sinks and heat pipe conduction, and the fanless structure avoids mechanical failures. However, in actual deployment, attention should be paid to:
When the ambient temperature exceeds 60 ℃, it is recommended to use industrial grade wide temperature SSDs (such as -40 ℃~85 ℃ specifications), and avoid installing the equipment in direct sunlight or enclosed high-temperature cabinets.
Ensure a ventilation gap of at least 5 cm around and do not block the heat dissipation fins of the casing.
If heat accumulates inside the cabinet, it may be considered to install an external axial fan, but do not blow directly towards the equipment inlet (which may bring in dust).
Regularly check the dust accumulation on the surface of the heat sink and clean it with compressed air (after power off).
Storage and system installation recommendations
MXC-2300 supports CF cards and SATA hard drives/SSDs. Choose based on reliability and speed requirements:
CF card: Suitable for smaller system images (such as WinCE or thin Linux), with slower read and write speeds but good shock resistance.
MSATA SSD: Excellent performance, large capacity, recommended for Windows or big data storage.
Operating system support:
Windows 7/8/8.1 Embedded or Professional Edition
Linux (Fedora 18 and above, other distributions available upon request)
Installation precautions:
When installing the system from a USB drive or USB flash drive, ensure that the boot sequence in the BIOS is correct and enable UEFI or Legacy mode (depending on the OS).
After installation, be sure to install the chipset, graphics card, network card, serial port, CAN, DI/O and other drivers (which can be downloaded from the ADLINK official website).
Before using SEMA tools, it is necessary to install their drivers and management programs.
Common troubleshooting and maintenance techniques
Based on on-site application experience, summarize the following fast positioning methods:
Possible causes and solutions for the fault phenomenon
The system cannot start (no display). If the memory is not tightly plugged in or there is a compatibility issue, replace it with the original recommended memory module and unplug it again
Expansion card cannot recognize PCI/PCIe resource conflicts or missing drivers. Check for IRQ allocation in BIOS and update drivers; Try changing the slot position
CAN communication abnormality: Terminal resistance not connected, baud rate mismatch. Measure CAN_S/CAN_L resistance (approximately 60 Ω) and confirm node parameters
Digital output has no response. External power supply is not connected or the load is overcurrent. Check the DO power terminal and limit the current to<100mA/channel
Frequent network disconnections, Teaming configuration errors or incompatible switches, switch to independent mode testing; Upgrade switch firmware
System overheating, restart due to high ambient temperature or blocked heat dissipation holes, clean dust, increase cabinet ventilation, and reduce load
Selection comparison and alternative upgrade paths
For users who are still using the outdated Atom D525 or Celeron platforms, the MXC-2300 offers significant performance improvements (approximately 3-5 times CPU performance) and richer I/O capabilities (such as USB 3.0, dual CAN, isolated DI/O). Meanwhile, the retention of PCI slots enables investment protection - existing motion control cards or data acquisition cards can be directly migrated without the need for replacement.
For new projects, if PCI expansion is not required, the more compact MXC-2100 series can be considered; If stronger computing power is required, the MXC-6400 series (sixth generation Core) can be selected, but the power consumption and cost will correspondingly increase. MXC-2300 achieves a good balance between performance, power consumption, and scalability, making it the preferred choice for medium complexity automation projects.
