Wednesday, January 23, 2019

PLC Program to Detect Burned Chips and Remove Them


Description:
Potato chips are made and ready to packed. But before that it goes on a conveyor in which final quality check is done, burnt chips are detect and remove from the conveyor. Implement automation of this process in PLC using Ladder Diagram programming language.

Diagram:

List of Inputs and Outputs:

X1    = Start                                                               (Input)
X0    = Stop                                                                (Input)
M0   = Master Coil                                                   (Input)
Y0    = Conveyor                                                       (Output)
 Y1   = Light Source                                                  (Output)
X2 & X3   = Light Dependent Resistor                  (Input)
M1 & M2 =Coil bits                                                 (bits)
Y3 & Y4  = Blowers                                                  (Output)
 T0 & T1  = Timer to activate blower after 1sec (Timer)

Ladder Diagram:




Ladder diagram has shown just two LDRs and Blowers. Further programming for all other blowers and LDRs remain same.

*Thank You*

Note:- If picture is not visible than tap on it.

No comments:

Post a Comment