Operation Manual
HEIDENHAIN CNC PILOT 4290 313
4.33 Data Input and Data Output
Output of # variables PRINT
PRINT can be used to output texts and variable values during program
interpretation. You can program a succession of several texts and #
variables.
V variable simulation
V variables and all data input/output are included during simulation.
The V variables can be assigned values. Thus all branches of your NC
program can be tested.
Output window for V variables WINDOWA
WINDOWA (x) opens an output window with x lines. The window is
opened as a result of the first input/output. WINDOWA (0) closes the
window.
The standard window comprises 3 lines. You do not need to program
it.
Syntax:
PRINT(text,variable, text,variable, ..)
Example:
. . .
N.. WINDOWSA(8)
. . .
N.. INPUTA(input diameter: ,#1)
. . .
N.. PRINTA(output diameter: ,#1)
. . .
Syntax:
WINDOWA(line number) – (0 <= line number <= 10)