Versions Compared

Key

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

...

displayName

Title of this display.

 

showTimeNavigatorToolbar

Option to show a time navigator toolbar at the top of this schematic status display. The time navigator toolbar can be used to select the display time for this schematic status display. It is only possible to select a display time that is contained within the configured relative period and is a valid time according to the configured time step. This period is always relative to the current system time. If the current system time changes, then the display time is reset to the current system time. If this option is not specified, then the time navigator toolbar is not shown.

...

This is the period of the time navigator toolbar (slider) in this schematic status display. The time navigator toolbar can be used to select the display time for this schematic status display. It is only possible to select a display time that is contained within this period and is a valid time according to the cardinal time step (which is configured in the explorer.xml configuration file, see FEWS Explorer Configuration). This period is always relative to the current system time. If the current system time changes, then the display time is reset to the current system time. The start and end of the period are both included.

timeNavigatorRelativePeriodVariables

Instead of the timeNavigatorRelativePeriod element, it is also possible to configure the relative view period using the timeNavigatorRelativePeriodVariables element. Using this element a list of variableId's have to be specified that refer to variables defined in the scada display configuration. For each specified variable the relative view period of the timeseriesset is determined and will be joined together into a relative view period that includes all previous periods. The resulting calculated period will be used for the time navigator toolbar. This period is always relative to the current system time, similar to the timeNavigatorRelativePeriod. A typical configuration might look as follows

<timeNavigatorRelativePeriodVariables>
     <variableId>variableId1</variableId>
     <variableId>variableId2</variableId>
</timeNavigatorRelativePeriodVariables>

Suppose variableId1 has the following relative view period: <relativeViewPeriod start="-1" end="6" unit="day"/>
And variableId2 has the following relative view period: <relativeViewPeriod start="-2" end="5" unit="day"/>

The resulting relative view period used by the time navigator toolbar will be: <relativeViewPeriod start="-2" end="6" unit="day"/>

movieFrameDurationMillis

The duration of a frame when the time navigator is animating. This is the number of milliseconds a frame/time step is visible before the next time step becomes visible. If this option is not specified, then 200 milliseconds is used by default. When the CPU is too slow to display the specified frame rate, a frame will be displayed longer than specified.

...