Hello
I am running a simulation and I added those output line
Output:Variable,
*, !- Key Value
Zone Ideal Loads Zone Total Heating Energy , !- Variable Name
RunPeriod; !- Reporting Frequency
Output:Variable,
*, !- Key Value
Zone Ideal Loads Zone Total Cooling Energy , !- Variable Name
RunPeriod; !- Reporting Frequency
So I get those on the Variables CSV I what to get it on the XML output so my app can catch the information easier
I also use
OutputControl:Table:Style,
CommaAndXML, !- Column Separator
None; !- Unit Conversion
Any advise?