Rainforest Automation, Inc.
EAGLE™
Uploader API Manual
14
EndTime
Up to 8 hex digits
UTC Time (offset in seconds from 00:00:00
01Jan2000) when fast poll will end. If
EndTime is earlier than the current time, then
fast poll mode is turned off.
9. HistoryData
A
HistoryData
fragment contains a series of elements; each element is a
CurrentSummation
fragment. It is sent in response to a
get_history_data
command.
<HistoryData>
<CurrentSummation>
<DeviceMacId>0xFFFFFFFFFFFFFFFF</DeviceMacId>
<MeterMacId>0xFFFFFFFFFFFFFFFF</MeterMacId>
<TimeStamp>0xFFFFFFFF</TimeStamp>
<SummationDelivered>0xFFFFFFFF</SummationDelivered>
<SummationReceived>0xFFFFFFFF</SummationReceived>
<Multiplier>0xFFFFFFFF</Multiplier>
<Divisor>0xFFFFFFFF</Divisor>
<DigitsRight>0xFF</DigitsRight>
<DigitsLeft>0xFF</DigitsLeft>
<SuppressLeadingZero>{enumeration}</SuppressLeadingZero>
</CurrentSummation>
:
:
<CurrentSummation>
<DeviceMacId>0xFFFFFFFFFFFFFFFF</DeviceMacId>
<MeterMacId>0xFFFFFFFFFFFFFFFF</MeterMacId>
<TimeStamp>0xFFFFFFFF</TimeStamp>
<SummationDelivered>0xFFFFFFFF</SummationDelivered>
<SummationReceived>0xFFFFFFFF</SummationReceived>
<Multiplier>0xFFFFFFFF</Multiplier>
<Divisor>0xFFFFFFFF</Divisor>
<DigitsRight>0xFF</DigitsRight>
<DigitsLeft>0xFF</DigitsLeft>
<SuppressLeadingZero>{enumeration}</SuppressLeadingZero>
</CurrentSummation>
</HistoryData>
10. ProfileData
A
ProfileData
fragment is sent in response to a
get_profile_data
command. It contains a set of
interval data points that have been stored by the meter (support for this feature varies by meter
and utility). Each data point represents the change in total summation reading over a specified
time interval. This time interval is reported in the ProfileIntervalPeriod field. The type of interval
data (summation delivered or received) depends upon the IntervalChannel field in the
get_profile_data
command. Data is organized in reverse chronological order: the most recent
interval is transmitted first and the oldest interval is transmitted last.