Ton Statement

Specifies a task which shows an execution line on the LCD.

Syntax
Ton taskIdentifier

Ton

Parameters

taskIdentifier
Specify the task name or task number as an integer value or an expression. A task name is the function name used in an Xqt statement or a function started from the Run window or Operator window.
Task number (integer) range is as follows:

  • Normal tasks: 1 to 32

Note


  • About the Controllers to use

    It cannot be used with RC90/T/VT series.


Description
Execution line of task 1 is displayed in initial status.

Ton statement displays the specified task execution line on the LCD.

When taskIdentifier is omitted, the task execution line with Ton statement execution is displayed on the LCD.

See Also
Toff

Ton Statement Example

Function main
  Ton MyTask
  ...
  Toff
Fend