0% found this document useful (0 votes)
379 views2 pages

PLC Timer

The document discusses timers in programmable logic controllers (PLCs). It describes the functions of PLC timers, which include timing intervals for industrial processes. An example given is using a timer to control a garage light that turns on when the garage door opens and turns off 5 minutes later. The advantages of PLC timers are their programmable and variable time intervals as well as high accuracy. There are three types of timers: on-delay, off-delay, and retentive/accumulating timers, which are used for different timing applications.

Uploaded by

Ainee Farooq
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
379 views2 pages

PLC Timer

The document discusses timers in programmable logic controllers (PLCs). It describes the functions of PLC timers, which include timing intervals for industrial processes. An example given is using a timer to control a garage light that turns on when the garage door opens and turns off 5 minutes later. The advantages of PLC timers are their programmable and variable time intervals as well as high accuracy. There are three types of timers: on-delay, off-delay, and retentive/accumulating timers, which are used for different timing applications.

Uploaded by

Ainee Farooq
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

PRACTICAL # 6

OBJECTIVE:
To study the PLCs timer, it functions and types.

PLCs Timers:
A control device that automatically starts or stops machines and other devices when a preset time period has been exceeded called timers.

Functions:
The functions of timers are given below: The timing block functions are used with various contact arrangements and in multiples to accomplish various timing tasks. Typical industrial timing tasks include timing of the intervals for welding, painting, and heat treating. Timers can also predetermine the interval between two operations. With a PLC you can utilize as many timer blocks as you need, within the PLC memory limitations.

Example:
An example of a timer function is in the control of the garage light; on when the garage door is open and off 5 minutes after the door is closed.

Advantages Of PLCs Timers:


Advantages of timers are: One major advantage of the PLC timer is that its time may be a programmable variable time as well as a fixed time.

The variable time interval may be in accordance with a changing register value. Another advantage of the PLC timer is that its timer accuracy, repeatability, and reliability are extremely high because it is based on solid-state technology.

Types of Timers:
There are three types of timers:

On-Delay Timer
This type of timer simply "delays turning on". In other words, after our sensor (input) turns on we wait x-seconds before activating a solenoid valve (output). This is the most common timer. It is often called TON (timer on-delay), TIM (timer) or TMR (timer).

Off-Delay Timer
This type of timer is the opposite of the on-delay timer listed above. This timer simply "delays turning off". After our sensor (input) sees a target we turn on a solenoid (output). When the sensor no longer sees the target we hold the solenoid on for x-seconds before turning it off. It is called a TOF (timer off-delay) and is less common than the on-delay type listed above. (i.e. few manufacturers include this type of timer)

Retentive or Accumulating Timer


This type of timer needs 2 inputs. One input starts the timing event (i.e. the clock starts ticking) and the other resets it. The on/off delay timers above would be reset if the input sensor wasn't on/off for the complete timer duration. This timer however holds or retains the current elapsed time when the sensor turns off in mid-stream. For example, we want to know how long a sensor is on for during a 1 hour period. If we use one of the above timers they will keep resetting when the sensor turns off/on. This timer however, will give us a total or accumulated time. It is often called an RTO (retentive timer) or TMRA (accumulating timer).

You might also like