Access

Information

  • In this module, the chart data from the DT585 Chart parameter are displayed in table form and can be edited.

Details

  • Via the plus button you can insert new parameters.
  • You can, e.g., use this to insert parameters which are made available in a new client release without having to update to a new DB release.

  • Example:

    • There’s a new category named "NewAttribute" which contains a child element with the key "Foo" and the value "Bar":
    • NeuesAttribut.png
    • In the JSON, this is interpreted as follows:
    • "NewAttribute": {
              "Foo": "Bar"
          }
      CODE

Example