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

MLxxCompareTCP

0.2.0

Compare two TCP (cartesian) positions.

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

If the angular TCP position difference is greater or equal to 0.001 degrees, function block always returns false.

Version history

0.2.0

  deGroot

Changes

Removed:
  • unused internal variables
show full history

0.1.0

  deGroot

Changes

Changed:

Overview

Details

TCP position to compare [X,Y,Z,Rx,Ry,Rz].

ReferenceTCP

MLxRobotPosition

Reference TCP position [X,Y,Z,Rx,Ry,Rz].

LinearTolerance

REAL

Linear Tolerance.

Implementation

Snippet of the function call:
dummy := MLxxCompareTCP(
           CurrentTCP := , 
           ReferenceTCP := , 
           LinearTolerance := );

Pages built with Hugo - 12 Dec 2025 12:31 CET