export meter to csv
i need to get hourly simulation data and i'm using the export meter to CSV measure to do so but each time i use the measure i'm getting errors and i can't receive the CSV file !
First time here? Check out the Help page!
i need to get hourly simulation data and i'm using the export meter to CSV measure to do so but each time i use the measure i'm getting errors and i can't receive the CSV file !
When a measure fails, you should use check out the error log from the measure, see run\4-UserScript-0\stderr
and open that with a text editor.
In your case, the problem is likely that you are not using an actual meter name, there is probably a typo or an extra space. Do a copy paste from the eplusout.mdd and try again.
thank you for your response, i copied the name of the meter into the exportmetertocsv measure and it worked.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-05-16 12:28:46 -0600
Seen: 299 times
Last updated: May 18 '16
What's the error log from the measure? See
run\4-UserScript-0\stderr
open that with a text editorthanks very much for your response, it worked finally, the problem was that i was using the export meter name not exactly the same name used for the meter and when i used it as a copy paste from the name it worked. regards