Click or drag to resize

MainErrorEnum Enumeration

Main Error Enumeration

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public enum MainErrorEnum
Members
  Member nameValueDescription
NoError0 No Error
SyntaxError1 There is a wrong set of parameters or parameter ranges.
HardwareError2 Steps lost on one or more hardware components, or component not initialized or not functioning.
NotExecutedError3 There was an error in previous part command.
ClotError4 Blood clot detected.
BarcodeError5 Barcode could not be read or is missing.
InsufficientLiquidError6 Not enough liquid available.
TipPresentError7 A tip has already been picked up.
NoTipError8 Tip is missing or not picked up.
NoCarrierError9 No carrier present for loading.
ExecutionError10 A step or a part of a step could not be processed.
PressureLLDError11 A dispense with pressure liquid level detection is not allowed.
CalibrateError12 No capacitive signal detected during carrier calibration procedure.
UnloadError13 Not possible to unload the carrier due to occupied loading tray position.
PressureLLDconsecutiveError14 Pressure liquid level detection in a consecutive aspiration is not allowed.
ParameterError15 Dispense in jet mode with pressure liquid level detection is not allowed.
CoverOpenError16 Cover not closed or can not be locked.
ImproperAspirationDispenseError17 The pressure-based aspiration / dispensation control reported an error ( not enough liquid ).
WashLiquidError18 Waste full or no more wash liquid available.
TemperatureError19 Incubator temperature out of range.
TADMOvershot20 Overshot of limits during aspirate or dispense. Note: On aspirate this error is returned as main error 17. On dispense this error is returned as main error 4.
LabwareError21 Labware not available.
LabwareGrippedError22 Labware already gripped.
LabwareLostError23 Labware lost during transport.
IllegalTargetPlatePosition24 Cannot place plate, plate was gripped in a wrong direction.
IllegalInterventionError25 Cover was opened or a carrier was removed manually.
TADMUndershot26 Undershot of limits during aspirate or dispense. Note: On aspirate this error is returned as main error 4. On dispense this error is returned as main error 17.
PositionError27 The position is out of range.
UnexpectedcLLDError28 The cLLD detected a liquid level above start height of liquid level search.
AreaAlreadyOccupied29 Instrument region already reserved.
ImpossibleToOccupyArea30 A region on the instrument cannot be reserved.
AntiDropControlError31 Anti drop controlling out of tolerance.
DecapperError32 Decapper lock error while screw / unscrew a cap by twister channels.
DecapperHandlingError33 Decapper station error while lock / unlock a cap.
SlaveError99 Slave error.
WrongCarrierError100 Wrong carrier barcode detected.
NoCarrierBarcodeError101 Carrier barcode could not be read or is missing.
LiquidLevelError102 Liquid surface not detected.This error is created from main / slave error 06/70, 06/73 and 06/87.
NotDetectedError103 Carrier not detected at deck end position.
NotAspiratedError104 Dispense volume exceeds the aspirated volume. This error is created from main / slave error 02/54.
ImproperDispensationError105 The dispensed volume is out of tolerance (may only occur for Nano Pipettor Dispense steps). This error is created from main / slave error 02/52 and 02/54.
NoLabwareError106 The labware to be loaded was not detected by autoload module. Note: May only occur on a Reload Carrier step if the labware property 'MlStarCarPosAreRecognizable' is set to 1.
UnexpectedLabwareError107 The labware contains unexpected barcode ( may only occur on a Reload Carrier step ).
WrongLabwareError108 The labware to be reloaded contains wrong barcode ( may only occur on a Reload Carrier step ).
BarcodeMaskError109 The barcode read doesn't match the barcode mask defined.
BarcodeNotUniqueError110 The barcode read is not unique. Previously loaded labware with same barcode was loaded without unique barcode check.
BarcodeAlreadyUsedError111 The barcode read is already loaded as unique barcode ( it's not possible to load the same barcode twice ).
KitLotExpiredError112 Kit Lot expired.
DelimiterError113 Barcode contains character which is used as delimiter in result string.
See Also