Compare two axis positions.
AngularTolerance
,
the function block output is true.Version history
0.1.0
 
deGroot
Changes
Changed:
- source code ported
- version number reset
- now using semantic versioning
Overview
| kind | name | type | default | comment |
|---|---|---|---|---|
| input | CurrentJoints | ARRAY[0..7] OF REAL | ||
| input | ReferenceJoints | ARRAY[0..7] OF REAL | ||
| input | AngularTolerance | REAL |
Details
CurrentJoints
ARRAY[0..7] OF REALJoint position [S,L,U,R,B,T,E,8] to compare.
ReferenceJoints
ARRAY[0..7] OF REALReference joint position [S,L,U,R,B,T,E,8]
AngularTolerance
REALAngular Tolerance.
Implementation
Snippet of the function call:
dummy := MLxxCompareAxis(
CurrentJoints := ,
ReferenceJoints := ,
AngularTolerance := );