Assignment Sheet - PLC
Assignment Sheet - PLC
1. Make the logic using NO PB in such a way, when PB pressed light get ON
after 3 sec.
2. Make a logic in such a way that when NO PB pressed, light 1 will get on after 5
sec., light remains on until NC PB pressed.
3. Make logic in such a way when NO PB pressed after 5 Sec. light 1 will get on,
after 10 sec. light -2 will get on and after 5 sec. both the light get off.
4. Make logic in such a way that when NO PB pressed light-1 will get ON after 10
sec., then after 5 sec light-2 will get on for 7 sec. and this cycle will repeat until
NC PB pressed.
5. You need to turn the valve for 27 sec. after a switch is closed, if interrupted the
valve should close and time should reset to zero.
6. When a switch 1 is closed, turn on the motor1, motor2, motor3. At five sec.
intervals its goes turn off when switch 1 will open.
7. After a product is placed in five sided wooden shipping crate, the remaining
side of the crate is sealed using an industrial adhesive. The operator initiates
the sealing problem by pressing PB6.it takes 20 sec. to apply the adhesive,
after the adhesive is applies the top is held in position for 20 sec by a sense of
automated clamps before it is transferred to the shipping dock.
COUNTER
PLC Question
1. ON a lamp with a switch and off the same lamp with same switch.
2. On a lamp with start push button and off the same lamp with stop push button.
3. On 3 lamps with start push button and off the same lamp with stop push
button.
4. On 3 lamps with start push button and off the same lamp with same push
button.
5. When start push button is pressed. Bulb is switched on, when run push button
is pressed first bulb goes off and second bulb goes on. When process push
button is pressed the second bulb goes off and first goes on. The system will
stop by pressing stop push button.
6. There are three lamps, first lamp should go on when start push button is
pressed, when again the same push button is pressed first lamp should go off
and second lamp should switch on, when again the same push button is
pressed the second lamp should go off and third lamp should go on, when
again the same push button is pressed the third lamp should go off and again
first lamp should go on .the system will stop by pressing stop push button.
7. When start toggle switch is pressed a lamp should go on for 10 seconds, after
10 sec. the lamp should go off while the start toggle is switch is on.
8. The lamp should go on after 10 sec. of pressing the start push button and it
will go off by pressing the stop push button.
push button, after 10 sec. the first bulb should go off and second bulb should
go on. the on bulb should go off by pressing the stop push button
11. There are two lamps, on pressing the start push button first lamp should go on
for 10 sec., after 10 sec. the first lamp should off and second lamp should go
on for 10 sec., after 10 sec. the second lamp should go off and first lamp
should go on. The process will stop by pressing stop push button.(Blinking)
12. There are 2 lamp on pressing the start push button the first lamp should on
and when the start push button is pressing again the first lamp should go off
and the second lamp should go on if the lamp is on for more than 15 sec. then
both lamp will interchange their status i.e. the on lamp goes off and off lamp
goes on .the process will stop by pressing by stop push button
13. On pressing the start push button the lamp should go on, when the same
push button is pressed second time the bulb should go off and remain off for
next 15 sec. if the start push button is pressed in between these 15 sec. the
lamp should not go on and it will only go on after 15 sec.
14. By pressing the start push button the value stored in memory word will move
to another memory word
15. By pressing the start push button the value stored in the memory word is
between 22 and 27, the lamp should go on otherwise the lamp should remain
off.
21. When start push button is pressed an input pulse should come after every
5sec.and a lamp should go after 5 input pulses.
22. There are 6 lamps. When start push button is pressed lamp 0, 2 are ON and
others OFF after 5 sec. lamps 2, 3 are ON and others OFF after another 5 sec
lamps 1, 3 are ON others OFF after another 5 sec lamps 0, 1 are ON others
OFF. The process continues until the stop push button is pressed.
1. Add two values stored in a memory word first memory word and second
memory word and transfer the value in another memory word.
2. Subtract two values stored in a memory word first memory word and second
memory word and transfer the value in another memory word.
3. Multiply two values stored in a memory word first memory word and second
memory word and transfer the value in another memory word.
4. When input 1 is switch ON the value should move from one memory word to
another memory word and if the value is more than 10 then the output 1 should
switch on.
5. Consider and alarm system. There are four hazards input in the alarm system
that goes ON as some operational malfunction occur. The system operate as
follows :
o If one input is ON nothing happens.
o If any two input are ON, a red light goes ON
8. There are two machines each with its own start-stop button. Only one may run
at a time. Use appropriate interlocking.