From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
 
For connection the library to a project of the OpenSCADA station you can obtain the database file as:
 
For connection the library to a project of the OpenSCADA station you can obtain the database file as:
* supplied with a ready and proper package of the Linux distribution like to "openscada-libdb-main", "openscada-LibDB.Main";
+
* supplied with a ready and proper package of the Linux distribution like to "openscada-libdb-vca", "openscada-LibDB.VCA";
 
* directly taken for most actual one from [http://oscada.org/svn/trunk/OpenSCADA/data/LibsDB/vcaBase.sql the subversion repository] and converted to the DB SQLite file in the way:
 
* directly taken for most actual one from [http://oscada.org/svn/trunk/OpenSCADA/data/LibsDB/vcaBase.sql the subversion repository] and converted to the DB SQLite file in the way:
 
<pre style="white-space: pre-wrap; margin-left: 15px">
 
<pre style="white-space: pre-wrap; margin-left: 15px">

Revision as of 15:58, 5 September 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Libs/Main graphical elements)
For connection the library to a project of the OpenSCADA station you can obtain the database file as:
* supplied with a ready and proper package of the Linux distribution like to "openscada-libdb-vca", "openscada-LibDB.VCA";
* directly taken for most actual one from [http://oscada.org/svn/trunk/OpenSCADA/data/LibsDB/vcaBase.sql the subversion repository] and converted to the DB SQLite file in the way:
TranslationFor connection the library to a project of the OpenSCADA station you can obtain the database file as:
* supplied with a ready and proper package of the Linux distribution like to "openscada-libdb-vca", "openscada-LibDB.VCA";
* directly taken for most actual one from [http://oscada.org/svn/trunk/OpenSCADA/data/LibsDB/vcaBase.sql the subversion repository] and converted to the DB SQLite file in the way:
<pre style="white-space: pre-wrap; margin-left: 15px">
$ wget http://oscada.org/svn/trunk/OpenSCADA/data/LibsDB/vcaBase.sql
$ sqlite3 -init vcaBase.sql vcaBase.db .exit
</pre>
* downloaded for [[:File:vcaBase.db.gz|the one attached here]].

For connection the library to a project of the OpenSCADA station you can obtain the database file as:

  • supplied with a ready and proper package of the Linux distribution like to "openscada-libdb-vca", "openscada-LibDB.VCA";
  • directly taken for most actual one from the subversion repository and converted to the DB SQLite file in the way:
$ wget http://oscada.org/svn/trunk/OpenSCADA/data/LibsDB/vcaBase.sql
$ sqlite3 -init vcaBase.sql vcaBase.db .exit