PLC Type KV Keyence , Name Input / Output PLC :
INPUT PLC :
0000 ; LS or Limit Switch for Upper Marking
0001 ; Switch Start
0002 ; LS or Limit Switch for Lower Marking
OUTPUT PLC :
0500 ; Solenoid for Cylinder Marking Down
0501 ; Solenoid for Cylinder Marking Up
PLC Keyence Programming :
Please Download Programming for KV Builder : PLC Keyence Programming
Reading PLC Programming for Marking Machine :
Step 1 :
If 0000 = ON And 0001 = ON And 1001 = ON Then 1000 = Hold ON ( Latching ).
Step 2 : ( Lifter in the Middle Position )
If 1000 = ON And 0002 = ON And 0000 = OFF Then 1001 = Hold ON ( Latching ).
Step 3 :
a. If 1000= ON Then 0500 = ON.
b. If 1001 = ON Then 0501 = ON.
INPUT PLC :
0000 ; LS or Limit Switch for Upper Marking
0001 ; Switch Start
0002 ; LS or Limit Switch for Lower Marking
OUTPUT PLC :
0500 ; Solenoid for Cylinder Marking Down
0501 ; Solenoid for Cylinder Marking Up
PLC Keyence Programming :
Please Download Programming for KV Builder : PLC Keyence Programming
Reading PLC Programming for Marking Machine :
Step 1 :
If 0000 = ON And 0001 = ON And 1001 = ON Then 1000 = Hold ON ( Latching ).
Step 2 : ( Lifter in the Middle Position )
If 1000 = ON And 0002 = ON And 0000 = OFF Then 1001 = Hold ON ( Latching ).
Step 3 :
a. If 1000= ON Then 0500 = ON.
b. If 1001 = ON Then 0501 = ON.