Scanner |
public class ScannerMonitoringConfig
The ScannerMonitoringConfig type exposes the following members.
Name | Description | |
---|---|---|
![]() | Command | The status query command that should be sent periodically to the scanhead. |
![]() | ContinueOnError | 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. |
![]() | Enabled | Enables or disables the monitoring process. |
![]() | GoodValue | The value which indicates the scanhead is working correctly. |
![]() | Mask | Bit mask that indicates which bits of the response message should be used for comparison with the GoodValue. |
![]() | MinConsecutiveErrors | An exception will only be thrown if the error condition persists over at least this number of consecutive responses from the scanhead. |
![]() | Period | Period in milliseconds for sending the command. |
![]() | ScanHeadAxes | The axes per scanhead that should be monitored. |
If the response from the scanhead(s) indicates an error condition, then a FatalException is thrown.