Rotating Graphics Key-Value Table

Use this table to configure the Rotating Graphics profiles (.LDL)

Display All Key – Value Pair Table

Key

Value

EnableRotatingKiosk

By default this is set to True.

If this is set to False, the option will not work.

DefaultIntervalForKioskMode

Value in seconds that specifies the length of time a graphic displays before moving to the next graphic.
If no value is provided, the default is “30” seconds.

The minimum interval time is “10” seconds.

Examples:

-Default value:

DefaultIntervalForKioskMode:

-Customized Interval of 20 seconds:

DefaultIntervalForKioskMode: 20

KioskAutoRestart

Enables an automatic restart of the rotating graphic display if it is paused by a user during runtime.

By default, this key is set to True.

NOTE:
If this property is set to False, rotation will not resume after it has been paused. In this case, the user has to log out of the management station and log back in to restart the rotation display.

KioskAutoRestartInterval

Only applicable if KioskAutoRestart is enabled.
Value in seconds for the amount of time after which a paused graphic rotation resumes.

NOTE:
If no value is provided, the default time and minimum allowable restart time is set to “90” seconds.

GraphicListKioskMode

This key is only required if a customized list of graphics are to display.
To display a customized set of graphics and viewports in the rotation, each object must be preceded by this key to be listed in the Rotating Graphics profile.

  • Each graphic or designation must start with a the GraphicListKioskMode: key.
    For example: GraphicListKioskMode: System1.ApplicationView:ApplicationView.Graphics.Device2;
  • Each designation property must end in a semi-colon.
    For example: System1.ApplicationView:ApplicationView.Graphics.Device2;
  • If you want to add a customized display time to the graphic, after the designation semi-colon (;) type a comma (,) and after a space type a value in seconds for the display time.
    For example: System1.ApplicationView:ApplicationView.Graphics.Device2;, 40
  • Each graphic must be listed on one line without line breaks.