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.
LOCAL_ZONE_PROPERTY_TCP_MOMENTUM
This structure defines a local override for the TCP momentum limit within a safety zone. It restricts the momentum (mass × velocity) of the TCP to reduce kinetic energy during collaborative or restricted operations.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
0 or 1 |
Override flag |
1 |
|
|
Local TCP momentum limit (kg·m/s) |
Total size: 5 bytes
Defined in: DRFS.h
typedef struct _LOCAL_ZONE_PROPERTY_TCP_MOMENTUM
{
/* Override flag (0: no override, 1: override global property) */
unsigned char _iOverride;
/* Optional reduced override (deprecated) */
/* unsigned char _iOverrideReduce; */
/* Local TCP momentum limit (kg·m/s) */
float _fMomentum;
} LOCAL_ZONE_PROPERTY_TCP_MOMENTUM, *LPLOCAL_ZONE_PROPERTY_TCP_MOMENTUM;
Note
Often used in conjunction with LOCAL_ZONE_PROPERTY_TCP_POWER.