![FATEK FBs Series Manual Download Page 110](http://html1.mh-extra.com/html/fatek/fbs-series/fbs-series_manual_3764826110.webp)
4 -5
From the above example, if turn the X0 "ON" then "OFF", Y0 will keep at "ON". When change the PLC state from RUN to
STOP then RUN or turn the power off then on, the Y0 still keep at ON state. But if use the OUT Y0 instruction instead of
the OUT L Y0 , Y0 status will be OFF.
4.2.5
Set Coil and Reset Coil
Set Coil writes 1 into an operand specified. Reset Coil writes 0 into an operand specified. The characteristics depicts at
below.
ORG
X 0
SET P
Y 0
P
SET
Y
0
X0
X1
EN
P
RST
Y
0
EN
ORG
RST
P
X
Y
1
0
X0
X1
Y0
SET
RST
4.3
Node Operation Instructions
A node is the connection between elements in a ladder diagram consisting of sequential instruction elements (please
refer to Section 1.2). There are four instructions dedicated for node status operation in FBs-PLC. The two instructions,
“OUT TR” and “LD TR”, have been discussed in Section 1.6 of this manual. Using the diagram below, the three node
operation instructions NOT, TU and TD, are illustrated.
ORG X
0
AND X
1
NOT
OUT TR
0
TU
OUT Y
0
LD TR
0
TD
X0
Y0
Y1
Node A
Node B
X1
OUT Y
1