VWorks software calls the
OnRelidMoveComplete method to notify the plugin that a relid operation was executed. The plugin determines whether the lid was successfully replaced and returns the results to
VWorks software.
VWorks software passes a Command XML block into the
LiddingXML parameter of the
OnRelidMoveComplete method.
The Command XML block for the OnRelidMoveComplete method contains the
Command element and all its children. This XML block describes the Relid task that caused the relid operation to occur.
When the plugin receives the Command XML block, it only needs to check the Name attribute of the
Location parameter. This attribute is designated by bold text in the following XML structure and input example.
Although VWorks software passes other XML metadata in the Command XML block, this information is of no interest to the plugin.
The Location parameter specifies the name of the location where the labware is to be relidded. If a lid is not present at the specified location after the relid operation is executed, the plugin notifies
VWorks software that the operation was successful. If a lid is present, the plugin notifies
VWorks software that the relid operation was not successful. This
Parameter element has the following attributes plus the
Scriptable,
Style, and
Type attributes:
The following code is a Command XML block received by the plugin from VWorks software as a string in the
LiddingXML parameter of the
OnRelidMoveComplete method. To determine whether the relid operation was successful, the plugin looks for a lid at the location named
Stage.