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.
SAFETY_OBJECT_SPHERE
This structure defines a spherical safety object used in robot safety configuration. It represents a geometric boundary defined by a radius and a center point, which can be referenced by other configurations such as CONFIG_TOOL_SHAPE or safety zone definitions.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Radius of the spherical safety boundary |
|
4 |
|
Center position of the sphere in 3D space |
Total size: 16 bytes
Defined in: DRFS.h
typedef struct _SAFETY_OBJECT_SPHERE
{
/* Radius of the sphere [mm] */
float _fRadius;
/* Center position of the sphere (X, Y, Z) */
POINT_3D _tTargetPos;
} SAFETY_OBJECT_SPHERE, *LPSAFETY_OBJECT_SPHERE;