The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
|
RVI and RVX 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: RVI and RVX file (/showthread.php?tid=98) |
RVI and RVX file - Rose - 04-04-2015 Hi all I know how to make a correct (.rvi file) for outputs from output: variable and correct (.rvi file) for outputs from output: meter, separately. But I’m wondering If we have some outputs from output: variable and some outputs from output: meter, simultaneously, how we could make a correct (.rvi file) and (.rvx file) in order to browse it to jEPlus please?? For example: Outputs from output: variable are Site Outdoor Air Drybulb Temperature Site Sky Temperature Outputs from output: meter are InteriorLights:Electricity Electricity:Zone: ZONE 1 Thanks a lot Rose RE: RVI and RVX file - ivank - 04-07-2015 Hi Rose, You can combine them in one rvi file. The rvi should look like: Code: eplusout.eso Bare in mind you need to specify output variables and meters in the idf file. Cheers, Ivan RE: RVI and RVX file - Rose - 04-08-2015 Hi dear Ivan, Thanks alot.But How a bout rvx file.To be honest,i could not catch from the jEPlus tutorial how to make a correct rvx file.Anyway,i really thank you to respond dear Ivan. Rose RE: RVI and RVX file - ivank - 04-08-2015 Hi Rose, You can use rvx file as well, however you'll need rvi's too. rvx helps a lot if you would like to create multiple output files from one simulation by defining several rvi's. In your particular case you just need one summary table (TestResults) and rvx file would be (don't forget brackets and pay attention to comas): Code: { In addition to this you'll need to specify Test.rvi file in the same folder where rvx file is. The Test.rvi file should be as in my first reply to you. Cheers, Ivan RE: RVI and RVX file - Rose - 04-12-2015 Hi dear Ivan, I really thank you for the answer. Bests Rose |