Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleNote.
The Paste from file item in the File menu allows opening several files by adding tables, described in other dbi files, to the open dbi file.

psimPsim.dbi file contains the list of main tables and fields of the database. User-defined tables and fields are stored in a separate file – Axxon PSIMpsim.ext.dbi. This file is made separate from the main file, to eliminate the need to re-insert user-defined tables and fields into the main file, in case of Axxon PSIM system update. The contents of these files are merged upon Axxon PSIM start-up.

To view the database template, open the DBI tab in the top left corner of the window. The list of the tables of the main Axxon PSIM database will be displayed in the left panel. The right panel will show the list of fields of the selected database.

Image Modified

To delete, add, edit or copy object fields, use the table on the left of the utility box.

...

  1. Field name – the name of the field in the database.
  2. Type – data type of the field contents. Available types:
    1. BIT – checkboxes taking logical values Yes and No;
    2. CHAR – fields with a few symbols;
    3. DATETIME – date and time in the following format: date – dd-mm-yyyy, time – hh:mm:ss;
    4. DOUBLE, INTEGER, SMALLINT – numerical fields of corresponding types;
    5. TEXT – fields with the text.
  3. Size – maximum number of units of the specified format in a field.
  4. Description – field name shown in the interface.

...