1 -10
z
ANDLD instruction is used to connect parallel blocks in series.
ORG X 1
OR X
2
LD X
3
AND X 4
LD X
5
AND X 6
ORLD
ANDLD
Example:
X1
X2
X3
X5
X6
X7
X4
Must use ANDLD instruction
Ö
AND X 7
z
The ANDLD instruction must be used if the element or serial block is in front of the parallel block. If the parallel block is in
front of the element or serial block, AND instruction can be used to connect all parts together.
ORG X 0
AND X 1
LD X
2
OR X
3
ANDLD
AND X 4
Example:
ANDLD instruction
is not necessary
X0
X1
X3
X2
X4
Serial Block
Must use ANDLD instruction
Ö
Remark: If there are more than two blocks are to be connected serially, they should be connected in a top to bottom
sequence. For example, block 1 and 2 should be connected first, then connect block 3 to it and so on.
ORG X 0
LD X
1
OR X 2
ANDLD
LD X
3
AND X 4
LD X
5
AND X 6
ORLD
OR X 7
ANDLD
Example:
X6
X5
X2
X0
X1
X3
X7
X4
Ö
z
The output coil instruction
(
OUT
)
can only be located at end of the network (the right end) and no other elements can be
connected to it afterwards. The output coil can not connect to the origin line directly. If you want to connect the output coil
to the origin line, connect it serially with a short circuit contact.
ORG SHORT
Y0
Ö
OUT Y
0
Содержание FBs-CBE
Страница 78: ...MEMO ...
Страница 111: ...4 6 X0 X1 Node A Y0 Y1 Node B differential down Incerse differential up t Scan time Inverse t t ...
Страница 141: ...Basic Function Instruction 6 16 FUN 2 SKP SKIP START FUN 2 SKP Y2 Y1 Y0 T201 10S X0 X1 X2 0 10 0 ...
Страница 305: ...MEMO ...
Страница 348: ...MEMO ...