Hourly Custom Meter Error: No file found at file path

asked 2021-10-24 10:33:33 -0500

CLR's avatar

updated 2022-02-19 08:05:59 -0500

I am trying to setup a meter to measure the hourly electric pull that my model requires throughout a year. However, when I setup the custom meter by pulling the template from the BCL library and run the simulation it fails with the following error. image description Where the file that is pathed (but it can't find) is the example .csv file given in the BCL for using the custom meter. Please let me know what I am missing for using the custom meter properly. I am using OpenStudios version 3.2.0 with Sketch-up 2021 for building the model geometry with a plugin for communication between the two programs.

edit retag flag offensive close merge delete

Comments

Perhaps the space in the path (“Venstrom Research”) is causing a problem. Can you try a path without a space instead?

shorowit's avatar shorowit  ( 2021-10-24 10:45:38 -0500 )edit

No that did not make a difference

CLR's avatar CLR  ( 2021-10-24 10:55:04 -0500 )edit

Try adding the file extension (".csv") to the file path.

ericringold's avatar ericringold  ( 2021-10-24 13:35:55 -0500 )edit

After adding the .csv I still have the same error

CLR's avatar CLR  ( 2021-10-24 14:34:54 -0500 )edit

Oh it's probably the file separators. Try replacing backslashes in the path with double backslashes ("\\") or single forward slashes ("/").

ericringold's avatar ericringold  ( 2021-10-24 15:19:30 -0500 )edit