Graphics Builder > Configure Graphics Pages > Specify a Startup Page

Specify a Startup Page

Every system needs to have a startup page, and some may use a splash screen.

A splash screen is the very first window that is displayed when Citect SCADA starts. The splash window has a thin windows border, is non-movable and is often set to "always on top". The splash window can be used to display project information while the system is initializing, such as a company logo, software version, project version, and so on. By default, it is only displayed for a brief period of time and then automatically dismissed.

The startup page is displayed before or after the splash window is dismissed. The timing is controlled by a set of parameters:

If the StartupDelay is set to less than the SplashTimeout, the Startup page will be displayed while the splash screen is still shown. On the other hand, setting the StartupDelay to be greater than the SplashTimeout will display the Startup page after the splash screen is dismissed.

The Example project makes use of the splash screen parameters to specify a page that is displayed as splash screen, and Cicode functions to display product and project information on the splash screen.

The following parameters are used to set up the splash screen in the Example project:

[Page]
Splash = !Splash
SplashWinName = Splash
SplashTimeout = 5000
Startup = Menu
StartupWinName = Main
StartupDelay = 5100
HomePage = Menu

See Also

Published June 2018