Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

Detailed chain of events - E+ integrated with PythonActor of BCVTB?

asked 2017-10-27 04:07:53 -0500

cs_bot's avatar

updated 2017-10-27 07:37:17 -0500

I've seen models that have both EnergyPlus modules and apart from that, has a PythonActor module to interface (send and receive data, etc).

The PythonActor starts by receiving data first. ( using self.input.get() [so some data from E+ is passed onto the pythonActor, I presume] )

Can someone please explain, at a very detailed and microscopic level, as to what happens when I click the "Run" button on the model (and henceforth). {basic skeletal model is shown in the picture}

image description

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-10-27 11:51:38 -0500

updated 2017-10-27 11:56:06 -0500

I suggest to look at

http://ptolemy.eecs.berkeley.edu/ptol... and search for the Class PythonScript. You can also find some details about the SDF director. Aditional information about the SDF director can also be found https://ptolemy.eecs.berkeley.edu/boo...

If you want to know the details about the Simulator Actor I suggest to read http://www.tandfonline.com/doi/abs/10... which is also available as technical report http://simulationresearch.lbl.gov/wet...

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2017-10-27 04:07:53 -0500

Seen: 142 times

Last updated: Oct 27 '17