Cnc programming – Lenze ETC Motion Control User Manual

Page 168

Advertising
background image

CNC programming

G functions
G functions individual descriptions

3

3.2
3.2.2

l

168

EDSTCXN EN 2.0

3.2.2.80

G252 Value input via display device (see MMI)

The P field parameter specified in the G function is redetermined by means
of an interactive user query.

G252 A B C E X Y Z F

a

Allowed minimum value of the input parameter

b

Allowed maximum value of the input parameter

C

Index of the parameter to be entered in the parameter field of the control

E

Block number, which should be activated during termination of entry

F

Text number or a format statement in connection with ".."

X

Column of the display

Y

Line of the display

Z

Character size for the display

G252 is a function for interactively inputting a value via the control
computer. The current value of the activated P field parameter is displayed
as the default proposal for the input.

A lower limit can be preset under A and an upper limit under B for the value
of the input. If one or both input limits are missing, the corresponding
minimum or maximum values are used.

The address C holds the index of the parameter to be entered, in which the
input value should be stored.

Under the address E, a block number can be programmed at which the
program should continue if the input was canceled with the ESC button.
When the input is completed with ENTER, the program is continued with the
block following G252.

X can be used to select another column position and Y can be used to select
another line position for the text output. In addition, an alternative
character size can be defined under Z. If no X or Y is specified, the text appears
at the position defined in the control computer in the defined size
(application−dependent; standard: status line above softkeys in normal
size).

Syntax

Meaning of the addresses

Explanation

Advertising