[ctrl]
Settings for the Control Manager
[ctrl] ctrlDLL
- Type
- string
Note: It is recommended to load a CtrlExtention DLL directly from the Ctrl script using the #uses statement.
[ctrl] minWorkInterval
- Type
- int
- Default
- 1
- Range
- >= 0
[ctrl] queryRDBdirect
- Type
- bool
- Default
- 0
- Range
- 0|1
- 0 = Standard CTRL read functions (dpGet...()) via the WinCC OA Event Manager and the WinCC OA Data Manager.
- 1 = The standard CTRL read functions (dpGet...()) are redirected to directly contact the database server.
CtrlDLL = "CtrlRDBArchive"
CtrlDLL = "CtrlRDBCompr"
CAUTION: If you use queryRDBdirect = 1 and query DPEs using the event screen, enter the DPEs or *.* for the query. Otherwise the event screen does not show the DPEs.