OUT/OUT NOT: Output coil.
AND LD/OR LD: Series/parallel logic block.
2. Timers and counters
TIM: 0.1 second unit, set value 0-99.9 seconds. When the execution condition is ON, subtract 1 and complete the flag ON when it reaches zero.
TIMH (15): 0.01 second high-precision timer (note the impact of cycle time).
CNT: Countdown counter, counting input decreases by 1 every OFF → ON, reset input returns to set value when ON.
CNTR (12): Reversible counter, with up/down input controlled separately, cycle counting (0 → SV becomes 0 and sets completion flag, SV → 0 becomes SV and sets flag).
Important limitation: Each TC number can only be defined once. The timer will reset in the interlock zone (IL-ILC) or when power is off, while the counter will not.
3. Interlocking and jumping
IL (02)/ILC (03): Interlock. When IL executes the condition OFF, the middle output coil is all OFF, the timer is reset, and the counter/hold bit/KEEP bit remains in the state.
JMP (04)/JME (05): Jump. When the jump number is 01-99, the skipped instruction is not executed and the state is maintained; Skip to the next JME00 when the jump number is 00, but the search will cause a slight increase in the cycle.
Step instruction (STEP (08)/SNXT (09))
Used to implement sequential control. Each step is defined by a control bit, and during step execution, all internal outputs and timers are reset, but counters, KEEP bits, and shift registers remain. After completing the step, it will automatically reset to the previous step and start the next step. Supports three structures: sequential, branching, and parallel.
5. Subroutines and Interrupts (CPU1-E)
SBS (91) calls subroutines (SBN (92)/RET (93)), which can be nested up to 16 layers.
INT (89) controls scheduling interrupts and sets the time interval (0.01-99.99 seconds) for timed interrupts (subroutine 99).
Programming console operation: a powerful tool for on-site debugging
The C200H programming console is the most commonly used debugging tool on site, and the following are the key operating procedures:
1. Start preparation
After power on, it displays "Password!". Press CLR → MONTR → CLR to enter.
Press SHIFT+1 to turn on/off the button beep sound (BZ displayed).
2. Memory clearing
In Program mode, press CLR → PLAY/SET → NOT → REC/RESET → MONTR to clear all memory. You can choose to retain HR/AR, CNT, or DM regions.
3. I/O table registration
Register the current actual I/O configuration by pressing CLR → FUN → SHIFT → CH → CHG → 97 → 13 → WHITE. After registration, when the actual unit does not match the registry, it will report "I/O VER ERR".
4. Program input
Set address (e.g. 00000) → Enter command (e.g. LD 00000) → Press Write → Enter operand (e.g. 00001) → Press Write.
Function command: Press FUN+Function code+Write. Add NOT input differential command (@).
5. Program inspection
Press CLR → SRCH, select check level (0: all errors; 1: Class A/B; 2: Only Class A). The check will stop at the first error, press SRCH to continue.
6. Monitoring and Enforcement
Bit/word monitoring: After entering the address, press MONTR. It can monitor 6 addresses simultaneously and display cursor movement.
Force Set/Reset: In monitoring mode, press PLAY/SET to temporarily force ON, and press REC/RESET to force OFF. Press SHIFT+PLAY/SET to lock the force (display S or R), press NOT to cancel.
Force clear all: Press CLR → PLAY/SET → REC/RESET → NOT.
Modify data: Press CHG on the monitoring word, enter the new value, and then press WRITE.
7. Tape backup
Save program: Press EXT → 0 → Write to enter file number → Start address → End address → Start the recorder → Press SHIFT+REC/RESET within 5 seconds.
Recovery program: Similar, press SHIFT+PLAY/SET.

Troubleshooting: A systematic approach from indicator lights to error codes
C200H provides self diagnostic function to quickly locate problems through CPU panel indicator lights and SR/AR area markings.
1. Meaning of CPU indicator light
Meaning of indicator light status
POWER is on and the power supply is normal
RUN lights up and the program is running
ALARM/ERROR flashing non fatal errors (such as I/O validation errors, low battery, etc.) FAL)
ALARM/ERROR constantly on for fatal errors (such as CPU exception, memory error, FALS), RUN light off, output completely disconnected
OUT INHIBIT: SR25215 (output OFF position) is ON, and all outputs are forcibly turned off
2. Common error messages and countermeasures
Initialization error (RUN does not light up when powered on)
Reasons for the message and countermeasures
WAITING FOR START INPUT CPU power supply unit startup input terminal not short circuited, short circuited startup terminal
WAITING FOR REMOTE I/O Remote I/O Power or Terminal Resistance Problem Check Slave Power and Terminal Resistance
Non fatal error (ALARM flashing, running continues)
Reason and countermeasures for message FAL number
FAL Error 01-99 program executed FAL (06) to check user-defined FAL conditions
Cycle Time Overrun F8: If the cycle time exceeds 100ms, optimize the program or reduce the scanning load
I/O VER ERR E7: The I/O table does not match the actual unit. Perform I/O table verification and re register