ScanControllerError Enumeration |
Types of scan controller errors.
Namespace: RAYLASE.Marker.CommonAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxpublic enum ScanControllerError
MembersMember name | Value | Description |
---|
Aborted | 0 |
Thrown when execution was aborted.
|
Execution | 1 |
Thrown when an error occurred during execution.
|
List | 2 |
Thrown when List error occurs.
|
ListExecution | 3 |
Thrown when List execution could not be completed due to an error.
|
ListNotFound | 4 |
Thrown when List does not exist.
|
NotConnected | 5 |
Thrown when List does not exist.
|
Misc | 6 |
Miscellaneous
|
OutOfField | 7 |
Thrown if at least one of the axes exceeded limits of the field after applying all transformations/fieldCorrections.
|
ScanHeadCommunication | 8 |
Indicates that a problem occurred during communications with the Scanners.
|
VersionMismatch | 9 |
Indicates a version mismatch between ClientLib and Firmware.
|
FifoOverflow | 10 |
The firmware unexpectedly generated micro-vectors at a higher rate than that at which they were being consumed from the FIFO by the FPGA.
|
FifoUnderflow | 11 |
The firmware was not able generate micro-vectors fast enough to at least match the rate at which they were being consumed from the FIFO by the FPGA.
|
ScanHeadError | 12 |
A scanner error condition has occurred.
|
LaserAlarm | 13 |
A laser alarm signal was received.
|
See Also