From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 1: Line 1:
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

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 (Documents/How to/Create module)
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 ...);
* additional modules, special.
TranslationThis 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 ...);
* additional modules, special.

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 ...);
  • additional modules, special.