Code Parameters
- Last UpdatedFeb 02, 2024
- 2 minute read
The citect.ini file contains the following code parameters:
-
[Code]AlarmShutdown - Obsolete in version 7.0.
-
[Code]AlarmStartup - Obsolete in version 7.0.
-
[Code]AutoReRead - Obsolete in version 7.0.
-
[Code]BackwardCompatibleErrHw - Controls whether Plant SCADA Runtime should be backward compatible with versions prior to V5.20.
-
[Code]CallbackThreads - Limits the number of tag subscription callback threads that will be executed simultaneously.
-
[Code]DebugMessage - Enables/Disables the DebugMsg() logging functionality.
-
[Code]DllCallErrorPopup - Creates a popup and logs errors on calls to third-party DLLs.
-
[Code]DllCallProtect - Helps protects Plant SCADA Runtime from closing down in the event an external DLL is called and subsequently becomes inoperative.
-
[Code]DynamicCallDebug - Allows you to control logging for Cicode that is called dynamically at runtime.
-
[Code]EchoError - Controls whether Plant SCADA Runtime echoes errors in Cicode.
-
[Code]EnableErrorLogging - Enables or disables the logging of issues with ErrSet() function and related functions.
-
[Code]Export - Controls if your Cicode is to be halted when an error occurs.
-
[Code]HaltOnError - Stops your Cicode task if an error occurs in some key Cicode functions and generates a hardware error.
-
[Code]HaltOnInvalidTagData - Stops Cicode when any tag read returns invalid data (bad quality).
-
[Code]IgnoreCase - Controls whether Plant SCADA Runtime is case insensitive to string data in Cicode.
-
[Code]ProfilerEnabled - Set this parameter to 1 to enable the Cicode Profiler when Plant SCADA Runtime starts.
-
[Code]IOServerShutdown - Obsolete in version 7.0.
-
[Code]IOServerStartup - Obsolete in version 7.0.
-
[Code]Process - Obsolete in version 7.0.
-
[Code]Queue - The maximum number of elements in queues.
-
[Code]ReportShutdown - Obsolete in version 7.0.
-
[Code]ReportStartup - Obsolete in version 7.0.
-
[Code]ScaleCheck - Controls whether Plant SCADA Runtime checks for scaling over/under flow errors in Cicode.
-
[Code]Shutdown - Obsolete in version 7.0.
-
[Code]ShutdownTime - Specifies the maximum time allowed for the execution of any Cicode functions triggered by the [Code]Shutdown parameter.
-
[Code]Stack - The size of the stack when Plant SCADA Runtime calls a user DLL function through the Cicode function DLLCall().
-
[Code]Startup - Obsolete in version 7.0.
-
[Code]StrictArgumentCheck - Determines whether the compiler checks for calls to functions missing parameters.
-
[Code]Threads - The number of Cicode threads (tasks) that can run concurrently.
-
[Code]TimeData - Determines how often (in milliseconds) the I/O server reads I/O device data in order to provide tags with up-to-date Cicode variables.
-
[Code]TimeSlice - The period (in milliseconds) that a Cicode thread can run - before it is swapped out.
-
[Code]TimeSlicePage - The period (in milliseconds) that a Cicode thread can run - before it is halted.
-
[Code]TrendShutdown - Obsolete in version 7.0.
-
[Code]TrendStartup - Obsolete in version 7.0.
-
[Code]Unsigned - Determines if the capable protocols interpret 16 bit integers as unsigned or not.
-
[Code]VBASupport - Enables and disables Plant SCADA VBA Support.
-
[Code]WriteLocal - Controls whether Plant SCADA Runtime writes to a local run table in Cicode.
See Also
Related Links
- [Code]BackwardCompatibleErrHw
- [Code]CallbackThreads
- [Code]DebugMessage
- [Code]DllCallErrorPopup
- [Code]DllCallProtect
- [Code]DynamicCallDebug
- [Code]EchoError
- [Code]EnableErrorLogging
- [Code]Export
- [Code]HaltOnError
- [Code]HaltOnInvalidTagData
- [Code]IgnoreCase
- [Code]ProfilerEnabled
- [Code]Queue
- [Code]ScaleCheck
- [Code]ShutdownTime
- [Code]Stack
- [Code]StrictArgumentCheck
- [Code]Threads
- [Code]TimeData
- [Code]TimeSlice
- [Code]TimeSlicePage
- [Code]Unsigned
- [Code]VBASupport
- [Code]WriteLocal