Omron SYSMAC C200HS Operation Manual page 85

Programmable controllers
Hide thumbs Also See for SYSMAC C200HS:
Table of Contents

Advertisement

Basic Ladder Diagrams
Block
Block
a1
b1
00000 00001
00004 00005
00002 00003
00006 00007
Block
Block
a2
b2
Block
Block
a
b
When working with complicated diagrams, blocks will ultimately be coded start-
ing at the top left and moving down before moving across. This will generally
mean that, when there might be a choice, OR LOAD will be coded before AND
LOAD.
The following diagram must be broken down into two blocks and each of these
then broken into two blocks before it can be coded. As shown below, blocks a
and b require an AND LOAD. Before AND LOAD can be used, however, OR
LOAD must be used to combine the top and bottom blocks on both sides, i.e., to
combine a1 and a2; b1 and b2.
Blocks a1 and a2
Blocks b1 and b2
Blocks a and b
The following type of diagram can be coded easily if each block is coded in order:
first top to bottom and then left to right. In the following diagram, blocks a and b
would be combined using AND LOAD as shown above, and then block c would be
coded and a second AND LOAD would be used to combined it with the execution
condition from the first AND LOAD. Then block d would be coded, a third AND
LOAD would be used to combine the execution condition from block d with the
execution condition from the second AND LOAD, and so on through to block n.
Block
Block
a
b
Address Instruction
00000
LD
00001
AND NOT
00503
00002
LD NOT
00003
AND
00004
OR LD
00005
LD
00006
AND
00007
LD
00008
AND
00009
OR LD
00010
AND LD
00011
OUT
Block
Block
c
Section 4-4
Operands
00000
00001
00002
00003
00004
00005
00006
00007
00503
00500
n
75

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents