Cnc programming – Lenze ETC Motion Control User Manual

Page 117

Advertising
background image

CNC programming

G functions

G functions individual descriptions

3

3.2

3.2.2

l

117

EDSTCXN EN 2.0

3.2.2.23

G53 Deactivate temporary coordinate shift

Cancels the temporary coordinate shift in the current coordinate system
again.

G53

The G53 function is sued to cancel a temporary coordinate shift carried out
by G54. The originally defined zero points are valid again. This only applies
to the current workpiece coordinate system.

G53 S1

The previously made temporary zero shift in S1 is undone.

3.2.2.24

G54 Temporary zero shift

With the preparatory function G54, the zero point of the current workpiece
coordinate system are temporarily shifted.

G54 AXES]

AXES

Axes, whose zero point should be shifted.

With G54, the zero point of the current workpiece coordinate system can be
shifted. The shift takes place analog to G92, however, it only has a temporary
effect. It is canceled at the end of the program or in the event of a program
termination or by G53.

The special position of S0 must be noted. When S0 is shifted, all the other S
coordinate

systems

are

also

shifted.

If

machine

constant

MK_S0T0_VERSATZ_ERLAUBT is not set, the shift in S0 is suppressed,
however, it has an effect in all the other coordinates.

G54 X10 Y10

The zero points of the axes X and Y in the current coordinate system (S) are
each shifted by 10 mm.

Syntax

Explanation

Example

Syntax

Meaning of the addresses

Explanation

Example

Advertising