6/5/2025 11:55 AM | |
Joined: 6/5/2025 Last visit: 6/12/2025 Posts: 2 Rating:
|
Hi all, We are experiencing some strange behaviour on our lathe with main and sub spindle. While programming a part cutoff and transfer to the subspindle we couple the mainspindle to the subspindle. but after we do this the spindle rpm also gets coupled to the feed override button on the control. So turning the feedrate down to zero also means the spindle completely stops. This only happens in iso gcode, programming this part in shopturn works as aspected. This is the code we use to couple the spindles: COUPDEF(S3,S1,1,1,"NOC","DV"); SPCON(1); SPCON(3); COUPON(S3,S1,0); WAITC(S3,"FINE");
And this to cancel the coupling: M1=5 WAITS(3) COUPOF(S3,S1)
This is according to the manual found at https://support.industry.siemens.com/cs/mdm/25034189?c=18490256395&lc=en-DZ Are we doing something wrong? Should we use different code to decouple the spindles. Or is this defined in machine settings? In this case i would like to know what settings we need to change.
The machine is a Doosan LYNX2100 SLYB with Siemens 828D v04.08+SP 06+HF03
Kind regards, Addy
|
Follow us on