PLC Type KV, Name Input / Output PLC :
INPUT PLC :
0000 ; Infrared Sensor
0001 ; Push Button Start (Normally Open Contact)
0002 ; Push Button Stop (Normally Closed Contact)
--- Link : normally open normally closed contact
OUTPUT PLC :
0500 ; Empty Lightbox
0501 ; Start-Stop on Inverter
PLC Programming for Conveyor Control using Keyence PLC
Please Download Programming for KV Builder :
Conveyor Control
Reading Ladder PLC Programming for Conveyor Control using Keyence PLC :
1. Conveyor Start
a.If 0001 = ON AND 0002 = ON Then 1000 = ON (Hold ON)
b.If 1000 = ON AND 0000 = OFF Then 1001 = ON
c.If 1001 = ON Then 0501 = ON
2. Conveyor Stop
a.If 0002 = OFF Then 1000 = OFF
b.If 1000 = OFF Then 1001 = OFF
c.If 1000 = ON AND 0000 = ON Then 1001 = OFF
d.If 1001 = OFF Then 0501 = OFF
3. Empty Lightbox = ON
a.If 1000 = ON AND 0000 = OFF Then T000 activated (active for 10 seconds)
b.If T000 = ON Then 0500 = ON
Back to : Conveyor Control
INPUT PLC :
0000 ; Infrared Sensor
0001 ; Push Button Start (Normally Open Contact)
0002 ; Push Button Stop (Normally Closed Contact)
--- Link : normally open normally closed contact
OUTPUT PLC :
0500 ; Empty Lightbox
0501 ; Start-Stop on Inverter
PLC Programming for Conveyor Control using Keyence PLC
Please Download Programming for KV Builder :
Conveyor Control
Reading Ladder PLC Programming for Conveyor Control using Keyence PLC :
1. Conveyor Start
a.If 0001 = ON AND 0002 = ON Then 1000 = ON (Hold ON)
b.If 1000 = ON AND 0000 = OFF Then 1001 = ON
c.If 1001 = ON Then 0501 = ON
2. Conveyor Stop
a.If 0002 = OFF Then 1000 = OFF
b.If 1000 = OFF Then 1001 = OFF
c.If 1000 = ON AND 0000 = ON Then 1001 = OFF
d.If 1001 = OFF Then 0501 = OFF
3. Empty Lightbox = ON
a.If 1000 = ON AND 0000 = OFF Then T000 activated (active for 10 seconds)
b.If T000 = ON Then 0500 = ON
Back to : Conveyor Control