GSK 980TDi User manual

Official GSK Agents in South Africa
In this user manual we have tried to describe the matters
concerning the operation of GSK980TDi CNC system to the greatest
extent. However, it is impossible to give particular descriptions for all
unnecessary or unallowable operations due to length limitation and
products application conditions;Therefore, the items not presented
herein should be regarded as “impossible” or “unallowable”.
Copyright is reserved to GSK CNC Equipment Co., Ltd. It is
illegal for any organization or individual to publish or reprint this manual.
GSK CNC Equipment Co., Ltd. reserves the right to ascertain their
legal liability.

Official GSK Agents in South Africa
GSK980TDi Turning CNC System User Manual
II
PREFACE
Your Excellency:
We are honored by your purchase of GSK980TDi turning machine
CNC system manufactured by GSK CNC Equipment Co., Ltd.!
The user manual introduces the programming, the operation, the
installation and the connection of GSK980TTC turning machine CNC
system in details.
To ensure safe and effective running, please read this manual
carefully before installation and operation.
WARNING
Accident may occur by improper connection and operation!This
system can only be operated by authorized and qualified personnel.
Special caution:
The power supply fixed on/in the cabinet is exclusively used for the
CNC system made by GSK.
It can't be applied to other purposes, or else it may cause serious
danger!

Official GSK Agents in South Africa
Cautions
III
CAUTIONS
■Delivery and storage
●Packing box over 6 layers in pile is unallowed.
●Never climb the packing box, stand on it or place heavy objects on it.
●Do not move or drag the products by the cables connected to it.
●Forbid collision or scratch to the panel and display screen.
●Avoid dampness, insolation and drenching.
■Open-package inspection
●Confirm that the products are the required ones.
●Check whether the products are damaged in transit.
●Confirm that the parts in packing box are in accordance with the packing list.
●Contact us in time if any inconsistence, shortage or damage is found.
■Connection
●Only qualified personnel can connect the system or check the connection.
●The system must be earthed, and the earth resistance must be less than 0.1Ω.
The earth wire cannot be replaced by zero wire.
●The connection must be correct and firm to avoid any fault or unexpected
consequence.
●Connect with surge diode in the specified direction to avoid damage to the
system.
●Switch off power supply before plugging out or opening electric cabinet.
■Troubleshooting
●Switch off power supply before troubleshooting or changing components.
●Check the fault when short circuit or overload occurs. Restart can only be done
after troubleshooting.
●Frequent switching on/off of the power is forbidden, and the interval time should
be at least 1 min.

Official GSK Agents in South Africa
GSK980TDi Turning CNC System User Manual
IV
Warning!
zBefore installing, connecting, programming and operating, please carefully read
the product user manual and the manual from the machine tool manufacturer and
strictly operate accordance with the regulations in the manual; otherwise, the
product or the machine tool may be damaged, the workpiece may get rejected,
even the personal injury may occur.
Caution!
zFunctions, technical indexes (such as precision and speed) described in this user
manual are only for this system. Actual function deployment and technical
performance of the machine tool are designed by the machine tool manufacturer,
so function configuration and technical indexes are subject to the user manual
from the machine tool manufacturer.
zThe system is with the standard machine operation panel, but the function of each
button on the machine panel is defined by the PLC program (ladder diagram).
Please pay attention to that the function of the buttons in the manual is described
based on the standard PLC programs!
zRefer to the user manual from the machine tool manufacturer for function and
meaning of each button on the machine panel.
Announcement
zThis manual describes various possibilities as much as possible. However,
operations allowable or unallowable cannot be explained one by one due to so
many possibilities that may involve with, so the contents that are not specially
stated in this manual shall be considered as unallowable.

Official GSK Agents in South Africa
Cautions
V
All specifications and designs herein are subject to change without notice.
Section ⅠProgramming
Introduce the technical specification, the product
introduction, the command code and the program format.
Section ⅡOperation
Introduce the operation of CNC system of GSK980TDi
turning machine.
Section ⅢInstallation and Connection
Introduce the installation, connection and setting
method of CNC system of GSK980TDi turning machine.
Appendix
Introduce the overall installation dimensions of CNC
system of GSK980TDi turning machine and those of its
accessories and the alarm information list, etc.

Official GSK Agents in South Africa
GSK980TDi Turning CNC System User Manual
VI
SAFETY RESPONSIBILITY
Manufacturer’s Responsibility
——Be responsible for the danger which should be eliminated and/or controlled on
design and configuration of the provided CNC systems and accessories.
——Be responsible for the safety of the provided CNC systems and accessories.
——Be responsible for the provided message and advice for the users.
User’s Responsibility
——Be responsible for being familiar with and mastering the safety operation
procedures through training with the safety operation of the CNC system.
——Be responsible for the dangers caused by adding, changing or altering the original
CNC systems and the accessories.
——Be responsible for the dangers caused by failing to observe the provisions in the
manual for operation, adjustment, maintenance, installation and storage.
This manual is kept by the end user.
Thank you for supporting us in the use of GSK’s products!

Official GSK Agents in South Africa
Contents
VII
CONTENTS
I Programming ..................................................................................................................................1
CHAPTER 1 PROGRAMMING .........................................................................................................3
1.1 GSK980TDi Introduction..........................................................................................................3
1.1.1 Product Introduction..........................................................................................................3
1.1.2 Technical Specification......................................................................................................4
1.1.3 Environment & Conditions ................................................................................................7
1.1.4 Power Supply....................................................................................................................7
1.1.5 Guard................................................................................................................................7
1.2 CNC System of Machine Tools & CNC Machine Tools ............................................................7
1.3 Programming Fundamentals ...................................................................................................9
1.3.1 Coordinates Definition.......................................................................................................9
1.3.2 Machine Coordinate System, Machine Zero & Machine Reference Point.......................10
1.3.3 Workpiece Coordinate System & Program Zero .............................................................10
1.3.4 Interpolation Function .....................................................................................................11
1.3.5 Absolute Programming & Incremental Programming ......................................................12
1.3.6 Diameter Programming & Radius Programming.............................................................13
1.4 Structure of an NC Program ..................................................................................................13
1.4.1 General Structure of Program .........................................................................................14
1.4.2 Main Program & Subprogram .........................................................................................17
1.5 Program Run .........................................................................................................................18
1.5.1 Sequence of Program Run .............................................................................................18
1.5.2 Execution Sequence of Word..........................................................................................19
1.6 Basic Axis Incremental System..............................................................................................19
1.6.1 Incremental system speed of basic axis .........................................................................20
1.6.2 Incremental System Unit of Basic Axis............................................................................20
1.6.3 Incremental System Data Range of Basic Axis ...............................................................20
1.6.4 Incremental System Data Range & Unit of Basic Axis ....................................................21
1.6.5 Program Address Value Unit & Range of Incremental System of Basic Axis ..................23
1.7 Additional Axis Incremental System.......................................................................................23
1.7.1 Additional Axis of Current Incremental System ...............................................................24
1.7.2 Additional Axis of IS-A Incremental System ....................................................................24
CHAPTER 2 MSTF COMMAND .....................................................................................................25
2.1 M (Miscellaneous Function)...................................................................................................25
2.1.1 End of Program M02 ....................................................................................................25
2.1.2 End of Program run M30 ..............................................................................................25
2.1.3 Subprogram Call M98 ..................................................................................................26
2.1.4 Return From Subprogram M99.....................................................................................26
2.1.5 Macro Program Call M9000~M9999 ...........................................................................27
2.1.6 M commands Defined by Standard PLC Ladder Diagram ..............................................27
2.1.7 Program Stop M00 .......................................................................................................28
2.1.8 Program Optional Stop M01............................................................................................29
2.1.9 Spindle CW, CCW & Stop Control M03, M04, M05.........................................................29
2.1.10 Cooling Control M08, M09..........................................................................................29
2.1.11 Tailstock Control M10, M11.........................................................................................29
2.1.12 Chuck Control M12, M13............................................................................................29
2.1.13 Spindle Position/Speed Control Switch M14, M15 ........................................................30
2.1.14 Spindle Clamped/Released M20, M21..........................................................................30
2.1.15 The 2nd Spindle Position/Speed Switch M24, M25 ........................................................30
2.1.16 Lubricating Control M32, M33.......................................................................................30
2.1.17 Spindle Automatic Gear Change M41, M42, M43, M44 ................................................30
2.1.18 Spindle 8-point Orientation M50~M58 .........................................................................31
2.1.19 The 2nd Spindle Rotation CCW/CW, Stop M63, M64, M65............................................31
2.2 Spindle Function....................................................................................................................31
2.2.1 Spindle Speed Switching Value Control ..........................................................................31
2.2.2 Spindle Speed Analog Voltage Control............................................................................32

Official GSK Agents in South Africa
GSK980TDi Turning CNC System User Manual
VIII
2.2.3 Spindle Speed Series Control .........................................................................................32
2.2.4 Constant Surface Speed Control G96, Constant Rotational Speed Control G97 ............33
2.2.5 Spindle Override .............................................................................................................35
2.2.6 Multiple Spindle Control Function ...................................................................................35
2.2.7 Cs Contour Control Funciton ..........................................................................................37
2.2.8 Spindle Positioning Function...........................................................................................37
2.3 Tool Function.........................................................................................................................37
2.3.1 Tool Control.....................................................................................................................37
2.3.2 Tool Life Management ....................................................................................................41
CHAPTER 3 G COMMANDS..........................................................................................................51
3.1 Commands............................................................................................................................51
3.1.1 Modal, One-Shot & Initial Mode ......................................................................................53
3.1.2 Omitting Words ...............................................................................................................53
3.1.3 Related Definitions..........................................................................................................55
3.2 Rapid Traverse Movement G00 ..........................................................................................55
3.3 Linear Interpolation G01 .....................................................................................................56
3.4 Circular Interpolation G02, G03 ..........................................................................................57
3.5 Three-point Circular Interpolation G05, G05.1....................................................................60
3.6 Ellipse Interpolation G6.2, G6.3.............................................................................................62
3.7 Parabola Interpolation G7.2, G7.3 ......................................................................................66
3.8 Plane Selection G17~G19 ...................................................................................................70
3.9 Polar Coordinate Interpolation G12.1, G13.1 ........................................................................71
3.10 Cylindrical Interpolation G7.1 ..............................................................................................74
3.11 Chamfering Function ...........................................................................................................79
3.11.1 Linear Chamfering ........................................................................................................79
3.11.2 Circular Chamfering ......................................................................................................81
3.11.3 Special Cases ...............................................................................................................83
3.12 Exact Stop Function Between Blocks ..................................................................................84
3.13 Function of Directly Inputting Graphic Dimension................................................................86
3.14 Dwell G04 .........................................................................................................................89
3.15 Machine Zero Function........................................................................................................90
3.15.1 Machine 1st Reference Point G28...............................................................................90
3.15.2 Machine 2nd, 3rd, 4th Reference Point G30..................................................................91
3.16 Skip Interpolation G31 ......................................................................................................92
3.16.1 Following Block Execution After Skip............................................................................93
3.16.2 Signals Relevant to G31 ...............................................................................................94
3.16.3 Parameters Relevant to G31: Refer to ⅢINSTALLATION & CONNECTION, Section
3.2.15. ........................................................................................................................................94
3.17 Automatic Tool Offset G36, G37 .......................................................................................94
3.17.1 Signals Relevant to G36, G37 Automatic Tool Offset:...................................................94
3.17.2 Parameters Relevant to G36, G37: Refer to INSTALLATION, Section 3.2.16. .............95
3.17.3 G36, G37 Automatic Tool Offset Command Use...........................................................95
3.18 Workpiece Coordinate System G50..................................................................................96
3.19 Local Coordinate System ....................................................................................................97
3.20 Workpiece Coordinate System G54~G59..........................................................................99
3.21 Fixed Cycle Command ......................................................................................................101
3.21.1 Axial Cutting Cycle G90 ...........................................................................................101
3.21.2 Radial Cutting Cycle G94.........................................................................................104
3.21.3 Caution of Fixed Cycle Commands ............................................................................106
3.22 Multiple Cycle Commands.................................................................................................106
3.22.1 Axial Roughing Cycle G71..........................................................................................107
3.22.2 Radial Roughing Cycle G72........................................................................................ 114
3.22.3 Closed Cutting Cycle G73........................................................................................ 118
3.22.4 Finishing Cycle G70....................................................................................................123
3.22.5 Axial Grooving Multiple Cycle G74...........................................................................124
3.22.6 Radial Grooving Multiple Cycle G75 ...........................................................................127
3.22.7 Drilling Cycle G83 or G87 ...........................................................................................130
3.23 Thread Cutting Commands ...............................................................................................133

Official GSK Agents in South Africa
Contents
IX
3.23.1 Thread Cutting with Constant Lead G32.....................................................................133
3.23.2 Rigid Thread Cutting G32.1 ........................................................................................136
3.23.3 Arc Threading Cutting Code G32.2 or G32.3 ..............................................................138
3.23.4 Thread Cutting with Variable Lead G34....................................................................139
3.23.5 Z Thread Cutting G33...............................................................................................141
3.23.6 Rigid Tapping G84, G88..............................................................................................142
3.23.7 Thread Cutting Cycle G92 ..........................................................................................145
3.23.8 Rigid Thread Cutting Cycle G92.1 ..............................................................................148
3.23.9 Thread Reparation Function G92 P1 or G92.1 P1 ......................................................152
3.23.10 Multiple Thread Cutting Cycle G76 ...........................................................................154
3.23.11 Enhancement Thread Cutting Cycle G78..................................................................157
3.24 Constant Surface Speed Control G96, Constant Rotational Speed Control G97..........163
3.25 Feedrate per Minute G98, Feedrate per Rev G99.............................................................163
3.26. Additional Axis Function ...................................................................................................165
3.26.1 Additional Axis Start ....................................................................................................165
3.26.2 Motion of Additional Axis .............................................................................................165
3.26.3 Additional Axis Coordinates Display............................................................................166
3.27 Macro Commands .............................................................................................................166
3.27.1 Macro Variables ..........................................................................................................166
3.27.2 Operation & Jump Command G65 ...........................................................................170
3.27.3 Program Example with Macro Command ...................................................................174
3.28 Statement Macro Command..............................................................................................176
3.28.1 Arithmetic & Logic Operation ......................................................................................176
3.28.2 Transfer & Cycle .........................................................................................................177
3.29 Metric/Inch Switch .............................................................................................................179
3.30 Stored Stroke Limit 2 Detection G22 or G23......................................................................180
3.31 G Code Macro Program Call .............................................................................................181
3.32 Editable Parameter Read/Write G10 L52........................................................................182
CHAPTER 4 TOOL NOSE RADIUS COMPENSATION (G41, G42) .............................................187
4.1 Application...........................................................................................................................187
4.1.1 Overview.......................................................................................................................187
4.1.2 Imaginary Tool Nose Direction ......................................................................................187
4.1.3 Compensation Value Setting.........................................................................................191
4.1.4 Command Format .........................................................................................................192
4.1.5 Compensation Direction................................................................................................192
4.1.6 Notes ............................................................................................................................194
4.1.7 Application ....................................................................................................................195
4.2 Tool Nose Radius Compensation Offset Path .....................................................................196
4.2.1 Inner & Outer Side ........................................................................................................196
4.2.2 Tool Traversing when Starting Tool ...............................................................................196
4.2.3 Tool Traversing in Offset Mode .....................................................................................198
4.2.4 Tool Traversing in Offset Canceling Mode ....................................................................202
4.2.5 Tool Interference Check ................................................................................................204
4.2.6 Commands for Canceling Compensation Vector Temporarily .......................................205
II Operation ...................................................................................................................................209
CHAPTER 1 OPERATION MODE AND DISPLAY INTERFACE ...................................................211
1.1 Panel Division......................................................................................................................211
1.1.1 State Indication .............................................................................................................212
1.1.2 Edit Keypad...................................................................................................................212
1.1.3 Menu Display ................................................................................................................213
1.1.4 Machine Panel ..............................................................................................................214
1.2 Summary of Operation Mode ..............................................................................................217
1.3 Display Interface..................................................................................................................218
1.3.1 POS Interface ...............................................................................................................218
1.3.2 PRG Interface ...............................................................................................................220
1.3.3 TOOL OFFSET Interface ..............................................................................................222
1.3.4 ALARM Interface...........................................................................................................224
1.3.5 Setting Interface............................................................................................................225
1.3.6 Parameter Interfaces ....................................................................................................227

Official GSK Agents in South Africa
GSK980TDi Turning CNC System User Manual
X
1.3.7 Diagnosis Interface .......................................................................................................229
1.3.8 Graph Interface.............................................................................................................230
1.3.9 Ladder Interface............................................................................................................231
CHAPTER 2 POWER ON/OFF AND PROTECTION....................................................................235
2.1 System Power-on................................................................................................................235
2.2 System Power-off ................................................................................................................235
2.3 Overtravel Protection...........................................................................................................236
2.3.1 Hardware Overtravel Protection....................................................................................236
2.4 Emergency Operation .........................................................................................................237
2.4.1 Reset ............................................................................................................................237
2.4.2 ESP ..............................................................................................................................238
2.4.3 Feed Hold .....................................................................................................................238
2.4.4 Power-Off......................................................................................................................238
CHAPTER 3 MANUAL OPERATION ............................................................................................239
3.1 Coordinate Axis Move .........................................................................................................239
3.1.1 Manual Feed.................................................................................................................239
3.1.2 Manual Rapid Traverse.................................................................................................239
3.1.3 Speed Regulation .........................................................................................................240
3.2 Other Manual Operations ....................................................................................................241
3.2.1 Spindle CCW, CW, Stop Control ...................................................................................241
3.2.2 Spindle JOG .................................................................................................................241
3.2.3 Cooling Control .............................................................................................................241
3.2.4 Lubricating Control........................................................................................................242
3.2.5 Chuck Control ...............................................................................................................242
3.2.6 Tailstock Control ...........................................................................................................243
3.2.7 Hydraulic Control ..........................................................................................................243
3.2.8 Manual Tool Change.....................................................................................................243
3.2.9 Spindle Override ...........................................................................................................243
CHAPTER 4 MPG/STEP OPERATION ........................................................................................245
4.1 Step Feed............................................................................................................................245
4.1.1 Increment Selection ......................................................................................................245
4.1.2 Moving Direction Selection ...........................................................................................246
4.2 MPG Feed...........................................................................................................................246
4.2.1 Increment Selection ......................................................................................................247
4.2.2 Moving Axis & Direction Selection ................................................................................247
4.2.3 MPG Feedrate ..............................................................................................................248
4.2.4 Other Operations ..........................................................................................................248
4.2.5 Explanation Items .........................................................................................................249
CHAPTER 5 MDI OPERATION ....................................................................................................251
5.1 Block Input ..........................................................................................................................251
5.2 Block Execution...................................................................................................................252
5.3 Parameter Setting ...............................................................................................................252
5.4 Data Alteration.....................................................................................................................252
5.5 Other Operations.................................................................................................................253
CHAPTER 6 PROGRAM EDIT & MANAGEMENT .......................................................................255
6.1 Program Creation ................................................................................................................255
6.1.1 Creating a Block Number..............................................................................................255
6.1.2 Inputting a Program ......................................................................................................255
6.1.3 Searching a Character..................................................................................................257
6.1.4 Inserting a Character ....................................................................................................260
6.1.5 Deleting a Character.....................................................................................................261
6.1.6 Altering a Character......................................................................................................261
6.1.7 Deleting a Single Block.................................................................................................262
6.1.8 Copying & Pasting a Block ...........................................................................................263
6.1.9 Canceling & Recovering a Program..............................................................................263
6.1.10 Circle Command Aided Programming.........................................................................264
6.1.11 Program Save .............................................................................................................268
6.1.12 Macro Program Edit....................................................................................................268
6.1.13 Creating & Modifying a Program Annotation ...............................................................269

Official GSK Agents in South Africa
Contents
XI
6.2 Deleting Programs...............................................................................................................270
6.2.1 Deleting a Program .......................................................................................................270
6.2.2 Deleting All Programs ...................................................................................................272
6.3 Selecting a Program ............................................................................................................272
6.3.1 Searching......................................................................................................................272
6.3.2 Scanning.......................................................................................................................273
6.3.3 Direct Confirmation .......................................................................................................274
6.4 Executing a Program ...........................................................................................................274
6.5 Renaming a Program ..........................................................................................................274
6.6 Copying a Program..............................................................................................................275
6.7 Program Management.........................................................................................................276
6.8 Counter Function.................................................................................................................277
6.9 Font Scaling ........................................................................................................................278
6.10 Program Preview Function ................................................................................................279
6.10.1 Interface Display of Path Preview ...............................................................................279
6.10.2 Operation of Path Preview ..........................................................................................279
6.10.3 Command Display of Path Preview.............................................................................281
6.10.4 Precautions.................................................................................................................283
6.11 Teaching function .................................................................................................................283
6.12 Other Operations Available in Edit Mode...........................................................................284
CHAPTER 7 TOOL OFFSET AND SETTING ...............................................................................287
7.1 Tool Positioning Setting .......................................................................................................287
7.2 Trial Tool-setting ..................................................................................................................288
7.3 Tool-Setting by Machine Zero Return ..................................................................................289
7.4 Coordinates Record.............................................................................................................292
7.5 Setting & Altering an Offset Value........................................................................................293
7.5.1 Offset Setting ................................................................................................................293
7.5.2 Offset Alteration ............................................................................................................293
7.5.3 Offset Alteration in Communication Mode.....................................................................294
7.5.4 Offset Values Clearing ..................................................................................................294
7.5.5 Setting & Altering a Tool Wear ......................................................................................295
7.5.6 Locking & Unlocking an Offset Value ............................................................................295
7.5.7 No.0 Tool Offset Moving Workpiece Coordinate System...............................................295
7.6 High Efficiency Tool-Change..............................................................................................296
7.6.1 Breif ..............................................................................................................................296
7.6.2 Tool-Change Safety Area Setting ..................................................................................297
7.6.3 Setting Clear in Tool-Change Safety Area.....................................................................299
7.6.4 High-Efficiency Too-Change Programming Format.......................................................299
7.6.5 High-Efficiency Tool-Change Procedure Explanation....................................................300
7.6.6 Precaution of High-Efficiency Tool-Change...................................................................300
CHAPTER 8 COORDINATE SYSTEM..........................................................................................303
8.1 Coordinate System Setting..................................................................................................303
8.1.1 Directly Input.................................................................................................................303
8.1.2 Measure Input...............................................................................................................304
8.1.3 Machine Tool Coordinate Record..................................................................................304
8.2 Coordinate System Modification..........................................................................................304
8.3 Coordinate System Clearing................................................................................................305
CHAPTER 9 AUTO OPERATION .................................................................................................307
9.1 Automatic Run.....................................................................................................................307
9.1.1 Selection of a Program Running ...................................................................................307
9.1.2 Start of Automatic Run ..................................................................................................307
9.1.3 Stop of Automatic Run ..................................................................................................307
9.1.4 Automatic Run From an Arbitrary Block ........................................................................308
9.1.5 Adjustment of Feedrate & Rapid Rate ..........................................................................309
9.1.6 Spindle Speed Adjustment ............................................................................................309
9.2 Running State......................................................................................................................309
9.2.1 Single Block Execution .................................................................................................309
9.2.2 Dry Run.........................................................................................................................310
9.2.3 Machine Lock................................................................................................................310

Official GSK Agents in South Africa
GSK980TDi Turning CNC System User Manual
XII
9.2.4 MST Lock...................................................................................................................... 311
9.2.5 Block Skip..................................................................................................................... 311
9.3 MPG Trial-Cut ..................................................................................................................... 311
9.3.1 Switching MPG Trial-cut Mode...................................................................................... 311
9.3.2 Command Speed in MPG Trial-Cut Mode.....................................................................312
9.3.3 Notes in MPG Trial-Cut Mode .......................................................................................312
9.3.4 Temporarily Invalid in MPG Trial-cut Mode ...................................................................313
9.4 MPG Interrupted Function ...................................................................................................313
9.4.1 MPG Interrupted Operation ..........................................................................................313
9.4.2 Affection of Coordinate System from MPG Interruption ................................................314
9.4.3 MPG Interruption Value Cancel ....................................................................................315
9.4.4 MPG Interruption Display Page ....................................................................................316
9.4.5 Precaution of MPG Interruption ....................................................................................317
9.5 Other Operations.................................................................................................................317
CHAPTER 10 ZERO RETURN OPERATION ...............................................................................319
10.1 Program Zero Return ........................................................................................................319
10.1.1 Program Zero..............................................................................................................319
10.1.2 Program Zero Return Steps ........................................................................................319
10.2 Machine Zero Return.........................................................................................................320
10.2.1 Machine Zero..............................................................................................................320
10.2.2 Machine Zero Return Steps ........................................................................................320
10.3 Other Operations in Zero Return .......................................................................................321
CHAPTER 11 DATA SETTING......................................................................................................323
11.1 Data Setting.......................................................................................................................323
11.1.1 Switch Setting .............................................................................................................323
11.1.2 Level Setting ...............................................................................................................324
11.1.3 Parameter Operation...................................................................................................326
11.2 Clock Setting .....................................................................................................................327
11.3 Graphic Display .................................................................................................................327
11.4 Parameter Setting..............................................................................................................330
11.4.1 State Parameter ..........................................................................................................331
11.4.2 Data Parameter, Pitch Compensation .........................................................................333
11.4.3 Classification Parameter .............................................................................................334
11.4.4 Often Used Parameters ..............................................................................................335
11.5 Macro Variable Note ..........................................................................................................336
11.5.1 Macro Variable Note Page ..........................................................................................336
11.5.2 Note List......................................................................................................................336
11.5.3 Macro Variable Note File.............................................................................................337
CHAPTER 12 U OPERATION FUNCTION...................................................................................339
12.1 File Management Function Introduction ............................................................................339
12.2 Often Used File Operation Function Introduction ..............................................................339
12.2.1 File Extension & Return ..............................................................................................339
12.2.2 File Selection & Cancellation of File Selection............................................................340
12.2.3 File Copy ....................................................................................................................341
12.3 Data Copy & Resume........................................................................................................341
12.3.1 Entering Backup/Resume Page..................................................................................341
12.3.2 Backup/Resume Operation.........................................................................................342
12.3.3 Operation Path Selection............................................................................................342
12.3.4 Format of Data Backup/Resume File..........................................................................343
12.3.5 Level Explanation of Data Backup/Resume Operation ...............................................344
12.4 System Update..................................................................................................................344
12.5 Notes.................................................................................................................................345
CHAPTER 13 COMMUNICATION ................................................................................................347
13.1 GSK980TDi Communication Software GSKComm ...........................................................347
13.1.1 GSKComm’s System (PC) Requirements...................................................................347
13.1.2 Software Interface.......................................................................................................347
13.1.3 Receiving Files (CNC→PC)........................................................................................348
13.1.4 Sending Files (CNC→PC) ..........................................................................................349
13.1.5 Part Program Management.........................................................................................351

Official GSK Agents in South Africa
Contents
XIII
13.2 Preparatory Before Communication ..................................................................................352
13.2.1 Communication Cable Connection..............................................................................352
13.2.2 Communication Setting Baud Rate .............................................................................352
CHAPTER 14 MACHINING EXAMPLES ......................................................................................355
14.1 Programming.....................................................................................................................356
14.2 Program Input....................................................................................................................357
14.2.1 View a Saved Program ...............................................................................................357
14.2.2 Creating a New Program ............................................................................................358
14.3 Checkout a Program..........................................................................................................358
14.3.1 Graphic Setting ...........................................................................................................358
14.3.2 Program Check ...........................................................................................................359
14.4 Tool-setting & Running ......................................................................................................359
III Connection................................................................................................................................363
CHAPTER 1 INSTALLATION LAYOUT .........................................................................................365
1.1 GK980TDi System Connection............................................................................................365
1.1.1 GK980TDi Rear Cover Interface Layout .......................................................................365
1.1.2 Interface Explanation ....................................................................................................365
1.2 GSK980TDi Installation .......................................................................................................366
1.2.1 GSK980TDi External Dimensions .................................................................................366
1.2.2 Preconditions of Cabinet Installation.............................................................................366
1.2.3 Measures Against Interference .....................................................................................366
CHAPTER 2 DEFINITION & CONNECTION OF INTERFACE SIGNALS.....................................369
2.1 GSKLink Bus Interface ........................................................................................................369
2.2 Being Connected with Spindle Encoder...............................................................................369
2.2.1 Spindle Encoder Interface Definition .............................................................................369
2.2.2 Signal Explanation ........................................................................................................369
2.2.3 Spindle Encoder Interface Connection..........................................................................370
2.3 MPG Connection .................................................................................................................371
2.3.1 MPG Interface Definition...............................................................................................371
2.3.2 Signal Explanation ........................................................................................................371
2.4 Analog Spindle Interface......................................................................................................373
2.4.1 Analog Spindle Interface Definition ...............................................................................373
2.4.2 Inverter Connection.......................................................................................................373
2.5 GSK980TDi/GSK980TDi-V being Connected with PC......................................................374
2.5.1 Communication Interface Definition ..............................................................................374
2.5.2 Communication Interface Connection ...........................................................................374
2.6 Network Interface ................................................................................................................375
2.7 Power Interface Connection ................................................................................................375
2.8 I/O Interface Definition.........................................................................................................376
2.8.1 Input Signal...................................................................................................................380
2.8.2 Output Signal ................................................................................................................381
2.9 I/O Function & Connection ..................................................................................................382
2.9.1 Stroke Limit & ESP........................................................................................................382
2.9.2 Tool Change Control .....................................................................................................384
2.9.3 Machine Zero Return ....................................................................................................392
2.9.4 Spindle Control .............................................................................................................400
2.9.5 Spindle Wwitching Volume Control ...............................................................................403
2.9.6 Spindle Automatic Gearing Control ...............................................................................403
2.9.7 Spindle 8-point Orientation Function .............................................................................405
2.9.8 Spindle Cs Axis Control Function ..................................................................................406
2.9.8 Multiple Spindle Function ..............................................................................................408
2.9.9 Rigid Tapping Function .................................................................................................410
2.9.10 Spindle Clamped Function ..........................................................................................410
2.9.11 Spindle Positioning Function .......................................................................................411
2.9.12 External Cycle Start & Feed Hold................................................................................412
2.9.13 Cooling Control ...........................................................................................................413
2.9.14 Lubricating Control......................................................................................................414
2.9.15 Chuck Control .............................................................................................................416
2.9.16 Tailstock Control..........................................................................................................418

Official GSK Agents in South Africa
GSK980TDi Turning CNC System User Manual
XIV
2.9.17 Low Pressure Detection..............................................................................................420
2.9.18 Hydraulic Control ........................................................................................................420
2.9.19 Safety Door Detection.................................................................................................421
2.9.20 CNC Macro Variables .................................................................................................422
2.9.21 External Override........................................................................................................423
2.9.22 External MPG .............................................................................................................423
2.9.23 Tri-color Lamp.............................................................................................................424
2.9.24 Extended M Function..................................................................................................425
2.9.25 HOLD Control .............................................................................................................425
2.9.26 Handle Interrupt ..........................................................................................................426
2.9.27 Chip-Removal Control ................................................................................................426
2.9.28 Working Indicator........................................................................................................427
2.9.29 Gear/tool Number Display ..........................................................................................427
2.10 Commonly Use Sign of Electricity Drawing .......................................................................427
CHAPTER 3 PARAMETERS...........................................................................................................429
3.1 Parameter Description (by Sequence) ................................................................................429
3.1.1 Bit Parameter................................................................................................................429
3.1.2 Data Parameter ............................................................................................................439
3.1.3 PLC Parameters(Standard PLC Definition)..............................................................457
3.2 Parameter Description (by Function Sequence)..................................................................462
3.2.1 X, Z, Y, 4th,5th Axis Control Logic...................................................................................462
3.2.2 Acceleration & Deceleration Control .............................................................................462
3.2.3 Precision Compensation...............................................................................................464
3.2.4 Machine Protection .......................................................................................................466
3.2.5 Machine Zero Return ....................................................................................................468
3.2.6 Thread Function............................................................................................................471
3.2.7 Spindle Control .............................................................................................................472
3.2.8 Tool Compensation .......................................................................................................476
3.2.9 Tool Life Management Function....................................................................................476
3.2.10 Tool Wear Parameter..................................................................................................477
3.2.11 Edit & Display..............................................................................................................477
3.2.12 Communication Setting...............................................................................................478
3.2.13 MPG Parameters ........................................................................................................478
3.2.14 PLC Axis Control Function..........................................................................................479
3.2.15 Skip Function ..............................................................................................................479
3.2.16 Automatic Tool Setting Function .................................................................................479
3.2.17 Input & Output Function in Metric/Inch System...........................................................480
3.2.18 Parameters Related to Arc Turning.............................................................................480
3.2.19 Parameters Related to Addition ..................................................................................481
3.2.20 GSKLink Bus Related to Absolute Encoder ................................................................482
CHAPTER 4 MACHINE DEBUGGING METHODS AND MODES ................................................483
4.1 ESP & Limit .........................................................................................................................483
4.1.1 ESP & Limit Series-Connection ....................................................................................483
4.1.2 Separately Connect of ESP & Limit ..............................................................................483
4.2 Drive Unit Configuration ......................................................................................................484
4.3 Gear Ratio Adjustment ........................................................................................................485
4.4 ACC&DEC Characteristic Adjustment .................................................................................486
4.5 Mechanical (Machine) Zero Adjustment ..............................................................................486
4.6 Spindle Adjustment..............................................................................................................488
4.6.1 Spindle Encoder............................................................................................................488
4.6.2 Spindle Brake................................................................................................................488
4.6.3 Switch Volume Control of Spindle Speed......................................................................488
4.6.4 Analog Voltage Control of Spindle Speed .....................................................................488
4.6.5 Spindle Speed Series Control .......................................................................................489
4.7 Backlash Offset ...................................................................................................................489
4.8 Tool Post Debugging ...........................................................................................................490
4.9 Step/MPG Adjustment .........................................................................................................491
CHAPTER 5 DIAGNOSIS MESSAGE ..........................................................................................493
5.1 CNC Diagnosis....................................................................................................................493

Official GSK Agents in South Africa
Contents
XV
5.1.1 I/O Status & Data Diagnosis Message ..........................................................................493
5.1.2 CNC Motion State & Data Diagnosis Message .............................................................493
5.1.3 Diagnosis Keys .............................................................................................................495
5.2 PLC State ............................................................................................................................495
5.2.1 X Address (Machine→PLC , Defined by Standard PLC Ladders).................................496
5.2.2 Y Address (PLC→Machine, Defined by Standard PLC Ladders) ..................................497
5.2.3 Machine Panel ..............................................................................................................499
5.2.4 F Address(CNC→PLC) .................................................................................................500
5.2.5 G Address (PLC→CNC) ...............................................................................................507
5.2.6 Address A (Message Display Requiery Signal, Defined by Standard PLC Ladders).....514
CHAPTER 6 MEMORIZING PITCH ERROR COMPENSATION ..................................................517
6.1 Function Description............................................................................................................517
6.2 Specification ........................................................................................................................517
6.3 Parameter Setting ...............................................................................................................517
6.3.1 Pitch Compensation......................................................................................................517
6.3.2 Pitch Error Compensation Number ...............................................................................517
6.3.3 Pitch error compensation interval..................................................................................518
6.3.4 Offset Value ..................................................................................................................518
6.4 Notes of Offset Setting ........................................................................................................518
6.5 Setting Examples of Offset Parameters...............................................................................518
6.5.1 Rotation Axis Pitch Error Compensation .......................................................................521
IV Appendix...................................................................................................................................523
APPENDIX I GSK980TDi,GSK980TDi-V APPEARANCE DIMENSION ..........................................525
1.1 GSK980TDi Appearance Dimension ...................................................................................525
1.2 GSK980TDi-V Appearance Dimension................................................................................526
APPENDIX OUTLINE DIMENSION of ACCESSIONAL PANELⅡ...............................................527
2.1 Outline Dimension of Accessional Panel AP01A .................................................................527
2.2 Outline Dimension of Accessional Panel AP03A .................................................................527
APPENDIX ⅢOUTLINE DIMENSION of I/O Deconcentrator MCT01B..........................................529
APPENDIX ⅣOUTLINE DIMENSION of I/O Deconcentrator MCT06R..........................................531
APPENDIX ⅤDELIVERY STANDARD PARAMETER ....................................................................533
APPENDIX VI ALARM LIST..........................................................................................................541

Official GSK Agents in South Africa
GSK980TDi Turning CNC System User Manual
XVI

Official GSK Agents in South Africa
1
ⅠProgramming
I Programming

Official GSK Agents in South Africa
GSK980TDi Turning CNC System User Manual
2
ⅠProgramming

Official GSK Agents in South Africa
Chapter 1 Programming
3
ⅠProgramming
CHAPTER 1 PROGRAMMING
1.1 GSK980TDi Introduction
1.1.1 Product Introduction
Being upgraded product of GSK980TDi, GSK980TDi CNC turning is the better choice.
The updated development GSK980TDi Turning Machine CNC System made by GSK CNC
EQUIPMENT CO., LTD. is the new product based upon the GSK980TDi updated software/hardware,
which owns the vertical and horizontal structures. GSK980TDi uses the GSKLINK bus technology,
matches with the 17bit absolute encoder, carries out the automatic recovery of the system power-on,
no-block mechanical zero return, servo parameter on-line modification or servo state on-line
diagnosis, etc.
.
GSK980TDi GSK980TDi-V
5 feed axes,2 analogy spindle
control precision 0.1μm,Max. speed 120m/min
GSK980TDi standard configuration with GS2000T-LA1 series strong overloading servo unit, it
is used the GSKLINK bus technology, matched with 17Bit absolute encoder
The spindle orientation can be carried out by adapting the servo spindle, Rigid tapping,
Cylindrical Interpolation or Polar Coordinate Interpolation.
Used the GSKLINK bus technology ,carried out the functions such as the power-on
automatically recover of the coordinate system, Non-block mechanical zero return, Servo
parameter on-line modification and servo state on-line diagnosis, etc.
Built-in multi PLC programs,PLC ladder on-line display and real time monitor, as well the
series I/O unit.
It owns the MPG trial cutting, Teachine, MPG interruption functions.
It owns the functions, such as the on-line machine tool debugging guide, miscellaneous
programming, diagram dimension directly input and polygon turning, etc.
MDI multi-block performance
64M program store space, 10000 components program, and support the U disk program

Official GSK Agents in South Africa
GSK980TDi Turning CNC System User Manual
4
ⅠProgramming
machining.
6-level operation Authorization Management,Multi-level Timed stop
8.4 inch true-color LCD supports multi-language display, such as Chinese, English and
Russian, etc.
1.1.2 Technical Specification
Controllable axes
Controllable axes: 5(X, Z, Y , 4th,5th)
Link axes:3
PLC controllable axes:5(X, Z, Y, 4th,5th)
Feed axis function
Least input increment: 0.001mm(0.0001inch)and 0.0001mm(0.00001inch)
Least command increment:0.001mm(0.0001inch)and 0.0001mm(0.00001inch)
Position command range: ±99999999× least command unit
Rapid traverse speed:120m/min
Rapid override: F0, 25%, 50%, 100%
Feedrate override: 0~150% 16 grades to tune
Interpolation mode: linear interpolation, arc interpolation(three-point arc interpolation),
thread interpolation, ellipse interpolation, parabola interpolation,Cylindrical
Interpolation、Polar Coordinate Interpolation and rigid tapping
Automatic chamfer function
Thread function
General thread(following spindle)/rigid thread
Single/multi metric, inch straight thread, taper thread, end face thread, constant pitch
thread and variable pitch thread
Thread run-out length, angle, speed characteristics can be set
Thread pitch: 0.01mm~500mm or 0.06 tooth/inch~2540 tooth/inch
Acceleration/deceleration function
Cutting feed: linear
Rapid traverse: linear, S
Thread cutting: linear, exponential
Initial speed, termination speed, time of acceleration/deceleration can be set by
parameters
Spindle function
The Max. spindle controllable number is 3, the top series spindle number is 3, the
upmost analog spindle number is 2; support the multi-spindle control.
2-channel spindle encoder feedback, spindle encoder line can be set(100p/r~5000p/r)
Transmission ratio between encoder and spindle:(1~255):(1~255)
Spindle speed: it is set by S or PLC, and speed range: 0r/min~9999r/min
Spindle override: 50%~120% 8 grades tune
Spindle constant surface speed control
Rigid tapping
Table of contents
Other GSK Control System manuals
Popular Control System manuals by other brands

ZH
ZH ZH-EBOX-300 manual

Mitsubishi Heavy Industries
Mitsubishi Heavy Industries SC-SL1N-E Data book

dji
dji A2 Flight Control System user manual

Phason
Phason AutoSort Connect Installation and getting started guide

Roger Technology
Roger Technology H70 Series INSTRUCTIONS AND RECOMMENDATIONS FOR THE INSTALLER

Hayward
Hayward AQR S3 Omni Series installation manual

A-T Controls
A-T Controls TRIAG M-3POS-115 Installation & maintenance manual

Siemens
Siemens SINUMERIK 840D sl Commissioning manual

Beninca
Beninca EVA.7 instruction manual

Strand
Strand Vision.net RS232 user manual

RadioLink
RadioLink AT9S PRO instruction manual

HEIDENHAIN
HEIDENHAIN ITNC 530 - CONVERSATIONAL PROGRAMMING Service manual