Welcome to the Industrial Automation website!

NameDescriptionContent
XING-Automation
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

Omron NA Series HMI Connection Guide

F: | Au:FAN | DA:2026-04-20 | 637 Br: | 🔊 点击朗读正文 ❚❚ | Share:

Omron NA Series HMI Connection Guide

In modern factory automation systems, stable and efficient communication between human-machine interface (HMI) and controller is the core link to achieve intelligent manufacturing. The OMRON NA series programmable terminals have become the preferred choice for many system integrators due to their powerful graphical capabilities and flexible communication interfaces. However, facing different platforms such as NJ/NX/NY series motion controllers, CS/CJ/CP series traditional PLCs, NX series safety controllers, and programmable multi axis controllers, engineers often need to switch between multiple communication protocols (EtherNet/IP, FINS, Modbus/TCP, Host Link) and correctly configure IP addresses, variable mappings, and serial port parameters. This article will elaborate on the connection methods, key setup steps, and solutions to common problems between NA series HMI and various OMRON controllers from a practical engineering perspective, helping on-site engineers quickly complete equipment integration and troubleshooting.


System Connection Overview: Choosing the Right Method, Achieving More with Less Effort

The NA series HMI supports two physical connection media: Ethernet and serial interface. Ethernet is suitable for high-speed and large data applications, supporting various industrial protocols such as EtherNet/IP, FINS over UDP, Modbus/TCP, etc; The serial interface (RS-232C/RS-422A) is suitable for older PLCs or cost sensitive applications, using the Host Link protocol.

When planning the system architecture, engineers need to choose the connection method based on the controller model and network load:

Direct connection: Use a crossover cable to directly connect the HMI to the controller, suitable for single machine debugging or small devices.

Switch connection: Connect multiple HMIs and controllers through Ethernet switches, suitable for distributed control systems, enabling data sharing and redundant monitoring.

Regardless of the method, shielded twisted pair cables that comply with the IEEE802.3 standard must be used, and attention should be paid to the grounding method of the shielding layer - it is usually recommended to use single ended grounding to avoid ground loop interference. For serial port connection, the RS-422A method requires the use of an additional CJ1W-CIF11 conversion unit, and the transmission distance should not exceed 50 meters.


Connecting NJ/NX/NY series controllers: perfect integration of native EtherNet/IP

The NJ/NX/NY series controllers have built-in EtherNet/IP ports, making them the ideal partner for NA series HMI. Both are configured through Sysmac Studio software without the need for any third-party tools.

2.1 Controller end settings

In the multi view browser of Sysmac Studio, open "Controller Settings" ->"Built in EtherNet/IP Port Settings". The following parameters must be configured:

IP address: Fixed IP, such as 192.168.1.10, subnet mask 255.255.255.0.

Default gateway: Set if there is a need for cross network communication, otherwise leave blank.

Link settings: It is recommended to use "auto negotiation".

If secure communication is required, the HMI runtime version must be 1.16 or higher. You can check whether secure communication is currently enabled in the "External Device Settings" section of the system menu. Attention: Runtime 1.15 and below versions cannot establish a connection with controllers that enable secure communication.

2.2 HMI terminal settings

In the HMI project of Sysmac Studio, double-click on "HMI Settings" ->"TCP/IP Settings" to assign an IP address (such as 192.168.1.20) on the same network segment as the controller to Ethernet port 1 of the HMI. Then, add external connected devices in the "Device Reference":

Equipment supplier: Omron

Equipment series: Choose NJ/NX/NY according to the actual situation

Communication driver: Ethernet

For controllers already registered in the current project, the system will automatically recognize them and there is no need to manually add them. For unregistered external controllers, manual input of IP address and timeout time (usually set to 2-5 seconds) is required.

2.3 Variable Import and Mapping

The NA series HMI supports direct reading of global variables from NJ/NX/NY controllers. There are three ways to import variables:

Import from controller: Click the "Import" button to automatically read all global variables in the controller. This is the most recommended way to ensure the integrity of data types and structures.

Copy and paste: Copy the required variables from the controller's global variable table and paste them into the HMI's device variable table. However, please note that structural variables cannot be imported in this way and must be imported using the import function.

Excel file import: Prepare an Excel file in the specified clipboard format (UTF-16 LE encoding, tab separated), and then import it.

The supported data types include BOOL, INT, DINT, LINT, UINT, WORD, REAL, LREAL, STRING, TIME, DATE, etc. Array elements, structure members, and enumeration variables are all accessible, with array indices starting from 0.

When mapping, drag the device variables onto the global variables of the HMI to use them directly on the screen. Please note that if the controller is set to secure communication, the project file must be runtime 1.16 or higher.

Connecting CS/CJ/CP series PLCs: Detailed explanation of three mainstream protocols

The traditional CS/CJ/CP series PLC (hereinafter referred to as CJ series) provides multiple communication methods, and the NA series HMI supports the following three types:

3.1 Ethernet FINS Communication

FINS (Factory Interface Network Service) is a proprietary network protocol of OMRON that enables cross segment data exchange over Ethernet.

PLC end settings:

Use CX Programmer software to configure Ethernet units (such as CJ1W-ETN21 or built-in ports) in the "Unit Settings". IP address, subnet mask, and default gateway need to be set.

In the "FINS/UDP" tab, the UDP port number remains at default 9600, the IP address translation method is selected as "Auto Generate (Dynamic)" or "Auto Generate (Static)", and "Dynamically Change Remote IP" is disabled.

For EtherNet/IP units such as CS1W-EIP21S/CJ1W-EIP21S, FINS is disabled by default at the factory and must be manually enabled (refer to the corresponding operating manual).

The node address is set through the rotary switch in front of the unit, with a range of 01~7E (1~126 decimal), and cannot be duplicated within the same network.

HMI terminal settings:

In the HMI settings of Sysmac Studio, configure the IP address of Ethernet port 1 and click the "FINS Settings" button, enter the network address (usually 0) and routing table (if necessary).

Add external device in 'Device Reference': supplier Omron, series CJ, communication driver 'FINS Ethernet'. Then fill in the network address, node address (consistent with the FINS node number of the PLC), frame length (CP series set to 1016 or below), timeout time, etc.

The node address will be automatically generated from the last bit of the IP address, but it can also be manually specified.

Variable import: You can copy global variables through CX Programmer or import CXT files/Excel files. The accessible address range includes CIO area, HR area, AR area, DM area, EM area (supported by CJ2), timer/counter PV and completion flag, etc.

3.2 EtherNet/IP Communication (Label Data Link)

Models in the CJ series with built-in EtherNet/IP ports or CJ1W-EIP21 units support label based CIP message communication. The NA series HMI can directly use network variables (labels) in the PLC without worrying about physical addresses.

PLC end settings:

Register global variables as network variables in CX Programmer. The "Network Variables" and "Open Only" checkboxes must be selected, and either the input or output direction must be chosen.

Configure the IP address, subnet mask, etc. of the EtherNet/IP port.

HMI terminal settings:

Add external device in device reference: Select "CIP Ethernet" for communication driver.

In communication configuration, you can enter an IP address or specify the destination through a routing path (such as 1, 192.168.1.10).

When importing variables, click the "Import" button to read all network variables from the PLC. The correspondence between data types is basically the same as that of the NJ series.

Note: The NA series does not support address based CIP communication and can only use tag names.

3.3 Serial Host Link Communication

For old PLCs without Ethernet interfaces, serial port connection is the most reliable choice. The NA series HMI provides an RS-232C port that can be directly connected to the RS-232C port of a PLC; If long-distance or multi-point connection is required, it can be converted to RS-422A through the CJ1W-CIF11 conversion unit.

PLC end settings (CX Programmer):

In the "Serial Port" tab of "PLC Settings", select the communication mode as "Host Link".

Communication speed: Consistent with HMI (such as 9600, 19200, etc.).

Parameters: Data bit 7, stop bit 2, even parity check (i.e. "7,2, E").

HMI terminal settings:

In the HMI settings of Sysmac Studio, click on "Serial Port Settings", select "Connect to External Devices" as the application, and fill in the same baud rate, data bits, stop bits, and checksum as the PLC.

Add external device in device reference: Select 'Host Link' for communication driver.

The variable import method is similar to Ethernet FINS, but please note that the serial communication speed is slow and avoid mapping large arrays or structures. If necessary, it is recommended to split the large array into multiple small variables or only map the addresses actually used.

Cable production: It is recommended to use finished wires such as XW2Z-200T or solder D-SUB 9-pin plugs for RS-232C cables. When connecting RS-422A, the DIP switches of CJ1W-CIF11 need to be set to Pin1=ON (terminal resistance), Pin2=OFF, Pin3=OFF, Pin6=ON (RTS control). The shielding layer should be grounded at one end, usually on the side of the conversion unit.


Connecting NX series safety controllers: balancing safety and monitoring

The NX series security controller communicates with HMI through its built-in EtherNet/IP port (network gateway). Note: Ports on EtherNet/IP units cannot be connected, only CPU built-in ports can be connected.

Controller settings: In Sysmac Studio, assign a fixed IP address to the network gateway and set the subnet mask and default gateway. Link speed recommendation is' automatic '.

HMI settings: basically the same as connecting to the NJ/NX/NY series. Add external devices to the device reference, select "Ethernet" for the communication driver, and enter the IP address of the security controller. Variable import supports data types such as BOOL, BYTE, WORD, WORD, SINT, INT, DINT, REAL, LREAL, STRING, as well as array and structure members.

Special precautions:

The variables of the safety controller usually have safety attributes, and the HMI can only read the status and cannot force the writing of safety outputs (this is a requirement of safety design).

If the structural variables of the safety controller are used in the project, they must be imported from the controller function and cannot be manually copied and pasted.


Connecting Programmable Multi Axis Controllers (CK3 Series): Typical Applications of Modbus/TCP

The CK3 series Programmable Multi Axis Controller is configured using PowerPMAC IDE and supports Modbus/TCP protocol. The NA series HMI communicates with Modbus/TCP clients.

Controller side settings (PowerPMAC IDE):

In "Tools" ->"Options" ->"PowerPMAC" ->"Network Settings", configure the IP address, subnet mask, and default gateway.

Enter the command Sys.ModbusServerEnable=1 in the terminal to enable the Modbus/TCP server.

HMI terminal settings:

In the HMI settings of Sysmac Studio, configure the IP address for Ethernet port 1 (to be on the same network segment as the controller).

Add external device in device reference: supplier Omron, series selection CK3 (specific model), communication driver "Modbus/TCP".

Fill in the IP address of the controller, timeout time (recommended 1-2 seconds), and communication startup waiting time (optional).

Manually add variables in the device variable table. The data type must be FLOAT (32-bit floating-point number). The address format includes I0, M0, P0, Q [0]. 0, etc. Please refer to the appendix of the manual for the scope.

Due to the fact that the Modbus/TCP protocol itself does not distinguish data types, the NA series treats all data as single precision floating-point numbers, so it is important to pay attention to numerical conversion when reading and writing.

Key points of network installation and electromagnetic compatibility

Regardless of the protocol used, the correct installation of the physical layer is the foundation of communication reliability.

Cable selection: 100BASE-TX recommends using AWG24 × 4P STP cable (such as NETSTAR-C5E SAB). It is recommended to use shielded twisted pair cables for serial port cables.

Shielding grounding: The shielding layer of Ethernet cables should be grounded at one end on the switch side to avoid ground circulation caused by grounding at both ends. The shielding layer of the serial RS-422A cable should be connected according to the principle of "ungrounded HMI side" (as shown in Figure b), and the D-SUB fixing screw of CJ1W-CIF11 must be tightened to ensure functional grounding connection.

Switch selection: For EtherNet/IP networks, it is recommended to use switches that support IGMP Snooping (multicast filtering) and L4 QoS (such as OMRON W4S1 series) to prevent multicast data from flooding and affecting real-time performance. Non managed switches do not have these functions and are only suitable for small independent networks.

Power and Grounding: The HMI power supply must use a DC24V power supply with reinforced insulation or double insulation, with a grounding resistance of less than 100 Ω. Do not ground the 24V side, as it may cause a short circuit (only applicable to non isolated NA5- □ W □□□ - V1, while NA5- □ W □□□□ - V1 is not affected for isolated types).

Environmental Protection: The NA series HMI should be installed inside the control cabinet, and the panel thickness should comply with UL Type 1 (1.6~6.0mm) or Type 4X (1.6~4.5mm, with high-pressure waterproof accessories). Avoid direct sunlight, oil mist, corrosive gases, and strong electromagnetic fields.


Common troubleshooting and precautions

7.1 Communication interruption or timeout

Check IP address: Ensure that HMI and controller are on the same subnet and there are no conflicts.

Check firewall settings: If the controller has enabled packet filtering, the IP address of the HMI must be allowed to pass through.

Security communication mismatch: If the controller enables security communication and the HMI Runtime version is lower than 1.16, the connection cannot be established. Upgrade the runtime version of the project or disable secure communication with the controller.

Serial port parameters are inconsistent: baud rate, data bits, stop bits, and parity bits must be exactly the same as the PLC.

FINS node number conflict: Within the same Ethernet segment, all FINS nodes must have unique node numbers.

DIP switch error for CJ1W-CIF11: When using RS-422A 4-wire system, Pin2=OFF,Pin3=OFF; If using a 2-wire system, Pin2=ON. Terminal resistor Pin1 is only turned on at both ends of the device.

7.2 Variables cannot be read or have incorrect values

Data type mismatch: For example, mapping UINT in the controller to Short in HMI can result in symbol errors. Check the data type correspondence table in the manual.

Address out of bounds: For the CJ series, when accessing the EM area, it is necessary to ensure that the current bank exists (only CJ2 supports multiple banks).

Structure import failed: Do not manually copy structure variables, you must use the 'Import from Controller' function.

Online editing causes interruption of variable access: When using Sysmac Studio for online editing of a controller, the HMI briefly pauses variable access to the controller. If editing variables that do not involve HMI references, and the Runtime version is ≥ 1.13 and the controller firmware is sufficiently new, this process will be omitted and access will not be interrupted.

7.3 Performance degradation

Avoid mapping large arrays or structures: this is particularly evident when connecting through serial ports. Suggest mapping as needed or accessing array elements separately.

Reduce timeout: If the network quality is good, setting the timeout to 1 second can speed up error recovery.

Using switch multicast filtering: In EtherNet/IP networks, unfiltered multicast packets can consume a significant amount of bandwidth.

7.4 Touch screen no response or abnormal display

The backlight brightness setting is too dark: it can be adjusted in the system menu, or the default brightness can be restored through the item properties.

Touch calibration drift: Regularly perform touch calibration to avoid accidental triggering of edge objects.

Glove wearing operation: Capacitive touch screens are not sensitive to thick gloves. It is recommended to use specialized touch gloves or reduce the thickness of gloves.

  • Metso A413005 Ver.04 Valmet CPU Module
  • Valmet M851207 AIU16 Card
  • Valmet BIU8 Binary Input Unit
  • VALMET 547070-2B CPU Printed Circuit Board Module
  • Valmet Automation A413325 Power Module
  • VALMET AUTOMATION A413135 AOU4 Module
  • VALMET ACU A413165 Model 9 Analog Controller
  • VALMET AUTOMATION A413511-02 Slot Rack with I/O Backplane
  • Valmet A413148 BIE 4 Rev 08 Board
  • Valmet ATB16-4 Controller Board
  • Neles Automation BOR82 A413292 Processor Module
  • Valmet A413015 NCU Module – Network Control Unit
  • Valmet AIU 16 Analog Input Unit – M8512071
  • Metso Valmet A413091 GDU Board
  • Valmet M851565 Damatic Main Keyboard
  • Metso A413082 CPU Module
  • Valmet A403037 GDC – Graphics Display Controller
  • Valmet A413076 FBC Board
  • Valmet A413015 NCU Module – Network Control Unit
  • Valmet A413082 CPU Module
  • VALMET AUTOMATION A413620 Fieldbus Repeater
  • Valmet Metso IOP341R Positioner Module
  • Metso A413082 Ver.04 CPU Module
  • Valmet Metso MCA FT250/10 10 Inch Sensor
  • Valmet N0542 ABMB Printed Circuit Board
  • Valmet A413000 Ver.07 CPU Module
  • Valmet A413061 Ver.05 DMU Module
  • Valmet M851241 M1 BCU Binary Input Module
  • Valmet Automation NCU A413015 Circuit Board
  • Valmet A413046 Ver.06 CPU Module
  • Valmet A651B001 Panel Mount Keyboard
  • Valmet IQ Scanner A418080R Basis Weight Detector Head
  • Metso Valmet A413370 ESU Ethernet SCSI Unit
  • Valmet A413340 FPU Power Supply Unit
  • Valmet SKF GE 400/600 Spherical Plain Bearing
  • Valmet SCU PCB Card 542844-7B – System Control Unit
  • Valmet A413075 FBU Fieldbus Controller Module
  • Valmet A413171 PIC Card Binary Output
  • Valmet A413002 Ver.05 CPU
  • Valmet ABMB PCB Card – Industrial Control Board
  • Valmet PMB 2R 542821-4A PCB Card
  • Metso Valmet A413001 CPU Module
  • Metso Valmet A413050 RSU 6 Serial Controller Unit
  • Valmet ABMB MT241 Input Mother Board
  • Valmet DAMATIC M851565 Keyboard
  • Valmet A413075 Ver05 FBC Board
  • VALMET K14891 FLEXI-U Operating Terminal
  • VALMET AUTOMATION MKB2 DAMATIC Keyboard
  • Valmet Metso Consistency Transmitter Smart Pulp M1 RL Blade
  • VALMET AUTOMATION A413230 ECU Module
  • Beckhoff EP9224-0037 - 4-Channel Power Distribution Box EtherCAT
  • Beckhoff CX2900-0026 - Solid State Flash Memory Card 20GB CFast
  • Beckhoff BK7500 - SERCOS Interface Fieldbus Bus Coupler Terminal
  • Beckhoff Ep2328-0002 - 4-Channel Input 4-Channel Output EtherCAT Box IP67
  • Beckhoff CX1020-0111 - Controller Kit Combo Interface Modules
  • B&R X20AI2237 - X20 System Analog Input Interface Module
  • Beckhoff CP2221-0010 - Multi-Touch Built-In Panel PC Touchscreen
  • Beckhoff CX1500-M310 - Fieldbus Master Interface Module 24V
  • Beckhoff CX2100-0904 - Power Charging Module Smart UPS Extension
  • Beckhoff CP3918-0000 - Multi-Touch Control Panel 18.5-Inch Monitor
  • Beckhoff CP2915-0000 - 15-Inch Multi-Touch Built-In Control Panel
  • Beckhoff CP7037-1027 - HMI Industrial Control Panel Built-In PC
  • Beckhoff EL3152 - 2-Channel Analog Input Terminal 4-20mA EtherCAT
  • Beckhoff CP6607-0000-0020 - 5.7-Inch Built-In Panel PC HMI Touch
  • Beckhoff EJ1809-0000 - 16-Channel Digital Input Pluggable Signal Level Terminal
  • Beckhoff AM8563-0N10-0000 - Synchronous Servo Motor
  • Beckhoff AX2006-S60600-520 - Compact Servo Drive Inverter
  • Beckhoff AM8053-0K20-0000 - Servo Motor with Planetary Gearbox AG3210
  • Beckhoff AM8042-0FH1-0000 - Synchronous Servo Motor
  • Rexroth R911338600 - IndraControl V HMI Terminal Beckhoff PCI Card FC9002
  • Beckhoff AX5125-0000 - 3 Phase Industrial Servo Drive 1000Hz
  • Beckhoff EP2328-0002 - 4-Channel Digital Input 4-Channel Output EtherCAT Box
  • B&R 7CP476-02 - System 2005 RTD CPU Module 3IF681.86 Interface
  • Beckhoff AX8620-0000-0000 - Power Supply Module Axis Drive System
  • Beckhoff CX1010-0111 - PLC Module CPU Controller 24V
  • Beckhoff AM8043-0H10-0000 - Synchronous Servo Motor
  • Beckhoff C6240-1009 - Control Cabinet Industrial PC Mainframe
  • Beckhoff BX8000-0000 - Bus Terminal Controller HW 4.4 Standalone
  • Beckhoff CP7721-1089-0020 - 12.1-Inch Touch Screen HMI Panel PC
  • Beckhoff CP7132-0001 - Industrial Built-In Panel PC Screen
  • Beckhoff CP2912-0010 - Multi-Touch Built-In Control Panel Display
  • Beckhoff CP2915-0000 - 15-Inch Multi-Touch Built-In Control Panel
  • Beckhoff AM8532-1EN0-0000 - Synchronous Servo Motor
  • Beckhoff AX5203-0000 - 2-Channel Digital Compact Servo Drive
  • Beckhoff CX2020-0141 - Embedded PC Core CPU Module
  • Beckhoff CP6832-0002-0010 - Built-In Industrial Control Panel Display
  • Beckhoff CX5020-0112 - Embedded PC CPU Control Module
  • Beckhoff CX5140-0175 - 4GB Embedded PC CPU Unit 24V
  • Beckhoff EL3681-0030 - Digital Multimeter Calibration Terminal EtherCAT
  • Beckhoff CP7201-1000-0000 - Industrial PC Touch Screen HMI Monitor
  • Beckhoff CP7232-1001-0000 - Industrial Panel PC Touch Screen
  • Beckhoff C6930-1032-0040 - Control Cabinet Industrial PC System
  • Beckhoff AX5125-0000 - 3 Phase Industrial Servo Drive 1000Hz
  • Beckhoff CP3916-1424-0000 - Multi-Touch Built-In Control Panel
  • B&R 1900071142 - Lemoine Fieldbus Communication Interface Module
  • Beckhoff EL2872 - 16-Channel Ribbon Cable Digital Output Terminal
  • Beckhoff CX2030-0120 - Embedded PC CPU Base Module Controller
  • Beckhoff CP3919-0000 - 19-Inch Multi-Touch Control Panel Touchscreen
  • Beckhoff AX5101-0000-0202 - Servo Driver Compact Intelligent Drive 180V
  • Beckhoff CX5130-0135 - Embedded PC Controller Module
  • Beckhoff CP3719-1061-0010 - Multi-Touch Panel PC Outer Housing Enclosure
  • Beckhoff CP3919-1033-0000 - 19-Inch Touch Industrial Panel Keyboard
  • Beckhoff CX5020-0111 - Embedded PC PLC CPU Module
  • Beckhoff FC5102-0000 - 2-Channel CANopen PCI Control Board Card
  • Beckhoff CX9001-1101 - Embedded PC CPU Network I/O System Module
  • Beckhoff CX1100-0920 - Smart Position Sensor Interface Module
  • B&R 4P3040.01-490 - Operator Panel PLC Interface Communication Module
  • Beckhoff CP2612-0000 - Dual-Touch Built-In Panel PC HMI
  • Beckhoff CP7002-1043-0010 - Touchscreen Display HMI Panel Terminal
  • Beckhoff CX9020-0115 - Embedded PC Controller Module
  • Beckhoff CX5140-0155 - 4GB Embedded PC CPU Module Die Industry
  • B&R 7DI435.7 - System 2005 Universal Digital Input Output Module
  • Bihl+Wiedemann BWU1568 - AS-i Master to Profibus Gateway Module
  • Beckhoff C6920-0070 - Control Cabinet Industrial PC 8GB Win 10
  • B&R X20AI2322 - 2-Channel Temperature Analog Input Module
  • Beckhoff CP2912-0000 - 12-Inch Touchscreen Display Monitor Screen
  • Beckhoff CP6022-1001-0010 - 15-Inch Built-In Control Panel
  • Beckhoff AM8031-0D10-0000 - Synchronous Servo Motor
  • Beckhoff CX5010-0111 - Embedded PC Controller CPU Module
  • Beckhoff CP7232-1000-0000 - Industrial Panel PC Touch Display Screen
  • Beckhoff CP7802-0011-0000 - 15-Inch Industrial Touchscreen Control Panel
  • Beckhoff C6320 - Control Cabinet Industrial PC
  • Beckhoff CX1030-0012 - Basic CPU Module Windows CE 6.0
  • Beckhoff CP2919-0000 - Installation Multi-Touch Control Panel
  • Beckhoff CX1020-0000 - Controller Set Stack System Pack
  • B&R 3DO480.6 - System 2005 Digital Output Module
  • Beckhoff EL3101 - 1-Channel Analog Input Terminal Differential +/-10V
  • Beckhoff AX8108-0200-0000 - Axis Feed Module Servo Drive