From OpenSCADAWiki
(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- | + | * 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
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
- downloaded for the one attached here.