Type: |
Interface |
Available as of: |
V1.0.0.0 |
Inherits from: |
- |
This chapter provides information on:
The Cartesian positions of the motors and joints of the configured triaxial Delta robot which correspond to the mechanical robot coordinate system.
They can serve as input sizes of a visualization of the robot.
Name |
Data type |
Accessing |
Description |
---|---|---|---|
rastJoint1 |
REFERENCE TO ARRAY [ET_RobotComponent.AxisA .. ET_RobotComponent.AxisC] OF PDL.ST_Vector3D |
Read |
Cartesian positions of the joints A1, B1 and C1 in the mechanical robot coordinate system. |
rastJoint2 |
REFERENCE TO ARRAY [ET_RobotComponent.AxisA .. ET_RobotComponent.AxisC] OF PDL.ST_Vector3D |
Read |
Cartesian positions of the joints A2, B2 and C2 in the mechanical robot coordinate system. |
rastMotor |
REFERENCE TO ARRAY [ET_RobotComponent.AxisA .. ET_RobotComponent.AxisC] OF PDL.ST_Vector3D |
Read |
Cartesian position of the motors A, B and C in the mechanical robot coordinate system. |