PLC Type Series-C Omron , Name Input / Output PLC :
INPUT PLC :
000.00 ; LS or Limit Switch for Upper Marking
000.01 ; Switch Start
000.02 ; LS or Limit Switch for Lower Marking
OUTPUT PLC :
005.00 ; Solenoid for Cylinder Marking Down
005.01 ; Solenoid for Cylinder Marking Up
PLC Omron Programming :
Please Download Programming for SYSWIN : PLC Omron Programming
Reading PLC Programming for Marking Machine :
Step 1 :
If 000.00 = ON And 000.01 = ON And 010.01 = ON Then 010.00 = Hold ON ( Latching ).
Step 2 : ( Lifter in the Middle Position )
If 010.00 = ON And 000.02 = ON And 000.00 = OFF Then 010.01 = Hold ON ( Latching ).
Step 3 :
a. If 010.00= ON Then 005.00 = ON.
b. If 010.01 = ON Then 005.01 = ON.
INPUT PLC :
000.00 ; LS or Limit Switch for Upper Marking
000.01 ; Switch Start
000.02 ; LS or Limit Switch for Lower Marking
OUTPUT PLC :
005.00 ; Solenoid for Cylinder Marking Down
005.01 ; Solenoid for Cylinder Marking Up
PLC Omron Programming :
Please Download Programming for SYSWIN : PLC Omron Programming
Reading PLC Programming for Marking Machine :
Step 1 :
If 000.00 = ON And 000.01 = ON And 010.01 = ON Then 010.00 = Hold ON ( Latching ).
Step 2 : ( Lifter in the Middle Position )
If 010.00 = ON And 000.02 = ON And 000.00 = OFF Then 010.01 = Hold ON ( Latching ).
Step 3 :
a. If 010.00= ON Then 005.00 = ON.
b. If 010.01 = ON Then 005.01 = ON.