When I attempt to simulate HVAC systems 11-14 using the Honeybee_HVACSystemsList and Honeybee_Assign HVAC Systems components, I get the following error in the Honeybee_Export to OpenStudio component…
Solution exception:The type initializer for ‘OpenStudio.OpenStudioModelSetpointManagerPINVOKE’ threw an exception.
I saw some other posts regarding this issue but didn’t necessarily see a clear solution. It’s possible that I need to check if certain .dll files are located in the appropriate folders. Any help would be great…thanks!
Solution exception:The type initializer for ‘OpenStudio.OpenStudioModelSetpointManagerPINVOKE’ threw an exception.
…in the IronBug_SetpointManagerScheduled component…will this uninstall of 2.6 fix this as well? I’m assuming I need to reinstall Ironbug too to reassoicate it with the correct OpenStudio version?
also, while I have access to you…in your IronBug VAV Reheat System example…what is the “puppets” component name and where is it found and what exactly is this doing in the script??
This problem has been introduced in OpenStudio from 2.5.1, but 2.5.0 will work.
Yes, if you want to use different version of OpenStudio in Ironbug, you can just copy all files in
This “puppet” component has been renamed as “Ironbug_Duplicate”. it basically creates multiple instances of referenced obj.
Use this component to avoid copy and paste the same HVAC component multiple times, and it also solved the problem when some HVAC component just like CoilHeatingWater object that can co-exist in two or more different loops. In each loop, the CoilHeatingWater has to be pointing to one instance instead of two different CoilHeatingWaters, this when the “puppet” concept comes in. So in one loop, the CoilHeatingWater object is the puppet.
Because this might be very difficult for users to understand, so I made it simple, just call it as “duplicate”.
Sorry for digging this post out but I have the same issue with “export to OpenStudio component” and Ironbug components.
I have tested with OpenStudio 3.0.1 and OpenStudio 3.1.0. The issue occurs with both version.
“1. Solution exception:The type initializer for ‘OpenStudio.OpenStudioModelCorePINVOKE’ threw an exception.”
Just FYI, i have HB-Legacy 0.0.66, LB-Legacy 0.0.69 and LB/HB 1.0.0 installed.
Is this the issue i can fix on my end? or something that your team is working on?