Scanner |
The ScannerMonitoringConfig type exposes the following members.
Name | Description | |
---|---|---|
![]() | Command | The status query command that should be sent periodically to the scanhead. |
![]() | Command1 | Command used during "pong" phase providing ping-pong mode is enabled. |
![]() | 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 expected "good value", after applying the Mask to the scanner's response, indicating normal operation. |
![]() | GoodValue1 | Expected "good value" used during "pong" phase providing ping-pong mode is enabled. |
![]() | Mask | Bit mask that indicates which bits of the response message should be used for comparison with the GoodValue. |
![]() | Mask1 | Bit mask used during "pong" phase providing ping-pong mode is enabled. |
![]() | 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. |
![]() | UsePingPong | Enables or disables the ping-pong mode. |