Click or drag to resize

ScannerMonitoringConfigGoodValue Property

The expected "good value", after applying the Mask to the scanner's response, indicating normal operation.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.7.0
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