From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
== Data in OpenSCADA and their storage in the DB (TConfig) ==
+
== {{Anch|Data|Data in OpenSCADA and their storage}} ==
Storing data in the system based on the objects ''TConfig'' and ''TElem''. These objects store the structure and fields' values of the database, allowing for direct loading and saving the configuration via the "DB" subsystem. For the specialized different types data storage the TVariant object is provided.
+
Storing data in the program is based on the objects ''[[#TConfig|TConfig]]'' and ''[[#TElem|TElem]]''. These objects store the structure and field values of the storage, allowing for direct loading and saving the configuration via the [[#TBDS|"DB" subsystem]]. For the specialised different types of the data storage the ''[[#TVariant|TVariant]]'' object is provided.

Latest revision as of 15:35, 9 September 2021

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)
== {{Anch|Data|Data in OpenSCADA and their storage}} ==
Storing data in the program is based on the objects ''[[#TConfig|TConfig]]'' and ''[[#TElem|TElem]]''. These objects store the structure and field values of the storage, allowing for direct loading and saving the configuration via the [[#TBDS|"DB" subsystem]]. For the specialised different types of the data storage the ''[[#TVariant|TVariant]]'' object is provided.
Translation== {{Anch|Data|Data in OpenSCADA and their storage}} ==
Storing data in the program is based on the objects ''[[#TConfig|TConfig]]'' and ''[[#TElem|TElem]]''. These objects store the structure and field values of the storage, allowing for direct loading and saving the configuration via the [[#TBDS|"DB" subsystem]]. For the specialised different types of the data storage the ''[[#TVariant|TVariant]]'' object is provided.

Data in OpenSCADA and their storage

Storing data in the program is based on the objects TConfig and TElem. These objects store the structure and field values of the storage, allowing for direct loading and saving the configuration via the "DB" subsystem. For the specialised different types of the data storage the TVariant object is provided.