BlueM.Sim application: Difference between revisions

From BlueM
Jump to navigation Jump to search
(→‎Errors / warnings: update r697)
Line 34: Line 34:


===Errors / warnings===
===Errors / warnings===
* Errors cause the simulation to stop and must be remedied. All errors are logged to an [[ERR-file|*.ERR file]] in the dataset directory. The *.ERR file contains the date and time of the simulation in the filename and is preserved until deleted by the user. The error messages sometimes contain [[ERROR-Konstanten | error constants]].
* Errors cause the simulation to stop and must be remedied. All errors are logged to an [[ERR-File|*.ERR file]] in the dataset directory. The *.ERR file contains the date and time of the simulation in the filename and is preserved until deleted by the user. The error messages sometimes contain [[ERROR-Konstanten | error constants]].
* Warnings that occur during the simulation are also logged to a file ([[$WARN.TMP]]), which is deleted each time a new simulation is started.
* Warnings that occur during the simulation are also logged to a file ([[$WARN.TMP]]), which is deleted each time a new simulation is started.


[[Kategorie: BlueM.Sim Anwendung|A]]
[[Kategorie: BlueM.Sim Anwendung|A]]

Revision as of 05:10, 30 July 2009

BlueM_icon.png BlueM.Sim | Downloads | Application | Theory | Development

This page is an aid to the application of BlueM.

Record

  • A record consists of several text files. Mandatory for each simulation are ALL- (general information) and the SYS file - (System Plan). Furthermore, files for a description of the system elements should be in the required manner. All files must have the same file name (name = record), only the file extensions differ. (The name of the record shall consist of not more than 32 characters! See Bug 13)
  • It is possible to make a record using TALSIM, after creating these can be exported and used for BlueM. These are minor modifications to the export files. See TALSIM Export.

See also Input files

Simulation

BlueM.Win Screenshot

Release 0.9.1

For individual simulations, it is easiest to use the BlueM.Win package.

  • Download the prebuilt package BlueM.Win.zip and unzip.
  • Start the file BlueM.Win.exe
  • Select a record
  • Start simulation
  • After successful simulation, view the simulation result in BlueM.Wave.

For bluem.dll from another application address, the BlueM.DLLAdapter can be used.

Release 0.9

BlueM.exe Screenshot
  • In the simplest case the compiled EXE file (BlueM.exe) is in the same directory as the data to be simulated. In this case, simply launch the EXE at the request of the record name. Then the simulation starts.
  • You can specify the name of the data directly as a parameter to pass to BlueM.exe
<dos>C:\Arbeitsverzeichnis>"Pfad\zu\BlueM.exe" Datensatzname</dos>
  • To prevent the window from closing immediately when the simulation is finished or an error has occurred, a shortcut to BlueM.exe can be created. In the properties of the shortcut enter the following "target" :
cmd.exe /K "Pfad\zu\BlueM.exe"
Under "Start in" the working directory must be specified, i.e., the directory in which the record is located.

Results

  • Depending on the setting BlueM creates result files. By default, the WEL-file.

See also output files

Errors / warnings

  • Errors cause the simulation to stop and must be remedied. All errors are logged to an *.ERR file in the dataset directory. The *.ERR file contains the date and time of the simulation in the filename and is preserved until deleted by the user. The error messages sometimes contain error constants.
  • Warnings that occur during the simulation are also logged to a file ($WARN.TMP), which is deleted each time a new simulation is started.