Name: | LibServProc |
Version: | 1.0.0 |
State: | Free (GPL) |
Author: | Roman Savochenko |
Description: | Library of service procedures for different using. |
Address: | DB in file: SQLite.LibDB.servProc (oscadalibs.db.gz) |
Compatibility: | OpenSCADA >= 0.9 |
The library created to different using and it is wrote on JavaLikeCalc language.
To addressing the functions of the library you can use static call address "DAQ.JavaLikeCalc.lib_techApp.{Func}()" or dynamic "SYS.DAQ.JavaLikeCalc["lib_techApp"]["{Func}"].call()", "SYS.DAQ.JavaLikeCalc["lib_techApp"].{Func}()". Where {Func} — function identifier in the library.
To connect the library to the project of the OpenSCADA station it is possible by downloading the attached file of the database, placing it in in the database directory of the station's project and creating the database object for the DB module "SQLite", indicating the database file in the configuration.