TSTOP Statement
Stops updating a timer variable. The timer value is not modified by the TSTOP command.
TSTOP Statement | |
---|---|
Name | TSTOP |
Syntax | TSTOP ( <timer_variable> ); |
Operands | Any active timer variable |
Return value | (none) |
Example
(* ST program using the TSTOP statement *)
TSTOP(tm_ctrl); alarm := not(bi100):
To insert a TSTOP statement
- In the language container, typeTSTOP.
Provide Feedback