This is part of 2.1.0latest release.

MLxxCompareAxis

0.1.0

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.

Version history

0.1.0

  deGroot

Changes

Changed:

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 - 23 Apr 2024 11:54 CEST