Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

D2000 system defines the term structure as a particular number of named items, to which it is possible to specify the properties as a value type, start value, saving start value, limits. Structure in the system is defined by an object Structure definition, so a specific name is assigned to it. Structure definition (holds no value) represents a particular model, which is used (by the form of reference) in the definition of other objects:

Object An object of Structured variable type is closely associated with an object of Structure definition type. It defines a non-zero number of rows of values. Structure The structure of each row is given by an object of Structure definition type. A value matrix is created:

...

Item nameItem type
NameText
AgeInteger
BornAbsolute time
ChildrenInteger

The object SV.Persons is Structured variable type and contains five (5) rows. Rows The rows of this objects object are defined by the object SD.PersonDef. Object value includes of twenty (20) values [5 x 4] of various types, the arrangement of which is shown in the following table:

...

Each item represents one value, for which there are defined (and especially uniquely for each value) all usual properties in the D2000 system (start value, limits, status bits, etc.). Individual values can be displayed in pictures, used in expressions (SV.Persons[3]^Age), in eval tags, or events.

Using an object of Database type, it is possible to access a SQL database (via the interface ODBC), structure of which (names and types of columns) corresponds to an object of Structure definitiontype.

...

These properties are used (or they are not, according to configuration) for columns in object the objects of Structured variable and Database types. For object objects of Structured variable type, these properties can be configured for each item (value) individually.

* Attribute is defined at the level of the object of Structure definition type and cannot be changed.

...

Kotva
devices
devices
Devices

V niektorých prípadoch sa pri používaní štruktúr prejavujú určité nevýhody:

  • Možnosť duplicitného pripojenia objektov: pripojenie jedného objektu do viacerých riadkov štruktúrovanej premennej (pre typ hodnoty Objekt).
  • Anonymné riadky: jednotlivé riadky štruktúry sú adresované číselným indexom. Pokiaľ patria riadky jednej štruktúrovanej premennej do viacerých skupín (napr. každý riadok zodpovedá jednému generátoru a niekoľko generátorov tvorí blok a niekoľko blokov elektráreň), pri práci s číselnými indexami toto nie je zrejmé a môže dôjsť k omylu.
  • Pamäťová fragmentácia: štruktúrované premenné sú v systéme D2000 reprezentované ako súvislý blok pamäte. V prípade použitia veľkých štruktúr (desiatky až stovky riadkov a stĺpcov) dochádza k fragmentácii pamäte (najmä v procese D2000 Server).
  • Problémy s archiváciou: pri použití štruktúrovaných archívov (archivácia stĺpca alebo prípadne celej štruktúrovanej premennej) dochádza k ukladaniu všetkých hodnôt do jednej databázovej tabuľky, ktorá tak môže byť veľká a jej správa (reorganizácia dát a indexov) náročná na diskové operácie a CPU. Zároveň je takýto štruktúrovaný archívny objekt pridelený jednému zapisovaciemu archívnemu tasku, takže zápisy nemôžu byť paralelizované. Pokiaľ nad takýmto archívnym objektom sú postavené ďalšie (vypočítané a/alebo štatistické archívy), každý z nich je opäť obsluhovaný jedným zapisovacím archívnym taskom. Ak je napr. spustený prepočet archívu tell príkazom RECALC, je serializovaný a vykonávaný postupne pre jednotlivé riadky štruktúrovaného archívu.

In some cases, there are certain disadvantages to using structures:

  • Possibility of duplicate connection of objects: connection of one object into several rows of a structured variable (for the value type Object).
  • Anonymous rows: individual rows of the structure are addressed by a numeric index. If the rows of one structured variable belong to several groups (e.g. each row corresponds to one generator and several generators create a block and several blocks create a power plant), this is not obvious when working with numerical indices and a mistake may occur.
  • Memory fragmentation: structured variables are represented in the D2000 system as contiguous blocks of memory. When using large structures (tens to hundreds of rows and columns), memory fragmentation occurs (especially in the D2000 Server process).
  • Archiving problems: when using structured archives (archiving a column or possibly an entire structured variable), all values ​​are stored in one database table, which can be large and its maintenance (reorganization of data and indexes) can be demanding in terms of disk operations and CPU. At the same time, such a structured archive object is assigned to one write archive task, so that writes cannot be parallelized. If other archive objects (computed and/or statistical archives) are built on top of such an archive object, each of them is again handled by one write archive task. If e.g. a recalc of the archive by the RECALC tell command is started, it is serialized and performed sequentially for individual rows of the structured archive.

These problems are solved by the device concept brought by the D2000 in version 21. The Device can be perceived as a one-line structured variable, wherebyUvedené problémy rieši koncepcia zariadení, ktorú prináša D2000 vo verzii 21. Zariadenie je možné vnímať ako jednoriadkovú štruktúrovanú premennú, pričom:

  • Pomocou objektu Definícia zariadenia je definovaná štruktúra objektu typu Zariadenie - jedná sa o Štruktúrovanú definíciu zariadenia.
  • Definícia zariadenia podporuje všetky typy stĺpcov ako Definícia štruktúry, navyše stĺpce typu Interná položka (slúži na pripojenie iného D2000 objektu do zariadenia) a Zariadenie (slúži na pripojenie iného zariadenia - podzariadenia).
  • Definícia zariadenia môže byť alternatívne definovaná ako pole objektov s definovanou Definíciou zariadenia - jedná sa o Poľovú definíciou zariadenia (napr. majme DD.Generator a od neho odvodenú DD.GeneratorArr).
  • Je tak možné vystavať "strom" zariadení, pričom proces D2000 Server zabezpečuje konzistentnú mennú konvenciu pre objekty pripojené do položiek zariadenia typu Interná položka a Zariadenie.

Pre každú položku na úrovni objektu Definícia zariadenia je možné definovať nasledujúce atribúty:

  • Meno *
  • Popis *
  • Typ hodnoty *
  • Stavový text (pre zobrazenie)
  • Limity
  • Štartovaciu hodnotu
  • Index do transformačnej palety
  • Typ zariadenia *
  • Povinné pripojenie *

Tieto vlastnosti sú použité (alebo nepoužité podľa konfigurácie) pre položky v objekte typu Zariadenie. Pre objekt typu Zariadenie sa tieto vlastnosti dajú konfigurovať pre každú položku zvlášť (s výnimkou atribútov označených hviezdičkou).

For each column (item) at the level of an object of Device definition it is possible to define the following attributes:

  • Name *
  • Description *
  • Value type *
  • Status text (for displaying)
  • Limits
  • Start value
  • Index of transformation palette
  • Device type *
  • Mandatory *

These properties are used (or they are not, according to configuration) for columns in the objects of Device types. For objects of Device type, these properties can be configured for each item individually (with the exception of attributes marked by an asterisk).

* Attribute is defined at the level of the object of Device definition type and cannot be changed* Atribút je pevne a nemenne definovaný na úrovni objektu typu Definícia zariadenia.