Click or drag to resize

BaseScanControllerReadEncoderPosition Method

Reads the current position of the selected encoder.

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

Parameters

decoderID  Int32
The decoder id.

Return Value

Double
The position of the selected encoder.
See Also