
Model: Lynx
The Lynx Liquid Handling Robot Series Platform, or Workstation, is designed to meet the current application needs of today’s Life Science Companies. Through the implementation of Volume Verified Pipetting (VVP) technology, in the 96 VVP and f8 VVP Pipetting Tools, we can directly measure liquid entering and leaving the tip volumetrically creating a final validation report that methods are accomplished as programmed. These VVP pipetting tools take the guess work out of pre-validated methods running water, reagents with dye or multiple dispenses over a balance to ‘average out’ how individual liquids may be handled. Now, validated reports are the standard with actual volumes recorded at each liquid aspirate/dispense activity and stored in the same folder as all the other standard sample tracking information; such as sample bar codes, tip and plate bar codes, reagent lot number and more. Combine VVP technology with your choice of multiple deck sizes, Standard Volume (SV) syringe based 96 and 384 pipetting tools, microplate gripper tools and vision scanning tools to configure just about any combination of liquid handling robotic system to accomplish your application.
Lynx Liquid Handler Commands
-
Get Last Error
string getLastError()
Gets the description of the last error.Returns:
Error description. -
Start Method
void startMethod(string methodName)
Attempts to start a method.Parameters:
- methodNameMethod name, not including the file extension. Default: demo
-
Get Application State
string getApplicationState()
Retrieves the state of the application.Returns:
| separated string which contains application state, workspace name and worktable names. -
Set Variable
void setVariable(string variableName, string variableValue)
Sets the variable value.Parameters:
- variableNameName of the variable.
- variableValueValue for the variable.
-
Get Variable
string getVariable(string variableName)
Gets the value for specified variable.Parameters:
- variableNameName of the variable.
Returns:
Value of the specified variable. -
Get Input
boolean getInput(string inputName)
Gets the state of digital input.Parameters:
- inputNameName of the digital input.
Returns:
True – the digital input is active, false otherwise. -
Query Worktable Plate
string queryWorktablePlate(string worktableName, string plateName)
Performs a query on the specified worktable for the plate with the specified name.Parameters:
- worktableNameName of the worktable.
- plateNameName of the plate.
Returns:
Query results. -
Query Worktable Barcode
string queryWorktableBarcode(string worktableName, string barcode)
Performs a query on the specified worktable for the plate with the specified barcode.Parameters:
- worktableNameName of the worktable.
- barcodePlate barcode.
Returns:
Query results. -
Query Worktable Location
string queryWorktableLocation(string worktableName, string location)
Performs a query on the specified worktable for all the plates in the location with the specified name.Parameters:
- worktableNameName of the worktable.
- locationLocation name.
Returns:
Query results. -
Initialize Hardware
void initializeHardware()
Starts a hardware initialization in the MM4 application using the default hardware initialization selections.