Appendix
- 10 Oct 2022
- 1 Minute to read
- Print
- PDF
Appendix
- Updated on 10 Oct 2022
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
XML Compact File Example
<Data Name=”Country.Plant.BLK001” Start=”2018-03-12T10:00:00” End=”2018-03-12T10:01:00”>
<Tag Name=”Inv01/DCVoltage” Avg=”567.01” Good=”1.0” Count=”5”/>
<Tag Name=”Inv01/DCCurrent” Avg=”110.62” Good=”1.0” Count=”7”/>
<Tag Name=”Inv01/Frequency” Avg=”50.01” Good=”1.0” Count=”1”/>
</Data>
XML Extended File Example
<Data Name=”Country.Plant.BLK001” Start=”2018-03-12T10:00:00” End=”2018-03-12T10:01:00”>
<Tag Name=”Inv01/DCVoltage” Avg=”567.01” Good=”1.0” Count=”5”/>
<Tag Name=”Inv01/DCCurrent” Avg=”110.62” Good=”1.0” Count=”7”/>
<Tag Name=”Inv01/Frequency” Avg=”50.01” Good=”1.0” Count=”1”/>
</Data>
CSV Compact File Example
#Name=Country.Plant.BLK001
#Start=2018-03-12T10:00:00
#End=2018-03-12T10:01:00
Tag, Avg, Good, Count
Inv01/DCVoltage, 567.01, 1.0, 5
Inv01/DCCurrent, 110.62, 1.0, 7
Inv01/Frequency, 50.01, 1.0, 1
CSV Extended File Example
#Name=Country.Plant.BLK001
#Start=2018-03-12T10:00:00
#End=2018-03-12T10:01:00
Tag, Avg, Good, Count
/Country/Plant/BLK001/Inv01/DCVoltage, 567.01, 1.0, 5
/Country/Plant/BLK001/Inv01/DCCurrent, 110.62, 1.0, 7
/Country/Plant/BLK001/Inv01/Frequency, 50.01, 1.0, 1
Was this article helpful?