unCPC6
6.6.2
WinCC-OA implementation of UNICOS CPC
|
const string | UN_CONFIG_CPC_DIGITALINPUT_DPT_NAME = "CPC_DigitalInput" |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_LENGTH = 8 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ARCHIVE_ACTIVE = 1 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_SMS_CATEGORIES = 2 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_SMS_MESSAGE = 3 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ACK_ALARM = 4 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_NORMAL_POSITION = 5 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ADDRESS_STSREG01 = 6 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ADDRESS_EVSTSREG01 = 7 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ADDRESS_MANREG01 = 8 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ADDITIONAL_LENGTH = 7 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ADDITIONAL_MASKEVENT = 1 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ADDITIONAL_PARAMETERS = 2 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ADDITIONAL_MASTER_NAME = 3 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ADDITIONAL_PARENTS = 4 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ADDITIONAL_CHILDREN = 5 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ADDITIONAL_TYPE = 6 |
const unsigned | UN_CONFIG_CPC_DIGITALINPUT_ADDITIONAL_SECOND_ALIAS = 7 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_DIGITALINPUT_ARCHIVE_ACTIVE = 1 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_DIGITALINPUT_SMS_CATEGORIES = 2 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_DIGITALINPUT_SMS_MESSAGE = 3 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_DIGITALINPUT_ACK_ALARM = 4 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_DIGITALINPUT_NORMAL_POSITION = 5 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_DIGITALINPUT_LENGTH = 5 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_DIGITALINPUT_ADDITIONAL_LENGTH = 1 |
const unsigned | UN_CONFIG_SOFT_FE_CPC_DIGITALINPUT_ADDITIONAL_MASKEVENT = 1 |
mapping | CPC_DigitalInputConfig_getConfig () |
CPC_DigitalInputConfig_setCustomConfig (dyn_string dsConfigs, bool hasArchive, dyn_string &exceptionInfo) | |
void | CPC_DigitalInputConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
S7_PLC_CPC_DigitalInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
_UnPlc_CPC_DigitalInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
OPCUA_CPC_DigitalInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
BACnet_CPC_DigitalInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
CMW_CPC_DigitalInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
SNMP_CPC_DigitalInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
DIP_CPC_DigitalInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
void | IEC104_CPC_DigitalInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
void | SOFT_FE_CPC_DigitalInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
cpcDigitalInputConfig.ctl This library contains the import and export function of the CPC_DigitalInput.
mapping CPC_DigitalInputConfig_getConfig | ( | ) |
DPE configuration TODO: use fw info instead
References CPC_INT32, and CPC_UINT16.
CPC_DigitalInputConfig_setCustomConfig | ( | dyn_string | dsConfigs, |
bool | hasArchive, | ||
dyn_string & | exceptionInfo | ||
) |
Set custom configuration
void CPC_DigitalInputConfig_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_DigitalInput 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_DigitalInput_ExportConfig(), and S7_PLC_CPC_DigitalInput_ExportConfig().
S7_PLC_CPC_DigitalInput_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_DigitalInput Devices for S7_PLC front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_DigitalInputConfig_ExportConfig().
_UnPlc_CPC_DigitalInput_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_DigitalInput Devices for _UnPlc front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_DigitalInputConfig_ExportConfig().