Click or drag to resize

BaseScanControllerReadEncoderCounts Method

Reads the current position of the selected encoder in ticks.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntax
C#
public abstract int ReadEncoderCounts(
	int decoderID
)

Parameters

decoderID  Int32
The decoder id.

Return Value

Int32
The position of the selected encoder, in ticks.
See Also