In the fields of intelligent manufacturing, machine vision and high-end automated testing, edge computing nodes not only need powerful CPU and graphics performance, but also must adapt to harsh conditions such as wide temperature, vibration and limited space. Based on the 9th generation Intel Xeon/Core and 8th generation Core processors, ADLINK's MXC-6600 series integrates fanless cooling, flexible expansion, rich I/O and TPM 2.0 security features, making it an ideal choice to replace old industrial personal computers or upgrade high-performance edge computing. This article will provide an immediate technical guide for system integrators and on-site engineers from the dimensions of processor selection, expansion slot configuration, interface layout, BIOS optimization, watchdog and DI/O programming, thermal management, and troubleshooting.
Platform Overview and Model Comparison
The MXC-6600 series includes multiple models, with the core difference being the number of processors and expansion slots. According to the user manual, it is mainly divided into:
Model processor TDP expansion slot configuration size (width x depth x height)
MXC-662X Xeon E-2276ME 45W 2 slots (PCIe x16+x4) 165 × 240 × 210 mm
MXC-664X Xeon E-2276ME 45W 4-slot (PCIe x16+2 × x4+PCI) 206 × 240 × 210 mm
MXC-6621/6641 Core i7-9850HE 45W Same as 662X/664X Same
MXC-6622/6642 Core i5-8400H 45W Same
MXC-6623/6643 Core i3-9100HL 25W Same
Selection suggestion:
High performance image processing: Choose Xeon or i7 models, support ECC memory (Xeon supports, requires dedicated memory), suitable for 3D inspection or multi-channel cameras.
Cost sensitive control: i3-9100HL (25W) has lower power consumption and less heat generation, suitable for fanless extreme environments.
Expansion requirements: If a full height PCI card (such as a traditional motion control card) needs to be installed, a 4-slot model (MXC-664X) must be selected, which includes one PCI slot (via ITE IT8892E bridge, PCIe x1 Gen3 to PCI).
Key points for hardware installation and wall mounting
2.1 Unpacking and Accessories
Comes with: host, DC power plug, wall bracket (2 pieces), screw kit. Optional accessories include 220W or 280W AC-DC adapters (P/N 31-62149-0000/91-95263-0010).
2.2 Wall mounted installation
Use 6 M4 × 6mm screws to fix the two wall brackets on both sides of the body (position as shown in the diagram).
When installing on the wall, use the 4 lock holes or 6 circular holes on the bracket to ensure that the equipment is placed horizontally and avoid obstructing the heat dissipation fins.
2.3 DC power supply
The input range is 9~32V DC (± 10% tolerance), and the power terminals are 2-pin pluggable (V+, V -).
Power recommendation: The manual clearly states that "the overall power consumption of the machine must meet the specifications, and at least a 100W power supply is recommended at 24V". If a high-power PCIe card (such as GPU) is installed, a 280W adapter should be selected.
Polarity check: Before powering on, be sure to confirm the positive and negative poles. Incorrect polarity may cause internal protective diodes to break down.
Rich front panel I/O explanation
The front panel of MXC-6600 integrates almost all daily operation interfaces:
3.1 Display Output
2 x DisplayPort (DP++, supports 4096 x) 2304@60Hz )+1 x HDMI 1.4 (supports 4096 x) 2160@30Hz )It can display three independently.
Suitable for multi screen monitoring or separating HMI from detection screens.
3.2 Network and Serial Port
Dual GbE (Intel I219+I211AT), supporting Teaming and VLAN, PXE, WOL.
6 COM ports: COM1/2 supports RS-232/422/485 (BIOS selection), COM3-6 is RS-232. In RS-485 mode, the direction needs to be controlled in the software (or using automatic RTS).
3.3 USB port
2 x USB 3.1 Gen2 (Type-A, 10 Gbps)+2 x USB 3.1 Gen2 (5 Gbps)+4 x USB 2.0 (front panel), and an internal USB 2.0 encryption dog dedicated interface (located on the motherboard).
3.4 Digital I/O
8 non isolated digital inputs (high level 2~5.25V, low<0.8V) and 8 digital outputs (open drain NMOS, built-in 200 Ω pull-up to 5V, current sink 24mA/ch). The output can directly drive small relays (requiring external current diodes).
The pin is defined in the 26 pin horn socket, and the manual provides a detailed circuit diagram.
3.5 Storage Expansion
Front panel CFast (Type II) slot, supports hot swapping, used for system mirroring or data exchange.
Internally supports 4 2.5 "SATA 6Gbps disk slots (the last 2 require optional kits), supports RAID 0/1/5/10, and is paired with M.2 2280 (Key B+M, supports SATA/NVMe x2) and Mini PCIe (full-size, USB+PCIe) to achieve multi-level storage.
3.6 User defined LED
5 user programmable LEDs (U1~U5), which can be controlled through DI/O API to indicate device status or alarms.
3.7 Reset and Power Button
Short press the power button (non self-locking) to turn on the device, and long press for 5 seconds to force a shutdown; The reset button performs a hard restart.

Key BIOS settings
BIOS (Aptio) is accessed through the DEL key, and F7 enters the boot menu once. The following are the settings that need special attention during deployment:
4.1 Serial port mode (Advanced → Onboard Devices Configuration)
COM1 Control/COM2 Control: Select RS-232/422/485 based on the fieldbus. If using RS-485 half duplex, ensure software control direction (many applications use RTS automatic switching).
4.2 Power Management (Advanced → Power Management)
State After G3: Set the actions after power failure recovery (S0 power on start/S5 keep shut down), used for unmanned stations.
RTC Wake: Can set timed wake-up, suitable for low-power intermittent acquisition.
4.3 Hardware Monitoring and Fan Control (Advanced → NCT6106D HW Monitor)
Real time monitoring of CPU/motherboard temperature, voltage, and fan speed.
System Fan Control Mode/BP Fan Control Mode: Supports temperature speed curve setting (T1~T4 and corresponding duty cycle). If a hot swappable fan module is installed, the noise and heat dissipation balance can be optimized here.
4.4 Watchdog (Advanced → BIOS Watchdog Timer)
The watchdog (in seconds/minutes mode) can be enabled during the BIOS POST phase to prevent system startup from freezing. The watchdog within the operating system is controlled through an API (see below).
4.5 TPM 2.0(Security → TPM 2.0 Configuration)
Enable Security Device Support, supporting SHA-1/SHA256 PCR Bank for secure boot and data encryption.
4.6 Boot Optimization
Fast Boot can skip some POST tests and shorten startup time.
Quiet Boot controls whether the OEM logo is displayed.
Boot mode select UEFI or Legacy. UEFI is recommended to support secure boot and large capacity hard drives.
Practical Programming of Watchdog Timer (WDT)
MXC-6600 provides hardware WDT, which automatically resets the system after timeout and is suitable for unmanned applications to prevent deadlocks. Appendix C of the manual provides examples of API operations in Windows and register operations in Linux.
5.1 Use of Windows API
Download the WDT library (including WDT. h and WDT. lib) from the official website.
Include and call:
InitWDT(): Initialization.
SetWDT (BYTE tick, BYTE unit): Set timeout value, unit=0 for seconds, unit=1 for minutes, tick range 1-255.
StartWDT(): Start the timer.
ResetWDT(): Feed the dog, it needs to be called periodically before timeout.
StopWDT(): Stop.
Typical application: The main loop calls ResetWDT() every 30 seconds, with a timeout of 60 seconds. If the program encounters an exception, the system will restart.
5.2 Implementation under Linux
The manual provides an example of directly operating NCT6102D through LPC IO registers (outp/inp). The principle is to enter configuration mode (0x87 twice), write the corresponding register to enable and set the timeout value. In actual deployment, it can be encapsulated as a daemon process based on this.
Digital I/O Programming and Applications
The system provides 8 channels of DI and 8 channels of DO (non isolated), which can be controlled through the Matrix_dao. h library.
6.1 API Functions
ADMX_DIO_Snit()/ADMX_DIO_Close(): Turn on/off the driver.
ADMX_DI_SeadPort (unsigned long * pwState): Read all DI states (bit masks).
ADMX_DO_TritePort (unsigned long wState): Set all DO states.
ADMX_DO_SeadPort (unsigned long * pwState): Read back the current DO value.
LED_Srite (unsigned short wState)/LED_Sead(): Control the 5 user LEDs on the front panel.
6.2 Wiring precautions
DO is an open drain output, internally pulled up to 5V (200 Ω). If a 24V relay needs to be driven, an external pull-up resistor must be connected to 24V (current limiting), and attention should be paid to the current not exceeding 24mA/channel.
DI input is compatible with 5V TTL, but can withstand a maximum of 5.25V. If connected to 24V, external voltage division is required.
All I/O signals are grounded (DGND), not isolated, and interference with analog/digital ground should be noted.
6.3 Application Examples
Read the status of the external limit switch and control the device to start and stop based on the input.
Output alarm signal or flashing LED to indicate operating status.
Thermal management strategy and fan module
Although the MXC-6600 uses fanless cooling, the manual emphasizes that "installing a PCI/PCIe card generates additional heat and requires additional cooling in high temperatures or harsh environments". For this purpose, an optional hot swappable fan module (installed at the rear of the chassis) is provided, which can be inserted without removing the top cover and connected to a 4-pin fan socket (12V, PWM speed regulation) on the motherboard.
Deployment suggestion:
If only low-power expansion cards (<15W) are used, fanless can meet the requirements of 0-50 ℃ (DC input) or 0-35 ℃ (adapter input).
If installing a high-power GPU or FPGA card, it is necessary to install a fan module and set the intelligent speed control curve in the BIOS.
Regularly clean the heat sink and fan filter to prevent dust accumulation from causing overheating and frequency reduction.
RAID and storage redundancy
MXC-6600 supports up to 4 SATA disks (an additional 2 require optional kit), and supports RAID 0/1/5/10 with Intel RST. Configuration method:
Set SATA Mode Selection to RAID in BIOS.
Press Ctrl+I to enter RAID ROM and create a volume.
Load RST driver when installing OS.
Use RST management software to monitor array health.
Practical suggestion: Use RAID 1 for critical data systems (such as recipe databases); High speed image stream acquisition uses RAID 0 (note backup).
Quick Check Table for Common Malfunctions
Possible causes and solutions for the phenomenon
Check V+/V - for polarity reversal or low voltage of the power supply when powered on, ensuring a voltage of 9~32V
After system startup, if there is no display, the display interface is not switched or the driver is not installed, try DP/HDMI exchange; Enter safe mode to install graphics card driver
Serial communication garbled baud rate/data bits/parity bits do not match the unified parameters at both ends; RS-485 Check Terminal Resistance
The DI reading is always 0. If the input voltage is below 0.8V or the high level is not confirmed to be greater than 2V, connect DGND
DO cannot control the relay load current to be too high or the freewheeling diode is not connected to limit the current to<24mA; add freewheeling diode
If the system temperature is too high and the heat dissipation holes are blocked or the ambient temperature exceeds the limit, clean the dust, install the fan module, and reduce the ambient temperature
The watchdog is unexpectedly reset, and the feeding cycle is too long or the application hangs, shortening the feeding interval; Check the application's dead loop
RAID array downgrade hard disk failure or loose SATA cable, replace hard disk, rebuild array
