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 2024-11-10 10:20:28 -0600

RobinCris's avatar

updated 2024-11-11 09:18:52 -0600

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2024-11-11 22:45:16 -0600

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.

edit flag offensive delete link more

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: 2024-11-10 10:20:28 -0600

Seen: 25 times

Last updated: 2 days ago