[different sections]
Settings for different sections
[different sections] dbgCount
- Type
- integer
- Default
- 100
- Range
- >1
[different sections] debugFormat
- Type
- string
- %{time} current time in std. WinCC_OA format
- %{time format} current time in defined format The format string can contain any % placeholders which can be used in the formatTime() CTRL function.
- %{time delta} time difference to the last Debug() output in this thread
- %{message} the sum of all formatted arguments, viz. the actual debug output
- %{line} current line number in the script
- %{file} script file path or output of module/panel/script
- %{location} current position e.g. script file path or module/panel/script incl. line number
- %{function} name of current function inside which Debug() is executed
- %{stack} current stack trace (see also getStackTrace())
- \n newline character. Has to be written as \\n
- \t tab character. Has to be written as \\t
[different sections] ignoreDebug
- Type
- bool
- Default
- 0
- Range
- 0|1
[different sections] independentAlertAck
- Type
- bool
- Default
- 0
- Range
- 0|1
[different sections] loadAllCtrlLibs
- Type
- bool
- Default
- 0
- Range
- 0|1
- 0: Load only explicitly defined Ctrl libraries (see loadCtrlLibs).
- 1: Load all files from the scripts/libs directory.
[different sections] loadCtrlLibs
- Type
- string
loadCtrlLibs = "std.ctl, libCTRL.ctl, hosts.ctl, va.ctl, archiv.ctl"
A library loaded by this entry can be removed again by a subsequent UnloadCtrlLibs entry.
[different sections] priorityClass
- Type
- integer
- Default
- 0
- Range
- Linux: -20-19 Windows:-1-2
Windows:
- -1: lower than normal
- 0: Priority normal (Default)
- 1: higher than normal
- 2: Priority high
Linux:
- 1..19: increase priority (the Manager has to be a root process)
- 0: normal (Default)
- -20..-1: decrease priority
[different sections] queryFunction
- Type
- bool
- Default
- 0
- Range
- 0|1
With the config entry queryFunction = 1 a database function is used for dpGetPeriod() instead of a query. Therefore, the limitations such as the number of tables and the length of the SQL statement cease to exist.
With queryFunction = 0, a query is used as so far.
The entry can be used in ValueArchiveRDB and UI sections.
Note: Please note that this entry is not intended for use in regular projects, but can only be used for specific, proprietary database schemas. Use in different projects means that correct functioning can no longer be guaranteed.
[different sections] queryHLBlockedTime
- Type
- long (milliseconds)
- Default
- 0
- Range
- 0..32767
[different sections] unLoadCtrlLibs
- Type
- string
unloadCtrlLibs = "std.ctl, libCTRL.ctl, hosts.ctl, va.ctl, archiv.ctl"