Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "data_object":{
       "do_type":"{CDC}",
       "do_value":"{mag} or {stval}",
       "do_quality":"{q}",
	   "do_ts":"{t}",
    }
 }

The asset name value of the reading is mapped to the value of the "label" field of the exchanged_data_conf.

Exchanged datasets

Data sets are groups of data attributes (DA) or functional constraint data objects (FCDO). They are used to simplify access to functional related groups of variables. E.g. if you want to read the most important status values of a server you don’t have to ask the server for each individual variable. Instead you define a data set (or most probably use a predefined one) that contains all the required data and request them with a single read with the data set reference as an argument.

...