Welcome to the Industrial Automation website!

NameDescriptionContent
HONG  KANG
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

Omron NA Series HMI Connection Guide

来源: | 作者:FAN | 发布时间 :2026-04-20 | 11 次浏览: | 🔊 Click to read aloud ❚❚ | 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.

  • YASKAWA SGMPH-04AAA61D-OY 200V 400W Servo Motor
  • YASKAWA SGMPH-08A1A41 750W Servo Motor with Gearbox
  • OMRON C60K-CDR-D K-Type CPU PLC
  • OMRON CS1W-AD081-V1 Analog Input Module
  • OMRON CP1H-X40DT-D Compact PLC
  • OMRON 3G3SV-BB007-E 0.75kW Inverter
  • YASKAWA SGDH-10DE-OY 1kW Servo Pack
  • OMRON C60H-C5DR-DE-V1 SYSMAC CPU PLC
  • OMRON C60H-C5DR-DE-V1 SYSMAC CPU PLC
  • OMRON 3G3MV-P10CDT3-E RS422/485 Inverter PLC Board
  • OMRON C200PC-ISA02-DRM-E SYSMAC Board PLC with Floppy & Operator Panel
  • OMRON 3G3SV-BB007-E 0.75kW Inverter
  • OMRON CP1H-X40DT-D Compact PLC
  • OMRON CS1W-AD081-V1 Analog Input Module
  • OMRON C60K-CDR-C K-Type CPU PLC
  • YASKAWA SGMPH-08A1A41 750W Servo Motor with Gearbox
  • YASKAWA SGMPH-04AAA61D-OY 200V 400W Servo Motor
  • OMRON CJ1W-DA041 Analog Output Module
  • OMRON C60H-C5DR-DE-V1 SYSMAC CPU PLC
  • OMRON 3G3MV-P10CDT3-E RS422/485 Inverter PLC Board
  • OMRON C200PC-ISA02-DRM-E SYSMAC Board PLC
  • Omron CQM1H-MAB42 Analog I/O Board
  • Omron C200PC-ISA02-DRM-E SYSMAC Board
  • Oriental Motor ARD-C CM10-1 Stepping Driver
  • EVA 915.85.003 Embedded CPU Module
  • Omron C60H-C1DR-DE-V1 PLC CPU
  • TE.CO TFX 4G10 Industrial Power Cable
  • Siemens 6SL3120-2TE15-0AA4 Motor Module
  • Emerson SolaHD SDN10-24-100P Power Supply
  • PARKER HPD2S5N/K005 Servo Drive
  • Danfoss VLT 3008 Variable Speed Drive
  • Saia Burgess Controls PCD4.H31 PLC CPU
  • OMRON C200HW-PRT21 Profibus DP Slave Unit
  • OMRON TJ1-ML04 Trajexia Motion Controller
  • Schneider Electric Pre-Wired PLC Control Box
  • Allen Bradley 1336-L8E AC Drive
  • Siemens 6ES7123-1GB60-0AB0 PLC Module
  • Automation Direct D3-08B-1 PLC Chassis 8 Slot
  • OMRON 3G3XV-A2007 VFD 0.75kW 220V
  • STOBER F102SG0230MO20 Gear Drive Technology
  • Saia PCD4.H32 PCD4 Series PLC
  • Omron NSJ12-TS01B-G5D NSJ Terminal
  • Biticino MA250 T7314A Megatiker Circuit Breaker
  • Omron ZX-LDA41 ZX-LD300L Laser Sensor
  • Siemens 6ES7511-1AK02-0AB0 CPU 1511-1 PN
  • Saia Burgess Controls SBC PCD PLC Module
  • Siemens 6ES5 244-3AA21 S5 Temperature Module
  • Omron NSJ5-SQ01-DRM NSJ Controller
  • Omron NT15S-SF121B-E Programmable Terminal
  • Yaskawa CIMR-F7Z4045 45kW VFD AC Drive
  • AB 1494U-D100 Smart Motor Controller
  • Omron NA5-7W001B-V1 Touch Screen HMI
  • Fanuc A16B-1000-0400/01A CNC Control Board
  • Omron CV2000-CPU01-EV1 PLC CPU Unit
  • Eaton XV-102-B4-35TQRF-10-PLC Touch Panel
  • Siemens 6FX1121-3BB01 SINUMERIK Board
  • SCE M68-2000 2 Axis CNC Servo Controller
  • Omron R88M-K20030T-BS2 AC Servo Motor
  • Omron G3NH-4150B Solid State Relay
  • BITICINO MA250 T7313A Megatiker PLC Disconnector
  • IFM 2MSTR AS-i PROFIBUS DP Gateway
  • Danfoss VLT 3022 175H1238 Variable Speed Drive
  • PASABAN MTC-3052 FAST I/O Module
  • Allen Bradley 1746-A7 SLC 500 Chassis
  • Mitsubishi NF1600-SEW MCCB
  • Schneider LTMR100EBD Motor Management Controller
  • Yokogawa AIP121-S3 Analog Input Module
  • Siemens 6ES7135-4LB02-0AB0 ET200S AO Module
  • Motor Power SKA DDR 148-240 Torque Motor
  • OMRON CS1H-CPU63-EV1 PLC CPU Unit
  • ABB UFC921A101 Main Control Board
  • ABB UFC921A Main Control Unit
  • ABB UFC911B108 Drive Main Control Unit
  • ABB UFC911B106 Drive Main Control Unit
  • ABB UFC911B101 Drive Main Control Unit
  • ABB UFC765AE102 Drive Control Interface Board
  • ABB UFC762AE101 I/O and Communication Extension Board
  • ABB UFC760BE41 I/O and Communication Extension Board
  • ABB UFC760BE145 I/O and Communication Extension Module
  • ABB UFC721BE101 Fieldbus Communication Adapter Module
  • ABB UFC721AE101 3BHB002916R0101 Network Interface
  • ABB UFC718AE101 HIEE300936R0101 Communication Module
  • ABB UDC920BE01 3BHE034863R0001 Communication Module
  • GE IS420UCSCH1A-F-VO.1-A Controller Module
  • GE UCSC H1 IS420UCSCH1A Controller Station Card
  • ABB UCD240A101 3BHE022287R0101 Process Controller
  • ABB UCD224A103 Process I/O Module
  • ABB UCD224A102 Analog Input Module
  • WOODWARD 9907-838 Load Sharing Module
  • B&R X20CP1485-1 Industrial PC CPU Module
  • ELAU MC-4/11/22/400 4-Axis Servo Drive
  • ELAU C600/10/1/1/1/00 Configurable Safety Relay
  • BENTLY 60R/SIM01 Proximitor Power Supply
  • BENTLY 60R/PPM01 Protection Processing Module
  • BENTLY 60R/PNL01 Operator Control Panel
  • BENTLY 60R/PIM01 Panel Interface Module
  • BENTLY 60R/INP07 Isolated DC Input Module
  • BENTLY 60R/INP01 4-Channel Analog Input Module
  • BENTLY 60R/CMM01 Communication Multiplexer Module
  • BENTLY 60R/CHA02 System Chassis Rack Enclosure
  • BENTLY 60R/CGW01 Condition Monitoring Gateway
  • Pacific Scientific P70360-SDN Servo Motor
  • HONEYWELL 05701-A-0284 Signal Conditioner
  • YOKOGAWA NFCP501-W05 Pressure Transmitter
  • ABB CI541V1 3BSE0146666R1 Control Interface
  • ABB DSTC176 57310001-KT Terminal Base Unit
  • ABB DSDP170K02 3BSE019925R1 Analog Input Module
  • ABB DSBC173 57310001-KH Terminal Base Unit
  • ABB DSAI130K01 5730-030-UC Thermocouple Input
  • ABB DSRF182 57310255-AL Relay Output Module
  • ABB SC520 3BSE003816R1 Compact PLC
  • ABB DSDP140A 57160001-ACT Analog Input Module
  • ABB DSAI130 57120001-P Analog Input Module
  • ABB SCYC55830 3AFE58063282 MCCB
  • Fireye 95DSS3-1CEX UV Flame Scanner
  • ABB DSDP170 57160001-ADF Analog Input Module
  • ABB CI532 3BSC140120R1 Communication Interface
  • ABB DSAO120A 3BSE018293R1 Analog Output Module
  • ABB CI869K01 3BSE049110R1 Ethernet Interface
  • ABB CI522A 3BSE018460R1 PROFIBUS DP Master
  • GUTOR OP6257 Rectifier Control Unit
  • Meggitt C327845-11 Gas Shutoff Valve
  • ABB SACO64D4 4-Pole Digital Annunciator Unit
  • ABB CI522AK04 3BSE018451R1 PROFIBUS DP Module
  • ABB DSAI130DK01 3BSE020828R1 Temperature Input Module
  • ABB CI546 3BSE012610R1 PROFIBUS DP Master Module
  • ABB SC510 3BSE003832R1 Compact PLC Controller
  • ABB CI540 3BSE001077R1 PROFIBUS DP Slave Module