PLC Type Series-CV Omron , Name Input / Output PLC :
INPUT PLC :
0000.00 ; Push Button Switch ( without lock ).
OUTPUT PLC :
0005.00 ; Lamp.
PLC programming for Push ON Push OFF With Counter PLC Omron :
Reading Ladder PLC Programming for Push ON Push OFF with Counter PLC Omron :
Step 1 :
Push ON , Lamp ON
a.If 0000.00 = ON Then Present Value ( CNT000 = 1 And CNT001 = 1 ) And ( C000 = ON And C001 = OFF ).
b.If 0000.00 = OFF Then C000 = ON And C001 = OFF.
c.If C000 = ON Then 0005.00 = ON.
Step 2 :
Push ON, Lamp OFF
a.If 0000.00 = ON Then C001 = ON And Present Value ( CNT000 = 0 And CNT001 = 0 ) And ( C000 = OFF And C001 = OFF ).
b.If 0000.00 = OFF Then C000 = OFF And C001 = OFF.
c.If C000 = OFF Then 0005.00 = OFF.
Please Download Programming for SYSWIN :
Push ON Push OFF With Counter PLC Omron
See : Push ON Push OFF
INPUT PLC :
0000.00 ; Push Button Switch ( without lock ).
OUTPUT PLC :
0005.00 ; Lamp.
Reading Ladder PLC Programming for Push ON Push OFF with Counter PLC Omron :
Step 1 :
Push ON , Lamp ON
a.If 0000.00 = ON Then Present Value ( CNT000 = 1 And CNT001 = 1 ) And ( C000 = ON And C001 = OFF ).
b.If 0000.00 = OFF Then C000 = ON And C001 = OFF.
c.If C000 = ON Then 0005.00 = ON.
Step 2 :
Push ON, Lamp OFF
a.If 0000.00 = ON Then C001 = ON And Present Value ( CNT000 = 0 And CNT001 = 0 ) And ( C000 = OFF And C001 = OFF ).
b.If 0000.00 = OFF Then C000 = OFF And C001 = OFF.
c.If C000 = OFF Then 0005.00 = OFF.
Please Download Programming for SYSWIN :
Push ON Push OFF With Counter PLC Omron
See : Push ON Push OFF