fwWiener
8.4.0
|
const string | FW_WIENER_PL512_DEVICE_MODEL = "PL512 Crate (TCP/IP)" |
bool | fwWiener_applyDefaultOpcAddressing2Pl512 (dyn_string &exceptionInfo) |
fwWiener_createOpcConfigFile (dyn_string canBuses, string fileName, dyn_string &exceptionInfo, int driverNumber=14) | |
fwWiener_loadSettingsFromHw (string dpName, dyn_string &exceptionInfo) | |
fwWiener_getReadbackElements (string dpType, string prefixDpName, dyn_string &readbackElements, dyn_string &exceptionInfo) | |
fwWiener_setKrakowMarathonCustomisation (string dpName, dyn_string &exceptionInfo) | |
fwWiener_deleteKrakowMarathonCustomisation (string dpName, dyn_string &exceptionInfo) | |
fwWiener_setSupervisionBehaviourOpcTypes (string dpName, dyn_string &exceptionInfo) | |
bool fwWiener_applyDefaultOpcAddressing2Pl512 | ( | dyn_string & | exceptionInfo | ) |
Function to add newer properties exposed by latest firmware relase in PL512 crates.
[out] | exceptionInfo | dyn_string: returns details of any errors |
fwWiener_createOpcConfigFile | ( | dyn_string | canBuses, |
string | fileName, | ||
dyn_string & | exceptionInfo, | ||
int | driverNumber = 14 |
||
) |
Function to create the Wiener OPC DA config file based on the WinCC OA instances
[in] | canBuses | dyn_string: Array with the list of canBuses devices to create the config file |
[in] | fileName | string: Wiener OPC DA config file |
[out] | exceptionInfo | dyn_string: returns details of any errors |
[in] | driverNumber | int: by default is 14. In case you would like to specify a different driver number |
fwWiener_loadSettingsFromHw | ( | string | dpName, |
dyn_string & | exceptionInfo | ||
) |
Function to update the WinCC OA settings DPE based in the hardware settings
[in] | dpName | string: Device DP to retrieve its settings from the hardware |
[out] | exceptionInfo | dyn_string: returns details of any errors |
fwWiener_getReadbackElements | ( | string | dpType, |
string | prefixDpName, | ||
dyn_string & | readbackElements, | ||
dyn_string & | exceptionInfo | ||
) |
Function to get the readback elements for certain model
[in] | dpType | string: Device DPT to identify its JCOP Device definition and model |
[in] | prefixDpName | string: prefix in the dpName to access the settings fields in the device dp name |
[out] | readbackElements | dyn_string: dpes with readback settings |
[out] | exceptionInfo | dyn_string: returns details of any errors |
fwWiener_setKrakowMarathonCustomisation | ( | string | dpName, |
dyn_string & | exceptionInfo | ||
) |
Function to set the Krakow Marathon customizations
[in] | dpName | string: crate device dpname to set customizations |
[out] | exceptionInfo | dyn_string: returns details of any errors |
fwWiener_deleteKrakowMarathonCustomisation | ( | string | dpName, |
dyn_string & | exceptionInfo | ||
) |
Function to remove the Krakow Marathon customizations
[in] | dpName | string: crate device dpname to set customizations |
[out] | exceptionInfo | dyn_string: returns details of any errors |
fwWiener_setSupervisionBehaviourOpcTypes | ( | string | dpName, |
dyn_string & | exceptionInfo | ||
) |
Function to change the Supervision Behaviour Types
[in] | dpName | string: crate device dpname to set customizations |
[out] | exceptionInfo | dyn_string: returns details of any errors |
string FW_WIENER_PL512_DEVICE_MODEL = "PL512 Crate (TCP/IP)" |
Constant used to identify the PL512 TCP crate JCOP model