Differences between revisions 11 and 12
Revision 11 as of 2008-04-16 06:13:57
Size: 3942
Comment:
Revision 12 as of 2008-04-16 06:40:27
Size: 3877
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
||<tablestyle="float:right;" bgcolor="#FFFFF0">[[ImageLink(ptolemyEPlusSimuMac.png, , width=500)]] [[BR]] '''~+Links+~'''[[BR]] [:Requirements:Functional Requirements] [[BR]] [:Applications:Simple application] for illustration [[BR]] ["Implementation"] [[BR]] [:DeveloperRequirements:Installation instructions for developers] [[BR]] ["Help"] ||
Line 6: Line 7:
||<tablestyle="float:right;">[[ImageLink(ptolemyEPlusSimuMac.png, , width=400)]]|| This wiki describes the specification and the implementation of the Building Controls Virtual Test Bed (BCVTB). The BCVTB is based on the [http://ptolemy.berkeley.edu/ptolemyII/index.htm Ptolemy II] software environment. The BCVTB allows to couple different simulation programs for distributed simulation of control algorithms and of HVAC, CHP and refrigeration systems.
Line 8: Line 9:
This wiki describes the specification and the implementation of the Building Controls Virtual Test Bed (BCVTB). The BCVTB is based on the
[http://ptolemy.berkeley.edu/ptolemyII/index.htm Ptolemy II] software environment. The BCVTB allows to couple
different simulation programs for distributed simulation of control algorithms and of HVAC, CHP and refrigeration systems.
 
Examples of such programs
are [http://www.energyplus.gov EnergyPlus],
[http://www.mathworks.com/products/simulink/ MATLAB/Simulink],
a [http://www.modelica.org Modelica] simulation environment and
a [http://www.bacnet.org/ BACnet] compliant Building Automation System (BAS).
In addition to using programs that are coupled to Ptolemy II,
Ptolemy II's graphical modeling environment can also be used to define system models for physical devices, communication systems or for post processing and real-time visualization.
This coupling middleware allows non-expert !EnergyPlus users to extend !EnergyPlus' capabilities
for controls simulation and for system simulation.
Examples of such programs  are [http://www.energyplus.gov EnergyPlus], [http://www.mathworks.com/products/simulink/ MATLAB/Simulink],  a [http://www.modelica.org Modelica] simulation environment and  a [http://www.bacnet.org/ BACnet] compliant Building Automation System (BAS).  In addition to using programs that are coupled to Ptolemy II, Ptolemy II's graphical modeling environment can also be used to define system models for physical devices, communication systems or for post processing and real-time visualization. This coupling middleware allows non-expert !EnergyPlus users to extend !EnergyPlus' capabilities for controls simulation and for system simulation.
Line 23: Line 12:
Line 26: Line 16:
Examples are provided with the BCVTB that show how to do distributed simulation. In the examples, we linked the following programs to the BCVTB:
Line 27: Line 18:
Examples are provided with the BCVTB that show how to do distributed simulation. In the
examples, we linked the following programs to the BCVTB:
Line 33: Line 22:
The C and Fortran 90 simulation program are provided to show developers how
to couple a new program to the BCVTB. Such a coupling can be done by
calling two C functions that are provided as part of the BCVTB need to be called.
The BCVTB also contains examples that show how control models can be implemented directly in Ptolemy II using Ptolemy II's graphical model editor. The control examples include a heterogeneous system consisting of a discrete time controller with a Finite State Machine.
The C and Fortran 90 simulation program are provided to show developers how to couple a new program to the BCVTB. Such a coupling can be done by calling two C functions that are provided as part of the BCVTB need to be called.  The BCVTB also contains examples that show how control models can be implemented directly in Ptolemy II using Ptolemy II's graphical model editor. The control examples include a heterogeneous system consisting of a discrete time controller with a Finite State Machine.
Line 38: Line 24:
In future versions, we plan to couple a Modelica simulation environment for which we plan to develop
a library for building energy systems (see https://gaia.lbl.gov/virBui).
This will allow advanced users to
In future versions, we plan to couple a Modelica simulation environment for which we plan to develop  a library for building energy systems (see https://gaia.lbl.gov/virBui). This will allow advanced users to
Line 44: Line 29:

We will also couple a BACnet compliant Building Automation System to the BCVTB. This will allow testing supervisory control sequences using an !EnergyPlus model to assess the energy and comfort performance of different supervisory control algorithms. It will also allow formal verification of
control sequences before deployment to a building.

== Further Details ==
For further details, see
 * [:Requirements: Functional Requirements]
 * [:Applications: Simple application] for illustration
 * [:Implementation: Implementation]
 * [:DeveloperRequirements: Software requirements and installation instructions for developers]
 * [:Help: Help]
We will also couple a BACnet compliant Building Automation System to the BCVTB. This will allow testing supervisory control sequences using an !EnergyPlus model to assess the energy and comfort performance of different supervisory control algorithms. It will also allow formal verification of control sequences before deployment to a building.
Line 57: Line 32:
Philip Haves and [:MichaelWetter:Michael Wetter][[BR]]
Lawrence Berkeley National Laboratory[[BR]]
[http://btech.lbl.gov Building Technologies Department][[BR]]
{PHaves, MWetter}@lbl.gov
Philip Haves and [:MichaelWetter:Michael Wetter][[BR]] Lawrence Berkeley National Laboratory[[BR]] [http://btech.lbl.gov Building Technologies Department][[BR]] {PHaves, MWetter}@lbl.gov

Building Controls Virtual Test Bed

ImageLink(ptolemyEPlusSimuMac.png, , width=500) BR LinksBR [:Requirements:Functional Requirements] BR [:Applications:Simple application] for illustration BR ["Implementation"] BR [:DeveloperRequirements:Installation instructions for developers] BR ["Help"]

This wiki describes the specification and the implementation of the Building Controls Virtual Test Bed (BCVTB). The BCVTB is based on the [http://ptolemy.berkeley.edu/ptolemyII/index.htm Ptolemy II] software environment. The BCVTB allows to couple different simulation programs for distributed simulation of control algorithms and of HVAC, CHP and refrigeration systems.

Examples of such programs are [http://www.energyplus.gov EnergyPlus], [http://www.mathworks.com/products/simulink/ MATLAB/Simulink], a [http://www.modelica.org Modelica] simulation environment and a [http://www.bacnet.org/ BACnet] compliant Building Automation System (BAS). In addition to using programs that are coupled to Ptolemy II, Ptolemy II's graphical modeling environment can also be used to define system models for physical devices, communication systems or for post processing and real-time visualization. This coupling middleware allows non-expert EnergyPlus users to extend EnergyPlus' capabilities for controls simulation and for system simulation.

Typical applications include:

  • performance assessment of integrated building energy and controls systems,
  • development of new controls algorithms, and
  • formal verification of controls algorithms prior to deployment in a building in order to reduce commissioning time.

Examples are provided with the BCVTB that show how to do distributed simulation. In the examples, we linked the following programs to the BCVTB:

  • a development version of EnergyPlus

  • MATLAB/Simulink
  • a simulation program implemented in C
  • a simulation program implemented in Fortran 90

The C and Fortran 90 simulation program are provided to show developers how to couple a new program to the BCVTB. Such a coupling can be done by calling two C functions that are provided as part of the BCVTB need to be called. The BCVTB also contains examples that show how control models can be implemented directly in Ptolemy II using Ptolemy II's graphical model editor. The control examples include a heterogeneous system consisting of a discrete time controller with a Finite State Machine.

In future versions, we plan to couple a Modelica simulation environment for which we plan to develop a library for building energy systems (see https://gaia.lbl.gov/virBui). This will allow advanced users to

  • define on the fly new HVAC components and systems in a modular, hierarchical, object-oriented, equation-based graphical modeling environment and couple them to EnergyPlus,

  • innovate new HVAC system and control architectures for which models do not yet exist in off-the-shelve building simulation programs, and
  • analyze dynamic effects of HVAC systems and their local and supervisory control loops.

We will also couple a BACnet compliant Building Automation System to the BCVTB. This will allow testing supervisory control sequences using an EnergyPlus model to assess the energy and comfort performance of different supervisory control algorithms. It will also allow formal verification of control sequences before deployment to a building.

Contact

Philip Haves and [:MichaelWetter:Michael Wetter]BR Lawrence Berkeley National LaboratoryBR [http://btech.lbl.gov Building Technologies Department]BR {PHaves, MWetter}@lbl.gov

Note that you can edit almost any page on this wiki in order to contribute to this effort. See HelpForBeginners to get started.

bcvtb: FrontPage (last edited 2016-04-22 21:30:42 by ThierryNouidui)