Skip to main content

Timer instruction

In mitsubishi PLC Gx-Developer programming software we have total 512 timers From T0 - T511. These timers are categorized into 5 groups depending upon the time base and type of timer as :-

  • T0 - T199 timers works as Done bit of TON timer (time base-100ms).
  • T200 - T245 timers works as Done bit of TON timer (time base-10 ms).
  • T246 - T249 timers works as Done bit of retentive timer (time base- 1 ms).
  • T250 - T255 timers works as Done bit of retentive timer (time base-100 ms).
  • T256 - T511 timers works as Done bit of TON timer (time base- 1 ms).

You may be aware of the working of the TON timer and RTO timer, which works similarly of TON and Retentive timers in AB PLC, the only difference is you only get the done bit of timers in mitsubishi PLC.

To enter proper preset value to the timers of various time bases we need to convert the seconds into the respective time bases.

Below table shows the conversion of pre-set values into the respective time bases.


We can use the same timer to get the done bit and TT bit of the timer. By default we get the done bit from the timer and to get the TT bit of the timer we just need to replace the NO contact with NC contact with same timer address.

For example - we want to turn on the output Y000 for 10 sec when we pressed the input and another output Y001 after 10 sec and when second output gets ON first should gets OFF.


when we press the input X000 it set the memory bit M0 and latches the input.

In next rung this NO contact of M0 address is connected to the Timer  function T0 with preset value of 10 sec.(As because the T0 timer has a 100 ms Time base).here K is a constant whose value is 100.

Now in next rung of program NO contact of M0, NC contact of T0 are connected to Output Y000, so when we press the input X000, M0 gets ON and until the Timer T0 finishes the preset value of 10 sec Output Y000 remain ON and after 10 sec NC T0 becomes open and NO To gets closed and Output Y001 gets ON.

In place of T0 timer we can use any timers from T0 - T511 but we need to calculate the time base accordingly.

Comments

Popular posts from this blog

Q1. Lamp should glow when start switch S1 is made ON. lamp should go off after 15 sec automatically. lamp should go OFF immediately when start switch S1 is made OFF. Lamp should go OFF immediately also when reset switch S2 is made ON even before the expiry of 15 sec time.

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 this timer if we mad

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 :-