Skip to main content

Q :- If push button is pressed, lamp A will turn on instantly and gets off after 8 sec and lamp B turns on, both the lamps get off if push button is released.



Solution :-





here i have used the TON timer, when push button is pressed the timer T4:0 starts, here i have given the preset value of timer as a 8 sec .
and into the next rung of program i have given the TT bit address to one NO contact  means that the lamp will be on for the 8 sec and in next rung timers DN bit address is given to the NO contact so after the 8 sec the next lamp B will gets ON.

result :-


Comments

Popular posts from this blog

HOW TO DOWNLOAD AND INSTALL WONDERWARE FOR WINDOWS 8,7,10.

##You can Download a ZIP file of the software From Below link. https://drive.google.com/file/d/159y8W0c_bw0vvf1DNDQ08_QsLZ9h2Tb1/view?usp=sharing 1 ) You Can Also Watch a Video Tutorial of it  below. 2) You can also read out steps from below :-

Timers in Siemens PLC Simatic manager

Timer :- Timer is nothing but a specialized clock in a programming software used to count the preset time intervals. In   Siemens PLC we have various ty pes of timers as :- 1) S_PULSE(Pulse timer), 2) S_PEXT(Extended Pulse Timer), 3) S_ODT(On Delay Timer), 4) S_ODTS(Retentive On Delay Timer), 5) S_OFFDT(Off Delay Timer). You must find out another five instruction sets in Timer Block in Simatic Manager STEP 7 as :- -(SP) pulse timer coil, -(SE) extended pulse timer coil, -(SD) on delay timer coil, -(SS) retentive on delay timer coil, -(SF) off delay timer coil. 1) S_PULSE(Pulse timer) :- S_PULSE Timer   Above Fig Shows how to use this timer in programming software,in this fig i have used 5 sec as a preset value, If you want to change it replace the 5 with any duration you want in S5T# 5 S.    In S_PULSE timer if input to timer is ON then timer starts Counting time as well as we get the Output at the instant the input is made ON. In t...

Block Diagram of PLC.

Hardware / Block diagram of PLC. Above fig. shows the block diagram of PLC.