Cnv_QueMove Statement

Moves data from upstream conveyor queue to downstream conveyor queue.

Syntax
Cnv_QueMove conveyorNumber [, index ] [, userData ]

Parameters

conveyorNumber
Specify the conveyor number as an integer (1-16).
index
Optional. Integer expression that specifies the index of the queue to move. (The first item in the queue is index #0.)
userData
Optional. Real expression used to store user data along with the item.

Description
Cnv_QueMove is used to move one or more items from a conveyor queue to its associated downstream conveyor queue. If index is specified, the first item (index #0) of the queue is moved.

Note


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


See Also
Cnv_QueGet

Cnv_QueMove Statement Example

Cnv_QueMove 1