1 -9
Remark 2: Also using the AND instruction directly if an OUT TR instruction has been used at a branch line to store
the node statuses.
AND M 0
OUT TR 0
AND X 0
OUT Y 1
LD
TR 0
Example:
OUT TR0
LD TR0
Y0
X0
Y1
M0
Ö
AND Y 0
z
Using AND instruction for serial connection of a single element.
ORG X 0
Example:
X0
X1
Ö
AND X 1
z
Using OR instruction for parallel connection of a single element.
ORG X 0
OR X 1
AND X 2
Example:
X0
X2
X1
Ö
ORG X 0
AND X 1
OR X 2
Example:
X0
X1
X3
X2
Ö
AND X 3
z
If the parallel element is a serial block, ORLD instruction must be used.
ORG X 2
LD X 0
AND X 1
ORLD
Example:
X3
X2
X1
X0
Ö
AND X 3
Remark
:
If more than two blocks are to be connected in parallel, they should be connected in a top to bottom
sequence. For example, block 1 and block 2 should be connected first, then connect block 3 to it and so
on.
LD X 0
AND M 0
LD X 1
AND M 1
ORLD
LD X 2
AND M 2
ORLD
LD X 3
Example:
X0
M0
X1
X2
X3
M1
M2
M3
Ö
AND M 3
Содержание 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 ...