VWorks software calls the
Command method to tell the plugin to execute the specified task.
VWorks software passes a Command XML block into the
CommandXML parameter of the
Command method.
The Command XML block contains the Command element and all its children. This XML block describes the task to be executed.
Although VWorks software passes other XML metadata in the Command XML block, this information is of no interest to the plugin.
The Command element has two children:
Parameters and
Locations. The
Command element has the following attributes:
The Parameters element contains one or more
Parameter elements.
The Parameter element contains one
Ranges element and has the following attributes:
The Locations element contains one of more
Value elements.
Each Value element contains the name of a location that can be used by the task. This element has the following attribute:
The following sample code is a Command XML block that is received by the plugin from
VWorks software as a string in the
CommandXML parameter of the
Command method.
VWorks software tells the plugin to execute the
Execute method task at the location named
Location.