07-12-2016, 11:08 AM
Hi there,
I set up rvx to collect results, which works for all output variable (specified in the rvi file) expect for user-defined EMS output variables (LR_DegreeHours>28).
The EMS variable is included in each folder's eplusout.eso, but not gathered by jeplus apparently.
Also eplusout.csv is not created for any iteration.
Any idea why?
RVX
RVI
Thanks!
I set up rvx to collect results, which works for all output variable (specified in the rvi file) expect for user-defined EMS output variables (LR_DegreeHours>28).
The EMS variable is included in each folder's eplusout.eso, but not gathered by jeplus apparently.
Also eplusout.csv is not created for any iteration.
Any idea why?
RVX
Code:
{
"notes": "RVX to collect results and EMS variables",
"rvis": [
{
"fileName": "A0_v5.1.rvi",
"tableName": "SimResults_Hourly",
"frequency": "Hourly",
"usedInCalc": true
},
{
"fileName": "A0_v5.1.rvi",
"tableName": "SimResults_Daily",
"frequency": "Daily",
"usedInCalc": false
},
{
"fileName": "A0_v5.1.rvi",
"tableName": "SimResults_RunPeriod",
"frequency": "RunPeriod",
"usedInCalc": false
}
]
}
RVI
Code:
eplusout.eso
eplusout.csv
Site Outdoor Air Drybulb Temperature
Zone Air Temperature
Zone Operative Temperature
Zone Windows Total Transmitted Solar Radiation Rate
LR_DegreeHours>28
0
Thanks!