1

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 !

image description

image description

link text

shahin1992's avatar
569
shahin1992
asked 2016-05-16 12:28:46 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2016-05-17 08:32:53 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

What's the error log from the measure? See run\4-UserScript-0\stderr open that with a text editor

Julien Marrec's avatar Julien Marrec (2016-05-17 09:53:22 -0500) edit

thanks 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

shahin1992's avatar shahin1992 (2016-05-17 20:52:17 -0500) edit
add a comment see more comments

1 Answer

1

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.

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2016-05-18 01:02:02 -0500
edit flag offensive 0 remove flag delete link

Comments

thank you for your response, i copied the name of the meter into the exportmetertocsv measure and it worked.

shahin1992's avatar shahin1992 (2016-05-18 06:31:03 -0500) edit
add a comment see more comments