0% found this document useful (0 votes)
177 views

PLC Question PDF

Uploaded by

Somya Velani
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
177 views

PLC Question PDF

Uploaded by

Somya Velani
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

theory video solution link see solution

practical video solution link seesolution


visit us youtube PLC BLOGGER
1. When a Start Push Button is made ON both Contactor K1 (main ) & K2
gets ON immediately. After a delay of 15 second another Contactor K3
gets ON & K2 OFF. . When a Stop Push Button is pressed the motor gets
OFF.

2.make a logic using one NO PUSH BUTTON in suchway


(i) first time PB1 pressed K1 ON . T

(ii) second time PB1 pressed K1 OFF.

(iii) third time PB1 pressed K1 ON.

(iv) fourth time PB1 pressed K1 OFF.

this process repeat for inifinite time

3. make a logic using one NO PUSH BUTTON in suchway

(i) first time PB1 pressed K1 ON and K2 OFF.

(ii) second time PB1 pressed K2 ON and K1 OFF.

(iii) third time PB1 pressed K1 ON and K2 OFF.

(iv) fourth time PB1 pressed K2 ON and K1 OFF.

this process repeat for inifinite time.

using SET & RESET instruction in all above question


solution 1
see basic example with solution
solution 2
visit us youtube PLC BLOGGER
timer question
lecture 16 (Part A & B)
1. When the PB 1 press K1 ON & hold after 10sec time
delay K2 ON & k1 OFF theory solution practical solution

2. When NOPB is pressed , motor 1 ON immediately


and another motor 2 run 20sec latter. the same
motor goes OFF after 15sec. theory solution practical solution
3. develop a ladder logic diagram for single way traffic
law,when the NOPB press red light glow
immediately for 30sec. after that yellow light glow
for 10sec and get OFF and after that green light glow
for 20 sec . and repeat the above cycle untill NCPB is
not pressed. theory solution practical solution

4. Develop a ladder logic diagram for washing machine


according to given data
When a switch made ON motor run in forword
direction for 10sec and get OFF. after 5 sec same
motor run in reverse direction for 10sec and get
OFF. after 5 sec same motor run in forword direction
and the process is repeat for 5 minute
in bitween 5 minute stop button pressed the process will
1

theory solution practical solution


be stop immediately , when the work is completed then
buzzer should be indicate workdone is completed

2
see all question solution in theory videos

see all question solution in practical videos


see all question solution in theory videos

see all question solution in practical videos


visit us youtube PLC BLOGGER
spacial question
1. if the value of timer preset is k2736. then the find value in
minutes.
2. make a logic in suchway pressed NO PUSH BUTTON ,the
output bulb glow for{ 2.5 hours }. afterthat bulb goes OFF
automatically.(impotant)
3. when the NOPB 1 pressed then motor 1 ON for only
15.32sec . after that motor 2 ON at the same time when
motor 1 will be off. motor 2 wiil be ON for 10.11 sec.
4. make a logic using { timer} in a suchway for generate
100pulse per second.
1000pulse per second.
5. make a logic diagram , when pb1 pressed output
contector k1 ON/0FF for 2sec, {2sec ON & 2 sec OFF}. And
the process will be continue untill stop button is not
pressed.
6. make a logic in a suchway ,when NOPB is pressed the
output fan ON for 10 sec .
time resulation of timer
(i) 0.1sec see all question solution in theory videos

(ii) 0.01sec see all question solution in practical videos

(iii) 0.001sec
time resulation = time base
visit us youtube PLC BLOGGER
mc/mcr based question

1. PB 1 press motor 1 ON immedietely and hold. after


10sec motor 2 ON and motor 1 get OFF. the program
must be operate in both manual & automatic mode

theory video solution practical video solution

1
visit us youtube plc blogger

Develop a ladder logic diagram for single way traffic


law.when NOPB
press red light glow immediately for 30 sec. after that yellow
light
glow for 10sec and get OFF and afterthat green light glow for
25sec.repeat the above process untill NoPB is not pressed.

using STL/RET instruction


theory video solution
practical video solution

write PLC program for 4- way traffic using STL/RET instruction

theory video solution practical video solution

1
0 X2
ZRST S0 S31
STOP

6 X0
PLS M0
START

10 M0
SET S0

12 S0
S ( Y0 )
RED

TMR T1 K300

T1
SET S30

20 S30
S ( Y1 )
YELLOW

TMR T2 K100

T2
SET S31

28 S31
S ( Y2 )
GREEN

TMR T3 K250

T3
( S0 )

RET

37
END

You might also like