10
M-CVM-B-DATALOGGER XML Manual
Instruction Manual
<values>
<variable>
<id> … </id>
<value> … </value>
</variable>
…
</values>
Where:
Table 5: Parameter description (2�4)�
Parameter
Description
values
Main field which will identify the XML as a response to the request
for variable values
variable
List of variables:
id
Identifier of the variable in device.variable format
value
Value of variable at the time of the request.
2.5.-/services/user/forceVariables.xml?id=dispositivo
/services/user/forceVariables�xml?id=dispositivo
With this request we may send the order to force variables to PowerStudio. The request must
include the name of the device we want to force so that, if necessary, authentication can be
checked. Only variables belonging to the device indicated in the request will be forced.
<forceVariables>
<forceVar>
<forceName> … </forceName>
<forceValue> … </forceValue>
</forceVar>
…
</forceVariables>
Where:
Table 6: Parameter description (2�5)�
Parameter
Description
forceVariables
Main field that will identify the XML as a request to force variables.
forceVar
Information on each of the variables to be forced:
forceName
Name of the variable in device.variable format. Only variables that
can be forced, for example digital output variables.
forceValue
Value to which we wish to force the variable.