5.12 Standard Timer Function Blocks
5.12.1 Pulse timer
5-207
5
APPLICATION
FUNCTIONS
TP(_E),
TP_HIGH(_E)
TP(_E), TP_HIGH(_E)
Operation Error
No operation error occurs in the execution of the TP (_E) function.
Program Example
The program which turns ON bit type data of for 10 seconds after bit type data input to is
turned ON.
(a) Function without EN/ENO (TP)
[Structured ladder]
[ST]
TP_Inst (g_bool1, T#10s, g_bool2, g_time1);
(b) Function with EN/ENO (TP_E)
[Structured ladder]
[ST]
TP_E_Inst (g_bool1, T#10s, g_bool2, g_time1);
d1
s