История страницы
...
value of the attribute "name" is the name of the variable to which we pass the parameter. This variable must be created in the robot to which we pass the parameter. The robot that passes the parameter may not have such a variable;
in the value of the InOutResource element it is necessary to specify the type of the variable to which the passed parameter will be written and the passed value, i.e. the parameter itself;
if the robot needs to pass several parameters, it is necessary to copy the InOutResource element the required number of times and write the parameter values into it.
XML file structure:
<?xml version="1.0" encoding="utf-16"?>
<ActionInOut xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="5.1.0" scenarioLogLevel="ActionDeveloperDebug">
<InOutResources>
<InOutResource name="The name of the variable in the robot to be run; the passed value/parameter will be written to it"><![CDATA[<Type of transferred value>Transferred value/parameter</Type of transferred value>]]></InOutResource>
</InOutResources>
<ActionBreakpoints />
<ActionLogLevels />
</ActionInOut>xml file structure