unCPC6
6.6.2
WinCC-OA implementation of UNICOS CPC
|
const string | UN_CONFIG_CPC_ANALOG_DPT_NAME = "CPC_Analog" |
const unsigned | UN_CONFIG_CPC_ANALOG_LENGTH = 23 |
const unsigned | UN_CONFIG_CPC_ANALOG_UNIT = 1 |
const unsigned | UN_CONFIG_CPC_ANALOG_FORMAT = 2 |
const unsigned | UN_CONFIG_CPC_ANALOG_RANGEMAX = 3 |
const unsigned | UN_CONFIG_CPC_ANALOG_RANGEMIN = 4 |
const unsigned | UN_CONFIG_CPC_ANALOG_LIMITON = 5 |
const unsigned | UN_CONFIG_CPC_ANALOG_LIMITOFF = 6 |
const unsigned | UN_CONFIG_CPC_ANALOG_DEADBAND = 7 |
const unsigned | UN_CONFIG_CPC_ANALOG_DEADBAND_TYPE = 8 |
const unsigned | UN_CONFIG_CPC_ANALOG_ARCHIVE_ACTIVE = 9 |
const unsigned | UN_CONFIG_CPC_ANALOG_ARCHIVE_TIME_FILTER = 10 |
const unsigned | UN_CONFIG_CPC_ANALOG_NORMAL_POSITION = 11 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDRESS_STSREG01 = 12 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDRESS_STSREG02 = 13 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDRESS_EVSTSREG01 = 14 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDRESS_EVSTSREG02 = 15 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDRESS_POSST = 16 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDRESS_POSRST = 17 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDRESS_AUPOSRST = 18 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDRESS_MPOSRST = 19 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDRESS_MANREG01 = 20 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDRESS_MPOSR = 21 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDRESS_PLION = 22 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDRESS_PLIOFF = 23 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDITIONAL_LENGTH = 7 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDITIONAL_MASKEVENT = 1 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDITIONAL_PARAMETERS = 2 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDITIONAL_MASTER_NAME = 3 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDITIONAL_PARENTS = 4 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDITIONAL_CHILDREN = 5 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDITIONAL_TYPE = 6 |
const unsigned | UN_CONFIG_CPC_ANALOG_ADDITIONAL_SECOND_ALIAS = 7 |
mapping | CPC_AnalogConfig_getConfig () |
dyn_string | CPC_AnalogConfig_getParamNames () |
CPC_AnalogConfig_checkCustomConfig (dyn_string configLine, bool hasArchive, dyn_string &exceptionInfo) | |
CPC_AnalogConfig_setCustomConfig (dyn_string dsConfigs, bool hasArchive, dyn_string &exceptionInfo) | |
void | CPC_AnalogConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
S7_PLC_CPC_Analog_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
_UnPlc_CPC_Analog_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
OPCUA_CPC_Analog_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
BACnet_CPC_Analog_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
void | IEC104_CPC_Analog_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
cpcAnalogConfig.ctl This library contains the import and export function of the CPC_Analog.
mapping CPC_AnalogConfig_getConfig | ( | ) |
DPE configuration TODO: use fw info instead
References CPC_FLOAT, CPC_INT32, CPC_StsReg01_ALST, CPC_StsReg01_TSTOPIST, CPC_StsReg02_FUSTOPIST, and CPC_UINT16.
dyn_string CPC_AnalogConfig_getParamNames | ( | ) |
Returns the list of parameter names that passed via config line.
CPC_AnalogConfig_checkCustomConfig | ( | dyn_string | configLine, |
bool | hasArchive, | ||
dyn_string & | exceptionInfo | ||
) |
Check custom configuration
CPC_AnalogConfig_setCustomConfig | ( | dyn_string | dsConfigs, |
bool | hasArchive, | ||
dyn_string & | exceptionInfo | ||
) |
Set custom configuration
References cpcDpFunc_fixAckPropogation().
void CPC_AnalogConfig_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_Analog Devices
Usage: External function
PVSS manager usage: NG, NV
References cpcExportGenericFunctions_getArchive(), cpcExportGenericFunctions_getArchivedDpes(), cpcExportGenericFunctions_getArchiveNameForDpes(), cpcExportGenericFunctions_getDeadband(), cpcExportGenericFunctions_getDigitalNormalPosition(), cpcExportGenericFunctions_getFormat(), cpcExportGenericFunctions_getMaskEvent(), cpcExportGenericFunctions_getMetainfo(), cpcExportGenericFunctions_getParameters(), cpcExportGenericFunctions_getRange(), cpcExportGenericFunctions_getUnit(), and cpcExportGenericFunctions_processAddress().
Referenced by _UnPlc_CPC_Analog_ExportConfig(), and S7_PLC_CPC_Analog_ExportConfig().
S7_PLC_CPC_Analog_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_Analog Devices for S7_PLC front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_AnalogConfig_ExportConfig().
_UnPlc_CPC_Analog_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
Purpose: Export CPC_Analog Devices for _UnPlc front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_AnalogConfig_ExportConfig().