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.
MEASURE_TCP
This structure defines the configuration data used for Tool Center Point (TCP) measurement. It specifies the reference coordinate system and multiple target poses used during the auto-measurement or calibration process.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
0 or 1 |
Reference frame selection |
1 |
|
|
Target reference positions (X, Y, Z, Rx, Ry, Rz) |
Total size: 97 bytes
Defined in: DRFS.h
typedef struct _MEASURE_TCP
{
/* Reference frame (0: base, 1: tool) */
unsigned char _iTargetRef;
/* Reference target positions [4][6] */
float _fTargetPos[4][NUMBER_OF_JOINT];
} MEASURE_TCP, *LPMEASURE_TCP;