Versions Compared

Key

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

...

Since the 2023.01 release it is also possible to configure a gridDisplaySelection.This  This will open the spatial display and select the configured groupId > plotId in the tree, e.g. 'Kriging' > 'Kriging Precipitation (Last Week)'

Image Removed

<displayGroupId> and <selectFirstPlotOnSelectionChange>

...

To navigate SSD (scada) displays using topology nodes, specific elements can be added for opening a specific SSD display and/or panel when a node is selected.

Note that since Since the  20202020.01 release also the   elements <displayConfigFileName> and <panelId> can be used  to to make the SSD visible.
For more information, see the section about configuration of Schematic Status Displays (a.k.a. Scada displays).

...

Code Block
languagexml
titleTopology: gridDisplaySelection
<node id="nodeId">
	<gridDisplaySelection>
		<groupId>groupId</groupId>
		<plotId>plotId</plotId>
	</gridDisplaySelection>
</node>

This will open the spatial display and select the groupId > plotId in the tree, e.g. 'Kriging' > 'Kriging Precipitation (Last Week)'

Image Added

Config example <scadaDisplayPanelId>

...