Data type for robot configuration data.
Data structure used in MLxRobotData structure.
This data structure is populated by calling the MLxRobotGetProperties
instruction.
Contains information about the robot:
- Number of axis (DOF)
- Maximum linear speed of TCP
- Maximum angular speed of TCP
Version history
0.1.0
 
deGroot
Changes
Changed:
- source code ported
- version number reset
- now using semantic versioning
Overview
| name | type | default | comment |
|---|---|---|---|
| NumberOfAxes | DINT | The number of axes (DOF) of the robot. | |
| MaxLinearSpeed | REAL | The Maximum Linear TCP Speed in (translational_units/sec). | |
| MaxAngularSpeed | REAL | The Maximum Angular TCP Speed in (rotational_units/sec). | |
| MaxLinearAcceleration | REAL | For future use | |
| MaxAngularAcceleration | REAL | For future use | |
| MaxLinearJerk | REAL | For future use | |
| MaxAngularJerk | REAL | For future use |
Details
NumberOfAxes
DINTThe number of axes (DOF) of the robot.
This value is read-only.
MaxLinearSpeed
REALThe Maximum Linear TCP Speed in (unit/sec).
This value is read-only.
MaxAngularSpeed
REALThe Maximum Angular TCP Speed in (unit/sec).
This value is read-only.
MaxLinearAcceleration
REALFor future use
MaxAngularAcceleration
REALFor future use
MaxLinearJerk
REALFor future use
MaxAngularJerk
REALFor future use