Siemens SINUMERIK 840D sl Programming Manual page 946

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

Advertisement

Work preparation
3.16 Axis couplings
<following axis>:
Examples
Leading axis change
Before a new tangential coupling can be defined with another leading axis for the following axis,
the existing tangential coupling must first be deleted.
Program code
N10 TANG(A, X, Y, 1)
N20 TANGON(A)
N30 X10 Y20
...
N80 TANGOF(A)
N90 TANGDEL(A)
...
N120 TANG(A, X, Z)
N130 TANGON(A)
...
Geometry axis switchover
Before geometry axis switchover can be performed for an existing coupling, the coupling must
first be deleted.
Program code
N10 GEOAX(2,Y1)
N20 TANG(A, X, Y)
N30 TANGON(A, 90)
N40 G2 F8000 X0 Y0 I0 J50
N50 TANGOF(A)
N60 TANGDEL(A)
N70 GEOAX(2, Y2)
N80 TANG(A, X, Y)
N90 TANGON(A, 90)
...
946
Axis name of the following axis whose tangential coupling is to be de‐
leted
Data type:
AXIS
Range of values: Channel axis names
Comment
; Define tangential couping for following axis A: A to
X and Y
; Activate tangential coupling for following axis A
; Deactivate tangential coupling for following axis A
; Delete tangential coupling for following axis A
; Define new tangential coupling for following axis A
; Activate new tangential coupling for following axis A
Comment
; 2nd geometry axis = machine axis Y1
; Define tangential coupling for following axis A
; Activate tangential coupling for following axis A
; Motion block
; Deactivate tangential coupling for following axis A
; Delete tangential coupling for following axis A
; 2nd geometry axis = machine axis Y2
; Define new tangential coupling for following axis A
; Activate new tangential coupling for following axis
A
Programming Manual, 12/2019, 6FC5398-2EP40-0BA0
NC programming

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840de sl

Table of Contents