Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Timer in Studio 5000 – TON, TOF, RTO
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Timer in Studio 5000 – TON, TOF, RTO

Timer in Studio 5000 – TON, TOF, RTO

One of the most common instructions used in PLC logic is a timer. The basic types of timers in Studio 5000 are TON, TOF, and RTO.

Last updated: May 7, 2024 1:50 pm
Viral Nagda
PLC Tutorials
No Comments
Share
6 Min Read
SHARE

One of the most common instructions used in PLC logic is a timer. Timers are required for almost all the operations. This is because controlled operations always require a delay for operation. Most of the applications have this requirement.

Contents
Timer in Studio 5000Types of TimersTimer ON (TON)Timer OFF (TOF)Retentive Timer (RTO)

Rockwell Automation is a very famous brand in industrial automation, and in that, the most used software is Studio 5000. They too have a very easy way of configuring timers. In this post, we will see the timer instructions in Studio 5000.

Timer in Studio 5000

A timer in Studio 5000 software has five pins – two for input and three for output. The input pins are Enable and Preset. Enable (En) is used to enable or disable the timer.

Preset (Pre) is used to define the setpoint of the timer. It works in milliseconds. So, if you want to run the timer for 5 seconds, then the setpoint will be entered as 5000 (as 5 seconds equals 5000 milliseconds).

The output pins are the Accumulator, Done bit, and Timing bit. The accumulator is the current timer value and runs in milliseconds. So, a current value of 2 seconds will show you as 2000 in the accumulator.

The done bit goes true when the timer operation is completed. The timing bit remains true as long as the timer is running. When the timer operation stops or pauses, then this bit too goes false.

You can enter the timer setpoint or show the timer current value in graphics through the DINT format of the variable. The value will be entered in milliseconds and you can either multiply it in the PLC program with 1000 or in the HMI expression with 1000.

Types of Timers

There are three basic types of timers in Studio 5000. They are

  • TON
  • TOF
  • RTO

Timer ON (TON)

The TON timer is an on-delay timer. Here, when the input goes true through the enable pin, then the timer starts to accumulate. During this time, the timing bit will also be ON.

Types of Timers in Studio 5000

In between, if the timer condition goes false, then the accumulated value becomes zero and the timing bit too turns off. So, as long as the condition is true, the timer will accumulate.

Then finally, when the timer setpoint is reached, then the done bit goes true. The timer will again go to zero state if the condition goes false.

Timer OFF (TOF)

The TOF timer is an off-delay timer. Here, when the input goes true through the enable pin, then no action happens in any of the outputs.

Timer Off Delay TOF

Now, if the timer condition goes false, then the timer starts to accumulate and the timing bit too turns on. So, as long as the condition is false, the timer will accumulate. In between, if the condition becomes true, then the timing bit goes false again and the accumulated value too becomes zero.

If the condition goes false and remains in that state, then the timer will again accumulate till the setpoint is reached. When it is reached, then the done bit goes true and the timing bit goes false. The cycle repeats after the condition goes true again.

Retentive Timer (RTO)

The RTO timer working is the same as the TON timer. The only difference is that if the timer is running and goes false in between, then the accumulated value will be held. Once the timer starts again, the timer will accumulate from the last held value.

Retentive Timer (RTO)

When the setpoint is reached, the done bit goes true. Now, one thing to note here is that if the condition goes false after this, then the done bit will remain on and the accumulated value too will be held. That means it has gone into a latched state.

To bring it back to zero state, an instruction called reset is used, where you have to turn it on by naming this timer instance in it. Then only the timer will reset.

If you liked this article, then please subscribe to our YouTube Channel for Instrumentation, Electrical, PLC, and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • Download Free CODESYS Software
  • Types of Instructions in PLC Programming
  • PLC Manufacturing Line Programming
  • Why is RTO used in the Place of TON Timer?
  • Programming and Tuning PID Controller in PLC
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

PLC Program for Automatic Liquid Mixing Application
Connecting Blocks in Functional Block Diagram – Studio 5000
PLC Structured Text Program for Output Generation via Equations
Loop Check of 4-20mA or HART Transmitters
What is a Tower Lamp? – Light Tower in Industrial Automation
Inside the PLC Control Panel: How Much Do You Know?
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
208kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

How to Program PID Control in PLC with Structured Text?
Machine Tool and Coolant Control: PLC Ladder Logic Design
PLC Program for Mailbox with Letter Counting & Light Indicators
PLC Program for Ceramic Burning Oven Conveyor System
PLC System Documentation
PLC Analog Input Conversion Formula
PLC Programming Videos
What is the Firmware Version of a PLC? – Siemens PLC Hardware

Keep Learning

Studio 5000 Logix Emulate

Simulation of Studio 5000 and FactoryTalk View Studio

System Architecture in Industrial Automation

How to Design a System Architecture in Industrial Automation?

Pneumatic valve operation in sequence mode

Sequential PLC Programming for the Pneumatic Valves

How to Read an Electrical Wiring Diagram

How to Read an Electrical Wiring Diagram?

PLC Programming Classroom Bell System

Classroom Bell System – PLC Programming Practice Examples

Reading Clock data in PLC

Real-Time Clock in Omron PLC? – CX Programmer

PLC Timer Programming Examples – TON, TOF, TP and TONR

Simatic 300 Station Configuration

Monitor and Modify Variables in Simatic Manager

Learn More

Cable Tray Routing

Cable Routing

Seebeck Effect

Seebeck Effect Theory

Advanced Microcontroller Projects Using Proteus Simulation

Advanced Microcontroller Projects Using Proteus Simulation

Instruction List in PLC Programming

What is an Instruction List? – PLC Programming

Feed forward example

What is Feedforward Control ?

Digital Electronics Multiple Choice Questions

Diode-Transistor Logic (DTL) Objective Questions

Historical Scada graph

Configuration of InTouch Scada Trends

Annunciators - 2

What is a Annunciator ?

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?