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 status bits (EN, DN, and TT) - Ladder Logic Tutorial
From the course: Learning PLC Ladder Logic: 1 The Basics
Timer status bits (EN, DN, and TT)
- [Instructor] A timer instruction comes with three main status bits. Timer done bits, timer timing bits, and timer enable bits. And depending on the PLC type, the bits are either attached to the timer instruction or hidden. A timer done bit is true when the accumulated value is equal to the preset value. It is basically on when the timer is done timing. It changes from false to true or from true to false depending on the type of the timer instructions you use. The bit is commonly used to control another logic when the timer is done timing. A simple example in my process that the heating of the liquid is to begin 30 seconds after signal is received from a limit switch. So we use a timer on delay to set a 30 second and use the done bit to start the heating process. So here, we use an XIC instruction for the limit switch and when the limit switch is activated, the timer starts timing for 30 seconds. For the timer instructions, for simplicity, let's use a timer base of one, second and…
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)
-
-