Functions | |
synchronized dyn_string | fwManager_getScriptsRunByCtrlMan (string systemName, unsigned ctrlManNum, dyn_string &exceptionInfo) |
private void | _fwManager_checkDriverRunningCB (string dp, dyn_int values) |
bool | fwManager_checkDriverRunning (int drvNumber, dyn_string exceptionInfo, string systemName="") |
Variables | |
private global bool | _fwManager_driverCheckConnected =false |
private global dyn_int | _fwManager_connectedDrivers |
This library contains functions related to WinCC OA Managers
bool fwManager_checkDriverRunning | ( | int | drvNumber, |
dyn_string | exceptionInfo, | ||
string | systemName = "" |
||
) |
Check whether specified driver is running
The calls for the local system are handled through a cache, whereas those for remote ones are handled with dpGet (consider the latency of a roundtrip). The cache is established through a dpConnect to the _Connections.Driver.ManNums datapoint.
References fwException_raise().
synchronized dyn_string fwManager_getScriptsRunByCtrlMan | ( | string | systemName, |
unsigned | ctrlManNum, | ||
dyn_string & | exceptionInfo | ||
) |
Returns the list of Ctrl scripts executed by a given Ctrl Manager.
If not existing, the necessaery _CtrlDebug datapoint is created.
References fwException_raise().