From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 1: Line 1:
The control interface of the system is included into the TCntrNode object and, accordingly, covers all the nodes of the dynamic tree of the system, allowing you to consistently manage the system regardless of the client tool used. The control interface of the system is based on the markup language XML. You can think of many ways to use control interface of system, as an example, we'll note the following most meaningful solutions:
+
The Control Interface is included in the [[#TCntrNode]] object and it covers all nodes of the dynamic tree of the program, allowing uniform control of the program regardless of the client tool used. The Control Interface is made on the basis of the XML markup language and for which you can come up with many ways to use, for example, we note the following most indicative solutions:
* Web interface of the configuration ;
+
* Web Interface of the configuration;
* GUI configuration interface (QT, GTK+, ...);
+
* GUI Interface of the configuration (QT, GTK+, ...);
* reflection of the configuration in the network for distributed management of multiple OpenSCADA-stations from the single management area;
+
* mirroring the objects configuration to the network for distributed management of a hierarchical network of OpenSCADA nodes from a common control environment;
* using as the protocol for objects' data access from the network;
+
* use as a protocol for accessing data of the objects from the network;
* provision of service functions to access of the exterior application and the single OpenSCADA components to the internal data.
+
* providing other applications and individual components of OpenSCADA with [[#ServFunc|service functions]] of access to internal data.

Revision as of 16:37, 5 January 2023

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/API)
The Control Interface is included in the [[#TCntrNode]] object and it covers all nodes of the dynamic tree of the program, allowing uniform control of the program regardless of the client tool used. The Control Interface is made on the basis of the XML markup language and for which you can come up with many ways to use, for example, we note the following most indicative solutions:
* Web Interface of the configuration;
* GUI Interface of the configuration (Qt, WEB, ...);
* mirroring the objects configuration to the network for distributed management of a hierarchical network of OpenSCADA nodes from a common control environment;
* use as a protocol for accessing data of the objects from the network;
* providing other applications and individual components of OpenSCADA with [[#ServFunc|service functions]] of access to internal data.
TranslationThe Control Interface is included in the [[#TCntrNode]] object and it covers all nodes of the dynamic tree of the program, allowing uniform control of the program regardless of the client tool used. The Control Interface is made on the basis of the XML markup language and for which you can come up with many ways to use, for example, we note the following most indicative solutions:
* Web Interface of the configuration;
* GUI Interface of the configuration (QT, GTK+, ...);
* mirroring the objects configuration to the network for distributed management of a hierarchical network of OpenSCADA nodes from a common control environment;
* use as a protocol for accessing data of the objects from the network;
* providing other applications and individual components of OpenSCADA with [[#ServFunc|service functions]] of access to internal data.

The Control Interface is included in the #TCntrNode object and it covers all nodes of the dynamic tree of the program, allowing uniform control of the program regardless of the client tool used. The Control Interface is made on the basis of the XML markup language and for which you can come up with many ways to use, for example, we note the following most indicative solutions:

  • Web Interface of the configuration;
  • GUI Interface of the configuration (QT, GTK+, ...);
  • mirroring the objects configuration to the network for distributed management of a hierarchical network of OpenSCADA nodes from a common control environment;
  • use as a protocol for accessing data of the objects from the network;
  • providing other applications and individual components of OpenSCADA with service functions of access to internal data.