unCPC6 9.1.1
WinCC-OA implementation of UNICOS CPC
|
Functions | |
mapping | CPC_LocalConfig_getConfig () |
void | CPC_LocalConfig_initializeConstants () |
dyn_string | CPC_LocalConfig_getParamNames () |
void | CPC_LocalConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
S7_PLC_CPC_Local_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
_UnPlc_CPC_Local_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
OPCUA_CPC_Local_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
BACnet_CPC_Local_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
void | IEC104_CPC_Local_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
cpcLocalConfig.ctl This library contains the import and export function of the CPC_Local.
mapping CPC_LocalConfig_getConfig | ( | ) |
DPE configuration TODO: use fw info instead
References CPC_INT32, CPC_StsReg01_ALST, CPC_StsReg01_POSALST, and CPC_UINT16.
void CPC_LocalConfig_initializeConstants | ( | ) |
Initialize the constants required for the import process to improve the performance
Referenced by cpcConfigGenericFunctions_initConstants().
dyn_string CPC_LocalConfig_getParamNames | ( | ) |
Returns the list of parameter names that passed via config line.
void CPC_LocalConfig_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_Local Devices
Usage: External function
PVSS manager usage: NG, NV
References CPC_CONFIG_SMS_MESSAGE, cpcExportGenericFunctions_getAcknowledgeAlarm(), cpcExportGenericFunctions_getArchive(), cpcExportGenericFunctions_getArchivedDpes(), cpcExportGenericFunctions_getArchiveNameForDpes(), cpcExportGenericFunctions_getCategories(), cpcExportGenericFunctions_getDigitalNormalPosition(), cpcExportGenericFunctions_getKeyDeviceConfiguration(), cpcExportGenericFunctions_getMaskEvent(), cpcExportGenericFunctions_getMetainfo(), cpcExportGenericFunctions_getParameters(), and cpcExportGenericFunctions_processAddress().
Referenced by _UnPlc_CPC_Local_ExportConfig(), and S7_PLC_CPC_Local_ExportConfig().
S7_PLC_CPC_Local_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_Local Devices for S7_PLC front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_LocalConfig_ExportConfig().
_UnPlc_CPC_Local_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_Local Devices for _UnPlc front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_LocalConfig_ExportConfig().