Welcome to the Industrial Automation website!

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

OMRON CJ2 CPU Troubleshooting and Maintenance

F: | Au:FANS | DA:2026-05-27 | 18 Br: | 🔊 点击朗读正文 ❚❚ | Share:

OMRON CJ2 CPU Unit Troubleshooting and Maintenance Complete Guide

In the field of industrial automation, the stability of programmable logic controllers (PLCs) is directly related to the continuous operation of production lines. The OMRON CJ2 series CPU units are widely used in various control systems due to their high performance, large capacity memory, and built-in EtherNet/IP communication capabilities. However, on-site engineers often face various challenges in daily maintenance and troubleshooting. This article is based on the CJ2 CPU unit hardware technical manual, combined with engineering practice, to systematically sort out common fault types, diagnostic methods, maintenance points, and data backup and recovery operations, helping engineers quickly locate problems and restore production.


Overview of CJ2 CPU Unit System

The CJ2 series includes two sub series, CJ2H and CJ2M, which are respectively designed for high-performance and compact applications. CJ2H-CPU6 □ - EIP has built-in EtherNet/IP port, supporting tag data link and FINS communication; CJ2M-CPU3 □ also has built-in EtherNet/IP and can expand serial option boards and pulse I/O modules. All CJ2 CPU units adopt a backplane free structure and are directly spliced through side connectors, supporting up to 10 units/rack and up to 3 expansion racks.

Key performance parameters:

CJ2H basic instruction execution speed: 0.016 μ s, CJ2M is 0.04 μ s

Program capacity: up to 400K steps (CJ2H-CPU68)

I/O points: 2560 points

DM/EM capacity: DM 32K words, EM maximum 32K words x 25 banks

Understanding these basic parameters can help determine whether resource limitations have been exceeded during subsequent fault diagnosis.


Common types of faults and diagnostic methods

The self diagnostic function of CJ2 CPU unit divides errors into two categories: fatal errors and non fatal errors. A fatal error can cause the CPU to stop running and shut down all outputs; Non fatal errors are allowed to continue running, but they need to be dealt with promptly.

2.1 Quickly diagnose faults through LED indicator lights

There are multiple LED indicator lights on the front panel of the CPU unit:

RUN (green): Illuminates during normal operation, extinguishes during program mode or fatal error

ERR/ALM (red): Constant light indicates a fatal error, flashing indicates a non fatal error

INH (yellow): Illuminates when the output off position (A500.15) is ON

PRPHL (flashing yellow): USB port communication in progress

COMM (flashing yellow): RS-232C port communication is in progress (CJ2M-CPU3 does not have this light)

BKUP (yellow): Data is being backed up or restored to flash memory. Power off is strictly prohibited at this time

If the POWER indicator light of the power unit (such as CJ1W-PA205R) goes out, it indicates that there is no 5V output, and the input voltage or the power unit itself should be checked.

2.2 Fatal Error Codes and Handling

When ERR/ALM is constantly on, the error code in A400 needs to be read through CX Programmer. The following are common fatal errors and countermeasures:

(1) I/O bus error (error codes: 80C0~80C7, 80CE, 80CF)

Possible reasons: Bus communication failure between CPU unit and I/O unit, or End Cover not connected.

Troubleshooting steps: After power off, check whether the connectors of each unit are fully locked; Check if the expansion connection cable is in good contact; Confirm that the terminal cover (CJ1W-TER01) is installed at the far right end of the CPU rack. If the error persists after restarting, remove the units one by one and locate the faulty unit.

Auxiliary information: A404 stores the rack number and slot number where the error occurred (0F indicates inability to determine, 0E indicates missing terminal cover).

(2) I/O setting error (error code: 80E0)

Possible reason: The actual connected unit is not consistent with the registered I/O table; Or the installation position of the interrupt input unit is incorrect (CJ2H-CPU6 □ - EIP must be installed in slots 0-3, CJ2H-CPU6 □/CJ2M-CPU 3 □ is installed in slots 0-4).

Solution: Use CX Programmer to perform "I/O Table Validation" in the "Options" menu and check for mismatched units; Regenerate the I/O table or adjust the physical installation location.

(3) Duplicate unit number error (error code: 80E9)

Possible reason: Two or more CPU bus units or special I/O units have the same unit number set.

Solution: Check the front rotary switch to ensure that each unit number is unique, then power off and restart.

(4) Memory error (error code: 80F1)

Possible reasons: User program, PLC settings, I/O table, routing table, or CPU bus unit setting area verification error (A403 corresponding bit indicates specific area).

Recovery measures: If it is a program area error, resend the user program; If the PLC setting is incorrect, clear the PLC setting and re-enter; CJ2H has the function of automatic recovery from flash memory. If the recovery fails, the CPU unit needs to be replaced.

(5) Cycle timeout error (error code: 809F)

Possible reason: The PLC cycle time exceeds the set value of "monitoring cycle time" in the PLC settings.

Countermeasure: Optimize the program (split tasks, reduce interrupt task execution time), or increase monitoring time appropriately. The maximum interrupt task processing time in A440 can be viewed.

2.3 Non fatal Error Handling

When there is a non fatal error, ERR/ALM flashes and the CPU continues to run. Common examples include:

Battery error (00F7): Low battery voltage or not installed. The battery (CJ1W-BAT01) needs to be replaced within 5 minutes, otherwise RAM data may be lost. It is recommended to power on for 5 minutes before turning off the power during replacement.

CPU bus unit error (0200~020F): Data exchange exception. Corresponding to a certain digit in A417 being ON, indicating the unit number. The unit can be restarted or replaced.

Special I/O unit error (0300~035F): Similar handling, refer to the specific unit manual.

Option board error (00D1): The option board was unplugged when powered on. Reconnect and restart the PLC.

2.4 Common problems with power supply units

Power unit faults often manifest as the POWER light not turning on. Check if the input voltage is within the allowable range (AC85~264V or DC19.2~28.8V) and if the wiring terminals are loose. CJ1W-PA205C has a replacement notification function. When the 7-segment code displays "0.0" and "A02" flashing alternately, the power unit should be replaced within 6 months.

CPU Unit Reset and Recovery Operations

3.1 Manually clearing errors

For non fatal errors or resettable fatal errors (such as E10, E11, etc.), they can be reset in the following three ways:

Press the ENT/RST key in front of the CPU (in monitoring or programming mode).

Connect the reset input terminals (terminals 13 and 14).

Send a reset command through communication (FLK model only).

3.2 Memory Clearing and Initialization

If E03 (EEPROM checksum error - set value) occurs, parameter initialization needs to be performed:

Press and hold the LVL key for 2 seconds to enter the initial setting level (SET indicator light is on).

Use the UP/DOWN keys to select parameter P28 (initialization setting value).

Press the ENT key to display "abt", press the UP key to change to "ini", and then press ENT to execute.

Power off and restart.

If E04 (total running time error) occurs, the total running time needs to be reset through P27, similar to the operation.


Maintenance and battery replacement

4.1 Key Points for Regular Inspection

It is recommended to conduct an inspection every 6 months to 1 year:

Environmental temperature (0~55 ℃), humidity (10%~90% without condensation)

Dust and corrosive gases

Are the connectors of each unit loose

Power supply voltage fluctuation

Battery life (approximately 5 years at 25 ℃)

4.2 Detailed steps for battery replacement

The CJ2 CPU unit uses lithium battery CJ1W-BAT01. Replacement process:

Ensure that the PLC has been powered on for at least 5 minutes (charging the capacitor).

Turn off the CPU unit (if you are concerned about static electricity, you can also replace it online, but you must touch the grounded metal to discharge).

Open the battery compartment cover in the upper left corner and carefully remove the old battery.

Install a new battery within 5 minutes (pay attention to aligning the protrusion with the groove: CJ2H on the upper right, CJ2M on the lower right).

Close the compartment lid and power on again. The battery error flag will be automatically cleared.

Warning: If the power is turned off for more than 5 minutes and the capacitor is not fully charged, I/O memory data in RAM may be lost. If the function of not saving data with the battery is used, the battery error detection can be turned off in the PLC settings.


Data backup and recovery operations

The CJ2 CPU unit supports two backup methods: simple backup (via memory card and DIP switch) and PLC backup tool (via CX Programmer).

5.1 Simple Backup Function (No Software Required)

Backup (CPU → memory card):

Insert formatted memory card (OMRON specified model: HMC-EF183/283/583).

Turn pin 7 of the DIP switch in front of the CPU to ON.

Press and hold the Memory Card Power Supply Switch for 3 seconds until the BUSY light is on, then release it.

Wait for the MCPWR light to flash once before turning off, and the BUSY light to turn off, indicating that the backup is complete.

Turn needle 7 back to OFF.

Recovery (memory card → CPU):

Power off and insert a memory card containing backup files.

Turn needle 7 to ON.

Power on, the system automatically recovers data from the memory card. The MCPWR light flashes once first, remains on during the recovery process, and turns off after completion.

Turn off the power, turn pin 7 back to OFF, and then turn it back on to run.

Comparison (memory card and CPU data): Pin 7 is OFF, press and hold the memory card power switch for 3 seconds. After the comparison is complete, the light will turn off to indicate consistency. If it flashes, it indicates inconsistency or error.

Note: Simple backup will backup user programs, parameter areas, I/O memory, symbol tables, annotations, and parameters of special I/O units and CPU bus units that support this function. After recovery, the CPU is in programming mode and needs to be manually switched to running mode.

5.2 PLC backup tool (via computer)

The PLC backup tool in CX Programmer allows for selective backup, comparison, and recovery of data. Especially suitable for situations where multiple devices need to be backed up or version managed.

Safety precautions and preventive measures

6.1 External safety circuit design

Internal faults in PLC may cause output misoperation, and a safety circuit must be designed externally:

Emergency stop circuit: Use the RUN output of the power unit (CJ1W-PA205R only) to control the external main contactor, ensuring that the load power is cut off when the CPU is not running.

Interlocking circuit: For example, the forward and reverse rotation of the motor are interlocked to prevent both outputs from being turned on at the same time.

Power off priority: Power on the PLC first, then power on the load; When cutting off power, first disconnect the load and then disconnect the PLC.

6.2 Grounding and Noise Suppression

Grounding resistance ≤ 100 Ω, use wires of 2mm ² or more.

Short circuiting the LG terminal to the GR terminal and grounding it can reduce power noise.

The I/O signal line and power line are wired separately, with a spacing of ≥ 200mm.

Inductive loads (relays, solenoid valves) require parallel diodes (DC) or RC absorption circuits (AC).

6.3 Installation Environment

The temperature inside the control cabinet is 0-55 ℃, and the humidity is 10% -90% without condensation.

Stay away from strong electromagnetic interference sources (such as frequency converters, high-frequency welding machines, etc.).

Leave at least 100mm of ventilation space above and below the CPU unit.


Troubleshooting Example: CX Programmer Cannot Connect

When the programming software cannot connect to the PLC, follow the following steps to troubleshoot:

USB connection:

Check if the USB cable is securely plugged in; Confirm that the computer has installed the USB driver (CX-ONE will automatically copy the driver to C: Program Files OMRON CX Server USB during installation).

You should be able to see 'OMRON SYSMAC PLC Device' in the Device Manager.

If it does not appear, manually update the driver to point to the above folder.

RS-232C connection:

Confirm the settings of DIP switch pin 5: ON for Toolbus and OFF for Host Link. The network type of CX Programmer needs to be consistent.

Use dedicated cables (XW2Z-200S-CV, etc.), and do not use regular serial port cables.

When pin 5 is turned on, the PLC automatically detects the baud rate; When OFF, the matching baud rate needs to be set in the PLC settings.

EtherNet/IP connection (CJ2H-CPU6 □ - EIP or CJ2M-CPU3 □ only):

Confirm that the computer IP and PLC IP are in the same network segment (default IP is 192.168.250. Node address, set by the front switch).

Use direct connection or switch to confirm that the 100M/10M indicator light is on.

If unable to ping, check if the IP settings of the network cable, switch, and PLC have been modified.

  • ABB 3HAC031851-001 SMB Unit Technical Manual
  • Fuji NB1U56X-01 Programmable Controller Guide
  • Siemens 6AG1153-2BA02-7XB0 SIPLUS IM 153-2 Manual
  • Beckhoff EL6631 PROFINET Terminal Manual
  • Lenze E82EV302-4C Frequency Inverter Manual
  • Siemens 6SE7038-6EK84-1JC2 IGD8 Board Specifications
  • Pilz 774595 Safety Relay Specifications
  • Fanuc A20B-8200-0847 PLC Board Specification
  • Allen Bradley 1785-L60B/E PLC CPU Manual
  • PASABAN MC-2006 03 PLC Card Specifications
  • B&R X20CP1382 PLC Control Module X20 CPU
  • B&R X20DC2395 PLC Module Digital Output
  • AS-2P-70M-B Industrial PLC Communication Cable 70M
  • Siemens 6ES7136-6BA00-0CA0 PLC Module ET 200SP
  • Siemens 1FK7083-5AF71-1EB3 Servo Motor SIMOTICS S
  • WAGO 750 Series I/O Modules 750-842 750-530 750-430 750-602 750-514 750-600
  • Microchip TC9401CPD F/V Converter 100kHz 14DIP
  • Mitsubishi GT2310-VTBA GT2310-VTBD HMI Touch Screen 10.4 Inch
  • Siemens 3RT2036-1AN20 AC Contactor SIRIUS
  • Mitsubishi GT2708 HMI Touch Screen GT2708-VTBA VTBD STBA STBD
  • Siemens 6FC5110-0CB01-0AA0 CNC PLC CPU
  • ABB SINT4130C PCB Board
  • Omron NX1P2-1040DT PLC Controller
  • Fuji FRN3.7C1S-2J VFD
  • PLC-60/75 /E2UK Shielded Braided Cable
  • Omron CJ1W-NC434 Position Control Unit
  • Omron NX-AD2208 Analog Input Module
  • PASABAN MC-2006 03 PLC Card
  • Schneider 9038CR34 Pressure Switch
  • Pilz 240340 Safety Control Module
  • Mitsubishi A2NCPU Programmable Controller MELSEC
  • Mitsubishi Alpha XL Alarm Modem M20 Expansion
  • AutomationDirect D0-06DD2-D PLC DL06 Controller
  • Toshiba COMW01-21 PCB Control Board Turbine
  • Siemens 6FX1122-1AC02 Coupling Module SINUMERIK
  • Omron CVM1-CPU21-V2 CPU Unit Programmable
  • Beckhoff EL7041 Stepper Motor Terminal EtherCAT
  • B&R X20AI4622 Analog Input Module 4 Channels
  • OAT PMC25.2-003 Programmable Controller Module
  • Fanuc A16B-2200-0350 Graphic Board Series 16
  • Eaton Cutler Hammer 6-26-2 Contactor Contact Kit
  • Omron D4SL-NSK10-LK-K Safety Switch
  • Siemens C98043-A7001-L24 CUD1 Control Board
  • Mitsubishi A2NCPUR21-S1 PLC Module
  • National Instruments NI-9242 4-channel analog input module
  • BEMAC UST-202-D PLC Interface Board
  • Omron CJ1W-DA08C Analog Output Module
  • Mitsubishi QX521 CNC Interface Board
  • Schneider BMEP586040 High-Performance PLC Processor
  • Emerson 5X00875G01 Process Control PLC
  • Siemens SIMODRIVE 611 Power Module 6SN1145-1AA01-0AA0
  • Siemens 840C NC-CPU 486DX4 6FC5110-0BB04-0AA1
  • Mitsubishi GT2708 Series Operation Panel Touch HMI
  • Fanuc A04B-0103-C220 Programmable Controller Module
  • IFM CR2530 Programmable Controller for Mobile Automation
  • Omron FH-3050 Vision Controller i7-2715QE High Performance
  • National Instruments NI-9242 4-Ch Analog Input Module
  • B&R X20AI4632 Analog Input Module 4 Channels
  • Pilz 773600 Input Module Safety Automation
  • Panasonic AFPX-C60P Programmable Controller PLC
  • Siemens 6ES7414-2XL07-0AB0 S7-400 CPU Manual
  • Cutler Hammer WM34V Interlock Kit Manual
  • Pilz 777587 Safety Relay Specifications
  • Omron CJ2H-CPU64-EIP CPU Module Manual
  • B&R X20AI1744-3 Analog Input Module Guide
  • Schneider LC1G185BEEA Contactor Specification
  • Sharp LM64P101 LCD Screen Specifications
  • B&R X20AT4222 Temperature Module Guide
  • Mitsubishi A2UCPU-S1 Controller Specifications
  • Stein Sohn E 083.1 Rack Module Technical Guide
  • Omron CK3W-AX1515N Motion Controller
  • Schneider TSXP572634M PLC Processor
  • Epson RAIOC-33 Programmable Controller
  • GRID T&D iRTUe-D1R1-W.125 I/O Module
  • Fanuc A20B-2002-0520 Control Board
  • B&R X20IF1030 Interface Module
  • Schneider ATV320U55N4B VFD
  • Omron NA5-9W001B-V1 HMI Touchscreen
  • Mitsubishi A2NCPU PLC CPU Unit
  • Omron CJ2M-CPU34 PLC CPU Unit
  • Omron NS12-TS01B-V2 Touch Screen HMI
  • Mitsubishi FX3GE-24MT/ESS PLC Controller
  • Grundig NEA02 AES 0 PLC I O Module
  • Beckhoff EP3204-0002 EtherCAT Box Module
  • Mitsubishi MDS-A-CV-220 Power Supply Unit
  • MCX20B2 080G0330 Motion Controller
  • Toyo Keiki P CARD5 Interface Board YH-212
  • National Instruments NI 9242 Analog Input Module
  • B&R 3AM055.6 PLC Module
  • Omron CJ1W-ETN21 Ethernet Module PLC
  • Allen-Bradley 2711P-T15C4A7 PanelView Plus 1500 Guide
  • Pilz 777602 Safety Module XV1P Specifications
  • NI cFP-2220 and cFP Modules Technical Guide
  • Keyence XG-EC80 Camera Input Unit Overview
  • Dynatronix CRS9-10 DC Power Supply Manual
  • Omron G3PW-A220EC-S-FLK Power Controller Manual
  • EVO SP SYSTEM PLC Control Panel Overview
  • B&R X20IF10G3-1 Interface Module Specifications
  • NL8060BC21-11 Industrial LCD Screen Specification
  • SK-G9-FAN1-F6 Cooling Fan Technical Specifications
  • US Drives 3000-4220-4-4 PLC Add-on Module
  • Allen-Bradley 2002-NX70-HSC4 High-Speed Counter
  • Schneider TM258LF42DR PLC Controller
  • Harris 8800-00002-02 PLC Power Control Center
  • NLT NL8060BC21-11C 8.4 LCD Panel
  • ABB PLUTO S20 V2 CFS Safety PLC
  • Omron NS12-TS00B-V2 NS12-TS00B-ECV2 HMI
  • 7-29 10 00 A PLC Expansion Module
  • B&R X20DC2395 PLC Module
  • Omron NE1A-SCPU02 Network Controller
  • GE IC200UEX624-C VersaMax Micro PLC
  • Rexroth GIV50-11 Position Limit Switch Assembly
  • B&R X20SLX410 Safety Logic Module
  • Omron CJ1W-NC433 Position Control Unit
  • Inovance AM600-CPU1608TP PLC Controller
  • ABB Pluto S20 V2 CFS Safety PLC
  • Omron CJ1W-NC113 Position Control Unit
  • Grundig NEA02 AES 0 PLC I O Module
  • Fanuc A16B-2202-0432 Control PCB Board
  • Siemens 6SN1124-1AA00-0DA0 Simodrive LT Module
  • B&R X20AO2632 Analog Output Module Specifications
  • Georges Renault 6159187760 PLC Board Technical Guide
  • IDEC PLC FC6A-D32K3CEE MicroSmart Controller Manual
  • 6ES7226-6BA32-0XB0 Fail-Safe Digital Input Guide
  • Programmable Controller PLC EC20-4040BRA Specification
  • Grundig PLC NEA02 AES 0 I/O Card Specification
  • Seiki POS-M 10-22-01 Card Positioning Board Manual
  • Ormec Systems PMC960 Motion Controller CPU Guide