First time here? Check out the Help page!

Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
0

output Zone Ideal Loads Supply Air to xml

asked Nov 10

RobinCris's avatar

updated Dec 20

sashadf1's avatar

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 want 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 advice?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered Nov 12

I don't believe you can get output variables/meters in XML format. The OutputControl:Table:Style object only controls the standard tabular output reports.

However, you can get output variables in JSON or SQLite format if that helps by using the Output:JSON or Output:SQLite objects.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: Nov 10

Seen: 94 times

Last updated: Dec 20 '24