Versions Compared

Key

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

...

SystemMonitor : an option <tabId> to select a specific tab. If no tabId is configured, the Log Browser tab will be selected

SchematicStatusDisplay (SSD):  an option <panelId> to open a specific SSD panel. If no panelId is configured, or if a non-existing panelId is entered, the first SSD panel will be opened

...

Code Block
languagexml
	<nodes id="SSD_NL" name="SSD NL">
		<node id="Overzichtsscherm_WMCN" name="Overzichtsscherm Nederland">
			<mainPanel>schematic status display</mainPanel>
			<scadaDisplayId>ScadaOverzichtsscherm_WMCN</scadaDisplayId>
			<scadaPanelId>Overzichtsscherm_WMCN</scadaPanelId>
		</node>
		<node id="Verwachtingenscherm_WMCN" name="Verwachtingen Nederland">
			<mainPanel>schematic status display</mainPanel>
			<scadaDisplayId>ScadaOverzichtsscherm_WMCN</scadaDisplayId>
			<scadaPanelId>Verwachtingenscherm_WMCN</scadaPanelId>
		</node>
	</nodes>

Note that since the  2020.01 release also  the  elements  <displayConfigFileName>  and <panelId> can be used  to make the SSD visible.

For more information, see the section about configuration of Schematic Status Displays (a.k.a. Scada displays).

...