Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Exercise 7

Q1. Write a PLC ladder logic for the following program


 %I0.0 is used to START the system
 When %I0.0 is pressed, output %Q4.0 =1 and remains ON. While still remaining ON,
after 5s, time relay will be activated to turn %Q4.1=1. Then after 8s, time relay turns
%Q4.3=1 and the system finally stops (also, at this time %Q4.0 is OFF)
Q2. Consider the following assembly line that has 4 stations

Known that
 The product enters the inspection zone where its presence is sensed by the proximity
switch
 The inspector examines it and activates a reject button if the product fails inspection
 If the product is defective, reject status lights come on at stations 1,2, and 3 to tell the
assembler to ignore the part
 When a defective part reaches station 4, a diverter gate is activated to direct that part to a
reject bin
 Use PLC bit shift register to develop a PLC program

You might also like