5.12 Standard Timer Function Blocks
5.12.4 Timer function blocks
5-217
5
APPLICATION
FUNCTIONS
TIMER_10_FB_M
TIMER_10_FB_M
Program Example
(1) TIMER_10_FB_M
The program which starts measuring from 0 when the executing condition of turns ON,
and when the measuring value reaches to the value input to 10ms, turns ON.
[Structured ladder]
[ST]
TIMER_10_FB_M_Inst ( Var_M0, 10, 0, Var_D10, Var_M10 );
[Timing chart]
(2) TIMER_HIGH_FB_M
The program which starts measuring from 0 when the executing condition of turns ON,
and when the measuring value reaches to the value input to 0.1 to 100ms, turns
ON.
[Structured ladder]
[ST]
TIMER_HIGH_FB_M_Inst ( Var_M0, 10, 0, Var_D10, Var_M10 );
[Timing chart]
s1
s2
d2
OFF
OFF
Var_M0
Value of Var_D0
Var_M10
10
90ms
ON
1
s1
s2
d2
OFF
OFF
Var_M0
Value of Var_D10
Var_M10
10
90ms
ON
1