Siemens SINUMERIK 840D sl Programming Manual page 320

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Transformations
7.13 Replaceable geometry axes (GEOAX)
Example: geometry axis configurations for 6 channel axes
A machine has six channel axes called XX, YY, ZZ, U ,V ,W. The basic setting of the
geometry axis configuration via the 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)
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)
7-82
;The basic configuration of the geometry axes is effective.
;All the axes in rapid traverse to position 0.
;Channel axis U becomes the first (X), V the second (Y), W the third
;geometry axis (Z).
;Channel axis XX becomes the first (X), ZZ the third geometry axis (Z).
;Channel axis V stays as 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 axis (Y).
;Full circle in the X, Y plane. Channel axes XX and W traverse.
;Reset to initial state
;Channel axis U becomes the first (X), V the second (Y), W the third
;geometry axis (Z).
;Channel axes U, V, W each traverse to position 10, XX as the special
;axis traverses to position 25.
;V is removed from the geometry axis grouping.
;U and W are still the first (X) and third geometry axis (Z).
;The second geometry axis (Y) remains unassigned.
;Channel axis U stays the first (X), V becomes the second (Y),
;W stays the third geometry axis (Z).
;V becomes the third geometry axis (Z), which overwrites W and thus
;removes it from the geometry axis grouping. The second geometry
;axis (Y) is still unassigned.
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
Job planning

Advertisement

Table of Contents
loading

Table of Contents