14
M-CVM-B-DATALOGGER XML Manual
Instruction Manual
Table 12:Parameter description (2�6) ( Table 6)
Parameter
Description
id
Variable identifier (device.variable)
value
Value of the event:
phase
Phase in which the event occurs
duration
Duration of the event in milliseconds
averageValue
Average value
previousValue
Old value
eventType
Type of event :
0
: Interruption
1
: gap
3
: Overvoltage
endForced
Mark if the event has finished correctly (F) or has be forced to finalise
(T)
semicycleVoltage
Each of the points that make up the semi-circular effective voltage
associated with the event. This field is optional and may not exist.
date
Date and time (DDMMYYYYHHMMSSUUU)
value
Value
2.7.-/services/user/events.xml?begin=…?end=…?id=…
/services/user/events�xml?begin=…?end=…?id=…
Returns the events log of one or more events between dates “begin” and “end”. Each of the
events on which information is required must be included in the request as:
?id=name_event
The format of ”begin” and ”end” will be DDMMYYYY when you wish only to indicate the date
(in this case the hour will 00:00:00) or DDMMYYYYHHMMSS when both the date and the hour
are specified. Both “begin” as “end” must be expressed in UTC (Universal Coordinated Time).
<main>
<recordGroup>
<id> … </id>
<record>
<date> … </date>
<eventId> … </eventId>
<annotation> … </annotation>
<value> … </value>
</record>
…
</recordGroup>
…
</main>