Cnv_PosErr Function

Returns deviation in current tracking position compared to tracking target.

Syntax
Cnv_PosErr (conveyorNumber)

Parameters

conveyorNumber
Specify the conveyor number as an integer (1-16).

Return Values
Real value in millimeters.

Note


This command will only work if the Conveyor Tracking option is active.


See Also
Cnv_MakePoint

Cnv_PosErr Function Example

Print "Conveyor 1 position error: ", Cnv_PosErr(1)