TSTART Statement

Starts the counting of a timer variable. The timer value is not modified by the TSTART command,for example, the counting starts from the current value of the timer.
TSTART Statement
Name
TSTART
Syntax
TSTART ( <timer_variable> );
Operands
Any inactive timer variable
Return value
(none)
Example
(* ST program using the TSTART statement *) bo100 := TRUE; (* boolean output *) tm_ctrl := t#0s; TSTART(tm_ctrl);
To insert a TSTART statement
  • In the language container, type
    TSTART
    .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal