Click or drag to resize

ScannerMonitoringConfigGoodValue Property

The value which indicates the scanhead is working correctly.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public uint GoodValue { get; set; }

Property Value

UInt32
Remarks
If the response received from the scanhead differs from this value more than MinConsecutiveErrors times consecutively, a FatalException is thrown.

Note that only response bits selected by the Mask are considered.

See Also