Siemens SINUMERIK 840D sl Programming Manual page 548

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

Advertisement

Additional functions
13.5 Synchronous spindle
N350 COUPOF (S2, S1)
N355 SPOSA[2] = 0
N360 G0 X0 Y0
N365 WAITS(2)
N370 M5
N375 M30
Example of programming of difference in speed
N01 M3 S500
N02 M2=3 S2=300
...
N10 G4 F1
N15 COUPDEF (S2, S1, -1)
N20 COUPON (S2, S1)
...
N26 M2=3 S2=100
Examples of transfer of a movement for difference in speed
1. Activate coupling during previous programming of following spindle with COUPON
N05 M3 S100 M2=3 S2=200
N10 G4 F5
N15 COUPDEF (S2, S1, 1)
N20 COUPON (S2, S1)
N10 G4 F5
2. Activate coupling during previous programming of following spindle with COUPONC
N05 M3 S100 M2=3 S2=200
N10 G4 F5
N15 COUPDEF (S2, S1, 1)
N20 COUPONC (S2, S1)
N10 G4 F5
13-16
;Decouple on-the-fly, S=S2=3000
;Stop slave spindle at zero degrees
;Wait for spindle 2
;Stop slave spindle
;Leading spindle = master spindle =
;spindle 1
;Following spindle = spindle 2
;Master spindle rotates at 500 rpm
;Following spindle rotates at 300 rpm
;Dwell time of master spindle
;Coupling factor with speed ratio -1:1
;Activate coupling. The speed of the
;following spindle results from the speed
;of the main spindle and coupling factor
;Programming of difference in speed
;Leading spindle = master spindle =
;spindle 1
;Following spindle = spindle 2
;Master spindle rotates at 100 rpm
;following spindle at 200 rpm
;Dwell time = 5 seconds of master spindle
;Speed ratio of following spindle to
;main spindle is 1.0 (presetting)
;On-the-fly coupling to main spindle
;Following spindle rotates at 100 rpm
;Leading spindle = master spindle =
;spindle 1
;Following spindle = spindle 2
;Master spindle rotates at 100 rpm
;following spindle at 200 rpm
;Dwell time = 5 seconds of master spindle
;Speed ratio of following spindle to
;main spindle is 1.0 (presetting)
;On-the-fly coupling to main spindle and
;transfer previous speed to S2
;S2 rotates at 100 rpm + 200 rpm = 300 rpm
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
Job planning

Advertisement

Table of Contents
loading

Table of Contents