unCPC6
6.6.8
WinCC-OA implementation of UNICOS CPC
|
const string | UN_CONFIG_CPC_DIGITALALARM_DPT_NAME = "CPC_DigitalAlarm" |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_LENGTH = 9 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ARCHIVE_ACTIVE = 1 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_SMS_CATEGORIES = 2 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_SMS_MESSAGE = 3 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ACK_ALARM = 4 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ALARM_LEVEL = 5 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_NORMAL_POSITION = 6 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ADDRESS_STSREG01 = 7 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ADDRESS_EVSTSREG01 = 8 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ADDRESS_MANREG01 = 9 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ADDITIONAL_LENGTH = 7 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ADDITIONAL_MASKEVENT = 1 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ADDITIONAL_PARAMETERS = 2 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ADDITIONAL_MASTER_NAME = 3 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ADDITIONAL_PARENTS = 4 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ADDITIONAL_CHILDREN = 5 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ADDITIONAL_TYPE = 6 |
const unsigned | UN_CONFIG_CPC_DIGITALALARM_ADDITIONAL_SECOND_ALIAS = 7 |
mapping | CPC_DigitalAlarmConfig_getConfig () |
void | CPC_DigitalAlarmConfig_initializeConstants () |
dyn_string | CPC_DigitalAlarmConfig_getParamNames () |
CPC_DigitalAlarmConfig_checkCustomConfig (dyn_string configLine, bool hasArchive, dyn_string &exceptionInfo) | |
CPC_DigitalAlarmConfig_setCustomConfig (dyn_string dsConfigs, bool hasArchive, dyn_string &exceptionInfo) | |
void | CPC_DigitalAlarmConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
S7_PLC_CPC_DigitalAlarm_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
_UnPlc_CPC_DigitalAlarm_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
OPCUA_CPC_DigitalAlarm_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
BACnet_CPC_DigitalAlarm_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
void | IEC104_CPC_DigitalAlarm_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
cpcDigitalAlarmConfig.ctl This library contains the import and export function of the CPC_DigitalAlarm.
mapping CPC_DigitalAlarmConfig_getConfig | ( | ) |
DPE configuration TODO: use fw info instead
References CPC_INT32, CPC_StsReg01_IST, and CPC_UINT16.
void CPC_DigitalAlarmConfig_initializeConstants | ( | ) |
Initialize the constants required for the import process to improve the performance
Referenced by cpcConfigGenericFunctions_initConstants().
dyn_string CPC_DigitalAlarmConfig_getParamNames | ( | ) |
Returns the list of parameter names that passed via config line.
CPC_DigitalAlarmConfig_checkCustomConfig | ( | dyn_string | configLine, |
bool | hasArchive, | ||
dyn_string & | exceptionInfo | ||
) |
Check custom configuration
CPC_DigitalAlarmConfig_setCustomConfig | ( | dyn_string | dsConfigs, |
bool | hasArchive, | ||
dyn_string & | exceptionInfo | ||
) |
Set custom configuration
References CPC_CONFIG_ALARM_LEVEL, and cpcDpFunc_fixAckPropogation().
void CPC_DigitalAlarmConfig_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_DigitalAlarm Devices
Usage: External function
PVSS manager usage: NG, NV
References CPC_CONFIG_ALARM_LEVEL, 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_DigitalAlarm_ExportConfig(), and S7_PLC_CPC_DigitalAlarm_ExportConfig().
S7_PLC_CPC_DigitalAlarm_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_DigitalAlarm Devices for S7_PLC front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_DigitalAlarmConfig_ExportConfig().
_UnPlc_CPC_DigitalAlarm_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_DigitalAlarm Devices for _UnPlc front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_DigitalAlarmConfig_ExportConfig().