2

Does MLE+ use BCVTB?

I am using external interface in EnergyPlus to connect EnergyPlus idf file with Matlab scripts. At present I am making use of the Matlab toolbox MLE+. I would like to know if MLE+ uses or requires BCVTB? If yes, in what way is MLE+ different from BCVTB? What are the advantages and disadvantages of using MLE+ than using BCVTB when connecting EnergyPlus with Matlab?

Aswath's avatar
21
Aswath
asked 2019-04-10 07:51:01 -0500
edit flag offensive 0 remove flag close merge delete

Comments

In addition to the pro’s and con’s which are already mentioned:

An advantage of BCVTB is that there is more support from other users (Google groups and unmethours).

An advantage of MLE+ Is the interface and the matlab pre- and post processing functions.

I personally use BCVTB in combination with the post processing functions from MLE+. The setup within Ptolemy II doesn’t have to be too complicated (you can use an example installed with BCVTB) and the challenging part is in matlab and Energyplus.

Samuel de Vries's avatar Samuel de Vries (2019-04-22 09:55:24 -0500) edit
add a comment see more comments

2 Answers

4

MLE+ integrated and adapted source code from the BCVTB to provide a more direct coupling between Matlab and EnergyPlus. MLE+ does not require the BCVTB to be installed.

Michael Wetter's avatar
1.7k
Michael Wetter
answered 2019-04-15 09:35:58 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
3

As far as I can tell, MLE+ doesn't use BCVTB. At least, the BCVTB gui doesn't need to be used while connecting Matlab to EnergyPlus via MLE+. Note that when I used MLE+, I had already tried using BCVTB so it was already installed on the computer.

I found MLE+ easier to use than BCVTB, which had a steeper learning curve. I think that BCVTB is probably more flexible because it can also link to other software/files than just Matlab, but if all you need is co-simulation between EnergyPlus and Matlab scripts, then MLE+ should be easier to figure out. It's been a little while since I've used it though, so I won't be able to provide anything more specific off the top of my head.

anchapin's avatar
626
anchapin
answered 2019-04-11 06:52:07 -0500, updated 2019-04-11 06:52:46 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments