unCPC6
6.6.8
WinCC-OA implementation of UNICOS CPC
|
const string | UN_CONFIG_CPC_ANALOGSTATUS_DPT_NAME = "CPC_AnalogStatus" |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_LENGTH = 9 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_UNIT = 1 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_FORMAT = 2 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_DEADBAND = 3 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_DEADBAND_TYPE = 4 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_RANGEMAX = 5 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_RANGEMIN = 6 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_ARCHIVE_ACTIVE = 7 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_ARCHIVE_TIME_FILTER = 8 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_ADDRESS_POSST = 9 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_ADDITIONAL_LENGTH = 6 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_ADDITIONAL_PARAMETERS = 1 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_ADDITIONAL_MASTER_NAME = 2 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_ADDITIONAL_PARENTS = 3 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_ADDITIONAL_CHILDREN = 4 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_ADDITIONAL_TYPE = 5 |
const unsigned | UN_CONFIG_CPC_ANALOGSTATUS_ADDITIONAL_SECOND_ALIAS = 6 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_ANALOGSTATUS_UNIT = 1 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_ANALOGSTATUS_FORMAT = 2 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_ANALOGSTATUS_RANGEMAX = 3 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_ANALOGSTATUS_RANGEMIN = 4 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_ANALOGSTATUS_ARCHIVE_ACTIVE = 5 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_ANALOGSTATUS_ARCHIVE_TIME_FILTER = 6 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_ANALOGSTATUS_LENGTH = 6 |
mapping | CPC_AnalogStatusConfig_getConfig () |
void | CPC_AnalogStatusConfig_initializeConstants () |
CPC_AnalogStatusConfig_setCustomConfig (dyn_string configLine, bool hasArchive, dyn_string &exceptionInfo) | |
CPC_AnalogStatusConfig_checkCustomConfig (dyn_string configLine, bool hasArchive, dyn_string &exceptionInfo) | |
void | CPC_AnalogStatusConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
S7_PLC_CPC_AnalogStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
_UnPlc_CPC_AnalogStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
OPCUA_CPC_AnalogStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
BACnet_CPC_AnalogStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
CMW_CPC_AnalogStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
SNMP_CPC_AnalogStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
DIP_CPC_AnalogStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
void | IEC104_CPC_AnalogStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
void | SOFT_FE_CPC_AnalogStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
cpcAnalogStatusConfig.ctl This library contains the import and export function of the CPC_AnalogStatus.
mapping CPC_AnalogStatusConfig_getConfig | ( | ) |
DPE configuration TODO: use fw info instead
References CPC_FLOAT.
void CPC_AnalogStatusConfig_initializeConstants | ( | ) |
Initialize the constants required for the import process to improve the performance
Referenced by cpcConfigGenericFunctions_initConstants().
CPC_AnalogStatusConfig_checkCustomConfig | ( | dyn_string | configLine, |
bool | hasArchive, | ||
dyn_string & | exceptionInfo | ||
) |
Check custom configuration
References cpcConfigGenericFunctions_check5RangesAlert(), cpcConfigGenericFunctions_checkBool(), cpcConfigGenericFunctions_checkMsgConv(), and cpcConfigGenericFunctions_getParametersMapping().
void CPC_AnalogStatusConfig_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_AnalogStatus 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 cpcExportGenericFunctions_updateConversionParameters().
Referenced by _UnPlc_CPC_AnalogStatus_ExportConfig(), and S7_PLC_CPC_AnalogStatus_ExportConfig().
S7_PLC_CPC_AnalogStatus_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_AnalogStatus Devices for S7_PLC front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_AnalogStatusConfig_ExportConfig().
_UnPlc_CPC_AnalogStatus_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_AnalogStatus Devices for _UnPlc front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_AnalogStatusConfig_ExportConfig().