Versions Compared

Key

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

...

Confidence limits are vertical lines in the pre-defined displays that are plotted at a position relative to T0 in the graph. The lines can be be configured per subplot in the DisplayGroupsfile. A maximum of three lines can be defined.

Config Options

 

Configuration per subplot

Part of the schema for the DisplayGroups file is shown below:
  Image Added

To define a forecast confidence line the forecastConfidenceTimeSpan1, forecastConfidenceTimeSpan2or the forecastConfidenceTimeSpan3  element must be defined. Within this element a (time) unit should be defined (e.g. hours) and an optional multiplier or divider. This part of the configuration defines the offset of the line relative to T0.

 

 

Configuring the look of the lines

How the lines are drawn in the graphs is configured in the TimeseriesDisplayConfig.xml file in the SystemConfigFiles directory. Within the   timeMarkersDisplayConfig element a number of  timeMarkerDisplayOptions elements may be configured. See the following example (first in XMLSpy grid view, next as XML):

<timeMarkersDisplayConfig>

              <timeMarkerDisplayOptions marker="systemTime">

                     <color>green</color>

                     <lineStyle>solid</lineStyle>

                     <label>System Time</label>

              </timeMarkerDisplayOptions>

              <timeMarkerDisplayOptions marker="timeZero">

                     <color>gray</color>

                     <lineStyle>dotted</lineStyle>

                     <label>Time Zero</label>

              </timeMarkerDisplayOptions>

              <timeMarkerDisplayOptions marker="displayTime">

                     <color>red</color>

                     <lineStyle>solid</lineStyle>

                     <label>Display Time</label>

              </timeMarkerDisplayOptions>

              <timeMarkerDisplayOptions marker="threshold">

                     <color>orange</color>

                     <lineStyle>dashed</lineStyle>

                     <label>Threshold</label>

              </timeMarkerDisplayOptions>

              <timeMarkerDisplayOptions marker="forecastConfidence1">

                     <color>dark orange</color>

                     <lineStyle>dashed</lineStyle>

                     <label>Forecast Confidence 1</label>

              </timeMarkerDisplayOptions>

              <timeMarkerDisplayOptions marker="forecastConfidence2">

                     <color>dark orange2</color>

                     <lineStyle>dashed</lineStyle>

                     <label>Forecast Confidence 2</label>

              </timeMarkerDisplayOptions>

              <timeMarkerDisplayOptions marker="forecastConfidence3">

                     <color>dark orange4</color>

                     <lineStyle>dashed</lineStyle>

                     <label>Forecast Confidence 3</label>

              </timeMarkerDisplayOptions>

   </timeMarkersDisplayConfig>

 

 

Image Added

1.1.3       Configuration Steps

...

This should result in a vertical line being draw in the graph:

 

If the colours of the lines should be changed this can be done in the TimeSeriesDisplayConfig.xml file in the SystemConfigFiles directory.