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

MLxxCopyAxisDataToReal

0.2.0

Copy the manipulator axis positions into an array.

Copy the joint axes position from a MLxAxisData structure to a single array.

Version history

0.2.0

  deGroot

Changes

Changed:
  • function return value set to VOID
show full history

0.1.0

  deGroot

Changes

Changed:

Overview

kindnametypedefaultcomment
inputAxisDataARRAY[0..7] OF MLxAxisData
in_outRealOutARRAY[0..7] OF REAL

Details

AxisData

ARRAY[0..7] OF MLxAxisData

MLxAxisData structure to get the joint axes position from.

RealOut

ARRAY[0..7] OF REAL

Array of real [S,L,U,R,B,T,E,8] to write the result to.

Implementation

Snippet of the function call:
MLxxCopyAxisDataToReal(
  AxisData := , 
  RealOut := );

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