Click or drag to resize

BaseDistanceSensorWaitForRaydimeMeasurement Method

Device specific implementation of a height deviation distance measurement. The result is expected to be 0. Due to errors in the physical domain, a delta could be measured. It does not return the whole distance but the deviation from the expected distance. To trigger the measurement, either set up the RDM I/O ports on the SPICE card, for plain trigger without movement implement SendClientHardwareTrigger or implement SendSoftwareTrigger for a software trigger on the distance sensor device.

Namespace: RAYLASE.Marker.Device.DistanceSensor
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.26.1
Syntax
C#
public abstract BaseDistanceSensorResult WaitForRaydimeMeasurement(
	CancellationToken token
)

Parameters

token  CancellationToken

[Missing <param name="token"/> documentation for "M:RAYLASE.Marker.Device.DistanceSensor.BaseDistanceSensor.WaitForRaydimeMeasurement(System.Threading.CancellationToken)"]

Return Value

BaseDistanceSensorResult
Distance deviation in µm as raw data from the device (not inverted yet).
See Also