Problem Diagram
Problem Solution
Use proximity switches to detect moving objects on the conveyor belt 1 and to detect an empty box on
conveyor belt 2.
Use counter to count number of objects to be packed.
Use timer such that when 5pcs are detected, conveyor runs for a while and stops when 5th object is finally
collected in the box. Assume time by calculating conveyor belt speed.
When number of parts to be packed are detected timer is activated.
When timer is over, it stops the
conveyor until next empty box is detected.
Assuming time taken by the last 5th object is 2secs to be collected.
PLC Program
Here is PLC program to Count and Pack Parts from Conveyor, along with program explanation and run
time test cases.
List
of Inputs and Outputs
I:1/14 =
Start
(Input)
I:1/15 = Stop
(Input)
B3:0/0 =
Latching Bit
(Bit)
B3:0/1 = Latching Motor 1 bit
(Bit)
I:1/0
=
Part detection
(Input)
I:1:1
=
Box detection
(Input)
O:2/0
= Conveyor Belt 1
(Output)
O:2/1
= Conveyo2 Belt 2
(Output)
C5:0
=
Part counter
(Counter)
T4:0
= Timer to stop conveyor (Timer)
Dostları ilə paylaş: