ecl-logo Documentation

Object[Instrument, LiquidHandler]

Robotic liquid handler used for sample manipulation.

Organizational Information

    Name

    Name of this Object.
    Format: Single
    Class: String
    Programmatic Pattern: _String
    Pattern Description: A string.

    ID

    ID of this Object.
    Format: Single
    Class: String
    Programmatic Pattern: _String
    Pattern Description: The ID of this object.

    Object

    Object of this Object.
    Format: Single
    Class: Expression
    Programmatic Pattern: Object[Instrument, LiquidHandler, _String]
    Pattern Description: The object reference of this object.

    Type

    Type of this Object.
    Format: Single
    Class: Expression
    Programmatic Pattern: Object[Instrument, LiquidHandler]

    Notebook

    Notebook this object belongs to.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link
    Pattern Description: An object of that matches ObjectP[Object[LaboratoryNotebook]].

    Model

    Theoretical model that this object is an instance of.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    ModelName

    The name of the model of instrument that defines this instrument.
    Format: Computable
    Programmatic Pattern: _String
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], Name]]

    CurrentProtocol

    The experiment, maintenance, or Qualification that is currently using this instrument.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    Status

    The current status of the instrument.
    Format: Single
    Class: Expression
    Programmatic Pattern: InstrumentStatusP

    StatusLog

    A log of changes made to the instrument's status.
    Format: Multiple

    [[1]] Date

      Header: Date
      Class: Expression
      Programmatic Pattern: _?DateObjectQ

    [[2]] Status

      Header: Status
      Class: Expression
      Programmatic Pattern: InstrumentStatusP

    [[3]] Responsible Party

    ImageFile

    A photo of this instrument.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    UserManualFiles

    PDFs for the manuals or instruction guides for this model of instrument.
    Format: Computable
    Programmatic Pattern: PDFFileP
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], UserManualFiles]]

    DateInstalled

    Date the instrument was installed on site in the ECL.
    Format: Single
    Class: Date
    Programmatic Pattern: _?DateObjectQ

    DateRetired

    Date the instrument was shut down and removed from use on site.
    Format: Single
    Class: Date
    Programmatic Pattern: _?DateObjectQ

    Site

    The ECL site at which this instrument currently resides.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

Instrument Specifications

    PowerType

    The type(s) of the power source(s) used by the instrument.
    Format: Computable
    Programmatic Pattern: {PowerTypeP...}
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], PowerType]]

    PowerConsumption

    Estimated power consumption rate of the instrument.
    Format: Computable
    Programmatic Pattern: GreaterEqualP[0 Watt]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], PowerConsumption]]

    HeliumValve

    The gas valve that regulates the flow of argon gas to this instrument.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    Computer

    Links to the computer object that drives this instrument.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    ComputerName

    The name of the computer that currently communicates with the instrument.
    Format: Single
    Class: String
    Programmatic Pattern: _String

    OperatingSystem

    Operating system that the instrument's acquisition software runs on.
    Format: Computable
    Programmatic Pattern: OperatingSystemP
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], OperatingSystem]]

    Software

    The acquisition software and version currently in use on the instrument.
    Format: Single
    Class: String
    Programmatic Pattern: _String

    InstrumentSoftware

    The instrument-specific software that this computer has installed.
    Format: Multiple

    [[1]] Software Name

      Header: Software Name
      Class: Expression
      Programmatic Pattern: InstrumentSoftwareP

    [[2]] Version Number

      Header: Version Number
      Class: String
      Programmatic Pattern: _String

    ComputerIP

    IP of the computer that currently communicates with the instrument.
    Format: Single
    Class: String
    Programmatic Pattern: IpP

    IP

    The IP of the instrument itself on the network.
    Format: Single
    Class: String
    Programmatic Pattern: IpP

    PDU

    The PDU that this instrument is connected to.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    PDUIP

    The IP address of the PDU this instrument is connected to.
    Format: Computable
    Programmatic Pattern: IpP
    Expression: SafeEvaluate[{Field[PDU]}, Download[Field[PDU], IP]]

    PDUPort

    The specific PDU port this instrument is connected to.
    Format: Computable
    Programmatic Pattern: PDUPortP
    Expression: SafeEvaluate[{Field[PDU], Field[Object]}, Computables`Private`getPDUPort[Field[Object], Field[PDU], PDUInstrument]]

    WasteContainer

    The container connected to the instrument used to collect any liquid waste produced by the instrument during operation.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    Dongle

    Indicates if the instrument requires a security dongle in the computer to run.
    Format: Computable
    Programmatic Pattern: BooleanP
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], Dongle]]

    Balances

    The balances that are contained within this instrument for weighing purposes.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    FailsafeImageLog

    A record of the hard drive clones made for this instrument and its associated computers.
    Format: Multiple

    [[1]] Date

      Header: Date
      Class: Date
      Programmatic Pattern: _?DateObjectQ

    [[2]] HardDrive Object

    [[3]] Cloned By

      Header: Cloned By
      Class: Link
      Programmatic Pattern: _Link
      Relation: Object[User]

    TipType

    The type of tip used by the liquid handler. Options include: DisposableTip or FixedTip.
    Format: Computable
    Programmatic Pattern: LiquidHandlerTipTypeP
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], TipType]]

    LiquidHandlerType

    The type of function that this liquid handler is capable of performing.
    Format: Computable
    Programmatic Pattern: LiquidHandlerTipTypeP
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], LiquidHandlerType]]

    Scale

    The volume range at which dispensing is being performed with this liquid handler (volume greater than 2ml is defined as Macro).
    Format: Computable
    Programmatic Pattern: LiquidHandlingScaleP
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], Scale]]

    TubingType

    Material the system tubing is composed of.
    Format: Computable
    Programmatic Pattern: PlasticP
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], TubingType]]

    SyringeVolume

    The capacity of the syringe pump used to dispense the fluid.
    Format: Computable
    Programmatic Pattern: GreaterP[0 Liter]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], SyringeVolume]]

    TransferLoopVolume

    The capacity of the tubing which contains the fluid being transferred between the aspiration and dispense steps of the syringe pump cycle.
    Format: Single
    Class: Real
    Unit: 1 milliliter
    Programmatic Pattern: GreaterP[0 Liter]

    PrimeVolume

    The amount of liquid needed to fill the liquid handler's lines prior to its use.
    Format: Computable
    Programmatic Pattern: GreaterP[0 Liter]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], PrimeVolume]]

    LogFilePath

    File path on network where Log files are stored.
    Format: Single
    Class: String
    Programmatic Pattern: FilePathP

    RecirculatingPump

    The recirculating pump that is connected to this liquid handler instrument to regulate temperature of deck items.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    WastePump

    Waste pump that drains waste liquid into the carboy.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    SmallDispensingPort

    Dispensing port connected to the 10 ml pump of the macro liquid handler.
    Format: Multiple

    [[1]] Port Number

      Header: Port Number
      Class: Integer
      Programmatic Pattern: RangeP[1, 5]

    [[2]] Connected Part

    MediumDispensingPort

    Dispensing port connected to the 100 ml pump of the macro liquid handler.
    Format: Multiple

    [[1]] Port Number

      Header: Port Number
      Class: Integer
      Programmatic Pattern: RangeP[1, 6]

    [[2]] Connected Part

    LargeDispensingPort

    Dispensing port connected to the 1000 ml pump of the macro liquid handler.
    Format: Multiple

    [[1]] Port Number

      Header: Port Number
      Class: Integer
      Programmatic Pattern: RangeP[1, 6]

    [[2]] Connected Part

    AqueousWashSolutionContainer

    The container connected to the instrument used to store the aqueous solution used to wash the lines in a macro liquid handler.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    OrganicWashSolutionContainer

    The container connected to the instrument used to store the organic solution used to wash the lines in a macro liquid handler.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    AqueousWashSolutionInlets

    The tubings connecting aqueous wash solution container to the instrument to wash the lines in a macro liquid handler.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    OrganicWashSolutionInlets

    The tubings connecting organic wash solution container to the instrument to wash the lines in a macro liquid handler.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    PDUUVLampController

    The PDU that this instrument is connected to.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    PDUFanFilterUnitController

    The PDU that this instrument is connected to.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    TopLight

    The lamp that is connected to this liquid handler instrument for illumination.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

Storage Information

    ProvidedStorageCondition

    The physical conditions such as temperature and humidity this instrument provides for samples stored long term within it.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    LocalCache

    Containers located near this instrument that hold items required for standard operation.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

Container Specifications

Dimensions & Positions

    DeckLayout

    The current configuration of container models in specified positions on this instrument.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    Dimensions

    The external dimensions of this instrument.
    Format: Computable
    Programmatic Pattern: {GreaterP[0 Meter], GreaterP[0 Meter], GreaterP[0 Meter]}
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], Dimensions]]

    CrossSectionalShape

    The shape of this instrument in the X-Y plane.
    Format: Computable
    Programmatic Pattern: CrossSectionalShapeP
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], CrossSectionalShape]]

    Cameras

    Cameras monitoring the positions on this instrument.
    Format: Multiple

    [[1]] Position

      Header: Position
      Class: String
      Programmatic Pattern: _String

    [[2]] Cameras monitoring each positions

    ContainerImage2DFile

    A top-down (X-Y plane) image of this model of instrument which can be overlaid on a 2D container plot.
    Format: Computable
    Programmatic Pattern: ImageFileP
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], ContainerImage2DFile]]

    Shape2D

    A Graphics primitive corresponding to the 2D shape of this instrument.
    Format: Computable
    Programmatic Pattern: _Polygon | _Circle
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], Shape2D]]

    Shape3D

    A Graphics primitive corresponding to the 3D shape of this instrument.
    Format: Computable
    Programmatic Pattern: _Polygon
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], Shape3D]]

    TubingOuterDiameter

    Outer diameter of the tubing that connects to the instrument.
    Format: Computable
    Programmatic Pattern: GreaterP[0 Meter]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], TubingOuterDiameter]]

    InternalDimensions

    The size of space inside the liquid handler in the form of: {X Direction (Width),Y Direction (Depth),Z Direction (Height)}.
    Format: Computable
    Programmatic Pattern: {GreaterP[0 Meter], GreaterP[0 Meter], GreaterP[0 Meter]}
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], InternalDimensions]]

    BufferDeck

    The platform which contains the liquids that are used as buffers/solvents by the instrument.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    ReservoirDeck

    The platform which contains the reservoir and storage containers that are used by the instrument.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

Plumbing Information

    Connectors

    Specifications for the interfaces on this instrument that may connect to other plumbing components or instrument ports.
    Format: Multiple

    [[1]] Connector Name

      Header: Connector Name
      Class: String
      Programmatic Pattern: ConnectorNameP

    [[2]] Connector Type

      Header: Connector Type
      Class: Expression
      Programmatic Pattern: ConnectorP

    [[3]] Thread Type

      Header: Thread Type
      Class: Expression
      Programmatic Pattern: ThreadP|GroundGlassJointSizeP|None

    [[4]] Inner Diameter

      Header: Inner Diameter
      Class: Real
      Unit: 1 inch
      Programmatic Pattern: GreaterP[0 Inch]

    [[5]] Outer Diameter

      Header: Outer Diameter
      Class: Real
      Unit: 1 inch
      Programmatic Pattern: GreaterP[0 Inch]

    [[6]] Gender

      Header: Gender
      Class: Expression
      Programmatic Pattern: ConnectorGenderP|None

    Nuts

    A list of the ferrule-compressing connector components that have been attached to the connecting ports on this instrument.
    Format: Multiple

    [[1]] Connector Name

      Header: Connector Name
      Class: String
      Programmatic Pattern: ConnectorNameP

    [[2]] Installed Nut

    [[3]] Connector Gender

      Header: Connector Gender
      Class: Expression
      Programmatic Pattern: ConnectorGenderP|None

    Ferrules

    A list of the compressible sealing rings that have been attached to the connecting ports on this instrument.
    Format: Multiple

    [[1]] Connector Name

      Header: Connector Name
      Class: String
      Programmatic Pattern: ConnectorNameP

    [[2]] Installed Ferrule

    [[3]] Ferrule Offset

      Header: Ferrule Offset
      Class: Real
      Unit: 1 millimeter
      Programmatic Pattern: GreaterP[0 Milli Meter]

    Connections

    A list of the plumbing components to which this instrument is directly connected to allow flow of liquids/gases.
    Format: Multiple

    [[1]] Connector Name

      Header: Connector Name
      Class: String
      Programmatic Pattern: ConnectorNameP

    [[2]] Connected Object

    [[3]] Object Connector Name

      Header: Object Connector Name
      Class: String
      Programmatic Pattern: ConnectorNameP

    ConnectionLog

    The plumbing connection history of this instrument's ports.
    Format: Multiple

    [[1]] Date

      Header: Date
      Class: Date
      Programmatic Pattern: _?DateObjectQ

    [[2]] Change Type

      Header: Change Type
      Class: Expression
      Programmatic Pattern: Connect|Disconnect

    [[3]] Connector Name

      Header: Connector Name
      Class: String
      Programmatic Pattern: ConnectorNameP

    [[4]] Connected Object

    [[5]] Object Connector Name

      Header: Object Connector Name
      Class: String
      Programmatic Pattern: ConnectorNameP

    [[6]] Responsible Party

    ConnectedPlumbing

    All plumbing components that are most closely associated with this instrument's plumbing system.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    PlumbingFittingsLog

    The history of the connection type present at each connector on this instrument.
    Format: Multiple

    [[1]] Date

      Header: Date
      Class: Date
      Programmatic Pattern: _?DateObjectQ

    [[2]] Connector Name

      Header: Connector Name
      Class: String
      Programmatic Pattern: ConnectorNameP

    [[3]] Connector Gender

      Header: Connector Gender
      Class: Expression
      Programmatic Pattern: ConnectorGenderP|None

    [[4]] Installed Nut

      Header: Installed Nut
      Class: Link
      Programmatic Pattern: _Link

    [[5]] Installed Ferrule

    [[6]] Ferrule Offset

      Header: Ferrule Offset
      Class: Real
      Unit: 1 millimeter
      Programmatic Pattern: GreaterP[0 Milli Meter]

    [[7]] Responsible Party

    GasSources

    A list of containers that supply this instrument with gas through plumbing connections.
    Format: Multiple

    [[1]] Gas Type

      Header: Gas Type
      Class: Expression
      Programmatic Pattern: GasP

    [[2]] Source Container

    GasSourceLog

    The record of containers that supply this instrument with gas through plumbing connections.
    Format: Multiple

    [[1]] Date

      Header: Date
      Class: Date
      Programmatic Pattern: _?DateObjectQ

    [[2]] Change Type

      Header: Change Type
      Class: Expression
      Programmatic Pattern: Connect|Disconnect

    [[3]] Gas Type

      Header: Gas Type
      Class: Expression
      Programmatic Pattern: GasP

    [[4]] Source Container

    [[5]] Responsible Party

Wiring Information

Compatibility

    AllowedPositions

    A pattern representing all the valid position names for this instrument.
    Format: Computable
    Programmatic Pattern: _Alternatives
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], AllowedPositions]]

Sensor Information

    ArgonPressureSensor

    Sensor used to monitor the pressure of the argon gas source (before any pressure reduction stage).
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    ArgonPressureRegulators

    The pressure regaultor used to control argon gas flow into this instrument.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    CO2PressureSensor

    Sensor used to monitor the pressure of the carbon dioxide gas source (before any pressure reduction stage).
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    CO2PressureRegulators

    The pressure regaultor used to control CO2 gas flow into this instrument.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    HeliumPressureSensor

    Sensor used to monitor the pressure of the helium gas source (before any pressure reduction stage).
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    HeliumPressureRegulators

    The pressure regaultor used to control helium gas flow into this instrument.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    NitrogenPressureSensor

    Sensor used to monitor the pressure of the nitrogen gas source (before any pressure reduction stage).
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    NitrogenPressureRegulators

    The pressure regaultor used to control nitrogen gas flow into this instrument.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    EnvironmentalSensors

    Any additional external sensors that are monitoring this particular instrument.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    Enclosures

    The types of physical enclosures that surround this instrument.
    Format: Multiple
    Class: Expression
    Programmatic Pattern: EnclosureTypeP

    WashSolutionScale

    Weight sensor used by this instrument to determine the amount of wash solution in the solvent drum.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    PurgePressureSensor

    Pressure sensor used by this instrument to measure the purge pressure.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    AqueousWashSolutionScale

    Weight sensor used by this instrument to determine the amount of aqueous wash solution in the solvent drum.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    OrganicWashSolutionScale

    Weight sensor used by this instrument to determine the amount of organic wash solution in the solvent drum.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    EmbeddedPC

    The CPU module used to control this liquid handler.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

Qualifications & Maintenance

    QualificationResultsLog

    A record of the qualifications run on this instrument and their results.
    Format: Multiple

    [Date]

      Header: Date
      Class: Date

    [Qualification]

    [Result]

      Header: Result
      Class: Expression

    QualificationFrequency

    The frequencies of the Qualifications targeting this instrument.
    Format: Computable
    Header: ['Qualification Model', 'Time Interval']
    Programmatic Pattern: {{ObjectReferenceP[Model[Qualification]], GreaterP[0 Day] | Null}...}
    Expression: SafeEvaluate[{Field[Model]}, Computables`Private`qualificationFrequency[Field[Model]]]

    RecentQualifications

    List of the most recent Qualifications run on this instrument.
    Format: Multiple

    [[1]] Date

      Header: Date
      Class: Expression
      Programmatic Pattern: _?DateObjectQ

    [[2]] Qualification

    [[3]] Qualification Model

      Header: Qualification Model
      Class: Link
      Programmatic Pattern: _Link

    QualificationExtensionLog

    A list of amendments made to the regular qualification schedule of this instrument, and the reason for the deviation.
    Format: Multiple

    [[1]] Qualification Model

      Header: Qualification Model
      Class: Link
      Programmatic Pattern: _Link

    [[2]] Original Due Date

      Header: Original Due Date
      Class: Expression
      Programmatic Pattern: _?DateObjectQ

    [[3]] Revised Due Date

      Header: Revised Due Date
      Class: Expression
      Programmatic Pattern: _?DateObjectQ

    [[4]] Responsible Party

      Header: Responsible Party
      Class: Link
      Programmatic Pattern: _Link
      Relation: Object[User]

    [[5]] Extension Category

      Header: Extension Category
      Class: Expression
      Programmatic Pattern: QualificationExtensionCategoryP

    [[6]] Extension Reason

      Header: Extension Reason
      Class: String
      Programmatic Pattern: _String

    MaintenanceFrequency

    A list of the maintenances which are run on this instrument.
    Format: Computable
    Header: ['Maintenance Model', 'Time Interval']
    Programmatic Pattern: {{ObjectReferenceP[Model[Maintenance]], GreaterP[0 Day] | Null}...}
    Expression: SafeEvaluate[{Field[Model]}, Computables`Private`maintenanceFrequency[Field[Model]]]

    RecentMaintenance

    List of the most recent maintenance runs on this instrument.
    Format: Multiple

    [[1]] Date

      Header: Date
      Class: Expression
      Programmatic Pattern: _?DateObjectQ

    [[2]] Maintenance

    [[3]] Maintenance Model

      Header: Maintenance Model
      Class: Link
      Programmatic Pattern: _Link

    MaintenanceLog

    All maintenance runs on this instrument over time.
    Format: Multiple

    [[1]] Date

      Header: Date
      Class: Expression
      Programmatic Pattern: _?DateObjectQ

    [[2]] Maintenance

    [[3]] Maintenance Model

      Header: Maintenance Model
      Class: Link
      Programmatic Pattern: _Link

    MaintenanceExtensionLog

    A list of amendments made to the regular maintenance schedule of this instrument, and the reason for the deviation.
    Format: Multiple

    [[1]] Maintenance Model

      Header: Maintenance Model
      Class: Link
      Programmatic Pattern: _Link

    [[2]] Original Due Date

      Header: Original Due Date
      Class: Expression
      Programmatic Pattern: _?DateObjectQ

    [[3]] Revised Due Date

      Header: Revised Due Date
      Class: Expression
      Programmatic Pattern: _?DateObjectQ

    [[4]] Responsible Party

      Header: Responsible Party
      Class: Link
      Programmatic Pattern: _Link
      Relation: Object[User]

    [[5]] Extension Category

      Header: Extension Category
      Class: Expression
      Programmatic Pattern: MaintenanceExtensionCategoryP

    [[6]] Extension Reason

      Header: Extension Reason
      Class: String
      Programmatic Pattern: _String

    Parts

    Parts currently installed on this instrument. For parts that have NumberOfHours tracked (e.g. lamps), this is displayed in the Time on Instrument key.
    Format: Computable
    Header: ['Part', 'Date Installed', 'Time on Instrument']
    Programmatic Pattern: {{ObjectReferenceP[Object[Part]], _?DateObjectQ | Null, Null | GreaterEqualP[0 Day]}...}
    Expression: SafeEvaluate[{Field[ContentsLog], Field[Contents]}, Computables`Private`partsCurrentComputable[Field[ContentsLog], Field[Contents]]]

    SharedParts

    Parts currently shared among multiple instruments.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    PartsLog

    A log of the parts that were previously installed on this instrument.
    Format: Computable
    Header: ['Part', 'Date Installed', 'Date Removed']
    Programmatic Pattern: {{ObjectReferenceP[Object[Part]], _?DateObjectQ | Null, _?DateObjectQ | Null}...}
    Expression: SafeEvaluate[{{Field[ContentsLog], Field[Parts]}}, Computables`Private`partsHistoryComputable[Field[ContentsLog], Field[Parts]]]

    PreventativeMaintenanceLog

    A record of the preventative maintenance that has been performed on this instrument.
    Format: Multiple

    [[1]] Date

      Header: Date
      Class: Date
      Programmatic Pattern: _?DateObjectQ

    [[2]] Vendor

    [[3]] Documentation

    TroubleshootingTickets

    Troubleshooting tickets that triggered maintenance on this instrument.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    VentilationVerificationLog

    A record of ventilation tests performed for this instrument.
    Format: Multiple

    [[1]] Date

      Header: Date
      Class: Date
      Programmatic Pattern: _?DateObjectQ

    [[2]] Qualification

    [[3]] Qualification Model

      Header: Qualification Model
      Class: Link
      Programmatic Pattern: _Link

    Certificates

    All instrument-related certificates received from vendors.
    Format: Multiple

    [[1]] Name

      Header: Name
      Class: String
      Programmatic Pattern: _String

    [[2]] Certificate

    CalibrationLog

    A list of all the calibrations that were performed on this liquid handler.
    Format: Multiple

    [[1]] Date

      Header: Date
      Class: Date
      Programmatic Pattern: _?DateObjectQ

    [[2]] Calibration Object

Health & Safety

    HazardCategories

    Hazards to be aware of during operation of this instrument.
    Format: Computable
    Programmatic Pattern: {HazardCategoryP...}
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], HazardCategories]]

    SampleHandlingCategories

    Specifies the types of handling classifications that need to be undertaken for this instrument and items on this instrument.
    Format: Computable
    Programmatic Pattern: {HandlingCategoryP...}
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], SampleHandlingCategories]]

Inventory

    Receiving

    The MaintenanceReceiveInventory in which this instrument was received.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    Manufacturer

    The company that manufactured the instrument.
    Format: Computable
    Programmatic Pattern: ObjectReferenceP[Object[Company, Supplier]]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], Manufacturer]]

    SerialNumbers

    A list of serial numbers of the instrument and/or its modules.
    Format: Multiple

    [[1]] Component Name

      Header: Component Name
      Class: String
      Programmatic Pattern: _String

    [[2]] Serial Number

      Header: Serial Number
      Class: String
      Programmatic Pattern: _String

Integrations

    IntegratedVacuumPumps

    The vacuum pumps that are connected to this instrument.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    OffDeckShelves

    The off deck shelves that can hold additional tip boxes or plates that can't fit onto the deck. When additional tips or plates are required, the HMotion arm will transport the tip box/plate onto the deck. The shelves in this field should be in the order of shelf 1-5 where shelf 5 is the closest to the liquid handling deck and shelf 1 is the furthest away from the deck.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    IntegratedCentrifuge

    The centrifuge that is connected to this liquid handler such that samples may be passed between the two instruments robotically.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    IntegratedIncubator

    The incubator that is connected to this liquid handler such that samples may be passed between the two instruments robotically.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    IntegratedPressureManifold

    The filtration device that is connected to this liquid handler such that samples may be passed between the two instruments robotically.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    IntegratedShakers

    The shakers that are connected to this liquid handler such that samples may be passed between the two instruments robotically.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    IntegratedHeatBlocks

    The heat blocks that are connected to this liquid handler such that samples may be passed between the two instruments robotically.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    IntegratedPlateTilters

    The plate tilters that are connected to this liquid handler such that samples may be passed between the two instruments robotically.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    IntegratedPlateSealer

    The plate seal that are connected to this liquid handler such that SBS microplate may be sealed robotically.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    IntegratedClearPlateSeal Magazine

    The plate sealer magazines loaded or to load optically clear plate seals that are connected to this liquid handler.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    IntegratedClearMagazinePark Position

    The park positions for plate sealer magazines loaded or to load optically clear plate seals that are connected to this liquid handler.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    IntegratedFoilPlateSeal Magazine

    The plate sealer magazines loaded or to load aluminum plate seals that are connected to this liquid handler.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    IntegratedFoilMagazinePark Position

    The park positions for plate sealer magazines loaded or to load aluminum plate seals that are connected to this liquid handler.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    IntegratedThermocyclers

    The thermocyclers that are connected to this liquid handler such that samples may be passed between the two instruments robotically.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    IntegratedMicroscopes

    The microscopes that are connected to this liquid handler such that samples may be passed between the two instruments robotically.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    IntegratedLiquidLevelDetector

    The liquid level detector that is connected to this liquid handler such that samples may be passed between the two instruments robotically.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    IntegratedPlateReader

    The plate reader that is connected to this liquid handler such that samples may be passed between the two instruments robotically.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    IntegratedPlateWasher

    The plate washer that is connected to this liquid handler such that samples may be passed between the two instruments robotically.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    IntegratedUVLamp

    The UV lamp that is connected to this liquid handler such that samples may be passed between the two instruments robotically.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

Operating Limits

    NitrogenPressure

    The pressure of the nitrogen gas used for pressure pushing samples.
    Format: Computable
    Programmatic Pattern: GreaterP[0 PSI]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], NitrogenPressure]]

    MinFlowRate

    The minimum flow rate of tips when aspirating or dispensing.
    Format: Computable
    Programmatic Pattern: 0 Liter Hold[GreaterP[-------]] Minute
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], MinFlowRate]]

    MaxFlowRate

    The maximum flow rate of the tips when aspirating or dispensing.
    Format: Computable
    Programmatic Pattern: 0 Liter Hold[GreaterP[-------]] Minute
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], MaxFlowRate]]

    MinVolume

    The minimum volume that the liquid handler can transfer accurately.
    Format: Computable
    Programmatic Pattern: GreaterP[0 Liter]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], MinVolume]]

    MaxVolume

    The maximum volume that the liquid handler can transfer.
    Format: Computable
    Programmatic Pattern: GreaterP[0 Liter]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], MaxVolume]]

    MaxHeight

    Maximum allowed height from the deck to the traverse height of the probe (with tip) to avoid any collision.
    Format: Computable
    Programmatic Pattern: GreaterP[0 Meter]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], MaxHeight]]

    MinTemperature

    Minimum temperature at which the liquid handler can perform thermal incubation.
    Format: Computable
    Programmatic Pattern: GreaterP[0 Kelvin]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], MinTemperature]]

    MaxTemperature

    Maximum temperature at which the liquid handler can perform thermal incubation.
    Format: Computable
    Programmatic Pattern: GreaterP[0 Kelvin]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], MaxTemperature]]

    MinStirRate

    The slowest rotational speed at which the liquid handler's stirrer can operate.
    Format: Computable
    Programmatic Pattern: GreaterEqualP[0 RPM]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], MinStirRate]]

    MaxStirRate

    The fastest rotational speed at which the liquid handler's stirrer can operate.
    Format: Computable
    Programmatic Pattern: GreaterP[0 RPM]
    Expression: SafeEvaluate[{Field[Model]}, Download[Field[Model], MaxStirRate]]
Last modified on Mon 26 Sep 2022 15:43:45