Cnv_Number Function

Returns the number of a conveyor specified by name.

Syntax
Cnv_Number (conveyorName)

Parameters

conveyorName
Specify the conveyor name as a string.

Return Values
Integer conveyor number.

Note


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


See Also
Cnv_Name$

Cnv_Number Function Example

Integer cnvNum

cnvNum = Cnv_Number("Main Conveyor")