Versions Compared

Key

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

...

Scada Display Configuration


ScadaDisplay Scada display configuration root elements

displayName

TODOTitle of this display.

dateFormat

TODO

numberFormat

TODO

variable

TODO

scadaPanel

Definitions of dateFormats that can be used for formatting dates and times in tags in texts of svg objects.

numberFormat

Definitions of numberFormats that can be used for formatting numbers in tags in texts of svg objects.

variable

Definitions of variables that can be used as input and/or output for the components in the scada display. A variable is always a time series. Alternatively variable definitions can be embedded in the configuration below.

scadaPanel

One or more definitions of scada panels. In the user interface each scada panel will be available from the list in this scada display.

Scada Panel Configuration

Image Added
Scada panel configuration elements

id

Identifier of this scada panel.

name

The name of this scada panel as it is displayed in the user interface. If not specified, then id is used as name.

svgFile

The name of an svg (Scalable Vector Graphics) file in the ReportImageFiles directory. This scada panel shows all svg objects that are defined in the specified svg file. The svg objects in the svg file can be given special behaviour and/or properties using the configuration below. See http://www.w3.org/TR/SVG11/ for the SVG 1.1 specification.

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.

textComponentBehaviourDefinition

Definition of special behaviour and/or properties for a text component in this scada panel. This refers to an svg object of type "text" that is defined in the given svg file. This contains definitions of behaviour and/or properties for that svg object. An svg object of type "text" can be a "text", "tspan", "tref", "textPath" or "altGlyph" element.

shapeComponentBehaviourDefinition

Definition of special behaviour and/or properties for a shape component in this scada panel. This refers to an svg object of type "shape" that is defined in the given svg file. This contains definitions of behaviour and/or properties for that svg object. An svg object of type "shape" can be a "path", "rect", "circle", "ellipse", "line", "polyline" or "polygon" element.

TextComponentBehaviourDefinition Configuration

Image Added
TextComponentBehaviourDefinition configuration elements

TODO

ShapeComponentBehaviourDefinition Configuration

Image Added
ShapeComponentBehaviourDefinition configuration elementsTODO

TODO

Tips And Tricks

Controlling the resizing behaviour of an svg document within the scada display

...