Differences between revisions 26 and 55 (spanning 29 versions)
Revision 26 as of 2009-06-04 23:57:20
Size: 3180
Comment:
Revision 55 as of 2009-12-07 19:32:28
Size: 7541
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma section-numbers 2
Line 2: Line 3:
Below is the BCVTB release which includes the source code and binary files. The binary files are compiled for Windows. The BCVTB release includes the binary files that are compiled for Windows. It also contains source code that can be compiled on Mac OS X, Linux and Windows. Compilation is only required for Mac OS X and Linux.
Line 4: Line 5:
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]. To install the BCVTB, proceed as follows:
 1. Follow the [[InstallationUser|user installation instruction]]. This is sufficient for most users.
 1. Next, if you like to develop new code for Ptolemy or for the BCVTB interface, follow the [[InstallationDeveloper|developer installation instruction]].
Line 6: Line 9:
'''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.) '''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.3.0.jar}}}. (Or use Firefox to avoid this problem.)
Line 8: Line 11:
== 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 ||
<<TableOfContents(2)>>

== Release 0.5.0 (xx xxx, 2009) ==
=== Download ===
 * [[http://gaia.lbl.gov/bcvtb-releases/0.5.0/bcvtb-install-0.5.0.jar|bcvtb-install-0.5.0.jar]]
 * [[http://gaia.lbl.gov/bcvtb-releases/0.5.0/ep-X.Y.zip|ep-X.Y.zip]] This zip-file requires a password. To obtain the password, email the password of the official !EnergyPlus installation to ZhengweiLi.
Line 11: Line 19:
 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 now new parameter names. To update your files {{{system.xml}}} or {{{system-windows.xml}}}, run from bash or from cygwin 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.
This version contains the following updates:
 1. Added a compact schedules to the EnergyPlus interface.
 2. Changed variable names in xml configuration file {{{variables.cfg}}}. The following name changes have been made
    ||''old''||''new''||
    ||dayschedule||schedule-day||
    || n/a ||schedule-compact||
 You will have to manually update your files {{{variables.cfg}}} from earlier BCVTB versions.

== Release 0.4.0 (November 5, 2009) ==
=== Download ===
 * [[http://gaia.lbl.gov/bcvtb-releases/0.4.0/bcvtb-install-0.4.0.jar|bcvtb-install-0.4.0.jar]]
 * [[http://gaia.lbl.gov/bcvtb-releases/0.2.0/ep-3.1.zip|ep-3.1.zip]] This zip-file requires a password. It is the same file as the one that is distributed with the BCVTB version 0.2.0. To obtain the password, email the password of the official !EnergyPlus installation to ZhengweiLi.

=== Release notes ===
This version contains the following updates:
 1. Added a new actor called {{{SystemCommand}}} that allows to call any system command from Ptolemy. See the [[Configuration/SystemCommand|example]] for further information.
 1. Added op