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 propertyCommand1 Command used during "pong" phase providing ping-pong mode is enabled.
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 expected "good value", after applying the Mask to the scanner's response, indicating normal operation.
Public propertyGoodValue1 Expected "good value" used during "pong" phase providing ping-pong mode is enabled.
Public propertyMask Bit mask that indicates which bits of the response message should be used for comparison with the GoodValue.
Public propertyMask1 Bit mask used during "pong" phase providing ping-pong mode is enabled.
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.
Public propertyUsePingPong Enables or disables the ping-pong mode.
Top
See Also