Interface with feedback values for the curve acceleration and the position of the carrier in space (in a cartesian coordinate system).
A number of parameters determine the position of the carrier in space.
radial acceleration RefAccelerationRadial: it is calculated for the carrier position on the outside of the guide rails of the track (see Carrier Center Point)
path acceleration (tangential acceleration) RefAccelerationTangential
resultant acceleration RefAccelerationResultant: it is calculated by vector addition of the vectors RefAccelerationRadial and RefAccelerationTangential
Green arrow: RefAccelerationTangential
Red arrow: RefAccelerationRadial
Blue arrow: RefAccelerationResultant
Property |
Data type |
Accessing |
Description |
---|---|---|---|
lrAngle |
LREAL |
Read |
Indicates the value of the angle of the carrier (center point) in relation to the origin of the linear coordinate system of the Lexium™ MC multi carrier track (0°).
NOTE: The angle is calculated in mathematical direction, that is counterclockwise.
For more information on the origin of the linear coordinate system, refer to the general description of the Linear Coordinate System. For more information on the carrier center point, refer to the general description of the Carrier Center Point. |
lrRefAccelerationRadial |
LREAL |
Read |
Indicates the calculated radial acceleration. The radial acceleration is calculated as follows: |
lrRefAccelerationResultant |
LREAL |
Read |
Indicates the resulting acceleration. This value is calculated by vector addition of the parameters RefAccelerationRadial and RefAccelerationTangential. |
rstCarrierPosition |
REFERENCE TO PDL.ST_Vector3D |
Read |
Indicates the carrier position in cartesian coordinates. |
rstToolPivotPoint |
REFERENCE TO PDL.ST_Vector3D |
Read |
Indicates the position of the ToolPivotPoint in cartesian coordinates. The ToolPivotPoint is defined by the ToolPivotPointOffset in relation to the center point of the carrier. For more information on the ToolPivotPoint, refer to the method SetToolPivotPointOffset. |