Parameters > Citect.ini File Parameters > Report Process Parameters > Report.<ClusterName>.<ServerName>StartupCode

Report.<ClusterName>.<ServerName>StartupCode

Determines the Cicode function to run when the CitectSCADA Reports Server 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.

This parameter needs to be defined at the finest level of hierarchical granularity (Report.<ClusterName>.<ServerName>StartupCode). See Hierarchical Parameters for more information.

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

Allowable Values: Any built-in or user-written Cicode function, 1-31 alpha-numeric characters.

Default Value: NONE

Note: When CitectSCADA is running in single process mode only the Cicode function assigned to [Client]StartupCode will be executed at startup. Cicode functions specified for particular CitectSCADA components are ignored.

See Also