PLC Type KV Keyence , Name Input / Output PLC :
INPUT PLC :
0000 ; Push Button Switch ( without lock ).
OUTPUT PLC :
0500 ; Lamp.
PLC programming for Push ON Push OFF With Counter PLC Keyence :
Reading Ladder PLC Programming for Push ON Push OFF with Counter PLC Keyence :
Step 1 :
Push ON , Lamp ON
a.If 0000 = ON Then Present Value ( C000 = 1 And C001 = 1 ) And ( C000 = ON And C001 = OFF ).
b.If 0000 = OFF Then C000 = ON And C001 = OFF.
c.If C000 = ON Then 0500 = ON.
Step 2 :
Push ON, Lamp OFF
a.If 0000 = ON Then C001 = ON And Present Value ( C000 = 0 And C001 = 0 ) And ( C000 = OFF And C001 = OFF ).
b.If 0000 = OFF Then C000 = OFF And C001 = OFF.
c.If C000 = OFF Then 0500 = OFF.
Please Download Programming for KV Builder :
Push ON Push OFF With Counter PLC Keyence
See : Push ON Push OFF
INPUT PLC :
0000 ; Push Button Switch ( without lock ).
OUTPUT PLC :
0500 ; Lamp.
Reading Ladder PLC Programming for Push ON Push OFF with Counter PLC Keyence :
Step 1 :
Push ON , Lamp ON
a.If 0000 = ON Then Present Value ( C000 = 1 And C001 = 1 ) And ( C000 = ON And C001 = OFF ).
b.If 0000 = OFF Then C000 = ON And C001 = OFF.
c.If C000 = ON Then 0500 = ON.
Step 2 :
Push ON, Lamp OFF
a.If 0000 = ON Then C001 = ON And Present Value ( C000 = 0 And C001 = 0 ) And ( C000 = OFF And C001 = OFF ).
b.If 0000 = OFF Then C000 = OFF And C001 = OFF.
c.If C000 = OFF Then 0500 = OFF.
Please Download Programming for KV Builder :
Push ON Push OFF With Counter PLC Keyence
See : Push ON Push OFF