Output of # variables print, V variable simulation, Output window for v variables windowa – HEIDENHAIN CNC Pilot 4290 V7.1 User Manual

Page 313: 33 d a ta input and d a ta output

Advertising
background image

HEIDENHAIN CNC PILOT 4290

313

4.33 D

a

ta Input and D

a

ta 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)

Advertising