[Client]StartupCode
- Last UpdatedJul 19, 2023
- 1 minute read
Determines the Cicode function to run when Plant SCADA 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.
You do not need to specify all the optional arguments, as the optional arguments will be given runtime defaults (not compiler defaults) as follows:
-
Data type INT = 0
-
Data type REAL = 0.0
-
Data type STRING = ""
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 Plant SCADA to specify the Cicode function that runs at startup, when running in single process mode.