Revision history [back]
There may be faster ways to do this, but I made a measure to export hourly .csv data for meters and variables.
Add the AddMeter measure to your model:
Then add the ExportMetertoCSV measure:
Once you run the model, a .csv file will be available in the run -> UserScript -> directory for that measure:
EDIT: Other ways to do this:
Open the .eso file with DesignBuilder ResultsViewer.
I built a little python script to do this for VARIABLES (not METERS) if it's just a few variables and I don't want to bother with other things. You could easy adapt it to meters if you can tinker with code.
- More and better things in this post: https://unmethours.com/question/9102/eplusouteso-in-excel/
There may be faster ways to do this, but I made a measure to export hourly .csv data for meters and variables.
Add the AddMeter measure to your model:
Then add the ExportMetertoCSV measure:
Once you run the model, a .csv file will be available in the run -> UserScript -> directory for that measure:
EDIT: Other ways to do this:
Open the .eso file with DesignBuilder ResultsViewer.
I built a little python script to do this for VARIABLES (not METERS) if it's just a few variables and I don't want to bother with other things. You could easy adapt it to meters if you can tinker with code.
- More and better things in this post: https://unmethours.com/question/9102/eplusouteso-in-excel/
There may be faster ways to do this, but I made a measure to export hourly .csv data for meters and variables.
Add the AddMeter measure to your model:
Then add the ExportMetertoCSV measure:
Once you run the model, a .csv file will be available in the run -> UserScript -> directory for that measure:
EDIT:
Other ways to do this:
There may be faster ways to do this, but I made a measure to export hourly .csv data for meters and variables.
Add the AddMeter measure to your model:
Then add the ExportMetertoCSV measure:
Once you run the model, a .csv file will be available in the run -> UserScript -> directory for that measure:
EDIT: Other ways to do this: - Open the .eso file with DesignBuilder ResultsViewer. - I built a little python script to do this for VARIABLES (not METERS) if it's just a few variables and I don't want to bother with other things. You could easy adapt it to meters if you can tinker with code.
There may be faster ways to do this, but I made a measure to export hourly .csv data for meters and variables.
Add the AddMeter measure to your model:
Then add the ExportMetertoCSV measure:
Once you run the runt he model, a .csv file will be available in the run -> UserScript -> directory for that measure: