The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 36 - File: global.php(844) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/global.php(844) : eval()'d code 36 errorHandler->error
/global.php 844 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5132 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 5132 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7288 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7288 errorHandler->error
/inc/functions.php 5152 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7288 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7288 errorHandler->error
/inc/functions.php 5152 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



jeplus.org forums
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
eplusout.csv
Site Outdoor Air Drybulb Temperature
Site Sky Temperature
InteriorLights:Electricity
Electricity:Zone: ZONE 1
0

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:
{

    "notes" : "Some notes about this RVX",

    "rvis" : [
        {
            "fileName" : "Test.rvi",
            "tableName" : "TestResults"
        }
    ],
}

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