VWorks software received an error message for the plugin from a script associated with a labware.
VWorks software calls the
ScriptPlateError method to send an error message to the plugin from a script associated with a labware.
VWorks software passes a ScriptPlateError XML element into the
sXML parameter of the
ScriptPlateError method. This XML element provides information about the labware and the error message from the script.
The ScriptPlateError element has the following attributes:
The following sample code is a ScriptPlateError XML element that is received by the plugin from
VWorks software as a string in the
sXML parameter of the
ScriptPlateError method.
VWorks software passes the following error message, which is from a script associated with the microplate named
process ‑ 1 1:
The plugin returns a HookResults XML block in the sResultXML parameter of the
ScriptPlateError method. For information about the structure and contents of this XML block, see
“HookResults XML block” .
The following sample code is a HookResults XML block that is returned to VWorks software by the plugin as a string in the
sResultXML parameter of the
ScriptPlateError method. The plugin tells
VWorks software to pause the protocol.