Click or drag to resize

ScanControllerError Enumeration

Types of scan controller errors.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public enum ScanControllerError
Members
Member nameValueDescription
Aborted0 Thrown when execution was aborted.
Execution1 Thrown when an error occurred during execution.
List2 Thrown when List error occurs.
ListExecution3 Thrown when List execution could not be completed due to an error.
ListNotFound4 Thrown when List does not exist.
NotConnected5 Thrown when List does not exist.
Misc6 Miscellaneous
OutOfField7 Thrown if at least one of the axes exceeded limits of the field after applying all transformations/fieldCorrections.
ScanHeadCommunication8 Indicates that a problem occurred during communications with the Scanners.
VersionMismatch9 Indicates a version mismatch between ClientLib and Firmware.
FifoOverflow10 The firmware unexpectedly generated micro-vectors at a higher rate than that at which they were being consumed from the FIFO by the FPGA.
FifoUnderflow11 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.
ScanHeadError12 A scanner error condition has occurred.
LaserAlarm13 A laser alarm signal was received.
See Also