Cnv_Speed Function

Returns the current speed of a conveyor.

Syntax
Cnv_Speed (conveyorNumber)

Parameters

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

Return Values
For straight conveyors, a real value in millimeters per second. For circular conveyors, a real value in degrees per sec.

Note


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


See Also
Cnv_Pulse

Cnv_Speed Function Example

Print "Conveyor speed: ", Cnv_Speed(1)