33 data input and data output, Output window for # variables window, Input of # variables input – HEIDENHAIN CNC Pilot 4290 V7.1 User Manual

Page 312

Advertising
background image

312

4.33 D

a

ta Input and D

a

ta Output

4.33 Data Input and Data Output

Output window for # variables WINDOW

WINDOW (x) opens an output window with x lines. The window is
opened as a result of the first input/output. WINDOW (0) closes the
window.

The standard window comprises 3 lines. You do not need to
program it.

Input of # variables INPUT

With INPUT you program the input of # variables that are evaluated
during program interpretation.

You define the input text and the number of the variable. The CNC
PILOT stops the interpretation at INPUT, outputs the text and waits for
input of the variable value.

The CNC PILOT displays the input after having completed the INPUT
command.

Example:

. . .

N.. WINDOWS(8)

. . .

N.. INPUT(input diameter: ,#1)

. . .

N.. PRINT(output diameter: ,#1)

. . .

Syntax:

WINDOW(line number) (0 <= line number <= 10)

Syntax:

INPUT(Text,variable)

Advertising