This is part of 2.2.0-devlatest release: 2.1.0.
🚧 Development version – not released yet! 🚧

MLxRobotConfigurationData

0.1.0

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:

Overview

nametypedefaultcomment
NumberOfAxesDINTThe number of axes (DOF) of the robot.
MaxLinearSpeedREALThe Maximum Linear TCP Speed in (translational_units/sec).
MaxAngularSpeedREALThe Maximum Angular TCP Speed in (rotational_units/sec).
MaxLinearAccelerationREALFor future use
MaxAngularAccelerationREALFor future use
MaxLinearJerkREALFor future use
MaxAngularJerkREALFor future use

Details

NumberOfAxes

DINT

The number of axes (DOF) of the robot.

This value is read-only.

MaxLinearSpeed

REAL

The Maximum Linear TCP Speed in (unit/sec).

This value is read-only.

MaxAngularSpeed

REAL

The Maximum Angular TCP Speed in (unit/sec).

This value is read-only.

MaxLinearAcceleration

REAL

For future use

MaxAngularAcceleration

REAL

For future use

MaxLinearJerk

REAL

For future use

MaxAngularJerk

REAL

For future use

Pages built with Hugo - 14 Nov 2025 17:47 CET