This is part of 1.24.0latest release: 2.1.0.

MLxxCompareAxis

Compare two axis positions.

Compare joint position to a reference position. If the difference is less than the AngularTolerance , the function block output is true.

Overview

kindnametypedefaultcomment
inputCurrentJointsARRAY[0..7] OF REAL
inputReferenceJointsARRAY[0..7] OF REAL
inputAngularToleranceREAL

Details

CurrentJoints

ARRAY[0..7] OF REAL

Joint position [S,L,U,R,B,T,E,8] to compare.

ReferenceJoints

ARRAY[0..7] OF REAL

Reference joint position [S,L,U,R,B,T,E,8]

AngularTolerance

REAL

Angular Tolerance.

Implementation

Snippet of the function call:
dummy := MLxxCompareAxis(
           CurrentJoints := , 
           ReferenceJoints := , 
           AngularTolerance := );

Pages built with Hugo - 17 Dec 2025 17:25 CET