What Is the Intelligent Integrated Node (IIN)?

Built around the Moxa ioPAC 6500 Series, the Intelligent Integrated Node (IIN) is a single, unified controller platform engineered for harsh, hazardous, and unmanned industrial sites.

Moving Beyond Fragmented Automation Architectures

Many industrial automation deployments still rely on a patchwork of device brands, standalone gateways, and disconnected configuration software, making routine system management and maintenance needlessly complicated.

The Moxa ioPAC 6500 modular controller cuts through that complexity. Powered by the IINxpress integrated software suite, it consolidates I/O, communication, and control functions onto one rugged industrial platform, shrinking infrastructure footprint and giving system integrators clearer visibility across remote automation sites.

After
Before

Powering Industrial Performance Through 6 Core Competencies

Browse the six core competencies below to see how intelligent embedded software and rugged industrial hardware combine to solve real-world automation and control challenges.

Control
Connectivity
Communication
Cybersecurity
Computing
Cloud

Explore the 6C Competencies

Choose a competency from the menu to see how each integrated software feature connects to its matching hardware module.

Control

  • Built on a CODESYS-based IEC 61131-3 programming engine
  • Compatible with all five standard PLC programming languages
  • Delivers precise real-time control, data processing, and logic execution

Flexible Field Connectivity

  • Accommodates a wide range of field interfaces, including DIO, AIO, HART, and serial
  • Offers built-in Modbus protocol services for industrial edge devices

Reliable Network Communication

  • Integrates a Layer 2 managed switch featuring 8 RJ45 ports and 2 SFP slots
  • Supports Moxa's Turbo Ring and Turbo Chain technologies for dependable network redundancy
  • Enables Modbus, DNP3, and OPC UA protocol services for seamless SCADA integration

Built-In Industrial Cybersecurity

  • Developed in line with the IEC 62443-4-1 secure product development lifecycle
  • Features Secure Boot, device access allowlisting, and role-based access control (RBAC)

Edge Computing Power

  • Runs on a high-performance quad-core ARM Cortex-A53 processor clocked at 1.6 GHz
  • Ships preloaded with Moxa Industrial Linux 3, built on a Debian 11 foundation

Built-In Cloud Connectivity

  • Provides an IT-friendly data environment that supports smooth IT/OT network convergence
  • Delivers native cloud connectivity through MQTT*

*MQTT connectivity is planned for release in late 2027

Power
Switch
CPU
EXP
I/O
I/O

The Building Blocks of Intelligent Edge Automation

Easy Deployment
Secure Edge Control
Reliable Hardware Design

Built for Flexibility and Effortless Scalability

Engineered for maximum configurability, the ioPAC 6500 adapts to your specific application requirements and scales alongside your evolving automation needs.

CORE SOFTWARE ENGINE

The Backbone of Unified System Integration

IINxpress is a CODESYS-based, all-in-one engineering platform that brings system management, configuration, firmware updates, programming, protocol services, and diagnostics together into a single unified workspace.

#include <modbus.h> #include <dnp3.h> int init_protocol_stack() { int port_status = open_serial_port("/dev/ttyM0", 115200); if (port_status < 0) return -1; /* Mapping Modbus Address Map Manually */ uint16_t mb_mapping_reg[100]; for(int i=0; i<100; i++) { mb_mapping_reg[i] = read_raw_field_pin(i); if(mb_mapping_reg[i] == ERROR_TIMEOUT) { log_error("Register Mapping Failed at offset %d", i); } } /* DNP3 Outstation Polling Configuration Logic */ dnp3_context_t dnp3_ctx; dnp3_init_outstation(&dnp3_ctx, 20000, "TCP_ONLY"); dnp3_bind_interface(&dnp3_ctx, mb_mapping_reg); return 0; }
Modbus 40001 Map
DNP3 Register Conf
OPC UA Node ID

Simplify Industrial Protocol Integration

Built-in protocol services take the complexity out of protocol integration. IINxpress minimizes manual coding, freeing engineers to focus on building automation applications instead of writing low-level code.



Streamlined Mass Deployment

The IINxpress Mass Utility applies configuration files and firmware updates across multiple devices at once, streamlining large-scale rollout and ongoing maintenance.

*Mass deployment functionality is scheduled for release in late 2026.

Mass Utility
Node 01
Node 02
Node 03
Node 04
Node 05

Layered, Defense-in-Depth Security

The ioPAC 6500 helps shield critical assets from evolving cyber threats through a hardened, multi-layered security architecture designed to protect industrial applications in the harshest environments.

Device
Network
*Cyber
  • Secure Boot
  • Allowlisting & Trusted Access
  • Account Management & RBAC
  • Login Management
  • Interface Management
  • MAC Authentication Bypass
  • DoS Defense
  • Traffic Storm Control
  • Port Security
  • Protocols (SNMP v3, DNP3 SAv5)
  • OpenVPN
  • IEEE 802.1X
  • Network Address Translation (NAT)
  • Virtual Private Network (VPN)
  • Deep Packet Inspection (DPI)
  • Intrusion Prevention/Detection System (IPS/IDS)

*Firewall module availability targeted for late 2026


Engineered for Fault Tolerance

With modular, independently configurable redundancy, the ioPAC 6500 lets you reinforce only the components your application actually needs. Hot-swappable I/O modules allow maintenance to happen without taking the system offline, supporting continuous operation and minimizing service interruptions.

Power Redundancy
Separate, dual-redundant system and field power supplies
Communication Redundancy
Strengthens the network connectivity and reliability
CPU Redundancy*
Helps minimize unplanned system downtime
Expansion Redundancy
Reinforces the interconnection between backplane units
Hot-swappable I/Os
Swap I/O modules in and out without interrupting system operation
*CPU redundancy support is planned for late 2027

-40 to 75˚C Temperature Range

G3 Conformal Coating

CID2

ATEX Zone 2

IECEx

Rugged Enough for the Harshest Industrial Environments

The Moxa ioPAC 6500 Series is built to keep operating reliably under demanding industrial conditions, shielding critical processes from hazardous elements, high humidity, corrosive atmospheres, and extreme temperatures to help sustain continuous uptime.

Why Choose Moxa for Your Industrial Control Platform

One Unified Automation Platform

The IIN brings control, networking, and protocol services together into a single, unified industrial automation solution.

Simplifies system setup and everyday operation

Simplified, Cost-Efficient Maintenance

Unified hardware cuts spare-parts inventory costs, while tool-free, hot-swappable modules make servicing faster and simpler.

Helps lower ongoing maintenance and service costs

Hardened Cybersecurity Defense

Built-in, end-to-end device security protects network data flows from the field level all the way to the edge.

Helps minimize the impact of cybersecurity threats

Product Portfolio

Moxa ioPAC 6500 Series

Fully modular, programmable IIN controllers built for industrial edge automation

Backplane Module:

  • Serves as the internal bus backbone for seamless data exchange between all modules
  • Clearly labeled slots identify which module types are compatible
  • Supports DIN rail mounting
Learn More

PWR Module:

  • Supplies power to both the system and field I/O circuits
  • Supports a 24 VDC power input
Learn More

COM Module:

  • Optional Layer 2 managed switch, with firewall support arriving by year-end 2026
  • Links the system to SCADA platforms, subsystems, and enterprise networks
Learn More

CPU Module:

  • Runs the CODESYS runtime, supporting IEC 61131-3 programming languages such as LD, FBD, ST, and more
  • Configured and programmed directly through the IINxpress IDE
Learn More

EXP Module:

  • Adds I/O capacity to accommodate additional field points
  • Offers copper or SFP fiber connectivity for extending remote deployment away from the control unit
Learn More

I/O Module:

  • Collects data from sensors and meters while controlling motors, valves, and actuators
  • Available types: DI, DO, AI, AO, HART AI, and Serial
  • Relay outputs and channel-to-channel isolated AO support are planned by year-end 2026

Terminal Block Module:

  • Serves as the physical wiring termination point for I/O modules
  • Each I/O module type must be paired with a matching Terminal Block Module (TBM)
Learn More