This manual is made to help in building the modules for OpenSCADA. The module creation may be required if you wish to add the support for new data source or other extension to OpenSCADA. Since OpenSCADA is an extremely modular system, all interfaces of interaction with the external environment are implemented by expanding it with modules of following types:
+
This manual is primarily made to help in building the modules for OpenSCADA. The module creation may be required at wish to add the support for new data source or other extension to OpenSCADA. Since OpenSCADA is an extremely modular system, all interfaces of interaction with the external environment are implemented by expanding it with modules of following types:
* databases;
* databases;
* communication interfaces, transports;
* communication interfaces, transports;
Latest revision as of 08:56, 13 April 2025
This manual is primarily made to help in building the modules for OpenSCADA. The module creation may be required at wish to add the support for new data source or other extension to OpenSCADA. Since OpenSCADA is an extremely modular system, all interfaces of interaction with the external environment are implemented by expanding it with modules of following types:
databases;
communication interfaces, transports;
protocols of the communication interfaces;
data sources and data acquisition;
archives-history (messages and values);
user interfaces (GUI, TUI, WebGUI, speech, signal ...);