Versions Compared

Key

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

...

Since 2015.02. Optional. The 'internal cardinal ' timestep by which the time navigator slider is moved for this scada schematic panel. This overrules the timeNavigatorTimeStep that is configured for the scada display as a whole. This timestep is only used when showTimeNavigatorToolbar is configured and activated for the scada schematic status display. This timestep may also influence the behaviour of temporary transformations.

nodeId

Optional. Identifier that refers to a node in the topology configuration file. If specified, then the referenced topology node will be selected when this scadaPanel is selected in the user interface. When the topology node is selected, then that may cause other things to be selected as well, like e.g. the displayGroup in the TimeSeriesDisplay that corresponds to that node.

...

Since 2021.02, one can also include small thumbnail graphs referencing a display from the DisplayGroups in a schematic status panel.  Such charts are implicitly linked to a leftSingleClickAction that opens the same display in a new time series dialog. By default, this the left click is disabled. But if the user wishes, leftSingleClickAction can be configured to enable the possibility to open a new time series dialog. The 'internal cardinal' timestep of the timeSliderToolbar is leading in visualization of vertical lines for system time, time zero etc.

Charts are rendered as SVG <image> elements for embedding them in a schematic status panel. A practical problem with this is that empty <image> elements in a SVG file are considered in error and SVG editors (i.e. InkScape) that typically are used to prepare the SVG files will not allow you to insert <image> elements without an actual image attached. Therefore any shape element (<rect> is recommend) that has width and height properties can be used as a placeholder, that will be replaced by an image as the SVG file is processed. 

...