Copy Protection Only

TIA Portal Programming Exercise with Delay Timers

Share this post on:

Siemens TIA Portal exercise using TON and TOFF timers to create delay ON and delay OFF logic in PLC programming with practical examples

This article discusses the exercise with delay timers (TON and TOFF) in the Siemens TIA Portal programming. The TON timer is used to delay activating the output after the input becomes active (ON). When the specified time (preset time) is reached, the timer output will turn on (ON). Conversely, the TOFF Timer functions to delay output shutdown after the input becomes inactive (OFF). During the preset time, the output remains active, and after the time ends, the output will turn OFF.

Timer TON (Timer On Delay) Sequence of Operation:

  1. Start: When the Trigger button is Pressed, the system will Start.
  2. Lamp 1 Turns On: Lamp-1 will turn ON, indicating that the first TON timer has started counting.
  3. 6-Second Countdown: The first TON timer will count down for 6 seconds.
  4. Lamp 1 Turns Off, Lamp 2 Turns On: After 6 seconds, Lamp-1 will turn Off, and Lamp-2 will turn On, indicating the second TON timer has started counting.
  5. 5-Second Countdown: The second TON timer will count down for 5 seconds.
  6. Reset First Timer: After 5 seconds, the first TON timer will reset, and the cycle will repeat.
  7. Repeat: The process will continue as long as the Stop button is not Pressed.

Timer TOFF (Timer Off Delay) Sequence of Operation:

  1. Start: When the Trigger button is Pressed (momentarily), the system will Start.
  2. 7-Second Countdown: The first TOFF timer will count down for 7 seconds.
  3. Lamp 3 Turns On: While the first TOFF timer is counting down, Lamp-3 will be ON.
  4. Lamp 3 Turns Off: After 7 seconds, Lamp-3 will turn Off.
  5. 5-Second Countdown: The second TOFF timer will Start counting down for 5 seconds.
  6. Lamp 4 Turns On: While the second TOFF timer is counting down, Lamp-4 will be ON.
  7. Lamp 4 Turns Off: After 5 seconds, Lamp-4 will turn off, and the first TOFF timer will Start counting again.
  8. Repeat: The process will continue as long as the Stop button is not Pressed.

Siemens TIA Portal Timer Programming

Mapping Details :-

Share this post on:

Leave a Reply

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