Link Search Menu Expand Document

Timers

Table of contents

  1. Function Blocks
    1. fb_BaseTimer
    2. fb_Heartbeat
    3. fb_Watchdog
    4. fb_TON
    5. fb_TONRT
    6. fb_TOF
    7. fb_TOFRT
  2. Functions
  3. DUTs

Function Blocks

fb_BaseTimer

Base function block extended by others

fb_Heartbeat

Toggle a boolean TRUE and then FALSE in one period.

Heartbeat

fb_Watchdog

Monitors a boolean input signal, if no state change is deteced in the preset time, output is set true.

Watchdog

fb_TON

Extension of the basic on delay timer with additional data - actively timing, remaining time.

TON

fb_TONRT

Retentive on delay timer with reset

TONRT

fb_TOF

Extension of the basic off delay timer with additional data - actively timing, remaining time.

TOF

fb_TOFRT

Retentive off delay timer with reset

TOFRT

Functions

None

DUTs

None