Differences between revisions 16 and 27 (spanning 11 versions)
Revision 16 as of 2008-09-30 22:59:36
Size: 1875
Comment:
Revision 27 as of 2009-06-05 01:52:06
Size: 3195
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Below is the BCVTB release which includes the source code and binary files. The binary files are compiled for Windows.
Line 3: Line 4:
Below is the BCVTB release which includes the source code and binary files. The binary files are compiled for Windows.
For details see [:InstallationUser: installation instruction]. If you wish to compile the files yourself, see [:DeveloperRequirements: developer requirements].
Before using the BCVTB, some environment variables need to be set. If you have Windows and do not want to compile the BCVTB source code, follow the [:InstallationUser:user installation instruction]. Otherwise, follow the [:InstallationDeveloper:developer installation instruction].
Line 8: Line 8:
== Release 0.2.0 ==
||Download installation file || [http://gaia.lbl.gov/bcvtb-releases/0.1.1/bcvtb-install-0.1.1.jar bcvtb-install-0.1.1.jar] || Released on September 30, 2008 ||
=== Release notes ===
 1. The [http://www.energyplus.gov EnergyPlus] executable that contains the BCVTB interface is not part of this distribution. To obtain the !EnergyPlus 3.1.0 executable with the BCVTB interface, email a request together with the !EnergyPlus installation password to MichaelWetter.
 1. The Simulator object changed and has new parameter names. To update your files {{{system-windows.xml}}} (or {{{system.xml}}} on Linux or Mac), run from cygwin (or a bash shell) the command
 {{{
$BCVTB_HOME/bin/updateSystemFiles.sh system-windows.xml}}}
 1. Due to a change in the parameters of the Simulator object, file names must not be quoted anymore. I.e., in {{{system.xml}}} or in {{{system-windows.xml}}}, change {{{"socket.cfg"}}} to {{{socket.cfg}}}.
 1. Improved error handling.
 1. Changed build system for BCVTB to apache ant.
Line 10: Line 20:
Line 12: Line 21:
 1. [http://www.energyplus.gov EnergyPlus] is not part of this distribution. To obtain an !EnergyPlus executable, email a request together with the !EnergyPlus installation password to MichaelWetter.
 1. The reporting of log files by the socket library and the make files have been improved.
 1. This release contains a
bug fixes:
   a. Fixed a buffer overflow in the socket library.
   2. Updated the example in {{{example/timeSync}}}. This now also runs on Windows.

 1. The [http://www.energyplus.gov EnergyPlus] executable that contains the BCVTB interface is not part of this distribution. To obtain the !EnergyPlus 2.1.0 executable with the BCVTB interface, email a request together with the !EnergyPlus installation password to MichaelWetter.
 1. Improved reporting to log files by the socket library.
 1. Improved the make files.
 1.
This release contains the following bug fixes:
  a. Fixed a buffer overflow in the socket library.
  a. Updated the example in {{{example/timeSync}}} so that it also runs on Windows.
Line 21: Line 29:
Line 23: Line 30:
 1. [http://www.energyplus.gov EnergyPlus] is not part of this distribution. To obtain an !EnergyPlus executable, email a request together with the !EnergyPlus installation password to MichaelWetter.  1. The [http://www.energyplus.gov EnergyPlus] executable that contains the BCVTB interface is not part of this distribution. To obtain the !EnergyPlus 2.1.0 executable with the BCVTB interface, email a request together with the !EnergyPlus installation password to MichaelWetter.

Download

Below is the BCVTB release which includes the source code and binary files. The binary files are compiled for Windows.

Before using the BCVTB, some environment variables need to be set. If you have Windows and do not want to compile the BCVTB source code, follow the [:InstallationUser:user installation instruction]. Otherwise, follow the [:InstallationDeveloper:developer installation instruction].

Note for users of Microsoft Internet Explorer: Internet Explorer may save the file with the extension .zip instead of .jar. To avoid this, click "Save Target As..." (using the right mouse button) and then enter the name of the installation file, for example, bcvtb-install-0.1.0.jar. (Or use Firefox to avoid this problem.)

1. Release 0.2.0

Download installation file

[http://gaia.lbl.gov/bcvtb-releases/0.1.1/bcvtb-install-0.1.1.jar bcvtb-install-0.1.1.jar]

Released on September 30, 2008

1.1. Release notes

  1. The [http://www.energyplus.gov EnergyPlus] executable that contains the BCVTB interface is not part of this distribution. To obtain the EnergyPlus 3.1.0 executable with the BCVTB interface, email a request together with the EnergyPlus installation password to MichaelWetter.

  2. The Simulator object changed and has new parameter names. To update your files system-windows.xml (or system.xml on Linux or Mac), run from cygwin (or a bash shell) the command

    $BCVTB_HOME/bin/updateSystemFiles.sh system-windows.xml
  3. Due to a change in the parameters of the Simulator object, file names must not be quoted anymore. I.e., in system.xml or in system-windows.xml, change "socket.cfg" to socket.cfg.

  4. Improved error handling.
  5. Changed build system for BCVTB to apache ant.

2. Release 0.1.1

Download installation file

[http://gaia.lbl.gov/bcvtb-releases/0.1.1/bcvtb-install-0.1.1.jar bcvtb-install-0.1.1.jar]

Released on September 30, 2008

2.1. Release notes

  1. The [http://www.energyplus.gov EnergyPlus] executable that contains the BCVTB interface is not part of this distribution. To obtain the EnergyPlus 2.1.0 executable with the BCVTB interface, email a request together with the EnergyPlus installation password to MichaelWetter.

  2. Improved reporting to log files by the socket library.
  3. Improved the make files.
  4. This release contains the following bug fixes:
    1. Fixed a buffer overflow in the socket library.
    2. Updated the example in example/timeSync so that it also runs on Windows.

3. Release 0.1.0

Download installation file

[http://gaia.lbl.gov/bcvtb-releases/0.1.0/bcvtb-install-0.1.0.jar bcvtb-install-0.1.0.jar]

Released on July 17, 2008

3.1. Release notes

  1. The [http://www.energyplus.gov EnergyPlus] executable that contains the BCVTB interface is not part of this distribution. To obtain the EnergyPlus 2.1.0 executable with the BCVTB interface, email a request together with the EnergyPlus installation password to MichaelWetter.

  2. This release compiles and runs fine on Mac OS X and on Linux. On Windows, the example file example/timeSync does not yet work.

bcvtb: Download (last edited 2016-04-22 17:11:50 by ThierryNouidui)