KST GripperSpotTech 25 en PDF
KST GripperSpotTech 25 en PDF
KUKA.Gripper&SpotTech 2.5
For KUKA System Software 5.2, 5.3, 5.4, 5.5, 5.6, 7.0, 7.1
Issued: 23.08.2011
© Copyright 2011
KUKA Roboter GmbH
Zugspitzstraße 140
D-86165 Augsburg
Germany
This documentation or excerpts therefrom may not be reproduced or disclosed to third parties without
the express permission of KUKA Roboter GmbH.
Other functions not described in this documentation may be operable in the controller. The user has
no claims to these functions, however, in the case of a replacement or service work.
We have checked the content of this documentation for conformity with the hardware and software
described. Nevertheless, discrepancies cannot be precluded, for which reason we are not able to
guarantee total conformity. The information in this documentation is checked on a regular basis, how-
ever, and necessary corrections will be incorporated in the subsequent edition.
Subject to technical alterations without an effect on the function.
Translation of the original documentation
KIM-PS5-DOC
Contents
1 Introduction .................................................................................................. 5
1.1 Target group .............................................................................................................. 5
1.2 Industrial robot documentation ................................................................................... 5
1.3 Representation of warnings and notes ...................................................................... 5
1.4 Terms used ................................................................................................................ 6
3 Safety ............................................................................................................ 13
4 Installation ................................................................................................... 15
4.1 System requirements ................................................................................................. 15
4.2 Installation for KUKA System Software (KSS) 5.4, 5.5, 5.6, 7.0, 7.1 ......................... 15
4.2.1 Installing or updating KUKA.Gripper&SpotTech ................................................... 15
4.2.2 Uninstalling KUKA.Gripper&SpotTech .................................................................. 15
4.3 Installation for KUKA System Software (KSS) 5.2, 5.3 .............................................. 15
4.3.1 Installing KUKA.Gripper&SpotTech ...................................................................... 15
4.3.2 Uninstalling KUKA.Gripper&SpotTech .................................................................. 16
4.3.3 Reinstalling KUKA.Gripper&SpotTech .................................................................. 16
5 Operation ...................................................................................................... 17
5.1 GripperTech: manual gripper control ......................................................................... 17
5.2 SpotTech: manual weld gun control ........................................................................... 17
6 Configuration ............................................................................................... 19
6.1 Configuration .............................................................................................................. 19
6.1.1 Overview of configurable gripper types ................................................................ 19
6.1.2 Creating user-specific grippers ............................................................................. 19
6.1.3 Configuring I/Os .................................................................................................... 19
6.2 SpotTech: configuration ............................................................................................. 20
6.2.1 SPOTTECH GLOBALS fold in $CONFIG.DAT ..................................................... 20
6.2.2 Skeleton program USERSPOT.SRC .................................................................... 21
6.3 Configuration of manual gun control .......................................................................... 23
6.3.1 Controlling RETRACT and SPOT separately ....................................................... 23
6.3.2 Controlling RETRACT and SPOT in series .......................................................... 23
7 Programming ............................................................................................... 25
7.1 GripperTech: programming ........................................................................................ 25
7.1.1 Programming the inline form “Gripper” ................................................................. 25
7.1.2 Programming the inline form “CheckGripper” ....................................................... 26
7.2 SpotTech: programming ............................................................................................ 27
7.2.1 Programming the inline form “SPOT” ................................................................... 27
7.2.2 Programming the inline form “RETRACT” ............................................................ 27
7.2.3 Programming the inline forms SPOT and RETRACT with KUKA.RoboTeam ...... 28
8 Examples ...................................................................................................... 31
8.1 Configuration example: user-specific gripper ............................................................ 31
8.1.1 Assigning the gripper type – $CONFIG.DAT ........................................................ 31
8.1.2 Configuring gripper parameters – USER_GRP.DAT ............................................ 32
8.1.3 Programming gripper functions – USER_GRP.SRC ............................................ 32
8.2 Example program USERSPOT.SRC ......................................................................... 34
8.2.1 Overview of I/Os – robot controller (KR C) / weld controller (PLC) ...................... 36
8.2.2 Signal diagram: SPOT without the options RETRACT and PRESPOT ................ 37
8.2.3 Signal diagram: SPOT with the options RETRACT and PRESPOT ..................... 39
9 Messages ...................................................................................................... 41
9.1 GripperTech: error messages .................................................................................... 41
9.2 SpotTech: error messages ........................................................................................ 41
Index ............................................................................................................. 51
1 Introduction
This documentation is aimed at users with the following knowledge and skills:
Advanced knowledge of the robot controller system
Advanced KRL programming skills
Hints These hints serve to make your work easier or contain references to further
information.
Term Description
Gripper Gripper
KUKA.RoboTeam KUKA.RoboTeam is a software module that
enables cooperation between several robots.
The CP motions of the cooperating robots can
be synchronized and geometrically coupled.
SPOT Working stroke, i.e. the opening of the weld gun
used to execute a weld spot
RETRACT Retract stroke, i.e. the complete opening of the
weld gun
PRESPOT Early closing of the weld gun
The closing of the working stroke does not start
after the point for the weld spot has been
reached, but while the robot is still moving to the
point.
Weld timer Hardware for controlling the welding time and
welding current
PLC The PLC (Programmable Logic Controller) is an
electronic module that is used for higher-level
control tasks, e.g. the weld controller.
Trigger Software command for triggering a switching
operation
2 Product description
Description Gripper&SpotTech contains 5 gripper types. If these types are not sufficient,
additional gripper functions can be programmed.
(>>> 6.1.2 "Creating user-specific grippers" Page 19)
2 outputs
2 inputs
I/Os Pos1 Middle Pos2
OUT 1 TRUE FALSE FALSE
OUT 2 FALSE TRUE FALSE
IN 1 TRUE FALSE FALSE
IN 2 FALSE TRUE FALSE
Overview KUKA.SpotTech contains 2 inline forms for programming spot welding appli-
cations:
SPOT
RETRACT
SPOT The inline form SPOT is used to program the following functions:
Move to point for weld spot with PTP, LIN or CIRC
PRESPOT: Close weld gun while the robot is moving to the weld point.
Weld operation
Retract stroke of the weld gun following the weld operation
Synchronization with KUKA.RoboTeam
Collision detection (KSS 5.5 or later)
(>>> 7.2.7 "Activating/deactivating collision detection" Page 30)
RETRACT The inline form RETRACT is used to program the following functions:
Move to end point with PTP, LIN or CIRC
Retract stroke of the weld gun on reaching the end point
Synchronization with KUKA.RoboTeam
Collision detection (KSS 5.5 or later)
(>>> 7.2.7 "Activating/deactivating collision detection" Page 30)
Item Description
1 Retract stroke open (RETR OPN)
2 Retract stroke closed (RETR CLS)
3 Working stroke closed (SPOT)
Description The diagram shows the sequence of a welding program between two weld
spots.
Element Description
P1 Starting point / previous weld spot
RETRACT Status of the weld gun at the start of the program
OPEN
Two options can be programmed in the inline form:
RETRACT
CLOSED Retract stroke open (RETR OPN)
Retract stroke closed (RETR CLS)
ADVSPOT Communication with the weld controller
Configuration of ADVSPOT in USERSPOT.SRC, so
that the required weld data are available when the end
point is reached.
(>>> 8.2 "Example program USERSPOT.SRC"
Page 34)
PRESPOT Early closing of the weld gun
In this case, the inline forms SPOT and RETRACT in the option window Syn-
chronization can be used to define which slave robots in a cell configuration
are to be synchronized with the master robot after the motion block.
3 Safety
This documentation contains safety instructions which refer specifically to the
software described here.
The fundamental safety information for the industrial robot can be found in the
“Safety” chapter of the Operating and Programming Instructions for System In-
tegrators or the Operating and Programming Instructions for End Users.
4 Installation
Software KUKA System Software 5.2, 5.3, 5.4, 5.5, 5.6, 7.0 and 7.1
4.2 Installation for KUKA System Software (KSS) 5.4, 5.5, 5.6, 7.0, 7.1
Procedure 1. Select the menu sequence Setup > Install Additional Software.
2. Press the New SW softkey. If a technology package on the CD-ROM in
the drive is not yet displayed, press the Refresh softkey.
3. Select the technology package to be installed and press the softkey In-
stall. Answer the request for confirmation with Yes. The files are copied
onto the hard drive.
4. Depending on the specific technology package, it may be necessary to re-
boot the controller. In this case, a corresponding prompt will be displayed.
Confirm with OK and restart the robot controller. The installation is re-
sumed and completed.
Procedure 1. Start the program Setup.exe from the CD-ROM. The files are copied onto
the hard drive.
2. Confirm the reboot prompt with OK.
3. Reboot the robot controller. The installation is resumed and completed.
5 Operation
Select gripper.
Control gripper.
The gripper function depends on the configured gripper
type.
Select gripper.
6 Configuration
6.1 Configuration
Procedure 1. Select the menu sequence Configure > I/O > Gripper.
The window for I/O configuration is opened.
2. Select the gripper by pressing the softkeys Next or Previous.
3. Assign I/Os.
4. Save the settings with the Change softkey.
Description
Description The specific data sets, variables and parameters for the configuration are de-
fined in the SPOTTECH GLOBALS fold in $CONFIG.DAT.
1 ;==================================
2 ; Structures:
3 ;==================================
4 ENUM S_COMMAND SPOT,RETR,PRESPOT,INIT,ADVSPOT
5 ENUM S_PAIR_SLCT FIRST,SECOND,BOTH
6
7 STRUC SPOT_SUGG_T CHAR GUN[24],RETR_CMD[24],CHOISE[24],
CLO_TM[24],PGNO1[24],PRESS1[24],PGNO2[24],PRESS2[24],
SPOT_PARAMS[24]
8 STRUC SPOT_TYPE INT GUN,S_PAIR_SLCT PAIR,COMMAND RETR,
INT CLO_TM,INT PGNO1,REAL PRESS1,INT PGNO2,REAL PRESS2
9
10 ;==============================
11 ; External declarations:
12 ;==============================
13 EXT USERSPOT (S_COMMAND :IN,SPOT_TYPE :IN )
14
15 ;==============================
16 ; Variables:
17 ;==============================
18 DECL SPOT_TYPE SDEFAULT={GUN 1,PAIR #FIRST,RETR #OPN,
CLO_TM 0,PGNO1 1,PRESS1 0.0,PGNO2 0,PRESS2 0.0}
19 DECL SPOT_TYPE S_ACT
20 DECL INT S_ACT_DELAY
21 DECL BOOL S_READY
Description The file USERSPOT.SRC is a skeleton program that can be used for creating
user-specific spot welding programs.
(>>> 8.2 "Example program USERSPOT.SRC" Page 34)
Line Description
14 Initialization
17 Weld controller call
20 Triggering: early closing of the weld gun
23 Triggering: weld start in weld spot position
27 Triggering: retract stroke of the weld gun
25, 29 Enable for further program execution
33 User data for ADVSPOT
40 User data for PRESPOT
Line Description
47 User data for SPOT
54 User data for RETRACT
61 User data for INIT
Description The retract stroke (RETRACT) and the working stroke (SPOT) of the weld gun
are to be controlled separately.
(>>> 5.2 "SpotTech: manual weld gun control" Page 17)
There are 2 gripper types available in GripperTech for this configuration:
If static valves are used: Type 1
If pulse valves are used: Type 5
I/Os Open Closed
OUT 1 TRUE FALSE
OUT 2 FALSE TRUE
The assignment of the inputs is not necessary for manual gun control.
Example 1 ;==================================
2 ; Definition of grippers
3 ;==================================
4 INT MAXGRIPPER=16
5
6 DECL GRP_TYPES GRIPPER[16]
7
8 GRIPPER[1]={TYPE 5,OUT1 10,OUT2 11,OUT3 0,OUT4 0,IN1 0,IN2 0,
IN3 0,IN4 0,GRP_OLD 1}
9 GRIPPER[2]={TYPE 5,OUT1 12,OUT2 13,OUT3 0,OUT4 0,IN1 0,IN2 0,
IN3 0,IN4 0,GRP_OLD 1}
10
11 ...
12
13 REAL GRP_PULSE_TI=0.5 ; pulse time for gripper type 5
Line Description
4 Maximum number of configurable grippers
8 The gripper [1] is assigned type 5 and outputs 10 and 11.
(Control of the retract stroke)
9 The gripper [2] is assigned type 5 and outputs 12 and 13.
(Control of the working stroke)
Description The retract stroke (RETRACT) and the working stroke (SPOT) of the weld gun
are to be controlled in series.
(>>> 5.2 "SpotTech: manual weld gun control" Page 17)
Gripper type 4 is available in GripperTech for this configuration.
The assignment of the inputs is not necessary for manual gun control.
Example 1 ;==================================
2 ; Definition of grippers
3 ;==================================
4 INT MAXGRIPPER=16
5
6 DECL GRP_TYPES GRIPPER[16]
7
8 GRIPPER[1]={TYPE 4,OUT1 10,OUT2 11,OUT3 0,OUT4 0,IN1 0,IN2 0,
IN3 0,IN4 0,GRP_OLD 1}
Line Description
4 Maximum number of configurable grippers
8 The gripper [1] is assigned type 4 and outputs 10 and 11.
7 Programming
Procedure 1. Select the menu sequence Technology > GripperTech > Gripper.
2. Set the parameters in the inline form.
3. Save by pressing the Cmd Ok softkey.
Procedure 1. Select the menu sequence Technology > GripperTech > CheckGripper.
2. Set the parameters in the inline form.
3. Save by pressing the Cmd Ok softkey.
Fig. 7-3
Procedure 1. Select the menu sequence Technology > SpotTech > SPOT > motion
type (PTP, LIN, CIRC).
2. Teach auxiliary point. (Only if CIRC selected)
3. Teach a weld spot.
4. Set the parameters in the inline form.
5. Save by pressing the Cmd Ok softkey.
Procedure 1. Select the menu sequence Technology > SpotTech > RETRACT > mo-
tion type (PTP, LIN, CIRC).
2. Teach auxiliary point. (Only if CIRC selected)
3. Teach an end point.
4. Set the parameters in the inline form.
5. Save by pressing the Cmd Ok softkey.
7.2.3 Programming the inline forms SPOT and RETRACT with KUKA.RoboTeam
Description
This option window is called from the SPOT and RETRACT inline forms.
Description Collision detection can be activated or deactivated for every motion via the
Frames option window.
8 Examples
Line Description
4 Maximum number of configurable grippers
8 The gripper [6] is assigned type 100.
Line Description
3 Configure gripper switching states.
5 Configure structure data type MY_GUN.
7 Assign 4 outputs to the gripper MY_GUN1 of structure type
MY_GUN.
Line Description
1…4 Reset outputs.
6 … 24 Poll gripper switching state.
7 Case 1: Retract stroke open
8 Trigger for closing the retract stroke: a 0.3 s pulse is sent to
the output of RET_CLS.
Line Description
9 The gripper is set to the switching state “Retract stroke
closed”.
11 Case 2: Retract stroke closed
12 Trigger for closing the working stroke: a 0.3 s pulse is sent to
the output of WRK_CLS.
13 The gripper is set to the switching state “Working stroke
closed”.
15 Case 3: Working stroke closed
16 Trigger for opening the working stroke: a 0.3 s pulse is sent to
the output of WRK_OPN.
17 The gripper is set to the switching state “Working stroke
open”.
19 Case 4: Working stroke open
20 Trigger for opening the retract stroke: a 0.3 s pulse is sent to
the output of RET_OPN.
21 The gripper is set to the switching state “Retract stroke open”.
23 If none of the switching states occurs, the program is
resumed after ENDSWITCH.
Line Description
12 … 25 Assignment of the I/Os to the interface between robot control-
ler (KR C) and weld controller (PLC)
(>>> 8.2.1 "Overview of I/Os – robot controller (KR C) / weld
controller (PLC)" Page 36)
13 Program number: Outputs 1 to 8
15 Activation of retract stroke: Outputs 10 to 11
17 Status of retract stroke: Inputs 10 to 11
19 Activation of working stroke: Outputs 12 to 13
21 Status of working stroke: Inputs 12 to 13
23 Weld start: Output 15
25 Weld complete signal: Input 15
28 … 32 Definition of the weld gun switching states:
R_CLO: Retract stroke closed
R_OPN: Retract stroke open
W_CLO: Working stroke closed
W_OPN: Working stroke open
49 ;*****************************
50 DEF ADVSPOT (CMD :IN,S :IN )
51 WLD_STRT=FALSE
52 PNUM=S.PGNO1
53 END ;(ADVSPOT)
54 ;*****************************
55 DEF PRESPOT (CMD :IN,S :IN )
56 GUN_RET=R_CLO
57 WAIT FOR RET_STAT==R_CLO
58 GUN_WRK=W_CLO
59 END ;(PRESPOT)
60 ;*****************************
61 DEF SPOT (CMD :IN,S :IN )
62 WAIT FOR WRK_STAT==W_CLO
63 WLD_STRT=TRUE
64 WAIT FOR WLD_CMP
65 PNUM=0
66 WAIT FOR NOT (WLD_CMP)
67 WLD_STRT=FALSE
68 GUN_WRK=W_OPN
69 WAIT FOR WRK_STAT==W_OPN
70 SWITCH S.RETR
71 CASE #OPN
72 GUN_RET=R_OPN
73 WAIT FOR RET_STAT==R_OPN
74 ENDSWITCH
75 END ;(SPOT)
76 ;*****************************
77 DEF RETRACT (CMD :IN,S :IN )
78 SWITCH S.RETR
79 CASE #OPN
80 GUN_RET=R_OPN
81 WAIT FOR RET_STAT==R_OPN
82 CASE #CLO
83 GUN_RET=R_CLO
84 WAIT FOR RET_STAT==R_CLO
85 ENDSWITCH
86 END ;(RETR)
87 ;*****************************
88 DEF INIT ( )
89 PNUM=0
90 WLD_STRT=FALSE
91 GUN_WRK=W_OPN
92 WAIT FOR WRK_STAT==W_OPN
93 GUN_RET=R_OPN
94 WAIT FOR RET_STAT==R_OPN
95 S_READY=TRUE
96 END ;(INIT)
Line Description
50 … 53 User data for ADVSPOT
51 Reset weld start.
52 Set program number.
55 … 59 User data for PRESPOT
56 Close retract stroke.
57 Wait for “Retract stroke closed”.
58 Close working stroke.
61 … 75 User data for SPOT
62 Wait for “Working stroke closed”.
63 Set weld start.
64 Wait for weld complete signal (TRUE).
65 Set program number to “0”.
66 Wait for weld complete signal (FALSE).
67 Reset weld start.
Line Description
68 Open working stroke.
69 Wait for “Working stroke open”.
70 … 74 Query which retract stroke has been programmed after the
weld spot.
71 Condition: “RETR OPN” is programmed.
72 Open retract stroke.
73 Wait for “Retract stroke open”.
77 … 86 User data for RETRACT
78 Query which retract stroke has been programmed.
79 Condition 1: “RETR OPN” is programmed.
80 Open retract stroke.
81 Wait for “Retract stroke open”.
82 Condition 2: “RETR CLO” is programmed.
83 Close retract stroke.
84 Wait for “Retract stroke closed”.
88 … 96 User data for INIT
89 Set program number to “0”.
90 Reset weld start.
91 Open working stroke.
92 Wait for “Working stroke open”.
93 Open retract stroke.
94 Wait for “Retract stroke open”.
95 Enable for further program execution
Overview The I/Os in the following overview refer to the example program.
(>>> 8.2 "Example program USERSPOT.SRC" Page 34)
Signal Description Permissible values I/Os
PNUM Weld program number The number can have a maxi- Outputs 1 to 8
mum length of 255 characters.
WLD_STR Weld start FALSE, TRUE Output 15
T
WLD_CMP Weld complete signal from FALSE, TRUE Input 15
weld controller
GUN_WRK Activation of working W_CLO W_OPN
stroke
Close TRUE FALSE Output 10
Open FALSE TRUE Output 11
WRK_STAT Status of working stroke W_CLO W_OPN
Closed TRUE FALSE Input 10
Open FALSE TRUE Input 11
GUN_RET Activation of retract stroke R_CLO R_OPN
Close TRUE FALSE Output 12
Open FALSE TRUE Output 13
RET_STAT Status of retract stroke R_CLO R_OPN
Closed TRUE FALSE Input 12
Open FALSE TRUE Input 13
8.2.2 Signal diagram: SPOT without the options RETRACT and PRESPOT
Description 1. The following signals are set simultaneously after point “P1” has been
welded:
The weld complete signal “WLD_CMP=TRUE” triggers, with falling
edge “WLD_CMP=FALSE”, the signal to open the working stroke of
the weld gun (“GUN_WRK=W_OPN”).
The weld start signal is reset (“WLD_STRT=FALSE”).
The weld program number is set to “0” (“PNUM=0”).
2. The robot controller waits for the weld controller signal indicating that the
working stroke of the gun is open (“WRK_STAT=W_OPN”).
3. If no retract stroke or “RETR CLO” has been programmed in the inline
form, the robot motion to weld spot “P2” is enabled when the signal indi-
cating that the working stroke is open is set.
4. To ensure that all required weld data are available at weld spot “P2”, the
weld program number is set while the robot is still moving
(“PNUM=S.PGN01”).
5. At weld spot “P2”, the signal to close the working stroke is set
(“GUN_WRK=W_CLO”).
6. The weld controller signal indicating that the working stroke is closed
(“WRK_STAT=W_CLO”) triggers the weld start (“WLD_STRT=TRUE”).
7. The described sequence starts once again after point “P2” has been weld-
ed.
8.2.3 Signal diagram: SPOT with the options RETRACT and PRESPOT
Description 1. The following signals are set simultaneously after point “P1” has been
welded:
The weld complete signal “WLD_CMP=TRUE” triggers, with falling
edge “WLD_CMP=FALSE”, the signal to open the working stroke of
the weld gun (“GUN_WRK=W_OPN”).
The weld start signal is reset (“WLD_STRT=FALSE”).
The weld program number is set to “0” (“PNUM=0”).
2. The robot controller waits for the weld controller signal indicating that the
working stroke of the gun is open (“WRK_STAT=W_OPN”).
3. If “RETR OPN” has been programmed in the inline form, the signal to open
the retract stroke (“GUN_RET=R_OPN”) is set when the signal indicating
that the working stroke is open is set.
4. The robot controller waits for the weld controller signal indicating that the
retract stroke of the gun is open (“RET_STAT=R_OPN”).
5. The robot motion to weld spot “P2” is enabled when the signal indicating
that the retract stroke is open is set.
6. To ensure that all required weld data are available at weld spot “P2”, the
weld program number is set while the robot is still moving
(“PNUM=S.PGN01”).
7. At weld spot “P2”, the signal to close the retract stroke is set
(“GUN_RET=R_CLO”).
8. The signal to close the working stroke (“GUN_WRK=W_CLO”) is triggered
when the signal indicating that the retract stroke is closed
(“RET_STAT=R_CLO”) is set.
9. The weld controller signal indicating that the working stroke is closed
(“WRK_STAT=W_CLO”) triggers the weld start (“WLD_STRT=TRUE”).
10. The described sequence starts once again after point “P2” has been weld-
ed.
9 Messages
10 KUKA Service
Introduction The KUKA Roboter GmbH documentation offers information on operation and
provides assistance with troubleshooting. For further assistance, please con-
tact your local KUKA subsidiary.
Availability KUKA Customer Support is available in many countries. Please do not hesi-
tate to contact us if you have any questions.
Index
Symbols P
$CONFIG.DAT 8, 20, 31 PLC 6
PNUM (signal) 36
C PRESPOT 6, 9
CheckGripper, inline form 26 PRESPOT, option window 29
Collision detection 30 Primary weldset, option window 29
Configuration 19 Product description 7
Configuration, gripper 19 Programming 25
Configuration, gripper parameters 32 Programming, CheckGripper 26
Configuration, gripper, example 31 Programming, Gripper 25
Configuration, manual control 23 Programming, gripper functions 32
Configuration, SpotTech 20 Programming, RETRACT 27, 28
Configuring I/Os 19 Programming, SPOT 27, 28
Control, manual 17
R
D Reinstallation, KUKA.Gripper&SpotTech 16
Documentation, industrial robot 5 RET_STAT (signal) 36
RETRACT 6, 9
E Retract stroke 6
Examples 31 RETRACT, inline form 27
G S
Gripper 6 Safety 13
Gripper functions, programming 32 Safety instructions 5
Gripper parameters, configuring 32 Service, KUKA Roboter 43
Gripper type, assigning 31 Signal diagram, SPOT with RETRACT 39
Gripper types 7 Signal diagram, SPOT without RETRACT 37
Gripper, configuring 19 SPOT 6, 9
Gripper, inline form 25 SPOT, inline form 27
Gripper, manual control 17 SPOTTECH GLOBALS (fold) 20
GRP_PULSE_TI 8 Support request 43
GUN_RET (signal) 36 Synchronization 10, 28
GUN_WRK (signal) 36 Synchronization, option window 30
System requirements 15
I
I/Os, configuration 19 T
Installation 15 Target group 5
Installation, KSS 5.2, 5.3 15 Terms 6
Installation, KSS 5.4, 5.5, 5.6, 7.0, 7.1 15 Terms used 6
Installation, KUKA.Gripper&SpotTech 15 Training 5
Introduction 5 Trigger 6
K U
KUKA Customer Support 43 Uninstallation, KUKA.Gripper&SpotTech 15, 16
KUKA.RoboTeam 6, 10, 28 Update, KUKA.Gripper&SpotTech 15
USER_GRP.DAT 32
M USER_GRP.SRC 32
Messages 41 USERSPOT.SRC, description 21
USERSPOT.SRC, example 34
O
Operation 17 W
Option window, PRESPOT 29 Warnings 5
Option window, Primary weldset 29 Weld gun, manual control 17
Option window, Synchronization 30 Weld guns 7
Overview, gripper types 19 Weld timer 6
Overview, Gripper&SpotTech 7 WLD_CMP (signal) 36
WLD_STRT (signal) 36
Working stroke 6
WRK_STAT (signal) 36