Parameters > Citect.ini File Parameters > Client Parameters > [Client]StartupCode

[Client]StartupCode

Determines the Cicode function to run when CitectSCADA DisplayClient component starts up.

You can only pass constant data to the startup function call. You cannot pass variables or other functions. For example, MyFunc(1, "str") is valid, but MyFunc(PLCTAG, "str") or MyFunc(YourFunc(), "str") is not supported.

Note: This parameter is modified by the Computer Setup Wizard.

Allowable Values: Any built-in or user-written Cicode function

Default Value: NONE

Note: This parameter is used by CitectSCADA to specify the Cicode function that runs at startup, when running in single process mode.

See Also