XML sample: transfer readings from Fixed Network to FCS
This sample shows the reading data after the IEE DeviceComm service transforms the data in the OpenWay reading format into the CRF.
<?xml version="1.0" encoding="Windows-1252"?> <MeterReadingDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ImportExportParameters CreateResubmitFile="True"> <DataFormat DSTTransitionType="ITRON_Compliant" ReadingTimestampType="MeterDefault" /> </ImportExportParameters> <Channels> <Channel ReadingsInPulse="false"> <ChannelID EndPointChannelID="32004334:1" /> <ContiguousIntervalSets> <ContiguousIntervalSet NumberOfReadings="2"> <TimePeriod EndTime="2009-03-25T08:00:00" StartTime="2009-03-25T7:45:00"/> <Readings> <Reading Value="1979" /> <Reading Value="866"> <ReadingStatus> <StatusCodes> <Code>TEST</Code> </StatusCodes> </ReadingStatus> </Reading> </Readings> </ContiguousIntervalSet> </ContiguousIntervalSets> </Channel> <Channel ReadingsInPulse="false" IsRegister=”true”> <ChannelID EndPointChannelID="32004335:1" /> <Readings> <Reading Value="1979.000" ReadingTime="2009-03-25T8:00:00"/> </Readings> </Channel> <Channel ReadingsInPulse="false" IsRegister=”true” MarketType=”Gas”> <ChannelID EndPointChannelID="78102FFFFFF9D:1" /> <Readings> <Reading Value="2.000" ReadingTime="2009-03-25T8:00:00Z" /> </Readings> </Channel> </Channels> </MeterReadingDocument>