VWorks software calls the
OnDelidMoveComplete method to notify the plugin that a delid operation was executed. The plugin determines whether the lid was successfully removed and returns the results to
VWorks software.
VWorks software passes a Command XML block into the
LiddingXML parameter of the
OnDelidMoveComplete method.
The Command XML block for the OnDelidMoveComplete method contains the
Command element and all its children. This XML block describes the Delid task that caused the delid 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 delidded. If a lid is present at the specified location after the delid operation is executed, the plugin notifies
VWorks software that the operation was successful. If a lid is not present, the plugin notifies
VWorks software that the delid 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
OnDelidMoveComplete method.
VWorks software notifies the plugin that the specified delid operation was executed. To determine whether the delid move was successful, the plugin looks for a lid at the location named
Stage.