unCPC6 9.1.1
WinCC-OA implementation of UNICOS CPC
|
Functions | |
mapping | CPC_WordParameterConfig_getConfig () |
void | CPC_WordParameterConfig_initializeConstants () |
CPC_WordParameterConfig_checkCustomConfig (dyn_string configLine, bool hasArchive, dyn_string &exceptionInfo) | |
CPC_WordParameterConfig_setCustomConfig (dyn_string dsConfigs, bool hasArchive, dyn_string &exceptionInfo) | |
void | CPC_WordParameterConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo, bool bExportOnlineValuesAsDefault=FALSE) |
S7_PLC_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
_UnPlc_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
OPCUA_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
BACnet_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
DIP_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
SNMP_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
void | IEC104_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
S7_PLC_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo) | |
_UnPlc_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo) | |
OPCUA_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo) | |
BACnet_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo) | |
DIP_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo) | |
SNMP_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo) | |
void | IEC104_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo) |
cpcWordParameterConfig.ctl This library contains the import and export function of the CPC_WordParameter.
mapping CPC_WordParameterConfig_getConfig | ( | ) |
DPE configuration TODO: use fw info instead
References CPC_INT32, and CPC_UINT16.
void CPC_WordParameterConfig_initializeConstants | ( | ) |
Initialize the constants required for the import process to improve the performance
Referenced by cpcConfigGenericFunctions_initConstants().
CPC_WordParameterConfig_checkCustomConfig | ( | dyn_string | configLine, |
bool | hasArchive, | ||
dyn_string & | exceptionInfo | ||
) |
Check custom configuration
CPC_WordParameterConfig_setCustomConfig | ( | dyn_string | dsConfigs, |
bool | hasArchive, | ||
dyn_string & | exceptionInfo | ||
) |
Set custom configuration
void CPC_WordParameterConfig_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo, | ||
bool | bExportOnlineValuesAsDefault = FALSE |
||
) |
Purpose: Export CPC_WordParameter Devices
Usage: External function
PVSS manager usage: NG, NV
References cpcExportGenericFunctions_getArchive(), cpcExportGenericFunctions_getArchivedDpes(), cpcExportGenericFunctions_getArchiveNameForDpes(), cpcExportGenericFunctions_getDeadband(), cpcExportGenericFunctions_getDefaultValue(), cpcExportGenericFunctions_getDPEValue(), cpcExportGenericFunctions_getFormat(), cpcExportGenericFunctions_getMaskEvent(), cpcExportGenericFunctions_getMetainfo(), cpcExportGenericFunctions_getRange(), cpcExportGenericFunctions_getUnit(), cpcExportGenericFunctions_processAddress(), and cpcGenericDpFunctions_getMapping().
Referenced by _UnPlc_CPC_WordParameter_ExportConfig(), S7_PLC_CPC_WordParameter_ExportConfig(), and S7_PLC_CPC_WordParameter_ExportConfigOnlineValues().
S7_PLC_CPC_WordParameter_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_WordParameter Devices for S7_PLC front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_WordParameterConfig_ExportConfig().
_UnPlc_CPC_WordParameter_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_WordParameter Devices for _UnPlc front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_WordParameterConfig_ExportConfig().
S7_PLC_CPC_WordParameter_ExportConfigOnlineValues | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_AnalogParameter Devices and override the default parameters with the online values These are just simple wrappers to indicate that the device supports the feature
Usage: External function
PVSS manager usage: NG, NV
References CPC_WordParameterConfig_ExportConfig().