Cnv_LPulse Function
Returns the pulse value latched by the conveyor trigger.
Syntax
Cnv_LPulse (conveyorNumber)
Parameters
- conveyorNumber
- Specify the conveyor number as an integer (1-16).
Description
Returns the latest conveyor pulses latched by the hardware trigger wires or Cnv_Trigger.
Return Values
Long value that contains the latched pulses of the specified conveyor.
Note
This command will only work if the Conveyor Tracking option is active.
See Also
Cnv_Trigger, Cnv_Pulse
Cnv_LPulse Function Example
Print "Latched conveyor position: ", Cnv_LPulse(1)