Cnv_Downstream Function

Returns the downstream limit for the specified conveyor.

Syntax
Cnv_Downstream (conveyorNumber)

Parameters

conveyorNumber
Specify the conveyor number as an expression or a number (1-16).

Return Values

  • Linear conveyors: Real value in millimeters.
  • Circular conveyors: Real value in degrees.

Note


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


See Also
Cnv_Upstream

Cnv_Downstream Function Example

Print "Downstream limit: ", Cnv_Downstream(1)