5-210
5.12 Standard Timer Function Blocks
5.12.2 On delay timer
TON(_E), TON_HIGH(_E)
Operation Error
No operation error occurs in the execution of the TON (_E) function.
Program Example
The program which turns ON bit type data of 10 seconds after bit type data input to is
turned ON.
(a) Function without EN/ENO (TON)
[Structured ladder]
[ST]
TON_Inst (g_bool1, T#10s, g_bool2, g_time1);
(b) Function with EN/ENO (TON_E)
[Structured ladder]
[ST]
TON_E_Inst (g_bool1, T#10s, g_bool2, g_time1);
d1
s