From the course: Learning PLC Ladder Logic: 1 The Basics
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Timer instruction overview - Ladder Logic Tutorial
From the course: Learning PLC Ladder Logic: 1 The Basics
Timer instruction overview
- Timer instruction is a very common instruction used in Ladder Logic programming. Timers are used to delay actions, or to keep an output on or off for a specific time. This is the congregation of typical PLC timer instruction. And it has the following parts. A timer name, or a time address, timer base, preset value, and accumulated value. Let's see what each part is. A timer is name is the timer unique identifier in the PLC memory. No matter what brand of PLC, each timer will have a name or a number to identify it. Depending on the PLC type, there is a certain way to write the name. An example is one of the Allen Bradley PLC address is T40. T, and then the timer file number, and finally, the time element number. So, T40, is time file four, timer element zero. Every timer has a timer base. Times are typically programmed with several different timer bases. The timer base is also referred to as the timer accuracy. The timer base specifies at what rate the timer will increment. So…
Contents
-
-
-
-
-
-
(Locked)
Timer instruction overview4m 52s
-
(Locked)
Timer status bits (EN, DN, and TT)5m 43s
-
(Locked)
Timer types (TON and TOF) and diagrams3m 49s
-
(Locked)
Use a timer to flash a light4m 36s
-
(Locked)
Counter instruction4m 33s
-
(Locked)
Examples of counter types5m 25s
-
(Locked)
Counter and timer case study5m 43s
-
(Locked)
-
-