System information
SECTION SIX - PARAMETRIC PROGRAMMING
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 input/output pins, refer to the following.
CLR Clear an output pin.
Example: CLR X7 (clears X output #7)
SET Set an output pin.
Example: SET Z3 (sets Z output #3)
338










