BlueM.Sim application

From BlueM
Revision as of 04:09, 30 May 2006 by Froehlich (talk | contribs)
Jump to navigation Jump to search
  1. Systemplan in TALSIM aufstellen und exportieren
    • aktualisierte Version von TALSIM (v. 2.01.0009) verwenden!
    • Vor dem Starten von TALSIM das Dezimaltrennzeichen in Windows auf Punkt (.) stellen!
    • Element Verbraucher:
      • Im Register Bedarf: Wenn die Option Datei gewählt ist, muss auch eine Gangliniendatei angegeben sein!
      • Im Register Zuschuss: Wenn die Option Ganglinie gewählt ist, muss auch eine Gangliniendatei angegeben sein!
  2. Exportierte Dateien überarbeiten
    • Datei *.EXT (Zeitreihen):
      • Die Exportdatei verweist auf die Access-Datenbank der Zeitreihen, dies muss geändert werden, so dass direkt auf die Zeitreihen im Binärformat (*.BIN) verwiesen wird. Ausserdem fehlt im Export die Spalte mit Informationen über die Zeitreihen-Interpretation. Folgendes Format ist erforderlich (Beispiel):
  • Zeitreihen (*.EXT)
  • ==================
  • |-----|------|-----|----------------------------------------------------------------------------------|
  • |Datei| Einh |Intrp| Name der Binärdatei |Bezeichnung
  • | Nr. | | | |
  • |-<->-|-<-->-|-<->-|-<--------1---------2---------3---------4---------5---------6---------7--------->-|
|  1  | m3/s |  2  | D:\CODING\BlauesModell\Test\00000861.bin                                         |Demo-Zufluss (79-99)
  • |-----|------|-----|----------------------------------------------------------------------------------|
Mögliche Werte für die Interpretation:
Wert Interpretation
1 momentaner Messwert (z.B. Abfluss)
2 Block rechts, Messwert links (Standardwert)
3 Block links, Messwert rechts
4 Summenlinie
5 Summenlinie pro Zeitschritt (z.B. Niederschlag)
  • Automatische Umwandlung der *.EXT (Zeitreihen) durch eine Word Makro: When you press the Run Macro button the macro executes and shows you 3 message boxes.
  • The 1st box asks you for the folder path (ex: C:\Project).
  • The 2nd asks you for the file name and extension (ex: Tsim3000.EXT).
  • And the 3rd box asks you for the text which is added in the last row (D:\CODING\BlauesModell\Test\00000861.bin in this case). There is a problem dough – Word can’t count the number of symbols used for the last line text so sometimes you will have to align the last symbol on the row by hand).The macro doesn’t save the new document so the user can keep the old document and give the new one a new name and folder path.
  • You can download the document from here Macro