VWorks software calls the
GetSimulationTimes method to get the average simulation robot movement times for the Slow, Medium, and Fast speed settings from the plugin.
VWorks software passes an empty IRobotDriver_GetSimulationTimes_Input XML element into the
XML parameter of the
GetSimulationTimes method.
The following sample code contains an empty IRobotDriver_GetSimulationTimes_Input XML element that is received by the plugin from
VWorks software as a string in the
XML parameter of the
GetSimulationTimes method.
VWorks software asks the plugin for the average simulation robot speeds for the
3-Axis Robot’s Slow, Medium, and Fast settings.
The plugin returns an IRobotDriver_GetSimulationTimes_Output XML element in the
returnedXML parameter of the
GetSimulationTimes method. This XML element provides the average simulation robot movement times for the Slow, Medium, and Fast speed settings.
The IRobotDriver_GetSimulationTimes_Output element has the following attributes:
The following sample code contains an IRobotDriver_GetSimulationTimes_Output XML element that is returned to
VWorks software by the plugin as a string in the
returnedXML parameter of the
GetSimulationTimes method. The plugin returns the average simulation speeds for the
3-Axis Robot to
VWorks software.