This is part of 2.1.0latest release.

MLxxCompareTCP

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