Size: 10144
Comment:
|
Size: 11419
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
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. | The BCVTB release includes the binary files that are compiled for Windows, Mac OS X, and Linux. |
Line 8: | Line 8: |
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]]. |
1. Follow the [[http://simulationresearch.lbl.gov/bcvtb/doc/manual/installation.xhtml|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 [[http://simulationresearch.lbl.gov/bcvtb/doc/manual/development.xhtml|developer installation instruction]]. |
Line 15: | Line 15: |
== Release 0.7.0 (xxxxx fixme, 2010) == === Download === ||Manual || [[http://simulationresearch.lbl.gov/bcvtb/0.7.0/doc/manual/index.xhtml|html]], [[http://simulationresearch.lbl.gov/bcvtb/0.7.0/doc/manual/bcvtb-manual.pdf|pdf]] || ||Windows || [[http://gaia.lbl.gov/bcvtb-releases/0.7.0/bcvtb-install-win32-0.7.0.jar|bcvtb-install-win32-0.7.0.jar]] || ||Linux || [[http://gaia.lbl.gov/bcvtb-releases/0.7.0/bcvtb-install-linux32-0.7.0.jar|bcvtb-install-linux32-0.7.0.jar]] || ||Mac OS X || [[http://gaia.lbl.gov/bcvtb-releases/0.7.0/bcvtb-install-mac64-0.7.0.jar|bcvtb-install-mac64-0.7.0.jar]] || Note that these versions work with !EnergyPlus 5.0, which needs to be downloaded separately from http://www.energyplus.gov. === Release notes === This version contains the following updates: 1. Addition of the BACnet interface that can read to and write from BACnet devices. 1. Addition of examples for Radiance. 1. Completely revised manual. |
|
Line 17: | Line 31: |
* [[http://gaia.lbl.gov/bcvtb-releases/0.6.0/bcvtb-install-0.6.0.jar|bcvtb-install-0.6.0.jar]] | ||Windows || [[http://gaia.lbl.gov/bcvtb-releases/0.6.0/bcvtb-install-win32-0.6.0.jar|bcvtb-install-win32-0.6.0.jar]] || ||Linux || [[http://gaia.lbl.gov/bcvtb-releases/0.6.0/bcvtb-install-linux32-0.6.0.jar|bcvtb-install-linux32-0.6.0.jar]] || ||Mac OS X || [[http://gaia.lbl.gov/bcvtb-releases/0.6.0/bcvtb-install-mac64-0.6.0.jar|bcvtb-install-mac64-0.6.0.jar]] || Note that these versions work with !EnergyPlus 5.0, which needs to be downloaded separately from http://www.energyplus.gov. |
Line 23: | Line 40: |
1. All configurations settings are now in the file [[Files/systemVariablesProperties|systemVariables-*.properties]]. 1. The files {{{bin/setenv.sh}}} and {{{bin/setenv.bat}}} have been renamed to {{{bin/setDevelopmentEnvironment.sh}}} and {{{bin/setDevelopmentEnvironment.sh}}}. These files have been changed so that they get all environment variables from the file [[Files/systemVariablesProperties|systemVariables-*.properties]]. This avoids duplicate entry of system variables. |
1. All configurations settings are now in the file [[http://simulationresearch.lbl.gov/bcvtb/doc/manual/settingEnvironmentVariables.xhtml|systemVariables-*.properties]]. 1. The files {{{bin/setenv.sh}}} and {{{bin/setenv.bat}}} have been renamed to {{{bin/setDevelopmentEnvironment.sh}}} and {{{bin/setDevelopmentEnvironment.sh}}}. These files have been changed so that they get all environment variables from the file {{{bin/systemVariables-*.properties}}}. This avoids duplicate entry of system variables. |
Line 58: | Line 75: |
You will have to manually update your idf files from earlier BCVTB versions. See also [[Configuration/EnergyPlus|Configuration/EnergyPlus]] for how to configure !EnergyPlus. | You will have to manually update your idf files from earlier BCVTB versions. |
Download
The BCVTB release includes the binary files that are compiled for Windows, Mac OS X, and Linux.
To install the BCVTB, proceed as follows:
Follow the user installation instruction. This is sufficient for most users.
Next, if you like to develop new code for Ptolemy or for the BCVTB interface, follow the 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.6.0.jar. (Or use Firefox to avoid this problem.)
Contents
- Release 0.7.0 (xxxxx fixme, 2010)
- Release 0.6.0 (April 27, 2010)
- Release 0.5.1 (February 9, 2010)
- Release 0.5.0 (February 4, 2010)
- Release 0.4.0 (November 5, 2009)
- Release 0.3.1 (September 4, 2009)
- Release 0.3.0 (August 24, 2009)
- Release 0.2.0 (June 30, 2009)
- Release 0.1.1 (September 30, 2008)
- Release 0.1.0 (July 17, 2008)
1. Release 0.7.0 (xxxxx fixme, 2010)
1.1. Download
Manual |
|
Windows |
|
Linux |
|
Mac OS X |
Note that these versions work with EnergyPlus 5.0, which needs to be downloaded separately from http://www.energyplus.gov.
1.2. Release notes
This version contains the following updates:
- Addition of the BACnet interface that can read to and write from BACnet devices.
- Addition of examples for Radiance.
- Completely revised manual.
2. Release 0.6.0 (April 27, 2010)
2.1. Download
Windows |
|
Linux |
|
Mac OS X |
Note that these versions work with EnergyPlus 5.0, which needs to be downloaded separately from http://www.energyplus.gov.
2.2. Release notes
This version contains the following updates:
For the EnergyPlus client, the official version of EnergyPlus 5.0 can be used. EnergyPlus needs to be downloaded from http://www.energyplus.gov
The example files have been updated for EnergyPlus 5.0.
All configurations settings are now in the file systemVariables-*.properties.