INPUT The INPUT statement is used for data input from the front panel.
Example: INPUT (X START POSITION) P1
The operator will be prompted to input data.
The operator can use the data displayed by pressing the ENTER key. If ESC is pressed during
an input statement, the program will be terminated.
The HDW command can be used to enter the handwheel mode during a program. A comment
may be added to prompt the operator during the HDW command. HDW is ignored when
verifying a program.
Example: HDW (TOUCH THE TOOL TO THE PART) prompts the operator with the
following message.
The operator presses the <enter> key after handwheeling the machine. If <esc> is pressed
during handwheeling, the program will be terminated.
To manually set and clear outputs, refer to the following
STO STO sets an output.
Example: STO20 (sets the 20th output)
CLO CLO clears an output.
Example: CLO25 (clears the 25th output)