Versions Compared

Key

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

...

When first configuring a Schematic Status Display report, the scadaPanel section of the Schematic Status Display configuration can be copied directly to the Schematic Status Display Reports configuration. For Svg output the interactive sections will not be supported, so it is recommended to remove these.

Schematic Status Display - Avi

...

Schematic Status Display - Png

...

Sample demonstrating use of transformations:

Code Block
xml
xml
	<schematicStatusDisplayPanelSnapshotsPng>
		<variable>	<schematicStatusDisplayPanelAnimatedGif id="ssdAnimatedGif">
			...
		</variable>		
		<transformation<scadaPanel id="UserSimpleTransformation"TK" name="Twentekanalen 10 min">
			<user>
				<simple>	<svgFile>Twentekanalen.svg</svgFile>
					<expression>Waterstanden_10min * 100</expression><nodeId>Twentekanalen Hydro</nodeId>
					<outputVariable>...
						<variableId>Waterstanden_10min_times_100</variableId></scadaPanel>
					<<width>1024</outputVariable>width>
				<<height>800</simple>height>
			<relativePeriod unit="hour" start="-20" end="4"/>
			<timeStep unit="second" multiplier="300"/>
			<movieFrameDurationMillis>200</movieFrameDurationMillis>
			<fileName>SSD_test.gif</fileName>
		</schematicStatusDisplayPanelAnimatedGif>

Image Added

Sample demonstrating use of transformations:

Code Block
xml
xml

	<schematicStatusDisplayPanelSnapshotsPng>
		<variable>
			...
		</variable>		
		<transformation id="UserSimpleTransformation">
			<user>
				<simple>
					<expression>Waterstanden_10min * 100</expression>
					<outputVariable>
						<variableId>Waterstanden_10min_times_100</variableId>
					</outputVariable>
				</simple>
			</user>
		</transformation>

		<scadaPanel id="TK" name="Twentekanalen  10 min">
....
		</scadaPanel >
		<width>1024</width>
		<height>800</height>
		<snapshot id="ssd1">
			<relativeTime unit="hour" value="-4"/>
			<fileName>SSD_test1.png</fileName>
		</snapshot>
		<snapshot id="ssd2">
			<relativeTime unit="hour" value="-3"/>
			<fileName>SSD_test2.png</fileName>
		</snapshot>
	</schematicStatusDisplayPanelSnapshotsPng>
Schematic Status Display - Svg

The interactive parts of the Schematic Status Display are not supported when exported in the report and it is recommended to remove these sections when appropriate.

Code Block
xml
xml

	<schematicStatusDisplayPanelSnapshotsSvg></user>
		</transformation>

		<scadaPanel id="TK" name="Twentekanalen  10 min">
....
		</scadaPanel >
		<width>1024</width>
		<height>800</height>
		<snapshot id="ssd1">
			<relativeTime unit="hour" value="-4"/>
			<fileName>SSD_test1test4.png<svg</fileName>
		</snapshot>
		<snapshot id="ssd2">
			<relativeTime unit="hour" value="-3"/>
			<fileName>SSD_test2test5.png<svg</fileName>
		</snapshot>
	</schematicStatusDisplayPanelSnapshotsPng>
Schematic Status Display - Svg

...

schematicStatusDisplayPanelSnapshotsSvg>