SMA Sunny Data Control V.5.0 User Manual
Page 105

Transferring Data to the Internet
SMA Technologie AG
Technical Description
SDC-TEN081450
107
The number of occurrences of the "<Channel>" element within the "<Channels>" element is equal to
the number of channels included in the online display for this device.
Below is a cohesive section of an example file:
?xml version="1.0" encoding="ISO-8859-1" ?
<!--
**** Sunny Data Control Online Display Data File ****
-->
<OnlineData>
<Date>2002-10-14</Date>
<Time>17:03:27</Time>
<Devices>
<Device>
<Name>SBC+9tgf SN:114413059</Name>
<SerNr>114413059</SerNr>
<PositionX>0</PositionX>
<PositionY>0</PositionY>
<PerformChanName>Pac</PerformChanName>
<Perform>72</Perform>
<ColorCount>90</ColorCount>
<Channels>
<Channel>
<Name>Pac</Name>
<Value>1234.000</Value>
<Unit>kW</Unit>
</Channel>
<Channel>
<Name>E-Total</Name>
<Value>2345</Value>
<Unit>kWh</Unit>
</Channel>
<Channels>
</Device>
. . .
</Devices>
</OnlineData>