VWorks software calls the
GetLayoutBitmap method to get a dynamic bitmap from the plugin. The bitmap displays the specified labware and its location on a device.
VWorks software passes a LayoutVector XML block into the
LayoutInfoXML parameter of the
GetLayoutBitmap method.
The LayoutVector XML block contains the LayoutVector element and all its children. This XML block provides the names and locations of the specified labware. The plugin should parse the LayoutVector XML block and render a dynamic bitmap that shows the labware and its locations on the device.
The Layouts element contains one or more
Layout elements.
Each Layout element contains the type of a labware to show on the device and has the following attributes:
The following sample code is a LayoutVector XML block that is received by the plugin from
VWorks software as a string in the
LayoutInfoXML parameter of the
GetLayoutBitmap method.
VWorks software asks the plugin for a dynamic bitmap.
The plugin uses the information in the LayoutVector XML block to generate a dynamic bitmap that includes two labware at the locations named
1 and
2. No labware is present at locations
3 though
9, so the
Labware attribute for these
Layout elements is not specified.