Basic SFC Functions
Y100
M1203
T 0
X0
Y 1
X1
T0
K19
-3. 【AND】,【ANI】
Program
LD X0
OUT Y100
LDI X1
3
OUT T0
SP K19
LD T0
OUT M120
OUT Y1
4
Mnemonic Function Format and Devices
AND
(AND)
Serial connection of
NO (Normally Open)
contacts
M0
Devices
: X, Y, M, S, T, C, Dn.m, FDn.m
ANI
(ANd Inverse)
Serial connection of
NC (Normally Closed)
contacts
M0
Devices
: X, Y, M, S, T, C, Dn.m, FDn.m
50
z Use the AND and ANI instructions for serial connection of contacts.
As many contacts as required can be connected in series. They can
be used for many times.
z The output processing to a coil, through writing the initial OUT
instruction is called a “follow-on” output (For an example see the
program below: OUT M2 and OUT Y003). Follow-on outputs are
e output order is correct. There’s
contacts’ No. and follow-on outputs’
permitted repeatedly as long as th
no limit for the serial connected
number.
Description
Program
LD X2
AND M1
OUT Y2
LD Y2
ANI X3
Y2
M2
Y3
X2 M1
X3Y2
T1
Mnemonic