First time here? Check our help page!
3

Can't run simulation in Openstudio.

I have created a model (building) in openstudio and sketchup. When i try to run an energy simulation (Energyplus) I get the following message:

[11:09:26.471661 ERROR] Found error in state 'translator' with message ["E:\\Git\\OS1\\openstudiocore\\src\\utilities\\idf\\WorkspaceObject.cpp@835 : Attempt to write a disconnected WorkspaceObject out to Idf.::/ruby/2.2.0/gems/openstudio-workflow-1.3.1/lib/openstudio/workflow/util/model.rb:66:in `translateModel'\n:/ruby/2.2.0/gems/openstudio-workflow-1.3.1/lib/openstudio/workflow/util/model.rb:66:in `translate_to_energyplus'\n:/ruby/2.2.0/gems/openstudio-workflow-1.3.1/lib/openstudio/workflow/jobs/run_translation.rb:54:in `perform'\n:/ruby/2.2.0/gems/openstudio-workflow-1.3.1/lib/openstudio/workflow/run.rb:261:in `step'\n:/ruby/2.2.0/gems/openstudio-workflow-1.3.1/lib/openstudio/workflow/run.rb:210:in `run'\n:/openstudio_cli.rb:804:in `execute'\n:/openstudio_cli.rb:620:in `execute'\n:/openstudio_cli.rb:1517:in `<main>'\neval:85:in `eval'\neval:85:in `require_embedded_absolute'\neval:70:in `block in require'\neval:64:in `each'\neval:64:in `require'\neval:2:in `<main>'"]}.

Is anyone familiar with this problem?

Ogalantos's avatar
31
Ogalantos
asked 2017-12-03 04:29:15 -0500
Avi's avatar
4.3k
Avi
updated 2017-12-03 12:34:13 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Could you post the eplusout.err file located in the run sub folder of your model.

Avi's avatar Avi (2017-12-03 12:37:39 -0500) edit

There won't be an eplusout.err. As the error message states (perhaps a bit cryptically), the problem happens during the forward translation (OSM -> IDF). Can you share your openstudio model?

Julien Marrec's avatar Julien Marrec (2017-12-04 04:35:42 -0500) edit
1

https://www.dropbox.com/s/efkv7dy09wj... Hi, I'm one of the group members. I can't attach the file, so I uploaded it in Dropbox. Best regards

Aleni15's avatar Aleni15 (2017-12-04 09:59:04 -0500) edit

Just to confirm, the model sent by Aleni15 is the one causing the trouble. THank you in advance!

Ogalantos's avatar Ogalantos (2017-12-05 05:24:04 -0500) edit
add a comment see more comments

1 Answer

1

I was able to run the model you sent. I do use OS 2.3.0 as opposed to you using 2.20. I also used one of my weather files (epw). If you don't use any measures I can't see why you can't run that model. Try upgrading to OS 2.3.0 or change your weather file. If you are using measures try first to run without them. Once you will be able to run the model you will find that it fails due to activity schedules which are missing from most of your zones.

Avi's avatar
4.3k
Avi
answered 2017-12-04 14:52:28 -0500
edit flag offensive 0 remove flag delete link

Comments

What do you specific mean with "measures"?

So if I update to 2.3.0 it should do it? If so, you just saved my exams project! Thanks

Aleni15's avatar Aleni15 (2017-12-04 15:01:47 -0500) edit

There is documentation out there, perhaps you should take a look. Here's a high-level intro to what measures are: About Measures. Your error message states: Attempt to write a disconnected WorkspaceObject out to Idf. Means somewhere, it's trying to forward translate an object that was removed. This could be caused by a measure.

Julien Marrec's avatar Julien Marrec (2017-12-05 02:47:55 -0500) edit

We haven't used any measures. So what seems to be the missing object?

Aleni15's avatar Aleni15 (2017-12-05 02:58:11 -0500) edit

Just update to 2.3.0, it works with it. You have plenty of Forward Translation warnings though.

Julien Marrec's avatar Julien Marrec (2017-12-06 03:19:08 -0500) edit
add a comment see more comments