Welcome to the Industrial Automation website!

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

OMRON SYSMAC CS Series CS1G/H-CPU  H Programmable Controller

F: | Au:FAN | DA:2026-03-31 | 176 Br: | 🔊 点击朗读正文 ❚❚ | Share:


OMRON CS1-H Series Programmable Controllers: Architecture, Functionality, and Version Evolution

1.Positioning and Core Advantages of CS1-H CPU Unit

The OMRON CS series PLC is a high-performance controller designed specifically to meet the needs of medium to large-scale industrial control. This series maintains compatibility with traditional PLCs such as the C200H series while providing faster processing speed, larger storage capacity, and richer features. The CS1-H CPU unit is a high-performance model in this series, designed to achieve faster cycle times, more efficient structured programming, and more flexible network communication.

According to the manual description, the basic instruction processing time of CS1-H CPU unit is as low as 0.02 microseconds, and the special instruction processing time is as low as 0.06 microseconds. Its program capacity can reach up to 250K steps, data memory (DM+EM) can reach up to 448K words, and it can support up to 5120 I/O points. These fundamental performance indicators enable it to handle complex logic control, process control, and data intensive applications.

2. Unit version: Refined control of functional evolution

The introduction of the concept of "unit version" in the CS1-H CPU unit is the first key feature emphasized in the manual. This mechanism enables OMRON to add new features through firmware or microcode upgrades without changing the hardware. Users can identify the feature set supported by the CPU unit based on the version number on the product label (such as Ver.2.0, Ver.3.0, Ver.4.0, Ver.4.1). Units without version number markings are called "Pre Ver." versions.

Unit version recognition: Users can confirm the unit version through the "PLC Information" or "Unit Manufacturing Information" function of CX Programmer software (Ver. 4.0 and above), or by directly viewing the nameplate on the front of the CPU unit.

Version and Function Support Matrix: The manual provides a detailed list of the functions supported by different versions, clearly demonstrating the evolution path of the product.

Ver. 2.0 and later: Introduced many practical features, such as:

Single task upload/download: allows multiple developers to work in parallel, only transferring modified tasks to improve team development efficiency.

Enhanced read protection password: can set read protection for the entire UM (user program memory) or specific tasks, and can prohibit program backup OBJ files have strengthened intellectual property protection.

FINS write protection: FINS write commands sent to CPU units through networks such as Ethernet can be restricted, allowing writes from specific nodes and enhancing network security.

Online network connection without I/O table: Even without creating an I/O table, CX Programmer can directly connect to PLC through Ethernet or other networks, simplifying initial setup.

Supports 8-level network communication: FINS commands can traverse up to 8 network levels, greatly expanding the scope of remote monitoring and programming.

Multiple new application commands: including multi interlock commands (MILH/MILR/MILC), time proportional output (TPO), gray code conversion (GRY), and combination commands that interact with external devices such as numeric keyboards and 7-segment code displays.

Ver. 3.0 and later: Function blocks become core upgrades.

Function Block: Compliant with IEC 61131-3 standard, allowing users to encapsulate standard processing flows into reusable modules, supporting ladder diagrams and structured text programming, greatly improving the reusability and maintainability of the program.

Serial gateway: The built-in serial port (RS-232C/peripheral port) of the CPU unit can automatically convert received FINS commands into CompoWay/F commands, enabling transparent access of network devices to OMRON components on the serial line.

Annotation memory: A dedicated area is opened in the internal flash memory of the CPU unit for storing symbol tables, annotations, and program index files, without relying on storage cards or EM file memory.

Ver. 4.0 and later: Enhanced the flexibility and application scope of functional blocks.

Function block online editing: allows modification of function block definitions during PLC operation, greatly reducing debugging and maintenance time.

Function block input-output variables: Breaking through the previous limit of up to 4 characters for data transmission, supporting the transmission of large amounts of data such as tables.

Text string support in function blocks: Strings can be directly processed in structured text, simplifying programming for communication commands and data display.

Ver.4.1 and beyond: Security has been further enhanced.

Read protection with extended password: Provides stronger encryption for UM and task read protection.

Disable password input after five consecutive password errors: effectively prevents brute force cracking attempts.

Use production batch number protection program to run: The program can be bound to a specific production batch number CPU unit to run.

3. System architecture and configuration capability

The CS1-H CPU unit has high system scalability and can build control systems ranging from small to medium to large.

Rack and Expansion:

CPU rack: composed of CPU unit, power supply unit, and CPU backplane.

Expansion rack: Up to 7 expansion racks (CS series expansion rack or C200H expansion I/O rack) can be connected, and the total cable length must not exceed 12 meters. The CS series long-distance expansion rack can be configured into two series, each with a maximum length of 50 meters and a total length of 100 meters.

SYSMAC BUS Slave Rack: Used to build remote I/O systems, each master unit can connect up to 8 slave racks.

Unit type and I/O allocation:

Basic I/O units: including input, output, and hybrid I/O units of CS series and C200H series. Its I/O memory (CIO 0000- CIO 0319) is allocated in the order of its installation position (slot) on the rack. Users can set the first address of each rack or slot through CX Programmer to achieve flexible I/O address planning.

Special I/O units: including specialized functional units such as analog, temperature control, position control, and high-speed counting. Each unit is assigned 10 words in the CIO 2000-CIO 2959 area based on its unit number (0-95), and 100 words in the DM area (D20000-D29599) for parameter settings.

CPU bus unit: including network communication units such as Controller Link, Ethernet, DeviceNet, etc. Each unit is assigned 25 words in the CIO 1500-CIO 1899 area based on its unit number (0-15), and 100 words for parameter settings in the DM area (D30000-D31599).


4. Memory architecture and data processing

The memory of CS1-H CPU unit is divided into I/O storage area and parameter area, with clear structure and clear functions.

I/O storage area:

CIO area: the core area used for exchanging data with various units, and unused parts can be used as internal workstations.

Workspace (W): dedicated bits and words for internal programming, not assigned to external I/O, and is the preferred workspace for programming.

Retention zone (H): Content retention during power failure or mode switching, commonly used to store critical states or set values.

Auxiliary area (A): Contains a large number of read-only and read-write system flags and control bits, such as cycle time, error flags, clock data, operation start/end time, etc. For example, A000 is a read-only free running timer that increments every 10ms.

Data Memory (DM): A general-purpose data area for reading and writing 16 bit data in word units, with power-off holding.

Extended Data Storage (EM): Similar in function to DM, but divided into multiple 32K word "banks", with a maximum of 13 banks (0 to C). Part of the EM area can be configured as file memory.

Index registers (IR0-IR15): 32-bit registers used to store PLC memory addresses and achieve indirect addressing. Supports automatic addition, subtraction, and offset, making it a powerful tool for handling table data and loops.

Data Register (DR0-DR15): A 16 bit register used to provide offset for index registers.

Parameter area:

PLC settings: including core operating parameters such as CPU unit startup, communication ports, cycle time, interrupt tasks, etc.

Register I/O table: records the actual installed unit model and location, and compares it with the actual configuration when the CPU starts up.

Routing table: used to define the transmission path of FINS commands in a multi-layer network.

5. Core functions and programming features

Task programming: The program can be divided into up to 32 loop tasks and 256 interrupt tasks (power off interrupt, scheduled interrupt, I/O interrupt, external interrupt). Task Control Instructions (TKON/TKOF) can dynamically enable or disable loop tasks, achieving program modularization and optimizing loop time.

Function block: Supports ladder diagrams and structured text (ST), allowing for code encapsulation and reuse. The impact of instantiation on loop time can be calculated as: startup time+I/O parameter transfer processing time+execution time of defined instructions.

Instruction set: It has about 400 instructions, including text string processing, table data processing, floating-point operations, high-speed counters, positioning control, and other advanced instructions.

Communication function:

Built in ports: one peripheral port and one RS-232C port, supporting Host Link, NT Link (1: N), no protocol, serial gateway (CompoWay/F) and other modes.

Protocol macro: Through the serial communication board/unit, users can define the protocol for communication with third-party serial devices, and execute PMCR instructions to complete data exchange.

Network communication: FINS message communication, data linking, and remote I/O control are achieved through network units such as Ethernet, Controller Link, and DeviceNet.


6. Operation and maintenance

DIP switch: There is an 8-bit DIP switch under the front cover of the CPU unit, which is used to set write protection, automatic program transfer at startup, peripheral port/RS232C communication mode, etc.

PLC settings: Configure through CX Programmer or programming console, including startup mode, I/O response time, watchdog timer, fixed cycle time, serial port parameters, etc.

Backup: User program and parameter area data will be automatically backed up to the built-in flash memory of the CPU unit. The simple backup function can backup all data (programs, parameters, I/O memory, specific unit/board data) to the storage card by pressing the power switch of the storage card.

Fault diagnosis: The system records up to 20 errors (including user-defined FAL/FALS errors) in the error log (A100-A199), including error codes and occurrence times. The auxiliary area provides rich status indicators for diagnosis.


7. Security and Compliance

The manual prominently emphasizes safety precautions, including:

External safety circuit: Emergency stop, interlock, limit and other safety measures must be implemented in the PLC external circuit.

Output failure protection: Considering that the output unit may remain ON due to relay fusion or transistor damage, the external circuit design must be able to cope with such risks.

Battery error handling: The data in the DM, EM, and HR areas are backed up by the battery, and the user program should monitor the battery error flag (A40204) and take measures when the voltage is low.

EC Directive Compliance: The CS series PLC complies with EMC Directive and Low Voltage Directive, but needs to be installed in the control cabinet and appropriate noise suppression measures taken.

  • TRICONEX 3601E Digital Output
  • TRICONEX 8312 Power Module
  • TRICONEX MA2211-100 Media Adapter
  • TRICONEX 3720 Analog Input Module
  • TRICONEX 7400213-100 Extender Module
  • TRICONEX 3000602-100 Chassis Assembly
  • TRICONEX 3722X Analog Input Module
  • Triconex 7400322-100 Trident CIM Base Plate
  • TRICONEX 3721 Analog Input Module
  • TRICONEX 3005 Processor Module
  • ABB 3BUS208720-001 Industrial Power Signal Interconnection Module
  • TMEIC KPAD-3122A LCD Display Keypad
  • Siemens 6SN1145-1BA02-0CA1 PLC
  • LAM 2004365 TURBO BYPASS PLC ASM
  • Omron CJ1W-CORT21 PLC Module
  • Euchner MGB-L2B-PNA-L-121853 Safety Switch
  • XPSMC32ZP Safety Controller
  • Schneider 9070T3000D33 PLC
  • Omron C200H-MAD01 AD DA Module
  • Omron NJ501-1320 CPU Controller
  • Honeywell C36TR1UA1000 Thermostat
  • Honeywell TC-RPDXX1 Power Supply Module
  • Fuji NW0E32-3 PLC Programmable Controller
  • ASM 2004219 Turbo Bypass ASM 107864 Module
  • Future IHDW-BLA4S-IM CNC MPG Handwheel
  • Wieland R1.180.0080.0 SA-OR-S1-4RK-A Safety Module
  • Reliance Electric 57C493 AutoMax Power Supply 376W
  • Siemens 3VT8563-2AA03-2KA2 MCCB 3VT8
  • B&R X20IF1072 CAN Bus Interface Module
  • Mitsubishi OSE253S2 Rotary Encoder
  • Mitsubishi NV630-SW 4P 500A Earth Leakage Breaker
  • Euchner MGB-L1B-PNA-R-121857 Safety Switch
  • Honeywell 900A01-0102 Analog Input Module
  • OMRON C500-ID219 Input Unit
  • Westinghouse EL3030R Current Limiter
  • CLA-2 3L Electric Lubrication Pump
  • Proface GP2501-TC41-24V HMI
  • Omron KM-N1-FLK Small Power Monitor
  • HPM 1D703-0040 Command 9000 Console Card
  • Siemens 3RW5074-6AB14 SIRIUS Soft Starter
  • Genie 75032 Limit Switch
  • OMRON C200H-SP001 Space Module
  • OMRON C200H-PS211 Power Supply Unit
  • OMRON C200H-OC222 Relay Output Unit
  • Keyence KV-8000SO 4221 CPU Module
  • Cincinnati Milacron 3-542-1079A Circuit Board
  • Beckhoff EL3124 Analog Input EtherCAT Terminal
  • KRONES BWU1703 0900853537 ASi PROFIBUS Gateway
  • Radio Energie RE0444 R1S 0.06 CA Tachogenerator
  • Mitsubishi GT1685M-STBA GOT1000 HMI
  • Siemens 6GK7342-5DA03-0XE0 CP 342-5 PROFIBUS
  • Allen Bradley 8520-PX-ASM3-EXEC2-63M Servo Module
  • Delta AH10PM-5A Programmable Controller
  • Siemens 3TK2805-0BB4 Safety Contactor Combination
  • EUCHNER HBA-079827 Pendant Station
  • CLC-2 4L PLC Lubrication Pump
  • KEYENCE GS-51P5 Safety Switch
  • AB 442G-MABH-R Safety Switch
  • GE Fanuc VersaMax PLC Module Set
  • Siemens 6ES7214-1HF40-0XB0 CPU 1214FC
  • Microchip DSPIC30F4011-30I/P DSC
  • FANUC A20B-2102-0081 I/O Link Module
  • Endress Hauser CLS15-B1M2A Conductivity Sensor
  • B&R 3AM050.6 Analog I/O Module
  • Fanuc A16B-2201-0320 MAIN-B CPU Board
  • Pilz 475650 PNOZ 1 Safety Gate Relay
  • Omron NSH5-AL001 Handheld HMI Terminal
  • Allen-Bradley 1756-OF8 Analog Output 8 Ch
  • Siemens 6SL3210-1SE31-0AA0 45kW Power Module
  • PMA TB45-110-00000-000 Temperature Limiter
  • PSR-SCP-24DC-ESD-5x1-1x2-300 Safety Relay
  • Pilz 774140 PZE 9 24V AC Safety Relay
  • Telemecanique TSXRKN82F 8 Slot Rack
  • Mitsubishi R16CPU iQ-R PLC CPU
  • Mitsubishi A2ACPU-R21-S1 PLC CPU
  • Omron NX-AD4208 Analog Input Unit
  • Schneider LMC802CAA10000 PacDrive 3 Controller
  • Reliance Electric 0-51874 Static Sequence Card
  • Pilz 787310 PNOZ X3P C Safety Relay
  • B&R X20CP1684 CPU Module
  • Siemens 6SN1145-1BB00-0FA1 Power Module
  • Beckhoff EL3174 Analog Input EtherCAT Terminal
  • CLC-2P 4L PLC Lubrication Pump System
  • Omron CJ1W-DA08C Analog Output Unit
  • Metso Automation D201776 ACN PO DC PLC Control Server Computer
  • GE AT868 AquaTrans Ultrasonic Flow Transmitter
  • ABB PFSA107-Z42 DTU Stressometer Digital Transmission Unit
  • ABB PFSA240 3BSE073476R1 Roll DC Supply Unit
  • Fanuc A16B-2201-0320 CPU MAIN Board
  • Pilz 475650 PNOZ 1 Safety Gate Relay
  • Omron NSH5-AL001 HMI Interface Unit
  • Allen-Bradley 1756-OF8 Analog Output Module
  • Siemens 6SL3210-1SE31-0AA0 Power Module 45kW
  • PMA TB45-110-00000-000 Temperature Limiter
  • PSR-SCP-24DC-ESD-5x1-1x2-300 Safety Relay
  • Pilz 774140 PZE 9 Safety Relay
  • Telemecanique TSXRKN82F PLC Rack Chassis
  • Mitsubishi R16CPU PLC CPU Module
  • OMRON C500-PS223-E Power Supply Module
  • Siemens 3VL4731-1DC36-0AA0 Circuit Breaker
  • Siemens 7ML5201-0EA0 Ultrasonic Level Transmitter
  • OMRON NQ3 NQ5 Touch Panel HMI
  • OMRON CJ1W-AD081-V1 Analog Input Module
  • OMRON NJ301-1100 Machine Automation Controller
  • B&R X20BC00G3 EtherCAT Bus Controller
  • Schneider ATV212HD22N4S Variable Speed Drive
  • B&R 8B0C0320HW00.002-1 Power Supply Module
  • Mitsubishi OSA105S2A Incremental Rotary Encoder
  • Pilz 777514 PNOZ XV3P Safety Relay
  • Gould AS-884A-111 Modicon 884 Controller
  • Siemens 6SC6130-0FE00 SIMODRIVE Control Card
  • Omron CV500-PS221 PLC Power Supply Module
  • ABB CM577-ETH AC500 PLC Ethernet Module
  • Omron NX-SIH400 Safety Input Unit NX Series
  • Omron NJ501-1300 Machine Automation Controller
  • Siemens 3VT8563-2AA03-2KA2 Molded Case Breaker
  • Pilz PNOZ m1p ETH 773103 Safety Controller
  • Omron CJ1H-CPU66H-R CJ1 Series CPU Module
  • ASI ASI533-S00 PLC Module S1
  • Mitsubishi AJ71C21-S1 Serial Module
  • Keyence IX-1000 Laser Sensor Amplifier
  • Siemens 6SN1145-1AA01-0AA1 Power Module
  • Siemens 3VA2340-5HL32-0AA0 MCCB 400A
  • Mitsubishi OSA104S Absolute Encoder
  • Siemens 6ES7350-1AH03-0AE0 FM 350-1 Counter
  • Siemens 6SE7038-6EK84-1JC2 IGD8 Gate Driver
  • Eaton EASY819-AC-RC Programmable Relay
  • Omron CPM1A-40CDT-D PLC 24V DC