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_FORCE
This structure defines a local override for the TCP (Tool Center Point) force limit within a specific safety zone. It allows the user to restrict or relax the allowable TCP force independently from the global configuration.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
0 or 1 |
Override flag |
1 |
|
|
Local TCP force limit (N) |
Total size: 5 bytes
Defined in: DRFS.h
typedef struct _LOCAL_ZONE_PROPERTY_TCP_FORCE
{
/* Override flag (0: no override, 1: override global property) */
unsigned char _iOverride;
/* Optional reduced override (deprecated) */
/* unsigned char _iOverrideReduce; */
/* Local TCP force limit (N) */
float _fForce;
} LOCAL_ZONE_PROPERTY_TCP_FORCE, *LPLOCAL_ZONE_PROPERTY_TCP_FORCE;
Note
Used for restricting TCP contact force in sensitive zones such as collaborative or human-interaction areas.
If _iOverride is set to 1, the robot applies the specified _fForce as the maximum allowable TCP force in that local zone.