Toff Statement
Turns off execution line display on the LCD.
Syntax
Toff
Description
Execution line will not be displayed on the LCD.
Note
About the Controllers to use
It cannot be used with RC90/T/VT series.
See Also
Ton
Toff Statement Example
The example shown below shows a good test which can be done from the command window to help understand the difference between moving when a tool is defined and when no tool is defined.
Function main
Ton MyTask
...
Toff
Fend