This is part of 2.0.0latest release: 2.1.0.

MLxxCopyAxisDataToReal

0.1.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.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:
dummy := MLxxCopyAxisDataToReal(
           AxisData := , 
           RealOut := );

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