unCPC6  6.6.6
WinCC-OA implementation of UNICOS CPC
 All Files Functions Variables Pages
cpcAnalogInputConfig.ctl File Reference
const string UN_CONFIG_CPC_ANALOGINPUT_DPT_NAME = "CPC_AnalogInput"
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_LENGTH = 22
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_UNIT = 1
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_FORMAT = 2
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_RANGEMAX = 3
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_RANGEMIN = 4
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_HHLIMIT = 5
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_HLIMIT = 6
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_LLIMIT = 7
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_LLLIMIT = 8
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ALARM_ACTIVE = 9
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_DEADBAND = 10
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_DEADBAND_TYPE = 11
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ARCHIVE_ACTIVE = 12
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ARCHIVE_TIME_FILTER = 13
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_SMS_CATEGORIES = 14
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_SMS_MESSAGE = 15
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ACK_ALARM = 16
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDRESS_STSREG01 = 17
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDRESS_EVSTSREG01 = 18
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDRESS_POSST = 19
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDRESS_HFST = 20
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDRESS_MANREG01 = 21
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDRESS_MPOSR = 22
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDITIONAL_LENGTH = 7
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDITIONAL_MASKEVENT = 1
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDITIONAL_PARAMETERS = 2
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDITIONAL_MASTER_NAME = 3
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDITIONAL_PARENTS = 4
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDITIONAL_CHILDREN = 5
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDITIONAL_TYPE = 6
 
const unsigned UN_CONFIG_CPC_ANALOGINPUT_ADDITIONAL_SECOND_ALIAS = 7
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_UNIT = 1
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_FORMAT = 2
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_RANGEMAX = 3
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_RANGEMIN = 4
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_HHLIMIT = 5
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_HLIMIT = 6
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_LLIMIT = 7
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_LLLIMIT = 8
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_ALARM_ACTIVE = 9
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_ARCHIVE_ACTIVE = 10
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_ARCHIVE_TIME_FILTER = 11
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_SMS_CATEGORIES = 12
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_SMS_MESSAGE = 13
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_ACK_ALARM = 14
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_LENGTH = 14
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_ADDITIONAL_LENGTH = 1
 
const unsigned UN_CONFIG_SOFT_FE_CPC_ANALOGINPUT_ADDITIONAL_MASKEVENT = 1
 
mapping CPC_AnalogInputConfig_getConfig ()
 
void CPC_AnalogInputConfig_initializeConstants ()
 
void CPC_AnalogInputConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 S7_PLC_CPC_AnalogInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 _UnPlc_CPC_AnalogInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 OPCUA_CPC_AnalogInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 BACnet_CPC_AnalogInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 CMW_CPC_AnalogInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 SNMP_CPC_AnalogInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 DIP_CPC_AnalogInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
void IEC104_CPC_AnalogInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 CPC_AnalogInputConfig_checkCustomConfig (dyn_string configLine, bool hasArchive, dyn_string &exceptionInfo)
 
 CPC_AnalogInputConfig_setCustomConfig (dyn_string configLine, bool hasArchive, dyn_string &exceptionInfo)
 
void SOFT_FE_CPC_AnalogInput_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 

Detailed Description

cpcAnalogInputConfig.ctl This library contains the import and export function of the CPC_AnalogInput.

Creation Date
dd/mm/yyyy
Modification History
Constraints
None
Usage
Public
PVSS managers
Ui, CTRL
Author
the author (DEP-GROUP)

Function Documentation

mapping CPC_AnalogInputConfig_getConfig ( )

DPE configuration TODO: use fw info instead

References CPC_FLOAT, CPC_INT32, and CPC_UINT16.

void CPC_AnalogInputConfig_initializeConstants ( )

Initialize the constants required for the import process to improve the performance

Referenced by cpcConfigGenericFunctions_initConstants().

S7_PLC_CPC_AnalogInput_ExportConfig ( dyn_string  dsDpList,
dyn_string &  exceptionInfo 
)

Purpose: Export CPC_AnalogInput Devices for S7_PLC front-end

Usage: External function

PVSS manager usage: NG, NV

References CPC_AnalogInputConfig_ExportConfig().

_UnPlc_CPC_AnalogInput_ExportConfig ( dyn_string  dsDpList,
dyn_string &  exceptionInfo 
)

Purpose: Export CPC_AnalogInput Devices for _UnPlc front-end

Usage: External function

PVSS manager usage: NG, NV

References CPC_AnalogInputConfig_ExportConfig().

CPC_AnalogInputConfig_checkCustomConfig ( dyn_string  configLine,
bool  hasArchive,
dyn_string &  exceptionInfo 
)