13
12.98 Additional Functions
13.3 S
nchronized s
indle
13
840D
NCU 571
840D
NCU 572
NCU 573
840Di
Siemens AG 2000. All rights reserved
SINUMERIK 840D/840Di/810D/FM-NC Programming Guide Advanced (PGA) – 04.00 Edition
13-435
Examples:
N200 WAITC
Wait for synchronism conditions for all active slave
spindles without specification of these conditions.
N300 WAITC(S2,"FINE",S4,"COARSE")
Wait for the specified "Coarse" synchronism
conditions for slave spindles S2 and S4.
Speed ratio k
Ü
The speed ratio is defined with parameters for FS
(numerator) and LS (denominator).
Options:
•
The following and leading spindles rotate at the
same speed (n
FS
= n
LS
; SR
T
positive)
•
Rotation in the same or opposite direction (SR
T
negative) between LS and FS
•
The following and leading spindles rotate at
different speeds
(n
FS
= k
Ü
• n
LS
;
k
Ü
• 1)
Application: Multi-sided turning
Example
:
N… COUPDEF(S2, S1, 1.0, 4.0)
Meaning:
Following spindle S2 and leading spindle S1 rotate at
a speed ratio of 0.25.
n2n1
Spindle 1:
Leading spindle
Spindle 2:
Following spindle
•
The numerator must be programmed. If no
numerator is programmed, "1" is taken as the
default.
•
The speed ratio can also be changed on-the-fly,
when the coupling is active.