GSK988TA/GSK988TA1/GSK988TB Turning Center CNC System User Manual
【
Programming & Operation
】
166
Ⅰ
Programming
Besides, max. speed set by each spindle can be clamped at their separate speed. (it is
determined by the setting of No.3772.)
The system can select the 2nd, 3rd spindle’s position encoder interface; the 1st
~
3rd position
encoder selection is determined by the signal from PLC.
Note: the multi-spindle control is valid when No.3710 CNC controllable spindle quantity exceed 1.
●
Control method
Multi-spindle speed specifies 2 methods: 1
:
S code and the spindle rotation M code are executed
(supported by PLC), 2
:
P code specifies the speed to the spindle.
1
:
S code and the spindle rotation M code executing relevant parameters (take the standard ladder
defaulted by the CNC as the standard)
Relevant parameter setting:
Parameter
number
Parameter definition
Setting
value
3703#3
In multi-spindle control, whether to use SWS to
perform the spindle selection: 0 No
,
1 Yes
0
System
parameter
3709#2
In multi-spindle control, SIND is valid 0: it is
valid only to the 1
st
spindle 1: it is valid to all
spindles
1
PLC
parameter
K16.2
In multi-spindle control, the spindle speed S
1
:
it with M are executed
,
0
:
it is specified by
P
1
Relevant M command explanation:
M03, the 1
st
spindle rotation (CW)
,
M04, the 1
st
spindle rotation (CCW)
,
M05, the 1
st
spindle stop
M63, the 2
nd
spindle rotation (CW)
,
M64, the 2
nd
spindle rotation (CCW)
,
M65, the 2
nd
spindle stop
Usage: using the 1
st
spindle can directly use M03/M04 S****
,
using the 2
nd
spindle can use
M63/M64 S****. When S is executed but M code for the spindle rotation is not specified in
running programs, PLC outputs the speed code to the spindle which is the last one to start
rotation (CW/CCW), but when the system is turned on and it does not code any spindle
rotation (CW/CCW), it codes S code to output to the 1
st
spindle.
Programming example:
N10 M03 S1000 (start the 1
st
spindle rotation(CW), speed: 1000 rotations)
N20 T0101
*****
*****
N50 S1500
(
the 1
st
spindle speed: 1000 rotations
)
*****
****
N100 M63 S2000
(
start the 2
nd
spindle rotation(CW), speed: 2000 rotations
)
******
******
N150 S1800
(
change the 2
nd
spindle speed into 1800 rotation
)
*****
*****
Summary of Contents for GSK988TA
Page 6: ...GSK988TA GSK988TA1 GSK988TB Turning Center CNC System User Manual Programming Operation VI ...
Page 19: ...1 Ⅰ Programming PROGRAMMING ...
Page 227: ...209 Ⅱ Operation OPERATION ...
Page 369: ...Chater 10 Machining Example 351 Ⅱ Operation ...
Page 371: ...353 Appendix ...
Page 465: ...Appendix 1 Parameters 447 Appendix ...
Page 479: ...Appendix 3 Interface Explanation 461 Appendix ...
Page 527: ...Appendix 5 Installation Layout 509 Appendix ...