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 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:
 
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 Interface of the configuration (QT, GTK+, ...);
+
* 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;
 
* 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;
 
* 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.
 
* providing other applications and individual components of OpenSCADA with [[#ServFunc|service functions]] of access to internal data.

Latest revision as of 17:28, 8 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, 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.

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 service functions of access to internal data.