Cnv_Pulse Function

Returns the current position of a conveyor in pulses.

Syntax
Cnv_Pulse (conveyorNumber)

Parameters

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

Return Values
Long value of current pulses for specified conveyor.

Note


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


See Also
Cnv_Trigger, Cnv_LPulse

Cnv_Pulse Function Example

Print "Current conveyor position: ", Cnv_Pulse(1)