VWorks User Guide : Setting parameters for liquid-handling tasks : AM Mix (Bravo)

AM Mix (Bravo)
Description
The AM Mix (Bravo) () task is designed for aspirating and dispensing fluids through AssayMAP Bravo cartridges that are mounted on the Bravo 96AM Head.
 
Bravo Platform with Bravo 96AM Head
Main Protocol, Bravo Subprocess
The AM Mix (Bravo) task has the same task parameters as the Mix (Bravo) task, plus an additional parameter that enables you to override the flow rate in the liquid class, if specified. Precise flow-rate control is critical for the performance of the AssayMAP Bravo cartridges. The option to override the aspirate and dispense flow rate (velocity) in the liquid class enables an operator to change the flow rate from experiment to experiment for rapid method development without modifying the liquid class. Likewise, the flow rate can vary for different AM Mix tasks that use the same liquid class in a given protocol.
Figure. Liquid class velocity setting in the Liquid Library Editor and flow rate override option
 
Task parameters
After adding the AM Mix task at the desired point in the protocol, set the following parameters in the Task Parameters area:
 
 
 
 
A JavaScript variable enables the value to be assigned later. For example, using a VWorks form, an operator could easily change the flow rate for a mix step in increments from as low as 1 µL/min up to 2000 µL/min or more using the same liquid class.
If the task is included in a VWorks macro, a JavaScript variable enables you to change the value for the task at the macro level.
The rate at which the Bravo 96AM Head moves during the aspirate action. The software calculates the distance over which the tips will move without crashing.
At the same rate as the volume change. Calculate dynamic tip extension (DTE) as follows:
(Vaspirated * DTE) + Distancewell bottom
Use this parameter only if the Bravo 96AM Head has fewer tips than the number of wells in the microplate, or if you are in single-row or single-column mode.
 
 
Quadrant pattern well selection
A quadrant is an evenly spaced array of locations that are accessible by the tips on a pipette head.
IMPORTANT For the Bravo 96AM Head, the quadrant pattern option is available only if you are using 384-well microplates.
 
 
Instead of a column- or row-wise pattern, you can select a quadrant pattern during well selection.
The quadrant pattern option is available only if:
IMPORTANT If you select a quadrant pattern, specifications in the Well Selection dialog box will override task.Wellselection values assigned in the Advanced Settings area.
To select a quadrant pattern:
1
In the Task Parameters area, click the Well selection parameter box, and then click the Browse button. The Well Selection dialog box opens. By default, the Normal well selection option is selected. This option is used for column- and row-wise liquid-handling patterns.
 
2
Select Quadrant pattern in a loop. The contents of the dialog box change. Notice the following:
Note: The last two patterns are unavailable if a group contains 16 wells. For example, the last two patterns are not available if you have a 96-well pipette head and a 1536-well microplate.
 
3
In the following example, the third quadrant (B1 well) is selected.
 
4
In the following example, the second pattern is selected (right-to-left, then top-to-bottom). The third quadrant (B1) is the starting well. The resulting movement is:
Quadrant 3 (B1)
Quadrant 2 (A2)
Quadrant 1 (A1)
Quadrant 4 (B2)
 
5
When you are finished, click OK to save the changes and return to the VWorks window.
 
 
Example: Allowing an operator to change the mix flow rate using an edit control on a VWorks form
Goal
Allow an operator to change the mix flow rate from run to run without modifying the liquid class.
Implementation
In the protocol, the AM Mix task is added. In the task parameters, the Override dispense flow rates from liquid class check box is selected, and the Aspirate/dispense flow rate is specified as a variable, for example =mixFlowRate.
In the VWorks form, an edit control is added for the mix flow rate using the =mixFlowRate variable. The operator can enter values within a specified range in the form and run the protocol using the form. For details on how to design VWorks forms to run protocols, see Creating protocol forms for operators.
Related information
 
Using the Bravo 96AM Head