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 | 389 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.

  • FUJI UG430H-TS1 HMI Touch Panel
  • Westronics CB100188-01 Rev F Board
  • Siemens 7MH4900-3AA01 Weighing Module
  • Gilbert & Nash Tracker 2000 Control Cabinet
  • OMRON CJ1M-CPU22 CPU Unit
  • OMRON F3SJ-E0625P25 Light Curtain
  • Siemens 3VA2340-5HL32-0AA0 Breaker
  • Mitsubishi Melsec A61P A2NCPU PLC System
  • Aeco 158-02 DSP-02 PCB Card
  • FUJI NP1PS-32R CPU Module
  • Siemens 6SL3040-1MA01-0AA0 Control Unit CU320-2 PN
  • Fuji RYE.75D PLC Driver AC Drive
  • Electro Cam PS-6144-24-P16M09-L-MB Programmable Limit Switch
  • Siemens C98043-A7001-L2-4 CUD1 Control Board
  • Pilz 312070 PSSu H PLC1 FS SN SD Safety Module
  • Siemens Plc42q4200atsn Circuit Breaker Fuse Box
  • GE Fanuc IC695ALG708-AB Analog Output Module Rx3i
  • Siemens 6SE7036-5GK84-1JC2 IGD8 Gate Driver Board
  • Charmilles 813078 852029 PLC PCB Robocut 2 CNC EDM
  • Siemens 6SL3130-1TE24-0AA0 Smart Line Module
  • Pasaban MTC3001-DC Drive Control PLC Module
  • Modicon AS-P890-000 Remote I/O Processor Power Supply
  • Siemens PXC100-PE96.A PXC Modular Controller
  • TOYO KEIKI P:CARD5 AVH-R YH-212 Industrial Control Card
  • Omron NS5-SQ00B-V2 HMI Touch Screen 5.7 Inch
  • Sciemetric SigPOD 1202-0H00 Data Acquisition Module
  • GE Fanuc IC693CPU331W CPU Module Series 90-30
  • Square D 8903SVO11V02 Lighting Contactor 200A
  • Beckhoff C9900-P224 Power Supply Unit 24V 10A
  • HSD PE323 PLC I/O Module
  • Pillar AB6406-11A Power Control Board
  • GE Fanuc IC693CPU331W CPU Module
  • FANUC A61L-0001-0072 LCD Monitor
  • AB 20D-D-011-A-0-EYNANANE Drive
  • AB 1785-L20B PLC-5/20 Processor
  • Siemens SIREC P/PA Recorder 7ND3021
  • Siemens D2E160-AH01-17 Fan Blower
  • Eaton 101073735-001 LEG Module
  • AB 1404-M605B-ENT Powermonitor 3000
  • OMRON CJ1W-MAD42 Analog I/O
  • Omron CJ1M-CPU13 V3.0 PLC CPU Module
  • Pe323 HSD PLC Module Industrial Controller
  • Pasaban MTC3001-DC Drive Control PLC Module
  • Mitsubishi R02CPU PLC Module MELSEC iQ-R
  • B&R X20DC2395 Digital Output Module 32 Ch
  • Hoffman A30N24ALP Enclosure with PLC Addons
  • Rieter PLC with RMC 24/5V 10 RMC188-1 RMC RIO-1
  • Allen-Bradley 1790D-TN4V0 CompactBlock LDX Base Block 4 AI
  • National Instruments NI 9242 Analog Input Module 4-Channel
  • ABB AO820 3BSE008546R1 Analog Output Module
  • Moeller XVC-101-C192K-K82 PLC
  • AB 440F-C4000P MatGuard Controller
  • AB 1692-ZRCLSS Protection Module
  • Schneider S48896 PLC Module
  • FANUC A02B-0303-C205 I/O Module
  • AB 1785-LT4 PLC-5/10 Processor
  • AB 1746-NO8V SLC 500 Analog Output
  • OMRON CQM1-TC001 Temperature Unit
  • OMRON R7M-A20030-S1 Servo Motor
  • Toshiba ST1500GXH24 IEGT Module
  • Infineon PEF22822F V2.2 IC ISDN Controller
  • Allen-Bradley 440R-D22S2 Guardmaster Safety Relay GSR
  • Allen-Bradley 1771-IJ PLC Encoder Counter Module TTL
  • Texa Industrie EGO16GT1B Wall Frame Air Conditioner PLC
  • Schleicher Master CPU UCH 2 High Speed PLC
  • Siemens 6FC5371-0AA10-0AA1 NCU 710.2 CNC Controller
  • Schneider TM221C40R Modicon M221 PLC 40 I/O
  • Mitsubishi FX3U-128MR/ES PLC Controller 128 I/O
  • Pepperl Fuchs KFD0-RSH-1.4S.PS2 Relay Module 24VDC
  • Schneider XBTGT2110 HMI Touch Panel 10.4 Inch
  • APPLIED MATERIALS 0100-03267 - CH FACILITY INTERFACE PRODUCER SE PCB ASSY
  • INFICON 921-250-G1 - FFS232 Fabguard Interface AMAT Endura
  • LEYBOLD 0730-01046 - TRUBOTRONIK CONV FREQ NT341 MC/MCT 208V CONTROLLER
  • APPLIED MATERIALS 0010-57168 - SENSOR BOX ASM 300MM 35013
  • APPLIED MATERIALS 0226-31128 - ASSY VERSION 4 SIGNAL LAMP PCB
  • SBS 0090-01220 - PCB CPU BOARD FOR 128-30000
  • AMAT - - ANODE BULK COPPER PELLETS FG01PLT
  • APPLIED MATERIALS 0041-26804 - SHUTTER DOOR DRIVE ASSY 0040-76764 32032
  • APPLIED MATERIALS 0040-75150 - FILLER CHAMBER 1 APF PRODUCER SE
  • AMAT 0190-33295 - GATE COMPL
  • Applied Materials 0010-09341 - Wafer lift precision 5000 AMAT
  • APPLIED MATERIALS 0190-32096 - VARIAN CONTROLLER ASSY E15006160 E11388030
  • AMAT 0090-00590 - ELECT ASSY 750W SERVO MOTOR
  • APPLIED MATERIALS 101294-01 - 550W Power Supply
  • APPLIED MATERIALS 0150-14869 - CABLE AMAT LOT OF 16
  • Applied Materials 0200-09830 - ESC Electrostatic Chuck Pedestal Ring
  • APPLIED MATERIALS 0021-89500 - BRKT SNSR UPPER FRAME HTF 16132
  • Applied Materials 0200-10555 - Quartz Baseplate with Baffle 0200-00715
  • APPLIED MATERIALS 0240-75851 - KIT 11.3" SOURCE INSTALL
  • Applied Materials 0040-22023 - Adapter 13" W/B Source
  • Applied Materials 0010-09416 - P5000 Etch Std 3 kW 13.56 MHz Match
  • AMAT - - System Electronics Interface Board assy
  • AMAT 0090-00836 - MOTOR ASSY ROTATION 300MM
  • APPLIED MATERIALS 0140-12304 - HARNESS ASSY MF REMOTE SIGNALS PRODUCE 13041
  • Applied Materials 9090-01168ITL - ESC Chuck Power Supply PX32J
  • APPLIED MATERIALS 0020-24099 - insulator
  • APPLIED MATERIALS 0190-09764 - ZERO FIRING VARIABLE TIME BASE SCR POWER
  • APPLIED MATERIALS 0190-29887 - VERITY FL2006 FLASH LAMP 1007454 32453
  • APPLIED MATERIALS 0010-09348 - ASSY UNIVERSAL THROTTLE VALVE
  • APPLIED MATERIALS 0190-61486 - PRE-ALIGNER
  • APPLIED MATERIALS 0100-20000 - PCB ASSY 64 CHANNEL MUX 34246
  • Applied Materials 0090-07393 - RF Filter unit
  • AMAT 0040-89462 - FLANGE 6 PORT 300MM TITAN CONTOUR
  • APPLIED MATERIALS 0021-01421 - CHAMBER UPPER A-COAT M-DPS 32824
  • Applied Materials 0242-37433 - EMPAK 200mm Cassette Handler Retrofit Kit
  • APPLIED MATERIALS 0190-49999 - LINEAR ACTUATOR ASSY 32429
  • APPLIED MATERIALS 0020-63694 - COVER 300MM TITAN CONTOUR
  • APPLIED MATERIALS 0150-11135 - P3 MULTIZONE CTRL UNIT REV 002 11362100 1917
  • APPLIED MATERIALS 0240-01698 - KIT BAFFLE CLEAN PORT ULTIMA HDP-CVD
  • APPLIED MATERIALS 0040-03799 - MOUNTING PLATE CR SWILL
  • Applied Materials 0190-23562 - Newport 40000 Servo Positioning Controller
  • APPLIED MATERIALS 0090-08798 - ASSY EPM OVERSAMPLE INPUT CONTROLLER 28223
  • APPLIED MATERIALS 0040-32052 - WELDMENT BELLOW CATHODE DPSGECO 19601
  • APPLIED MATERIALS 0190-35712 - ASSY P-CHUCK 200MM CIP 99 0010-38437 35695
  • APPLIED MATERIALS 0021-39748 - BLOCKER PERF SILANE NITRIDE550 14762
  • APPLIED MATERIALS 3870-02323 - NOR-CAL VALVE PNEU INLINE 1" NW25 VIT-SEAL 12790
  • APPLIED MATERIALS 01-81911-00 - 8100 N ION TC CONTROLLER
  • APPLIED MATERIALS 0010-19137 - DEGAS LIFT & MOTOR ASSY 38924
  • APPLIED MATERIALS 0010-09978 - LAMP MODULE ASSY
  • APPLIED MATERIALS 0190-02362 - PCB ASSY MAINFRAME INTLK 1 RELAYS 32352
  • AMAT 0010-07017 - PCB ASSEMBLY LOWER PNEUMATIC BD
  • APPLIED MATERIALS 0010-75226 - ASSY THROTTLE VALVE 200MM ETCH DOWN STREAM 38918
  • APPLIED MATERIALS 0010-70345 - 0042-01927 Component
  • APPLIED MATERIALS 0010-07586 - ASSY HUB RADIANCE CHAMBER 33456
  • Applied Materials 0020-33882 - R2 Standard Cathode Insulating Washer
  • AMAT - - Pneumatic Door Assembly Desica Cleaner
  • APPLIED MATERIALS 3250-00041 - CNTNR DEIONIZER TANK SST HI TEMP W/RESIN
  • APPLIED MATERIALS 0190-E1370 - TWIN DETECTOR ASSY 38070