Cnv_Name$ Function

Returns the name of the specified conveyor.

Syntax
Cnv_Name$ (conveyorNumber)

Parameters

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

Return Values
A string containing the conveyor name.

Note


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


See Also
Cnv_Number

Cnv_Name$ Function Example

Print "Conveyor 1 Name: ", Cnv_Name$(1)