VWorks software calls the
UnloadPlate method to tell the plugin to present the specified labware to the robot. Then the robot unloads the labware from the specified location or from the device’s transfer station.
VWorks software calls this method each time an Unload task is executed during a protocol run.
VWorks software passes a StorageLocation XML block into the
UnloadPlateLocationXML parameter of the
UnloadPlate method.
The StorageLocation XML block contains the StorageLocation element and all its children. This XML block provides information about the location on the storage device that is used for a Load or Unload task.
The StorageLocation element has two children:
Coordinates and
Location.
Each StorageLocationCoordinate element has one of the following pairs of
Name and
Value attributes.
The Location element contains information about the location on the storage device. The
Location element is defined in
“Location element” .
The following sample code is a StorageLocation XML block that is received by the plugin from
VWorks software as a string in the
UnloadPlateLocationXML parameter of the
UnloadPlate method.
VWorks software tells the plugin to accept a labware from the robot. Then the robot is to unload the specified labware to the location named
Primary (Load/Unload) Pad, which is one of the StoreX device’s external locations.