Welcome to the Industrial Automation website!

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

OMRON CJ series PLC operation and maintenance essentials

来源: | 作者:FAN | 发布时间 :2026-04-21 | 5 次浏览: | 🔊 Click to read aloud ❚❚ | Share:

OMRON CJ Series PLC Operation and Maintenance Essentials: A Comprehensive Guide from Unit Version to Troubleshooting

The OMRON CJ series programmable logic controller (PLC) has become the core equipment of industrial automation control systems due to its modular baseless structure, high-speed instruction execution, and large capacity data storage. The CJ series includes various CPU units such as CJ1, CJ1-H, CJ1M, and high-speed CJ1-H-R, which are widely used in machine control, process automation, and distributed networks. For on-site engineers, mastering unit version management, system configuration, memory area characteristics, and fault diagnosis methods is the key to ensuring the long-term stable operation of equipment. This article will systematically summarize the core technical points of CJ series PLC from a practical perspective.


Unit Version: Key to Function Upgrade and Management

The CJ series CPU units introduce the concept of "Unit Version" to identify the functional differences supported by different batches of CPU units. The unit version is marked on the right side of the batch number on the front nameplate of the CPU unit, such as "Ver. 4.0". Early products (produced before November 2003) had no version labeling and were referred to as "Pre Ver.

The correspondence between version and function:

Ver.2.0: Supports separate task upload/download, improved read protection password, network FINS write protection, up to 8 levels of network communication, free first character assignment, etc.

Ver.3.0: Supports Function Blocks (FB), Serial Gateway (FINS to CompoWay/F), Annotation Memory (Internal Flash), Easy Backup Data Expansion, Free Run Timer, etc.

Ver.4.0: Supports online editing of functional blocks, input/output variables, text string processing, ST language programming enhancements, etc.

CJ1-H-R (high-speed type): Basic instruction execution time is 0.016 μ s, special instruction is 0.048 μ s, interrupt response is 40 μ s, supports 0.1ms scheduling interval, and significantly reduces I/O refresh time.

Selection and software compatibility:

CX Programmer Ver. 4.0 and above are required to support Ver. 2.0 functionality; Ver. 5.0 and above support Ver. 3.0 function blocks; Ver. 7.0 and above support Ver. 4.0 functionality.

If the program uses a higher version feature, downloading to a lower version CPU unit can result in compilation errors or runtime program errors. Therefore, when replacing the CPU unit or upgrading the system, it is necessary to verify the compatibility between the unit version and the software version.

On site identification method: Check the "PLC Information" dialog box online through CX Programmer, or right-click and select "Unit Manufacturing Information" in the I/O table window to read the version number of the CPU unit. The accompanying version label can be pasted on the old CPU unit for differentiation.


System configuration: Rack expansion and unit connection

The CJ series adopts a horizontal connection structure without a bottom plate, and the units are directly spliced through side connectors. The rightmost end must be equipped with an end cap (CJ1W-TER01), otherwise an I/O bus error will occur (A40114 ON, A404 displays 0E hex).

CPU rack: can accommodate up to 10 units (including basic I/O units, special I/O units, and CPU bus units). The power unit is located at the far left, with the CPU unit adjacent to its right, followed by the I/O control unit (if expansion is required) and other units.

Expansion rack: Connected through the I/O control unit (CJ1W-IC101) and I/O interface unit (CJ1W-II101), up to 3 expansion racks can be connected (CJ1M CPU unit only supports 1). The total length of the I/O connection cable shall not exceed 12 meters, and can be selected in specifications such as 0.3m, 0.7m, 2m, 3m, 5m, 10m, 12m, etc. Each expansion rack can also install up to 10 units.

Current consumption calculation: The power supply unit provides two sets of power supplies, 5V DC and 24V DC. Taking CJ1W-A205R as an example, the maximum 5V is 5.0A, the maximum 24V is 0.8A, and the total power is 25W. When designing the system, the consumption current of all units must be accumulated and not exceed the power supply capacity. For example, a CJ1G-CPU45H (0.91A) plus two CJ1W-ID211 (0.08A each) plus one CJ1W-OD211 (0.10A) plus one CJ1W-CLK21 (0.35A), the total 5V current is 1.52A, still within 5A.

Memory area: a data structure that engineers must know

The memory of CJ series is divided into I/O memory and parameter area. I/O memory is divided into multiple regions based on their functions, and understanding the characteristics of each region is crucial for programming and fault diagnosis.

Regional Address Range Characteristics Usage

Whether the power outage of CIO 0000 to CIO 6143 in the CIO area is maintained depends on the IOM hold bit I/O refresh, data link, CPU bus unit, special I/O unit, and internal work bit

Work area (W) W000~W511 power off does not maintain (can be set to maintain) internal work position, priority is given to use

Keep the data in the state that needs to be saved when the H000~H511 power is cut off in the holding area (H)

Auxiliary area (A) A000~A447 is read-only, while A448~A959 maintains system flags, control bits, and error messages for read-write operations

DM area D00000~D32767 power-off maintenance word unit data storage

EM area E0_00000~E7_32767 (up to 13 banks) power off to maintain extended data storage, some banks can be converted into file memory

Timer area T0000~T4095 complete flag+current value (PV) timer instruction

Counter area C0000~C4095 complete flag+current value (PV) counter instruction

Index registers IR0 to IR15 task independent or shared indirect addressing pointers

Data registers DR0 to DR15 have independent or shared offsets for tasks

Important signage:

A50012 (IOM hold bit): When turned on, mode switches (Program) ↔ RUN/MONITOR does not clear non hold areas. If the "IOM hold bit status start" in the PLC settings is ON, it can still be maintained even when powered on.

A50015 (output OFF position): When ON, it forces all output units to output OFF, and the INH indicator light is on.

A40204 (Battery Error Flag): When the battery voltage is low, turn on and replace the battery in a timely manner.

A40108 (Cycle timeout flag): When the cycle time exceeds the watchdog set value, it turns on and the CPU stops.


I/O allocation: automatic and user settings

The CJ series defaults to "automatic I/O allocation at startup", which means that I/O words are automatically allocated based on the actual installed unit each time power is turned on. Basic I/O units are allocated words from left to right starting from the CPU unit, with each unit occupying 1 or 2 words (1 word for units below 16 points, 2 words for units between 17-32 points, and 4 words for units between 33-64 points). Special I/O units are assigned 10 words based on their unit numbers (CIO 2000-2959), while CPU bus units are assigned 25 words based on their unit numbers (CIO 1500-1899).

User set I/O table: Through CX Programmer, I/O tables can be created and downloaded to achieve the following advanced functions:

Fixed first word address for each slot (up to 64 groups)

Reserve unused words (for future expansion)

Verify the consistency between the actual unit and the registry (causing I/O setting error A40110 when inconsistent)

Initial setting: In the I/O table window of CX Programmer, select "Options" → "Rack/Slot Initial Address" to set the initial setting for each rack (e.g. CPU rack starting from CIO 1000) or slot. This feature is very useful when replacing old models such as CQM1H, as it can keep the program address unchanged.


Troubleshooting: Systematic Diagnostic Methods

The CJ series PLC has a comprehensive self diagnostic function, and error information is stored in error logs (A100-A199, up to 20 entries), which can be read through programming devices.

1. Meaning of CPU indicator light

Meaning of indicator light status

RUN (green) lights up and runs normally (MONITOR or RUN mode)

ERR/ALM (red) lights up for fatal errors (including FALS), CPU stops

ERR/ALM (red) flashing non fatal errors (including FAL), continue running

INH (orange) lights up and outputs OFF position (A50015) as ON

BKUP (orange) lights up and is backing up to flash memory (do not power off)

2. Common fatal errors and countermeasures

Error code, incorrect name, possible reasons, and countermeasures

80F1 memory error, user program verification error, PLC setting verification error, I/O table verification error, program or parameter retransmission error; If A40310 is ON, replace the CPU

80C0-80CF I/O bus error: End cap not connected, poor unit contact, cable damage. Check the end cap; Re plug and unplug the unit; Replace the cable

Unit number 80E9: Repeat two CPU bus units or two special I/O units with the same unit number. Check A410 (CPU bus) or A411-416 (special I/O) and modify the unit number

80E1 has too many I/O points, and the actual number of I/O points exceeds the maximum capacity of the CPU (2560 points). Reduce I/O units or replace with a higher specification CPU

80E0 I/O setting error. The registered I/O table does not match the actual installation unit; Interrupt input unit position error and recreate I/O table; Install the interrupt input unit in the first 5 slots (CJ1-H) or the first 3 slots (CJ1M) of the CPU rack

80F0 program error without END instruction, task error, illegal instruction, indirect DM/EM BCD error, etc. Check A295-A299 to locate the incorrect address and correct the program

809F cycle timeout period exceeds the watchdog set value (default 1 second). Extend the watchdog time or optimize the program to reduce the cycle

3. Non fatal error examples

Error code, incorrect name, possible reasons, and countermeasures

008B Interrupt Task Error: IORF/FIORF execution in interrupt task conflicts with cyclic refresh. Disable cyclic refresh of this special I/O unit in PLC settings

009B PLC setting error. Setting value exceeds the range. Check A406 for positioning error address

00F7 battery error: Low battery voltage or disconnected battery replacement (CPM2A-BAT01 or CJ1W-BAT01)

0200-0200F CPU bus unit error, unit self failure or data exchange error. Check the corresponding unit number in A417, restart or replace the unit

4. Error log operation

Read error logs: Operate through the "Error Log" window of CX Programmer or programming console.

Clear error log pointer: Set A50014 to ON (which will automatically reset), pointer A300 will reset to zero, but the log content will not be cleared.

User defined error: Using FAL (006) generates a non fatal error, while FALS (007) generates a fatal error with error codes 4101-42FF (FAL) or C101-C2FF (FALS).

Notification function for power unit replacement

The CJ1W-PA205C power unit has a "replacement notification" function. The aging degree of the electrolytic capacitor is monitored internally, and the remaining life is displayed through the 7-segment LED on the front panel

FUL: Adequate lifespan

HLF: Half of the lifespan

1.5/1.0/0.5: Remaining years

0.0 and A02 alternate flashing: The remaining lifespan is less than 6 months, and the alarm output (normally open contact) is disconnected.

The alarm output (ALARM) is a transistor output, which is ON (conductive) under normal conditions and OFF when it needs to be replaced. This signal can be connected to the PLC input point for triggering maintenance reminders in the program.

TEST switch: Press for more than 3 seconds to force the display of "A02" and temporarily turn off the alarm output, used for testing external circuits. Release and restore to normal.

Attention: If the power unit is stored for a long time (more than 3 months), it is recommended to maintain an ambient temperature of -20~30 ° C and a humidity of 25%~70% to maintain the accuracy of the replacement notification function.


Battery replacement steps

The CJ1-H/CJ1 CPU unit uses CPM2A-BAT01 batteries, while the CJ1M uses CJ1W-BAT01. The battery life is about 5 years at 25 ° C, and the shortest at 55 ° C is about 0.75 years (CJ1-H) or 1.5 years (CJ1M).

Replacement steps:

Ensure that the CPU unit has been powered on for at least 5 minutes (to charge the backup capacitor).

Turn off the CPU unit (or do not power on but release static electricity).

Open the battery compartment cover in the upper left corner of the CPU unit and carefully pull out the battery.

Unplug the battery connector, replace it with a new battery, and plug in the connector.

Put the battery back into the compartment and close the lid.

Re power on, the battery error flag A40204 will automatically clear.

Warning: The battery replacement time should not exceed 5 minutes (the backup capacitor can be maintained for about 5 minutes after power failure). If there is not enough time, the CPU unit can be kept powered on for replacement (but anti-static is required).


Maintenance suggestions

Regular inspection: Check the environmental temperature (0-55 ° C), humidity (10% -90% without condensation), dust, vibration, and terminal fastening every six months.

Cooling fan: If installed in a closed control cabinet, ensure good ventilation and install a fan if necessary.

Program backup: Use a memory card for simple backup (DIP switch pin 7+press the memory card power switch), which can backup user programs, parameters, I/O comments, function block definitions, etc. to the memory card at once. Perform the same operation during recovery.

Cycle monitoring: Monitor system load through A262/A263 (maximum cycle time) and A264/A265 (current cycle time), and adjust program structure or hardware configuration in a timely manner.

  • Omron ZFX-C25-CD Vision Controller PNP 2-Camera
  • Omron ZFV-NX1 Smart Vision Sensor CCD Camera
  • GE Multilin F60 Feeder Management Relay UR Series
  • Omron C500-NC222-E Positioning Module 2 Axis
  • Omron C200PC-ISA01-E SYSMAC Board PLC ISA
  • Saia PCD2.W610 Analog Output Module 4 Channels
  • Kollmorgen SERVOSTAR 606 N1 Servo Drive Danaher Motion
  • Biviator RW 3089 CPU Module Industrial Controller
  • Santerno Sinus IFDEV 400T-7.5 AC Drive 8.4kW 380V
  • Omron C60H-C1DR-DE-V1 Programmable Logic Controller
  • SOCOMEC SIRCO 0T510058 1250A Switch
  • REER ARGOLUX ASR 1218 ASE 1218 Safety PLC
  • GE TLINE TCP11G-04-0345 Operator Panel
  • OMRON CJ1G-CPU43H V2.0 PLC CPU
  • OMRON FQ-MS125-ECT Vision System
  • OMRON FND-X06H Position Driver
  • OMRON CPM2C-S110C-DRT Compact PLC
  • YASKAWA SGMAH-02AAA61D-OY 200W Servo Motor
  • OMRON CJ1G-CPU43H V3.0 PLC CPU
  • Schneider PM89M0024 PLC I/O Module 4-20mA
  • Omron H8PR-16P-300 Rotary Positioner
  • Saia PCD2 AP103 PLC Module AP103 V3.5
  • Parker HPD5/K005 Servo Driver
  • Omron ES1-LWT Infrared Temperature Sensor
  • Yaskawa CIMR-V7AZ21P5 VFD 220V 1.5kW
  • Yaskawa CIMR-P5C43P7 Inverter 400V 3.7kW
  • Omron 3F88L-160 Programmable Cam Positioner
  • Yaskawa SGDH-02AE-OY Servo Driver 200V
  • ABB SACE SH800 800A 660V Switch Disconnector
  • Samsung CSDJ-10BX2 AC Servo Drive 1KW 220V
  • OMRON CQM1-DA021 DA022 IPS02 Analog Output PLC
  • OMRON CS1W-EIP21 EtherNet/IP Unit
  • SIEMENS S5 395 6ES5376-0AA11 CPU Module
  • GE Multilin 269-10C-HI Motor Management Relay
  • SIEMENS 3VT9500-3MQ00 Motor Operator
  • OMRON FQ2-S25100F Smart Camera
  • TOSHIBA VFPS1 4220PL WP 22kW Inverter
  • KEB COMBIVERT F4 13.F4.4C1D-4025 5.5kW Inverter
  • VISOLUX SLVA-4Kplus-2528 Photoelectric Sensor
  • PRO-FACE GP370-LG21-24VP HMI Touch Screen
  • 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