K-WANG

+086-15305925923
Service expert in industrial control field!
NameDescriptionContent
Adequate Inventory, Timely Service
pursuit of excellence 
Ship control system
Equipment control system
Power monitoring system
Current position:
新闻动态
newS
   
Brand

OMRON SYSMAC C-series PLC Programming Guide

From: | Author:Wang | Time :2026-03-26 | 206 visit: | 🔊 Click to read aloud ❚❚ | Share:

OMRON SYSMAC C-series PLC Offline Programming and System Configuration Deep Technical Guide

Introduction: Overview of SYSMAC Support Software (SSS)

In the field of industrial automation control, OMRON's SYSMAC series programmable logic controllers (PLCs) are known for their high reliability and flexibility. In order to effectively program, debug, and maintain these controllers, OMRON has launched SYSMAC Support Software (SSS). This article is based on the "SYSMAC Support Software Operation Manual: C-series PCs" (document number W248-E1-1A), and deeply analyzes the offline operation process of SSS software for C-series PCs (including C20, C500, C1000H, C2000H, C200HS, CQM1 and other models). This article aims to provide engineers with a comprehensive operational reference, covering all technical details from file management, ladder programming, I/O table configuration to EPROM data processing.


Safety regulations and operating environment

Before starting the SSS software, a thorough understanding of security protocols is a prerequisite for ensuring the safety of personnel and equipment.

1.1 Safety Warning Classification

The manual clearly stipulates the three-level safety warning signs, and operators must strictly comply with them:

DANGER (Danger): Failure to comply may result in death or serious injury. For example, contacting terminals while powered on may result in severe electric shock.

Warning: Failure to comply may result in death or serious injury. For example, it is necessary to wait for at least 10 minutes after power failure to allow the capacitor to discharge before touching the inside of the device.

Caution: Failure to comply may result in minor injury or equipment damage. For example, ensure that the input voltage does not exceed the rated value, otherwise it may damage the input unit.

1.2 Operating Environment Requirements

SSS software runs on IBM PC/AT or compatible machines and has strict environmental requirements:

Temperature and humidity: The working environment temperature should be maintained between 0 ° C and 55 ° C, and the humidity should be between 10% and 90% (without condensation). The storage temperature ranges from -20 ° C to 70 ° C.

Environmental factors: Avoid direct sunlight, corrosive gases, large amounts of dust, strong magnetic fields, and vibration environments. The IP level of the control cabinet must meet the protection requirements of the final product.

1.3 Grounding and Installation

Grounding: During installation, the system grounding resistance must be controlled below 100 Ω to prevent electrical shock. All units must be connected to the same grounding point to form a star shaped grounding structure.

Power supply isolation: During the withstand voltage test, the LG terminal must be disconnected to prevent damage to the internal circuit.


File Management and System Settings

The data management of SSS software is divided into DOS file format and LSS data format.

2.1 File format selection

DOS file format: default format. The path name can be up to 66 characters long, and the file name can be up to 8 characters long. Suitable for data exchange in modern PC environments.

LSS data format: Old version format. If data needs to be used for the old version LSS system, this format must be selected for saving.

2.2 Data disk operation

Users can modify the default path when saving or retrieving files. If using a floppy disk as a data disk, it must be ensured that it is formatted and not write protected. For LSS format, the data disk type (C2000H, C500, or C2000H/C500) must match the PC model in the system settings, otherwise it will result in read and write errors.


Offline programming: detailed explanation of ladder diagram mode

Ladder diagram is the most intuitive language in PLC programming. SSS software provides powerful ladder diagram editing functions.

3.1 Programming Screen and Editing Mode

The ladder diagram programming screen is divided into a display area and a function key area. The current editing mode is displayed in the upper right corner of the screen, and the main modes include:

Read mode: used for browsing programs.

Write mode: used for creating or editing programs.

Insertion mode: used to insert new instructions into existing programs.

Delete mode: used to delete instructions.

3.2 Instruction input process

In write mode, users need to input commands through the function keys. For example:

Input conditions:

Normally open contact: After entering the bit address, press the Enter key.

Normally closed contact: Press the F9 key (NOT), enter the bit address, and then press Enter.

OR command: Press the F5 key.

Right instruction (output class):

Output command (OUT): Press the F7 key.

Timer (TIM): Press Ctrl+F6, enter the timer number and set value.

Counter (CNT): Press Ctrl+F5, enter the counter number and set value.

3.3 Wire Connection Operation

A ladder diagram not only contains logical symbols, but also connecting lines.

Horizontal line: Move the cursor to the breakpoint and press the F8 key.

Vertical line: Move the cursor to the right side of the lower end of the vertical line and press the F6 key.

Long line connection: When connecting long-distance nodes, press the End key to enter connection mode, move the cursor to the endpoint, and press Enter to complete.

3.4 Instruction Blocks and Program Storage

Instruction block limit: One instruction block (from left bus to right output instruction) can contain up to 22 lines of instructions. If this limit is exceeded, mnemonic mode must be used for writing.

Storage operation: In ladder mode, the program on the screen will not be automatically written to the system workspace. After editing is complete, you must press the F3 key to perform the 'store' operation. If the mode is switched without storage, the program will be lost.

3.5 Annotation Function

In order to improve the readability of the program, SSS supports three types of annotations:

I/O annotation: Explanation for specific bit addresses (up to 16 characters). You can enter it directly through the "N: Edit comments" menu or when writing the ladder diagram.

Instruction comment: A description of the output instruction (up to 32 characters).

Block annotation: A description inserted between instruction blocks (up to 60 characters/line, 2 lines in total).

Offline programming: mnemonic mode

The mnemonic mode provides a lower level programming interface, suitable for engineers who are accustomed to text programming.

4.1 Two input methods

The mnemonic screen supports two input styles:

Function key input: Use the function key prompts at the bottom of the screen, combined with the Ctrl key to enter the address prefix (such as Ctrl+F4 to enter DM).

Typing input: Directly enter mnemonics (such as LD, AND, OUT) and operands through the keyboard. Please note that mnemonics and operands must be separated by a space.

4.2 Automatic Storage Features

Unlike ladder diagram mode, instructions entered in mnemonic mode are automatically written into the system workspace without the need for manual storage operations. This makes small-scale quick modifications extremely efficient.

4.3 Search and Editing

In mnemonic mode, code snippets can be quickly located by inputting program addresses, instruction mnemonics, or bit addresses. When editing, simple intra line insertion and deletion are supported, and the modified program needs to run a "program check" to confirm logical correctness.


I/O Table Editing and Configuration

The I/O table is a key data structure for the CPU to identify various units connected to the rack, such as input modules, output modules, and special I/O units. For PLCs such as C20, P-type, K-type, and CQM1, I/O tables are not required, but for large PLCs, this step is crucial.

5.1 I/O Table Creation Logic

In offline mode, users can manually build I/O tables. The rack number is displayed on the left side of the screen, and the slot and configuration information are displayed on the right side.

Basic I/O: Use the F1 (output) and F2 (input) keys to allocate slots.

Special I/O Unit: Press the F8 key to enter the unit number (0-9 or 0-F, depending on the model) and unit type code (such as C for high-speed counter and N for position control unit).

Remote I/O: Configure remote racks through F4 (master) and F6 (slave).

5.2 Error checking

After configuration is complete, you must press the F10 key to exit and write to the workspace. The system will automatically check the I/O table, and common errors include:

Word over: The allocated word count exceeds the limit.

Duplicate word: The same word address is assigned to multiple units.

IN/OUT mix: Contains both input and output points in the same word (not allowed for some models).


Data Storage Area (DM) Editing

The DM area is used to store operational data and PC settings parameters.

6.1 Data Display and Input

The DM display interface consists of 160 words per page, displaying both hexadecimal and ASCII code content simultaneously. Users can press A: HEX ↔  ASCII key switches input mode.

Hexadecimal input: Enter a 4-digit hexadecimal number directly.

ASCII input: Enter the corresponding character code.

6.2 Data Operations

Copy: DM data within a specified range can be copied to another area.

Fill: Fill a specific value into a specified range, commonly used for initialization (fill in 0000).

Save and Retrieve: DM data can be saved independently of program files, with a file extension of SP6 (Save All) or SL4 (block saving).


Practical program operation

The utility menu provides advanced tools for maintenance and debugging.

7.1 Global Address Modification

When the on-site I/O points change, manually modifying every address in the program is extremely cumbersome. The global address modification function provided by SSS can be completed with one click:

Address modification: Replace all IR 00001 in the program with IR 00003, and choose whether to replace I/O comments at the same time.

Word address modification: Batch modify word addresses and timer/counter numbers.

Range setting: Supports the replacement of continuous address ranges, greatly improving program porting efficiency.

7.2 EPROM Operation

In situations where program solidification is required, SSS supports burning chips through EPROM writers.

Chip selection: Choose the chip capacity based on the PC model (such as 2764, 27128, etc.). Large PLCs such as C1000H/C2000H typically require paired use of ROM chips (parity chips).

Writing process:

Select T: Computer ↔  ROM。

Set the EPROM capacity.

Select W: Write.

The system converts the program into an intermediate language and writes it to the ROM data buffer, then prompts to start writer burning.

Intel HEX files: SSS can also be generated HEX standard format file for use by third-party programmers.

7.3 PC Settings

For models such as CQM1 and C200HS, the operating parameters can be set through software and stored in the DM 6600-6655 area

Startup mode: Set the operating mode after power on (programming, monitoring, or running).

RS-232C settings: Configure serial communication parameters (baud rate, parity, etc.).

Cycle time monitoring: Set the maximum cycle scanning time, and if it exceeds the time limit, an alarm will be triggered.


Print output and document archiving

SSS supports rich printing functions to help generate technical documents:

Ladder chart printing: You can set the number of lines per page, printing range, and whether to include annotations. Support printing X/Y labels to distinguish input and output points.

Cross reference table: Printing all reference positions of a specific address in the program is an important basis for troubleshooting logical errors.

Mnemonic List: Print command list and program address.

  • Honeywell Enraf 2558990-2 ARM 1 Backplane MSC Card for MSC-800 Motion Control Systems
  • Schneider BMEH586040 Modicon M580 Redundant Processor Module PLC Controller for Industrial Automation Systems
  • OMRON CQM1-TC101 Temperature Control Module PLC Unit for CQM1 Series Industrial Automation Systems
  • Allen Bradley 1771-AF Fiber Optic Converter Module 96657704 PLC Communication Interface for Industrial Automation Systems
  • Novellus IPEC SpeedFam 2805-11407 PLC Rack Assembly with Corcom 20VK1 Filter for Semiconductor CMP Equipment Control System
  • MITSUBISHI GT2512-STBA GT2512-STBD GOT2000 HMI Touch Screen Panel Display Human Machine Interface for Industrial Automation
  • OMRON E5AC-CX4A5M-014 Digital Temperature Controller Process Controller with RS-485 Communication for Industrial Automation Systems
  • SIGMATEK CCP612-K Processor Module PLC Controller Unit for C-DIAS Industrial Automation Control System
  • OMRON CJ1M-CPU13-ETN V4.0 PLC CPU Unit with Built-in Ethernet Function for SYSMAC CJ Series Industrial Automation Control System
  • EOCR-PMZ Digital Motor Protection Relay Electronic Over Current Relay for Three Phase Motor Control Systems
  • SIEMENS 6SY7000-0AC80 IGBT Transistor Module FZ1000R12KF5 Power Module for SIMOVERT MASTERDRIVES Industrial Drive System
  • OMRON C200HW-MC402-E Motion Control Unit 4 Axis PLC Module for C200H Series Position Speed and Torque Control System
  • Mitsubishi Electric 15050-PR02B PLC Circuit Board Module Industrial Automation Control Board for PLC System
  • TEXA INDUSTRIE EGO16GT1B Wall Frame Air Conditioner Industrial Cabinet Cooling Unit for PLC Control Panel Systems
  • OMRON CS1W-AD081-V1 Analog Input Unit 8 Channel PLC Special I/O Module for SYSMAC CS Series Industrial Automation Control
  • B&R X20CP0411 Compact CPU Module X20 Compact-S PLC Controller Unit with ARM Cortex-A9 Processor Industrial Automation System
  • OMRON CJ1W-NC413 V2.3 Position Control Unit 4 Axis Pulse Output NC Unit for CJ Series PLC Motion Control System
  • Toshiba H2218592 PLC Control Circuit Board Module Industrial Automation Controller Circuit Board
  • PRO-FACE GP577R-TC11 Programmable Operator Interface 10.4 Inch Touch Screen HMI Panel Industrial Automation Control Terminal
  • OMRON CS1D-DPL01 Duplex Unit for CS1D Series PLC Dual CPU Redundancy Control System Industrial Automation Module
  • OMRON V680-CA5D02-V2 RFID ID Controller Programmable Controller Interface Module Industrial Automation Identification System
  • Siemens 7ED6234-4EE12-9AC9 N1A R1A Static Three Phase Counter Protection Device Industrial Automation Measurement Module
  • Siemens 3VT8563-2AA03-2KA2 3VT Molded Case Circuit Breaker Three Pole Low Voltage Protection Device Industrial Power Distribution Guide
  • Siemens 7MH4900-3AA01 SIWAREX FTC Weighing Module for SIMATIC S7-300 ET 200M Industrial Weighing Automation System
  • OMRON K3HB-HTA-DRT1 Temperature Panel Meter DeviceNet Digital Indicator Industrial Temperature Measurement Controller Guide
  • Schneider Electric HMIST6500 Harmony ST6 10 inch Touch Panel Screen HMI Operator Interface Terminal Industrial Automation Control Display
  • OMRON C500-AD006 3G2A5-AD006 Analog Input Unit PLC Module Industrial Automation Data Acquisition System Guide
  • OMRON R88S-H306G Servo Motor AC Servo System Component Industrial Motion Control Application Guide
  • Schmersal MV10H 330-11Y-M20-1348 Belt Alignment Switch Position Monitoring Device Industrial Safety Switch Technical Guide
  • BECKHOFF CX2100-0904 Power Supply Module with Integrated UPS for CX20xx Embedded PC Industrial Automation System Guide
  • OMRON FQM1-MMA22 Flexible Motion Controller Analog I/O PLC Module Industrial Automation Control Unit Technical Guide
  • INOVANCE H3U-3624MT Programmable Logic Controller PLC CPU Module Industrial Automation Control System Guide
  • SIEMENS 6SE7036-1EE85-1HA0 Rectifier Board Drive Module Power Electronics Component Technical Guide
  • OMRON NA5-9W001B-V1 Sysmac HMI Programmable Terminal 9 Inch Touch Screen Industrial Operator Interface Technical Guide
  • ABB ACS355-01U-02A4-2 Variable Frequency Drive 230V 0.5HP 2.4A Machinery Drive Module Technical Guide
  • OMRON SYSMAC C200HS-CPU01-E Programmable Controller CPU Unit Industrial Automation Control Module Technical Guide
  • SCHNEIDER ELECTRIC XBTGT2110 Magelis GT 3.8 Inch Touchscreen HMI Terminal Operator Interface Technical Guide
  • THERMA WAVE 18-011040 Controller Assembly PLC Terminal Block Industrial Control Module Technical Guide
  • MITSUBISHI AA104VJ05 10.4 Inch LCD Control Panel Display Module for CNC Machine Tool and Industrial Controller Applications
  • CHEROKEE ACX643 REV-B Power Supply Unit 100-240VAC Industrial Power Supply Module Technical Guide
  • Allen Bradley 440F-C4000P MatGuard Control Unit Pressure Sensitive Safety Mat Controller Technical Guide
  • GENERAL ELECTRIC MMII-PD-1-2-120 Motor Manager II Intelligent Motor Protection and Control Relay Technical Guide
  • BRISTOL CONTROL 396879-01-2 ControlWave Micro CPU Module with Ethernet Communication Industrial RTU Controller Technical Guide
  • SCHNEIDER ELECTRIC HMIST6500 Harmony ST6 10 Inch Touch Panel Screen HMI Operator Terminal Technical Guide
  • SIEMENS SIMODRIVE 6SN1145-1AA01-0AA1 Infeed Module 10-25 kW 400-480 V Drive System Power Supply Unit Technical Guide
  • OMRON F150-C15E-3 Vision Mate Controller Machine Vision Sensor Processing Unit Technical Specifications and Industrial Inspection Application Guide
  • OMRON NSH5-AL001 NSH5 Series Hand-held Programmable Terminal Removable Box Interface Module Technical Guide
  • SCHNEIDER ELECTRIC TM2ALM3LT Analog Input Output Module Modicon M238 PLC Expansion Unit Technical Specifications and Application Guide
  • YAMATAKE MAH20-PC2100 Processor Module Industrial Controller CPU Unit Technical Specifications and Automation System Application Guide
  • OMRON CQM1-AD042 Analog Input Unit PLC Technical Specifications and CQM1 Series Industrial Automation Application Guide
  • KRONES BWU1703 0900853537 ASi-3 PROFIBUS Gateway Dual ASi Master Communication Module Technical Guide
  • SIEMENS 6SN1145-1BA01-0BA1 SIMODRIVE 611 Infeed Regenerative Feedback Module 16/21 kW Technical Specifications and CNC Drive Application Guide
  • OMRON CS1W-DA041 Analog Output Unit PLC Technical Specifications and SYSMAC CS Series Automation Application Guide
  • FANUC A16B-1211-0301/04A Control Board I/O PCB Technical Specifications and CNC System Application Guide
  • OMRON FND-X06H Position Driver PLC Technical Specifications and OMNUC Servo Control System Application Guide
  • Beckhoff CX1020-0111 - servo driver
  • Beckhoff CX2020-0125 - Controller Unit
  • Beckhoff EK1818 - EtherCAT Coupler 8DI 4DO 24VDC
  • Beckhoff CX2500-0030 - System Module
  • Beckhoff AM3121-0200-0001 - servo motor
  • Beckhoff C5102 - IP-4GVI63 REV:1.0 IPC
  • B&R X67AT1322 - PLC module
  • Beckhoff BK7000 - EtherCAT bus coupler
  • Beckhoff CX1100-0930 - Module
  • Beckhoff CX2500-0060 - Relay Power Capacitor Module
  • Beckhoff CX5130-0175 - Controller Module
  • Beckhoff CP6801-1006-0010 - CONTROL PANEL (US)
  • Beckhoff CX5020-0112 - Programmable Controller Module
  • Beckhoff EPP6228-0022 - EtherCAT P-Box 8 Channel Communication Interface
  • Beckhoff CX5130-0125-1001/000119452 - Controller Module
  • B&R X20AT6402 - Temperature Input Module
  • Beckhoff C6920-1025-0020 - PC
  • Beckhoff CX1000-0011 - PLC Module
  • Beckhoff KL3011 - PLC Module
  • Beckhoff BK7300 - Programmable Logic Controller Module
  • Beckhoff KL3001 - PLC module
  • Beckhoff CX1100-0910 - Power Supply Module
  • Unknown JM-204-480-OEM-S1 - Servo Drive
  • Beckhoff C6015-0010 - Quad Core Controller
  • Beckhoff CX1001-0121 - Embedded PC And CPU Basic Module Controller
  • Beckhoff CP3912-0000 - B&F Control Panel
  • Beckhoff FC3102-0000 - PROFIBUS communication module
  • Beckhoff CX5120-0120 - PLC module HTP0
  • Schneider 140CPU65260 - PLC CPU Module
  • Beckhoff CP6932-0001-0000 - Control Panel
  • Beckhoff AX5112-0000-0200 - Servo Drive
  • Beckhoff CX2020-0112 - Controller module
  • Beckhoff AM237M-0020 - Motor Drive
  • Beckhoff EK9300 - bus module
  • AB 20F11NC3P5JA0NNNNN - AC Drive
  • Beckhoff CU2016 - Ethernet switch
  • Beckhoff CX1100-0004 - Power Supply Module
  • Beckhoff CP3916-0000 - touch screen
  • Beckhoff CX5020-0111 - Controller module
  • Beckhoff AM3032-0C30-0000 - Servo Motor HTP0
  • Beckhoff CX5140-0175 - Embedded PC
  • Beckhoff AM8121-1F20-1001 - Servo Motor
  • Beckhoff CU2508-0000 - 8-Port-Port-Multiplier
  • B&R X67BC8331 - Industrial Automation X67 SYSTEM
  • Beckhoff EK1100 - EL2202 EL1904 EL1809 EL9189 EL9188 EL2809 EL3122 EL3102 EL4102 PLC Modules
  • Beckhoff CP6812-0000-0010 - LQ150X1LW71N Control Panel
  • Beckhoff AX5112-0000-0200 - Servo Driver
  • Beckhoff EL3051 - module
  • Beckhoff CX5020-0112 - CPU Base Unit Module
  • KUKA 00-216-801 - KRC4 KCP4 Teach Pendant Smartpad Control Panel
  • Unknown 8253.84.2117 - 0-400bar Switch
  • Beckhoff IE2302 - PLC Module
  • BECKHOFF EL6751-0000 - PLC Module
  • B&R 3NC154.60-2 - PLC
  • BECKHOFF EL4002 - Module
  • Beckhoff EPP6228-0022 - IO-Link Module
  • BECKHOFF EK1914 - module
  • Allen-Bradley 25B-E019N104 - Frequency changer
  • Beckhoff CB3055-0004 - Industrial motherboard
  • BECKHOFF FC5201-0000 - Card
  • BECKHOFF C6015-0010 - controller
  • BECKHOFF BK4020 - Modules
  • Beckhoff CP2916-0000 with C6920-0040 - Control Panel with PC
  • BECKHOFF CX5140-0111/000001884 - module
  • Beckhoff CU8810-0000 - Module
  • Beckhoff EL3068 - PLC Moudule
  • BECKHOFF AX5103-0000-0200 - Servo driver
  • Beckhoff EL1862-0010 - Module
  • Beckhoff CX5140-0135 - Controller Module
  • BECKHOFF AX5106-0000-0202 - Servo Drive
  • Beckhoff CX1020-0112 - CPU controller
  • Siemens 6ES7134-0HF01-0XB0 - Electronic module
  • Beckhoff EP9128-0021 - module