This is part of 2.1.0latest release.

MLxAxisData

0.1.0

Data type for robot axis data.

Data structure used in MLxData and MLxRobotData structure.

Contains axis configuration, servo data and axis feedbacks.

Version history

0.1.0

  deGroot

Changes

Changed:

Overview

nametypedefaultcomment
AxisName_LENDINTStringlength for platform compatibility
AxisNameSTRING[82]User defined axis name. To change, update this value and execute an MLxSetAxisProperties.
ConfigurationDataMLxAxisConfigurationDataContains limits data for each axis that will be populated during initialization. To update these values, change the tag value and execute an MLxSetAxisProperties.
ServoDataMLxServoDataContains servo information for each axis that will be populated during initialization. To update these values, change the tag value and execute an MLxSetAxisProperties.
FeedbackDataMLxAxisFeedbackREAD ONLY - Contains feedback data for each axis that will be updated while system is running.
isActiveBOOLIndicates whether there is an axis defined on this slot. Updated during initialization.
PaddingARRAY[0..2] OF BOOLPlaceholder for platform compatibility

Details

AxisName_LEN

DINT

Stringlength for platform compatibility

AxisName

STRING[82]

Axis name as defined by the robot controller.

Note that it cannot be changed by function block.

ConfigurationData

MLxAxisConfigurationData

Contains limits data for each axis that will be populated after calling MLxRobotGetProperties instruction.

ServoData

MLxServoData

Contains servo information for each axis that will be populated during initialization.

Note that it cannot be changed by function block.

FeedbackData

MLxAxisFeedback

READ ONLY

Contains feedback data for each axis that will be updated while system is running.

  • Axis commanded position in position units
  • User Data as defined in ConfigurationData structure

isActive

BOOL

Indicates whether there is an axis defined on this slot. Updated during initialization.

Padding

ARRAY[0..2] OF BOOL

Placeholder for platform compatibility

Pages built with Hugo - 04 Oct 2024 15:36 CEST