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 | 170 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.

  • Basler Electric DECS-250-CN1SN1N Automatic Voltage Regulator for Generator Excitation Control
  • ADLINK CPCI-6860A - 51-31310-OB10 industrial motherboard CompactPCI SBC
  • ADLINK AmITX-SL-G-H110 - 51-7A104-0A30 Mini-ITX Industrial Motherboard
  • ADLINK PXI-2005-003 - CPCI Industrial PC Data Acquisition Card Multi-Function DAQ
  • ADLINK DININ-814M - 51-14032-0A3D SCSI-100P cable connection Interface Terminal Board
  • ADLINK CPCI-3920NA/C2D15/M1G - 3U CompactPCI Intel Core 2 Duo Single Board Computer
  • ADLINK PCIE-8560 - 51-18014-0A20 Communication Card High Speed DAQ
  • ADLINK PCI-C154+ - Motion Control Card 4-axis Motion Controller Board
  • ADLINK PCI-RTV24 - image capture card Analog Video Frame Grabber
  • ADLINK NuPRO-842LV/P - 51-41360-0B30 Industrial Motherboard CPU Board
  • ADLINK cBP-3208/3208R - CPCI Board 3U 8-Slot CompactPCI Backplane
  • ADLINK PCI-8164 - 4-Axis Motion Controller PCI Card 51-12406-0A40
  • ADLINK PCIe-GIE64+ - 4-CH GigE Vision PoE+ Frame Grabber Video Capture Card
  • ADLINK CPCI-6860 / 6860A - CompactPCI Dual Xeon Single Board Computer
  • ADLINK IEC-915GV - REV 1.1 Industrial motherboard CPU Board
  • ADLINK ND-6520 - Technology RS-232 to RS-422RS-485 Converter NuDAM Module
  • ADLINK RTV-24 / PCI-MP4S - 51-12519-1C30 4-Channel Real Time Video Capture Board
  • ADLINK cPCI-6910 / cPCI-6910AM/M1G - cPCI-6910AM/DXL16/M1G/S80G(G)-3120 BOARD CompactPCI SBC
  • ADLINK NUPRO-A40H - Linghua 51-41807-1A30 Industrial Control Computer Motherboard
  • ADLINK USB-3488A - USB to GPIB INTERFACE USB-3488A(G) Controller Module
  • ADLINK PCI-8134A - motion control card 4-Axis Controller Card
  • ADLINK PCI-7432 - Board 32-Channel input / 32-output Isolated Digital I/O PCI Card
  • ADLINK PCI-8134A - 51-12421-0A10 motion controller card tested
  • ADLINK LPCIe-7230 - 32 CH Isolated Input/output Card 2 Interrupts Low Profile PCIe
  • ADLINK NuPRO-E340 - industrial computer motherboard 51-47807-0A30 PICMG 1.3 SHB
  • ADLINK PCI-7434 - High-speed Digital Acquisition Card 64-CH Isolated DO Card
  • ADLINK NuPRO-E330 - 51-41805-0A20 Indsutrial Board SHB Single Board Computer
  • ADLINK PCI-7248 - OPTO-22 48 CHANNEL DIO DIGITAL TTL/DTL I/O 51-12006-0A40 GP
  • ADLINK PCI-8134 - Motion control card 4-Axis Controller Card
  • ADLINK AMP-208C - Movimiento Control Tarjeta 51-12420-1A20 W/Expansión & Breakout
  • ADLINK PCI-8164 - 51-12406-0A40 PCB Board 4-Axis Motion Controller Card
  • ADLINK DIN-68Y-SGII / DIN-68M-J3A - Terminal Board Connector Interface Block
  • ADLINK PCIe-7432 - Technology 51-18402-0A10 PCIe Card With High Input Range
  • ADLINK PCI-8144 / PCI-8144N - Motion control card 4-Axis Stepper Controller Card
  • ADLINK HSL-HUB3/REPEATER - HIGH SPEED LINK EXTENSION MODULES Distributed Hub Module
  • ADLINK ND-6017 - Data Logging + Acquisition 8CH A/D input Mod NuDAM Module
  • ADLINK LPCIe-7250 - data acquisition card Low Profile 8-CH Relay Output Card
  • ADLINK PCI-7432 - I/O card 64-CH Isolated Digital Input Output PCI Card
  • ADLINK IMB-M43H - industrial control computer motherboard Q87 Chip Micro-ATX
  • ADLINK MP-C154 - Motion control Card 4-Axis Motion Controller Board
  • ADLINK PCI-RTV24 - image capture card Video Frame Grabber Card
  • ADLINK PCI-7250 - 8-CH Relay Output & 8-CH Isolated DI Card
  • ADLINK PCI-6308V - 8-CH 12-Bit Isolated Analog Output PCI Card PCB-I-E-1148=6EX2
  • ADLINK PCI-7248 - capture card 48-CH Opto-22 Compatible DIO Card
  • ADLINK HSL-AI16A02-M-VV - Analog Input Output Distributed Module
  • ADLINK NuPRO-A301 - Rev:1.4 NUPRO-A301 PICMG Full-Size Single Board Computer
  • ADLINK PCI-6208V-GL - 8-CH Voltage Analog Output PCI Card
  • ADLINK PCI-8134A - 51-12421-0A10 4-Axis Motion Controller Card
  • ADLINK MNET-S23 - TECHNOLOGY MNET S23 - SERVO DRIVER CONTROL MODULE
  • ADLINK M-342 - ATX I3 I5 I7 Q67 Industrial Motherboard
  • ADLINK NUPRO-780 - Industrial Motherboard CPU Board PICMG SBC
  • ADLINK MP-C154 / MP-C152 - 4-Axis Motion Control Card Pulse-Train Controller
  • ADLINK NuPRO-935A/LV10B0 - Motherboard 51-41802-0A10 GP w/RAM Industrial Control Board
  • ADLINK MP-C154 - Motion control card 4-Axis Motion Controller Mainboard
  • ADLINK PCI-7250 - PCI Acquisition Card 8-CH Relay Output Isolated DI Card
  • ADLINK ACL-7124 - Technology Inc.24 DIO Card Digital Input Output Card
  • ADLINK PCI-8554 A2 - Timer/Counter Data Acquisition Card
  • ADLINK DIN-825-GP4 - Terminal Block Interface Board Breakout Module
  • ADLINK NuPR0-761 - REV:1.1 Industrial motherboard Full-Size PICMG SBC
  • ADLINK MXE-1401/M8G (G) - Matrix Fanless Embedded Computer Industrial PC
  • ADLINK HSL-DI16DO16-UD-NN - Digital 16 Channel I/O Mod Distributed I/O Module
  • ADLINK ND6520 - NUDAM INTELLIGENT DA&C MODULE RS232-RS-422/RS485 CONVERTOR
  • ADLINK NUPRO-761 - REV:1.1 Industrial Motherboard CPU Board
  • ADLINK AMP-208C - Motion Control Card 51-12420-1A20 DSP-based 8-axis
  • ADLINK NuPRO-A301REV 1.4 - with packaging industrial computer motherboard PICMG SBC
  • ADLINK PCM-9112+ - 51-12300-0A2 industrial motherboard Multi-Function DAQ PC/104 Module
  • ADLINK PCM-7250+ - 8-CH Relay Outputs & 8-CH Isolated DI Module PC/104
  • ADLINK PCI-RTV24 - Image capture card Analog Video Frame Grabber
  • ADLINK PCI-8134 - Motion Controller PCI Card 4-Axis Controller Board
  • ADLINK PCI-7432 - Isolated Digital I/O PCI Card
  • ADLINK PCI-8554 A2 - acquisition card Timer/Counter Card
  • ADLINK PCI-8132 - Rev.A2 2-Axis Servo & Stepper Motion Controller Card
  • ADLINK PCI-8132 - Data Acquisition card 2-Axis Motion Controller Card
  • ADLINK EBP-13E4 - 51-46703-0A30 Industrial Backplane Board Passive Backplane
  • ADLINK PCI-800L - Electronic Card Interface Controller Card
  • ADLINK PCIe-GIE72 - 51-18531-0A10 PCB Board GigE Vision Frame Grabber
  • ADLINK DAQ-2010(G)-OOBO - Simultaneous-Sampling Multi-Function DAQ Card
  • ADLINK PCI-9112 - REV.B1 Multifunction DAQ Card Data Acquisition Card
  • ADLINK PCI-7230 - 51-12003-DA60 32-CH Isolated Digital I/O Card
  • ADLINK PCI-7432 - Data Acquisition Card Isolated Digital I/O PCI Card
  • ADLINK ETX-AT-N270-18/LXE - 51-71111-0A20 ETX CPU Module Motherboard
  • ADLINK HSL-DI32-UD-N - DIGITAL INPUT 32 POINTS MODULE Distributed I/O
  • ADLINK AMP-204C - Motion Control card DSP-Based 4-Axis Advanced Controller
  • ADLINK MNET-4XMOG-0050 - Four-axis Motion Controller Distributed Motion Module
  • ADLINK AMP-204C - Motion control card DSP-Based 4-Axis Pulse-Train Controller
  • ADLINK PCI-7442 - Switch card 64-Channel Datalogging & Acquisition Card
  • ADLINK M-302 - Industrial control motherboard ATX PC Board
  • ADLINK NUPRO-852 / NUPRO-852LV - Industrial motherboard Single Board Computer
  • ADLINK PCI-8134 - REV.B1. 4-Axis Motion Controller Card
  • ADLINK PCI-GIE62 + - 51-18502-0A20 2-CH GigE Vision Frame Grabber PoE Card
  • ADLINK PCI-MPG24 - 51-12523-0B20 MPEG4 Card Video Compression Hardware
  • ADLINK HSL-TB32-M-DIN - 32-CH I/O TERMINAL W/ HSL-AI16AO2-M-VV MODULE
  • ADLINK PCI-M114-GL - PCB Ver 2.1 Motion Controller Axis Card
  • ADLINK IMB-M40H - SYM76996H61 motherboard Industrial Computer Mainboard
  • ADLINK NUPRO-A40H - 51-41807-1A20 industrial control motherboard H61 Chip
  • ADLINK PCI-M114-GL - Axis Card Data Acquisition Card PCB VER2.2 Motion Controller
  • ADLINK PCI-8134 - Motion Controller PCI Card 4-Axis Controller Board
  • ADLINK PCI-8102 - Motion control card 2-Axis Servo & Stepper Controller
  • ADLINK NuPRO-841REV:3.0 - motherboard Industrial Control PC Board
  • ADLINK HSL-TB32-U-DIN REV A1 - Breakout Terminal Board Field I/O Module
  • ADLINK AMP-204C - Motion Control card DSP-Based 4-Axis Pulse-Train Controller
  • ADLINK NUPRO-A40H - 51-41807-1A20 industrial control motherboard H61 PC Board
  • ADLINK PCI-6308A / PCI-6308V - 51-12202-0A50 Isolated Analog Output Card
  • ADLINK AMP-204C - DSP-Based 4-Axis Advanced Pulse-Train Motion Controller
  • ADLINK PCI-7434 - Technology 64-Channel Isolated Digital I/O PCI Cards
  • ADLINK CPCI-6840 / CPCI-6840V / PM16/M1G-12G0 - CompactPCI Single Board Computer CPU Module
  • ADLINK PCIE-GIE74 - Motherboard Video Capture Card 51-18531-0A10 Frame Grabber
  • ADLINK NuPRO-E330 - industrial computer equipment motherboard Control Mainboard
  • ADLINK AMP-208C / 51-12420-1A20 - Motion Control Card W/ Expansion & Breakout Board
  • ADLINK HPCI-14S12U - industrial computer baseboard Passive Backplane 14 Slots
  • ADLINK PCI-8164 - 4-Axis Motion Controller PCI Card W/ 1x Cable, 1x Breakout Box
  • ADLINK PCIe-RTV24 - 51-18016-0A20 Image Acquisition Video Capture Card
  • ADLINK M-342 - 5 PCI ATX Motherboard Industrial PC Mainboard
  • ADLINK PCI-FIW64 - 4/2 Channel IEEE1394B Image Capture Card FireWire Frame Grabber
  • ADLINK PCI-7432 - digital IO card 64-CH Isolated Digital Input Output Card
  • ADLINK 51-12001-0C20 - Circuit Board PCI-7200 Data Acquisition Controller Card
  • ADLINK PXI-3920 - PXI 3U cPCI Industrial Controller Embedded System CPU Board
  • ADLINK NuPRO-841REV:2.0 - motherboard Industrial Control PC Board
  • ADLINK NuPro-E330 - 51-41805-0A20 PCB Industrial Control Computer Motherboard
  • ADLINK PCI-RTV24 - Image capture card Analog Video Frame Grabber
  • ADLINK PCI-7442 - Switch card 64-Channel Datalogging & Acquisition Card
  • ADLINK HPX-13S4 - device baseboard Passive Backplane Riser Card
  • ADLINK PCI-9112 REV A.1 - Multi Function DA&C Board Data Acquisition Card
  • ADLINK PCI-7248 - 51-12006-0A40 Card Control 48-CH Digital I/O Module
  • ADLINK CPCI-6860 / 6860A - motherboard CompactPCI Dual Xeon Single Board Computer
  • ADLINK DPAC-3020-11(G) - Embedded PC Automation Controller Machine Control Board
  • ADLINK NuPRO-841 REV:1.0 - industrial control motherboard CPU Board
  • ADLINK MNET-4XMOG-0050 - Four-axis Motion Controller MNET Motion Control Card