Siemens SINUMERIK 840D sl Programming Manual page 879

Nc programming
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Program code
N110 G1 ...
N120 GEOAX(3,Z1)
...
Example 2: Changing over the geometry axes for six channel axes
A machine has six channel axes with the names XX, YY, ZZ, U, V, W.
The basic setting of the geometry axis configuration via machine data is:
Channel axis XX = 1st geometry axis (X axis)
Channel axis YY = 2nd geometry axis (Y axis)
Channel axis ZZ = 3rd geometry axis (Z axis)
Program code
N10 GEOAX()
N20 G0 X0 Y0 Z0 U0 V0 W0
N30 GEOAX(1,U,2,V,3,W)
N40 GEOAX(1,XX,3,ZZ)
N50 G17 G2 X20 I10 F1000
N60 GEOAX(2,W)
N80 G17 G2 X20 I10 F1000
N90 GEOAX()
N100 GEOAX(1,U,2,V,3,W)
N110 G1 X10 Y10 Z10 XX=25
N120 GEOAX(0,V)
N130 GEOAX(1,U,2,V,3,W)
N140 GEOAX(3,V)
NC programming
Programming Manual, 12/2019, 6FC5398-2EP40-0BA0
Comment
; Channel axis Z1 acts as 3rd geometry axis (Z).
Comment
; The basic configuration of the geometry axes is ef-
fective.
; All axes in rapid traverse to position 0.
; Channel axis U becomes the first (X), V the second
(Y)
; and W the third geometry axis (Z).
; Channel axis XX becomes the first (X), ZZ the third
; geometry axis (Z). Channel axis V remains the second
; geometry axis (Y).
; Full circle in the X/Y plane. Channel axes
; XX and V traverse.
; Channel axis W becomes the second geometry (Y).
; Full circle in the X/Y plane. Channel axes
; XX and W traverse.
; Reset to the initial state.
; Channel axis U becomes the first (X), V the second
; (Y) and W the third geometry axis (Z).
; Channel axes U, V, W each traverse to
; position 10. XX as special axis traverses to posi-
tion 25.
; V is removed from the geometry axis group.
; U and W remain the first (X) and third
; geometry axis (Z).
; The second geometry (Y) axis remains unassigned.
; Channel axis U remains the first (X), V becomes
; the second (Y), W remains the third geometry axis
(Z).
; V becomes the third geometry axis (Z), whereby W
; is overwritten and therefore removed from the geom-
etry
; axis group. The second geometry axis (Y)
; still remains unassigned.
Work preparation
3.15 Axis functions
879

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840de sl

Table of Contents