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)