Click or drag to resize

ScannerMonitoringConfig Properties

The ScannerMonitoringConfig type exposes the following members.

Properties
 NameDescription
Public propertyCommand The status query command that should be sent periodically to the scanhead.
Public propertyContinueOnError Indicates if monitoring should continue after an error. This means that errors will keep coming every Period * MinConsecutiveErrors milliseconds until the scanhead is back to normal operation.
Public propertyEnabled Enables or disables the monitoring process.
Public propertyGoodValue The value which indicates the scanhead is working correctly.
Public propertyMask Bit mask that indicates which bits of the response message should be used for comparison with the GoodValue.
Public propertyMinConsecutiveErrors An exception will only be thrown if the error condition persists over at least this number of consecutive responses from the scanhead.
Public propertyPeriod Period in milliseconds for sending the command.
Public propertyScanHeadAxes The axes per scanhead that should be monitored.
Top
See Also