You're reading the documentation for an older, but still supported version
(GL013300).
For information on the latest version, please have a look at GL013301.
For information on the latest version, please have a look at GL013301.
CONFIG_TCP_SYMBOL
This structure defines the TCP configuration symbol, which maps a TCP (Tool Center Point) name to its detailed configuration parameters.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
32-byte identifier for the TCP name |
|
32 |
|
TCP configuration object containing position and orientation offsets |
Total size: 56 bytes
Defined in: DRFS.h
typedef struct _CONFIG_TCP_SYMBOL
{
/* tcp name */
char _szSymbol[MAX_SYMBOL_SIZE];
/* tcp data */
CONFIG_TCP _tTCP;
} CONFIG_TCP_SYMBOL, *LPCONFIG_TCP_SYMBOL;