The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
|
How to include total COST in Output file? - Printable Version +- jeplus.org forums (http://jeplus.org/mybb) +-- Forum: Building simulation tools (http://jeplus.org/mybb/forumdisplay.php?fid=1) +--- Forum: jEPlus (http://jeplus.org/mybb/forumdisplay.php?fid=2) +--- Thread: How to include total COST in Output file? (/showthread.php?tid=21) |
How to include total COST in Output file? - Shang Sun - 12-02-2014 Hi, How can I include the cost information in jEplus output files? I hope I can get the Electricity/Gas/Total cost. Can I do that? Thank you! RE: How to include total COST in Output file? - Yi - 12-04-2014 Dear Shang, Cost information is normally available from the SQLite output. You will need to (1) enable this output in the IDF model, (2) work out the SQL commands to extract the numbers, and then (3) put the commands in the .rvi (or the new .rvx) file. See the example "example_2-rvx_E+v8.1" in the jEPlus package. By the way, there is an error with the 5ZoneCostEst.rvi file, where the sql commands are missing. You can copy and paste the sql commands from the my.rvx file to fix it. Ivan did a useful tutorial video on how to access output in the sql file. Here is the link: http://www.jeplus.org/wiki/doku.php?id=docs:videos:3_sqlite Yi |