Versions Compared

Key

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

...

Below is an overview of the options that are available in the schematic status display xml schema. All configuration options are also documented in the annotations in the schematic status display xml schema. To get the most up to date information about the available configuration options and their documentation in the annotations, please consult the schematic status display xml schema, which is available here.

Image Added Image Removed
Scada display configuration elements

...

Time Navigator Toolbar Configuration Options

Image Added Image Removed
Time navigator toolbar configuration elements

...

Scada Panel Configuration Options

Image Added Image Removed
Schematic status panel configuration elements

...

Left Single Click Action and Left Double Click Action Configuration Options

Image Modified


Click action configuration elements

...

OpenURL

Opens the specified URL.

enumerateValues

Steps through the possible values of a variable, of which the parameter has to be linked to an enumeration in the parameters configuration file. Every time the display element is clicked the next value (code) of the enumeration is assigned to all time steps in the defined timeSeriesSet and overrulingRelativeViewPeriod for the specified variable.

enterValue

Pops up a dialiog where the user can input a new value for the specified variable, the new value is assigned to all time steps in the defined timeSeriesSet and overrulingRelativeViewPeriod for the specified variable. Optional min and max attributes can be provided to limit the range (minimum, maximum) of values that can be entered.


Link Properties To Data Configuration Options

Image RemovedImage Added

Link properties to data configuration elements

...

Link Height To Data Configuration Options

Image Added Image Removed
Link height to data configuration elements

...

Link Width To Data Configuration Options

Image Added Image Removed
Link width to data configuration elements

...

Link Rotation To Data Configuration Options

Image Added Image Removed
Link rotation to data configuration elements

...

Use Threshold Warning Level Colors Configuration Options

Image Added Image Removed
Use threshold warning level colors configuration elements

...

Use Threshold Warning Level Symbols Configuration Options

Image RemovedImage Added

The fields in this xml configuration are the same as for the threshold warning level colors described above, except that the fews:colortype field is not applicable here.

...

Tooltip Configuration Options

Image Added Image Removed
Tooltip configuration elements

...

Replace Tags Configuration Options

Image Added Image Removed

Anchor
tags
tags

If specified, then the tags in the text of this component are replaced using data from the specified variable. Tags should be separated by "%" signs. Text can be e.g. "Last value = %LASTVALUE(numberFormatId)%", which would be replaced by e.g. "Last value = 10.0". The following tags can be used in the text (numberFormatId/dateFormatId should be replaced by the id of a numberFormat/dateFormat that is defined at the start of this configuration file):

...

Variable Configuration Options

Image Added Image Removed
Variable configuration elements

...

Code Block
xml
xml
	<variable>
		<variableId>Observation</variableId>
		<timeSeriesSet>
			<moduleInstanceId>Afgeleide_Twentekanalen</moduleInstanceId>
			<valueType>scalar</valueType>
			<parameterId>H.meting</parameterId>
			<locationSetId>Hydro_LMW_TK_H</locationSetId>
			<timeSeriesType>external historical</timeSeriesType>
			<timeStep unit="hour"/>
			<relativeViewPeriod unit="hour" start="-1" end="0"/>
			<readWriteMode>read only</readWriteMode>
		</timeSeriesSet>
	</variable>
	<variable>
		<variableId>Correction</variableId>
		<timeSeriesSet>
			<moduleInstanceId>Afgeleide_Twentekanalen</moduleInstanceId>
			<valueType>scalar</valueType>
			<parameterId>H.meting</parameterId>
			<locationSetId>Hydro_LMW_TK_H</locationSetId>
			<timeSeriesType>external historical</timeSeriesType>
			<timeStep unit="hour"/>
			<relativeViewPeriod unit="hour" start="-1" end="0"/>
			<readWriteMode>read only</readWriteMode>
		</timeSeriesSet>
	</variable>
	<variable>
		<variableId>Observation_minus_correction</variableId>
		<timeSeriesSet>
			<moduleInstanceId>Afgeleide_Twentekanalen</moduleInstanceId>
			<valueType>scalar</valueType>
			<parameterId>H.meting</parameterId>
			<locationSetId>Hydro_LMW_TK_H</locationSetId>
			<timeSeriesType>temporary</timeSeriesType>
			<timeStep unit="hour"/>
			<relativeViewPeriod unit="hour" start="-1" end="0"/>
			<readWriteMode>add originals</readWriteMode>
			<synchLevel>9</synchLevel>
		</timeSeriesSet>
	</variable>
	<transformation id="TransformationObservationMinusCorrection">
		<user>
			<simple>
				<expression>Observation - Correction</expression>
				<outputVariable>
					<variableId>Observation_minus_correction</variableId>
				</outputVariable>
			</simple>
		</user>
	</transformation>
...

Image RemovedImage Added

Navigation using Topology

...