[esp-r] Corrections to examples in the USB based version for Windows
Christopher Heard
cheard at prodigy.net.mx
Thu Sep 24 23:42:28 BST 2009
On opening the example model: a simple > l ... with convective heating & PID
control
messages about not finding various database files are displayed
to correct this situation one must edit the file:
L:\ESRU\esp-r\training\pid\cfg\pid.cfg
as commented in the installation instructions.
from
* DATABASES
*prm C:/ESRU/esp-r/databases/material.db3.a
*mlc C:/ESRU/esp-r/databases/multicon.db2
*opt C:/ESRU/esp-r/databases/optics.db2
*prs C:/ESRU/esp-r/databases/pressc.db1
*evn C:/ESRU/esp-r/databases/profiles.db1
*clm C:/ESRU/esp-r/climate/clm67
*pdb C:/ESRU/esp-r/databases/plantc.db1
to
* DATABASES
*prm L:/ESRU/esp-r/databases/material.db3.a
*mlc L:/ESRU/esp-r/databases/multicon.db2
*opt L:/ESRU/esp-r/databases/optics.db2
*prs L:/ESRU/esp-r/databases/pressc.db1
*evn L:/ESRU/esp-r/databases/profiles.db1
*clm L:/ESRU/esp-r/climate/clm67
*pdb L:/ESRU/esp-r/databases/plantc.db1
However this is not enough - at this stage you will still get an error
message about the plant database file.
(At least I did)
Editing the following file appears to correct this error:
L:\ESRU\esp-r\training\pid\networks\pid.pnf
from
# Plant component data base:
/usr/esru/esp-r/databases/plantc.db1
to
# Plant component data base:
L:/esru/esp-r/databases/plantc.db1
I hope this is useful.
There are probably other similar loose ends in the example files and I will
try and check through them.
Christopher Heard
More information about the esp-r
mailing list