4-5 Inputting Programs
4
4
SYSMAC CP1L/CP1E Introduction Manual 61
Creating Programs
Next, input a timer instruction.
Note Duplicated Coils
Do not duplicate coils.
If the same address is specified for multiple outputs, only the rung closer to the
END instruction will be valid.
This is because programs are executed sequentially from top to bottom. Invalid
rungs caused by duplicated coils will be detected by CX-Programmer as an error.
E.g. A program with duplicated coils
The error may be resolved by modifying the program as shown below.