5.12 Standard Timer Function Blocks
5.12.3 Off delay timer
5-213
5
APPLICATION
FUNCTIONS
TOF(_E),
TOF_HIGH(_E)
TOF(_E), TOF_HIGH(_E)
Operation Error
No operation error occurs in the execution of the TOF(_E) function.
Program Example
The program which turns ON bit type data of when bit type data input to is turned ON, and
turns OFF 10 seconds after is turned OFF.
(a) Function without EN/ENO (TOF)
[Structured ladder]
[ST]
TOF_Inst (g_bool1, T#10s, g_bool2, g_time1);
(b) Function with EN/ENO (TOF_E)
[Structured ladder]
[ST]
TOF_E_Inst (g_bool1, T#10s, g_bool2, g_time1);
d1
s
d1
s