[Alarm.<ClusterName>.<ServerName>]StartupCode
- Last UpdatedJul 19, 2023
- 1 minute read
Determines the Cicode function to run when the Plant SCADA Alarm 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.
Note: This parameter needs to be applied to a specific alarm server process. For more information, see Configure Alarm Parameters for a Specific Cluster or Process.
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 Plant SCADA is running in single process mode only the Cicode function assigned to [Client]StartupCode will be executed at startup. Cicode functions specified for particular Plant SCADA components are ignored.