unCPC6 9.1.1
WinCC-OA implementation of UNICOS CPC
|
Functions | |
mapping | CPC_AnalogAlarmConfig_getConfig () |
void | CPC_AnalogAlarmConfig_initializeConstants () |
dyn_string | CPC_AnalogAlarmConfig_getParamNames () |
CPC_AnalogAlarmConfig_checkCustomConfig (dyn_string configLine, bool hasArchive, dyn_string &exceptionInfo) | |
CPC_AnalogAlarmConfig_setCustomConfig (dyn_string dsConfigs, bool hasArchive, dyn_string &exceptionInfo) | |
void | CPC_AnalogAlarmConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
S7_PLC_CPC_AnalogAlarm_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
_UnPlc_CPC_AnalogAlarm_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
OPCUA_CPC_AnalogAlarm_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
BACnet_CPC_AnalogAlarm_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
void | IEC104_CPC_AnalogAlarm_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
cpcAnalogAlarmConfig.ctl This library contains the import and export function of the CPC_AnalogAlarm.
mapping CPC_AnalogAlarmConfig_getConfig | ( | ) |
DPE configuration TODO: use fw info instead
References CPC_BOOL, CPC_FLOAT, CPC_INT32, CPC_StsReg01_IST, CPC_StsReg01_WST, CPC_StsReg02_HHALST, CPC_StsReg02_HWST, CPC_StsReg02_LLALST, CPC_StsReg02_LWST, and CPC_UINT16.
void CPC_AnalogAlarmConfig_initializeConstants | ( | ) |
Initialize the constants required for the import process to improve the performance
Referenced by cpcConfigGenericFunctions_initConstants().
dyn_string CPC_AnalogAlarmConfig_getParamNames | ( | ) |
Returns the list of parameter names that passed via config line.
CPC_AnalogAlarmConfig_checkCustomConfig | ( | dyn_string | configLine, |
bool | hasArchive, | ||
dyn_string & | exceptionInfo | ||
) |
Check custom configuration
CPC_AnalogAlarmConfig_setCustomConfig | ( | dyn_string | dsConfigs, |
bool | hasArchive, | ||
dyn_string & | exceptionInfo | ||
) |
Set custom configuration
References CPC_CONFIG_ALARM_LEVEL, CPC_FLOAT, CPC_PARAMS_AA_ACK_REQUIRED, cpcConfigGenericFunctions_setAddress(), cpcDpFunc_fixAckPropogation(), and cpcGenericDpFunctions_getDeviceProperty().
void CPC_AnalogAlarmConfig_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_AnalogAlarm Devices
Usage: External function
PVSS manager usage: NG, NV
References CPC_CONFIG_ALARM_LEVEL, CPC_CONFIG_SMS_MESSAGE, CPC_PARAMS_AA_ACK_REQUIRED, cpcExportGenericFunctions_getAcknowledgeAlarm(), cpcExportGenericFunctions_getArchive(), cpcExportGenericFunctions_getArchivedDpes(), cpcExportGenericFunctions_getArchiveNameForDpes(), cpcExportGenericFunctions_getCategories(), cpcExportGenericFunctions_getDigitalNormalPosition(), cpcExportGenericFunctions_getFormat(), cpcExportGenericFunctions_getKeyDeviceConfiguration(), cpcExportGenericFunctions_getMaskEvent(), cpcExportGenericFunctions_getMetainfo(), cpcExportGenericFunctions_getParameters(), cpcExportGenericFunctions_getUnit(), and cpcExportGenericFunctions_processAddress().
Referenced by _UnPlc_CPC_AnalogAlarm_ExportConfig(), and S7_PLC_CPC_AnalogAlarm_ExportConfig().
S7_PLC_CPC_AnalogAlarm_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_AnalogAlarm Devices for S7_PLC front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_AnalogAlarmConfig_ExportConfig().
_UnPlc_CPC_AnalogAlarm_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_AnalogAlarm Devices for _UnPlc front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_AnalogAlarmConfig_ExportConfig().