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 Internal Relay PLC Omron :
Reading Ladder PLC Programming for Push ON Push OFF with Internal Relay PLC Omron :
Step 1 :
Push ON , Lamp ON
a.If 0000.00 = ON And 0010.02 = OFF Then 0010.00 = ON (Hold ON).
b.If 0010.00 = ON And 0000.00 = OFF And 0010.02 = OFF Then 0010.01 = ON (Hold ON).
c.If 0010.00 = ON Then 0005.00 = ON.
Step 2 :
Push ON, Lamp OFF
a.If 0010.01 = ON And 0000.00 = ON And 0010.03 = OFF Then 0010.02 = ON (Hold ON) And (0010.00 = OFF And 0010.01 = OFF).
b.If 0010.02 = ON And 0000.00 = OFF Then 0010.03 = ON And 0010.02 = OFF.
c.If 0010.00 = OFF Then 0005.00 = OFF.
Please Download Programming for SYSWIN :
Push ON Push OFF With Internal Relay 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 Internal Relay PLC Omron :
Step 1 :
Push ON , Lamp ON
a.If 0000.00 = ON And 0010.02 = OFF Then 0010.00 = ON (Hold ON).
b.If 0010.00 = ON And 0000.00 = OFF And 0010.02 = OFF Then 0010.01 = ON (Hold ON).
c.If 0010.00 = ON Then 0005.00 = ON.
Step 2 :
Push ON, Lamp OFF
a.If 0010.01 = ON And 0000.00 = ON And 0010.03 = OFF Then 0010.02 = ON (Hold ON) And (0010.00 = OFF And 0010.01 = OFF).
b.If 0010.02 = ON And 0000.00 = OFF Then 0010.03 = ON And 0010.02 = OFF.
c.If 0010.00 = OFF Then 0005.00 = OFF.
Please Download Programming for SYSWIN :
Push ON Push OFF With Internal Relay PLC Omron
See : Push ON Push OFF