Structure to store information on a conveyor entity. This information is used to identify a specific conveyor entity, to describe the position and orientation of such entity into the Cartesian space and to define its physical size.
Variable |
Data type |
Description |
---|---|---|
sName |
STRING[80] |
A string used to describe the conveyor. |
etSystemId |
ET_SystemEntity |
An enumeration used to unequivocally identify the conveyor in the system. |
stBasePose |
ST_CartesianPose |
A Cartesian pose that describes how the conveyor is displaced in the space with reference to a global coordinate system. |
etDirection |
The direction of the motion of the conveyor. The value of Admissible values are:
|
|
etSurfacePlane |
A Cartesian plane used to identify the surface of the conveyor. Admissible values are:
|
|
lrLength |
LREAL |
Physical length of the conveyor considered along the direction described by |
lrWidth |
LREAL |
Physical width of the conveyor considered along the axis contained inside For example, if the selected direction is ROB.ET_RobotComponent.CartesianX and the selected surface plane is ROB.ET_WorkingPlane.XY, the width of the belt is considered along the Y-axis. |
lrHeight |
LREAL |
Physical height of the conveyor considered along the axis that is not contained in the plane described by For example, if the selected surface plane is ROB.ET_WorkingPlane.XY, the height will be considered along the Z-axis. |