unCPC6
6.6.6
WinCC-OA implementation of UNICOS CPC
|
const string | UN_CONFIG_CPC_WORDSTATUS_DPT_NAME = "CPC_WordStatus" |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_LENGTH = 10 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_UNIT = 1 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_FORMAT = 2 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_DEADBAND = 3 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_DEADBAND_TYPE = 4 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_RANGEMAX = 5 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_RANGEMIN = 6 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_ARCHIVE_ACTIVE = 7 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_ARCHIVE_TIME_FILTER = 8 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_ADDRESS_POSST = 9 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_MAPPING = 10 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_ADDITIONAL_LENGTH = 6 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_ADDITIONAL_PARAMETERS = 1 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_ADDITIONAL_MASTER_NAME = 2 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_ADDITIONAL_PARENTS = 3 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_ADDITIONAL_CHILDREN = 4 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_ADDITIONAL_TYPE = 5 |
const unsigned | UN_CONFIG_CPC_WORDSTATUS_ADDITIONAL_SECOND_ALIAS = 6 |
const string | CPC_PARAMS_NO_BIT = "PNoStatus" |
const string | CPC_PARAMS_MULTI_BIT = "PMultipleStatus" |
const unsigned | UN_CONFIG_SOFT_FE_CPC_WORDSTATUS_UNIT = 1 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_WORDSTATUS_FORMAT = 2 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_WORDSTATUS_RANGEMAX = 3 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_WORDSTATUS_RANGEMIN = 4 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_WORDSTATUS_ARCHIVE_ACTIVE = 5 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_WORDSTATUS_ARCHIVE_TIME_FILTER = 6 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_WORDSTATUS_MAPPING = 7 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_WORDSTATUS_LENGTH = 7 |
mapping | CPC_WordStatusConfig_getConfig () |
void | CPC_WordStatusConfig_initializeConstants () |
CPC_WordStatusConfig_checkCustomConfig (dyn_string dsConfigs, bool hasArchive, dyn_string &exceptionInfo) | |
CPC_WordStatusConfig_setCustomConfig (dyn_string dsConfigs, bool hasArchive, dyn_string &exceptionInfo) | |
void | CPC_WordStatusConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
S7_PLC_CPC_WordStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
_UnPlc_CPC_WordStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
OPCUA_CPC_WordStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
BACnet_CPC_WordStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
CMW_CPC_WordStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
SNMP_CPC_WordStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
DIP_CPC_WordStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
void | IEC104_CPC_WordStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
void | SOFT_FE_CPC_WordStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
cpcWordStatusConfig.ctl This library contains the import and export function of the CPC_WordStatus.
mapping CPC_WordStatusConfig_getConfig | ( | ) |
DPE configuration TODO: use fw info instead
References CPC_UINT16.
void CPC_WordStatusConfig_initializeConstants | ( | ) |
Initialize the constants required for the import process to improve the performance
Referenced by cpcConfigGenericFunctions_initConstants().
CPC_WordStatusConfig_checkCustomConfig | ( | dyn_string | dsConfigs, |
bool | hasArchive, | ||
dyn_string & | exceptionInfo | ||
) |
Check custom configuration
References cpcConfigGenericFunctions_checkBool(), and cpcConfigGenericFunctions_getParametersMapping().
CPC_WordStatusConfig_setCustomConfig | ( | dyn_string | dsConfigs, |
bool | hasArchive, | ||
dyn_string & | exceptionInfo | ||
) |
Set custom configuration
References CPC_CONFIG_ALARM_HIGH_BASE_CLASS, CPC_CONFIG_ALARM_LOW_BASE_CLASS, CPC_CONFIG_ALARM_MEDIUM_BASE_CLASS, CPC_CONFIG_ALARM_SAFETY_BASE_CLASS, CPC_CONFIG_SMS_MESSAGE, cpcConfigGenericFunctions_alertWithMail(), cpcConfigGenericFunctions_createAlarmDescription(), cpcConfigGenericFunctions_getAlertClass(), cpcConfigGenericFunctions_setMsgConv(), cpcGenericDpFunctions_getDeviceProperty(), cpcGenericDpFunctions_getMapping(), and cpcGenericObject_StringToMapping().
void CPC_WordStatusConfig_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_WordStatus Devices
Usage: External function
PVSS manager usage: NG, NV
References cpcExportGenericFunctions_getArchive(), cpcExportGenericFunctions_getArchivedDpes(), cpcExportGenericFunctions_getArchiveNameForDpes(), cpcExportGenericFunctions_getDeadband(), cpcExportGenericFunctions_getFormat(), cpcExportGenericFunctions_getMetainfo(), cpcExportGenericFunctions_getParameters(), cpcExportGenericFunctions_getRange(), cpcExportGenericFunctions_getUnit(), cpcExportGenericFunctions_processAddress(), and cpcGenericDpFunctions_getMapping().
Referenced by _UnPlc_CPC_WordStatus_ExportConfig(), and S7_PLC_CPC_WordStatus_ExportConfig().
S7_PLC_CPC_WordStatus_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_WordStatus Devices for S7_PLC front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_WordStatusConfig_ExportConfig().
_UnPlc_CPC_WordStatus_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_WordStatus Devices for _UnPlc front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_WordStatusConfig_ExportConfig().