Introduction: The Challenge of Selecting Industrial Edge Nodes
In the fields of factory automation, intelligent transportation and environmental monitoring, edge computing devices must simultaneously meet the stringent requirements of computing performance, interface richness, wide temperature work and long-term reliability. The ADLINK MXE-1300 series is based on the Intel Atom D2550/N2600 processor and NM10 chipset, providing three Gigabit Ethernet, four serial ports (including two software switchable RS-232/422/485), six USB 2.0, isolated digital I/O, and PCIe Mini Card expansion slots. With a wide input voltage of 6-36V and fanless working ability at -20 ℃~70 ℃, it has become a popular choice for replacing old industrial control computers or building new projects in industrial sites. This article will systematically review the key points of MXE-1300 engineering deployment, including processor selection, interface configuration, wide temperature storage configuration, and common problem handling, to help technicians avoid risks in the early stages of the project and ensure long-term stable operation of the system.
Processor selection: D2550 vs N2600 performance trade-off
MXE-1300 offers two processor models:
MXE-1301: Equipped with Intel Atom D2550 (dual core quad threading, 1.86GHz, TDP 10W)
MXE-1302S: Equipped with Intel Atom N2600 (dual core quad threading, 1.6GHz, TDP 3.5W)
Both support 64 bit instruction sets (but usually pre installed with 32-bit systems), and the D2550 has a higher clock speed, making it suitable for control tasks or data analysis edge nodes that require strong computing power; N2600 has lower power consumption and is more advantageous in situations where heat dissipation is limited or power consumption is extremely sensitive, such as in vehicles. In terms of memory, D2550 supports DDR3 1066MHz up to 4GB, and N2600 supports DDR3 800MHz up to 2GB (but the manual states that MXE-1302S comes standard with 2GB and can be upgraded to 4GB? Please refer to the actual specifications).
Engineering suggestion: If the application involves image processing, multi protocol conversion, or complex algorithms, priority should be given to D2550; If only data collection and simple protocol forwarding are done, N2600 is sufficient and has lower heat generation, which is more conducive to long-term operation under wide temperature conditions.
Detailed explanation of core I/O interfaces and key points of engineering connections
The interface layout of MXE-1300 has been optimized for industrial scenarios. The following are engineering application considerations for each key interface.
3.1 Three independent Gigabit Ethernet (Intel 82574L)
Ethernet ports with three independent MAC addresses can be configured as different subnets, suitable for building redundant networks (such as dual network redundancy+management network) or connecting different devices (such as PLC, upper computer, camera). Intel 82574L supports VLAN, jumbo frames, WoL, and PXE, which can be enabled separately in the BIOS. Common applications in engineering:
Port 1 is connected to the main switch of the factory, port 2 is connected to the subnet of the on-site equipment, and port 3 is used for remote maintenance of the channel.
Troubleshooting: If a certain network port cannot be connected, check if the BIOS has disabled that port; After installing the driver, it is necessary to check if the device manager recognizes the three independent controllers (displayed as three 82574Ls).
3.2 Software Programmable Serial Port (RS-232/422/485)
Provide 4 DB-9 serial ports, where COM1 and COM2 are fixed RS-232, and COM3 and COM4 can be switched to RS-422/RS-485 mode through BIOS or software. This is very practical for connecting sensors, frequency converters, and instruments with different interfaces.
Switching method: Select the corresponding port mode in "Advanced" ->"Serial Port Configuration" of BIOS; Alternatively, dynamic switching can be achieved at the driver layer through FHIR commands (with the installation of the serial port toolkit provided by ADLINK).
485 precautions: If using half duplex RS-485, pay attention to terminal resistance matching (parallel connection of 120 Ω at both ends of the bus) and ensure good grounding; Otherwise, it may result in garbled characters or data conflicts.
Wiring inspection: The multimeter measures the TX/RX to ground voltage. RS-232 is usually within ± 5~± 12V, and the differential level of RS-422/485 should be between ± 2~± 5V.
3.3 Isolated Digital I/O (4 × DI+4 × DO)
Onboard 4 digital inputs and 4 digital outputs, using photoelectric isolation (withstand voltage 1.5KV), suitable for collecting limit switch, button status or driving alarm lights and relays. The input voltage range is 0-30V (high-level threshold>5V), and the output is open drain (maximum current of 100mA, external pull-up resistor needs to be connected to the load power supply).
Engineering wiring: DI requires an external 24V power supply in series with a current limiting resistor; DO requires an external load power supply (such as 24V) and a pull-up resistor to output a high level.
Programming: ADLINK provides an API library (Matrix DIO) that supports functions such as GPIOInitialize, GPI-Read, and GPOWrites, similar to MXE-200 but with a different model.
3.4 PCIe Mini Card and USIM Expansion
Built in a full height PCIe Mini Card slot, supporting WiFi, Bluetooth, 3G/4G modules GPS、 Video capture card or security module (SAM). The matching USIM card holder is used for cellular communication. Attention should be paid during installation:
Module fixation: Use the two M2.5 screws provided to secure and prevent vibration and detachment.
Antenna wiring: If a wireless module is used, the antenna needs to be led out to the outside of the chassis. It is recommended to use SMA interface for installation through panel openings, and the length of the antenna feed line should be as short as possible (<30cm) to reduce attenuation.
Driver compatibility: Under Windows 7/XP, the corresponding module driver needs to be installed. If using a 3G module, dial-up connection also needs to be configured.

Storage solution and wide temperature deployment
MXE-1300 offers three storage methods:
SATA-II: It can install 2.5-inch HDD or SSD internally (connected to the motherboard SATA interface).
External CF card slot: Supports Type I CF cards (supporting PIO/DMA mode), and can directly boot the system from the CF card.
Optional Pre installed Storage: Factory installed with 500GB HDD (0-60 ℃), 32GB MLC SSD (0-70 ℃), or 8GB SLC industrial grade SSD (-40~85 ℃).
Key engineering decisions:
If the on-site ambient temperature is below 0 ℃ or above 60 ℃, industrial grade SLC SSD or CF card must be selected. Ordinary HDD and commercial SSD may not start at low temperatures (due to motor grease solidification or deterioration of electrical characteristics of flash memory particles).
If the system needs to frequently read and write logs and avoid using CF cards (with limited write life), SLC SSDs should be used and wear balance should be enabled.
The external CF card slot is convenient for system upgrades or configuration changes, but please note that the card body protrudes from the chassis and needs to be dust-proof and waterproof.
Wide temperature verification: According to the manual, when paired with industrial grade SSD or CF, MXE-1300 can operate stably at -20 ℃~70 ℃ (Extended Temperature Option needs to be ordered, which is actually a screening service). If you purchase wide temperature storage on your own, you also need to ensure that the overall heat dissipation design meets the requirements - maintain at least 5cm of space at the top of the chassis to avoid direct sunlight or heat source radiation.
Software support and driver deployment
MXE-1300 officially supports Windows 7/Embedded 7 (32-bit) and Windows XP/XP Embedded (32-bit, but XP support has limitations, please refer to the official website). Not pre installed with Linux, but ADLINK provides Linux BSP (please contact technical support).
Suggested installation sequence for drivers (similar to MXE-200):
Chipset driver (Intel NM10)
Graphics card driver (integrated GMA 3600/3650, supports VGA+DVI dual display, up to 1920 × 1200)
Network card driver (Intel 82574L)
USB 3.0? This model is USB 2.0 and does not require special drivers.
Serial port/I/O driver (used to switch between 422/485 and DIO functions)
Watchdog and SEMA tool (for system health monitoring and fault self recovery)
Special reminder: If installing Windows 7, it is necessary to inject the AHCI driver in advance (if using a SATA hard drive), otherwise there may be a blue screen. It is recommended to set SATA mode to IDE compatible mode in BIOS (if the driver is not integrated), or use a tool to preload the driver.
Watchdog and Remote Monitoring (SEMA)
MXE-1300 integrates a hardware watchdog timer (WDT) that can automatically reset when the system crashes. The programming interface is similar to MXE-200, and the calling sequence is:
InitWDT() -> SetWDT(tick, unit) -> StartWDT(), Then in the main loop, ResetWDT() feeds the dog. If the timeout occurs, the system will reset.
At the same time, ADLINK's SEMA (Smart Embedded Management Agent) tool provides remote monitoring functionality, allowing real-time viewing of CPU temperature, system voltage, runtime, and other information, as well as setting threshold alarms. At unmanned stations (such as roadside traffic control boxes), SEMA combined with WDT can effectively reduce the frequency of operation and maintenance attendance.
Power supply design and grounding specifications
The MXE-1300 adopts 3-pin DC input terminals (GND, V -, V+), supports a wide voltage range of 6-36V, and is suitable for vehicle batteries (12V/24V) or industrial switch power supplies (24V). Notes:
The polarity must never be reversed, otherwise the internal protective diode may burn out.
It is recommended to parallel TVS tubes (such as SMBJ24A) and varistors on the input side to absorb power grid surges.
Use shielded power cords with the shielding layer grounded at a single point at the power end to reduce common mode interference.
If using a 90W AC-DC adapter, it is necessary to ensure that its operating temperature is within the range of 0-50 ℃ (commercial grade). If it is used in high temperature environments (such as outdoor cabinets), an industrial grade power supply should be selected.
Common troubleshooting cases
8.1 System cannot start, power indicator light does not light up
Check if the DC terminal is securely plugged in, and use a multimeter to measure if the voltage between V+and V - is within the range of 6-36V.
If the voltage is normal, unplug all external loads (USB, serial port cables) and try again to eliminate external short circuits.
If there is still no response, it is possible that the internal insurance or power management chip is damaged and needs to be repaired.
8.2 Serial communication garbled or data lost
Check if the baud rate, data bits, stop bits, and checksum are consistent with the device.
For RS-485, check if the terminal resistance matches (120 Ω at both ends) and ensure that there are no extra nodes on the bus.
If using software to switch modes, confirm that the driver has been installed correctly and that the mode is retained after system restart (some need to be fixed in the BIOS).
8.3 One of the three network ports cannot be recognized
Enter BIOS to check if the port is disabled (in some configurations, unused ports may be disabled to reduce power consumption).
Update the network card driver to the latest version and check if the device manager displays the device with a yellow exclamation mark (possibly IRQ conflict, try replacing the PCIe slot? However, this machine is onboard and cannot change slots. ACPI settings can be adjusted in BIOS).
8.4 Frequent restarts of the system after starting at low temperatures (<0 ℃)
The reason may be insufficient low-temperature performance of the storage device, using ordinary HDD or commercial SSD.
Solution: Replace with industrial grade SLC SSD or CF card and ensure that fast boot is enabled in the BIOS (reducing initialization time).
Maintenance and long-term operation suggestions
Regular dust removal: Fanless industrial control computers rely on the shell for heat dissipation, and dust accumulation can seriously reduce the heat dissipation efficiency. It is recommended to use compressed air to blow the heat dissipation fins every six months (be careful to prevent liquid from entering the interface).
Check the battery: The motherboard CR2032 battery maintains RTC and CMOS, with a lifespan of about 5 years. If there is a time reset or BIOS settings loss, replace it in a timely manner.
Firmware upgrade: ADLINK may release BIOS updates to fix compatibility issues or add features. Backup the current configuration before upgrading and reset it after upgrading.
Log monitoring: Use WDT and SEMA to record the number of system restarts and temperature history, and predict potential faults (such as voltage fluctuations caused by power aging).
