VWorks User Guide : Setting parameters for scheduling tasks : Define Plate Set

Define Plate Set
Description
The Define Plate Set task () allows you to create an array variable to represent a group of process plates that will be processed using the same tasks in a looping routine. You can reference the plate set using the Location, plate parameter in a task.
 
Requirements
You must use the Define Plate Set task with the Loop and Loop End tasks, and it must be added in the protocol as follows:
The Loop tasks allow you to specify the starting array index value, how frequently the variable will increment or decrement, and the amount by which the index will increment or decrement.
Custom parameters
After adding the Define Plate Set task at the desired point in the protocol, define the plate set in the Custom Parameters area:
 
 
To define a new name, click Change, type the new name, and then click OK.
To add a process plate, click Add plate. A new row appears in the Array table and an index value is automatically assigned. In the Plate field, select a process plate from the list.
Array index. The value that identifies the process plate in the array.
Plate. The process plate name.
Referencing a plate set in a task
To reference a plate set in a task:
1
2
In the Task Parameters area, select the plate-set variable from the Location, plate list.
If the variable does not appear in the list, make sure:
The following example shows the Aspirate task parameters. Three plate-set variables were defined earlier in the protocol and are available for selection: Tips, Source, and Destination. The example shows the Source variable selected.
 
Example: Define a plate set for processing on the Bravo Platform
Goal
Define a plate set of source microplates (Source A, B, C, and D). Aspirate from each source microplate into a destination microplate.
Implementation
Add a Define Plate Set task at the beginning of the protocol.
I
The plate set is called PlateSet.
I
Instead of adding four separate Aspirate tasks for each source microplate, add only one Aspirate task in the liquid-handling subprocess. In the Aspirate Task Parameters area, PlateSet is selected.
I
Related information