unCPC6  6.6.6
WinCC-OA implementation of UNICOS CPC
 All Files Functions Variables Pages
cpcWordParameterConfig.ctl File Reference
const string UN_CONFIG_CPC_WORDPARAMETER_DPT_NAME = "CPC_WordParameter"
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_LENGTH = 15
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_UNIT = 1
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_FORMAT = 2
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_DEADBAND = 3
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_DEADBAND_TYPE = 4
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_RANGEMAX = 5
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_RANGEMIN = 6
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ARCHIVE_ACTIVE = 7
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ARCHIVE_TIME_FILTER = 8
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDRESS_MPOSRST = 9
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDRESS_POSST = 10
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDRESS_MPOSR = 11
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDRESS_STSREG01 = 12
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDRESS_EVSTSREG01 = 13
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDRESS_MANREG01 = 14
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_DEFAULT_VALUE = 15
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDITIONAL_LENGTH = 7
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDITIONAL_MASKEVENT = 1
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDITIONAL_MAPPING = 2
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDITIONAL_MASTER_NAME = 3
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDITIONAL_PARENTS = 4
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDITIONAL_CHILDREN = 5
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDITIONAL_TYPE = 6
 
const unsigned UN_CONFIG_CPC_WORDPARAMETER_ADDITIONAL_SECOND_ALIAS = 7
 
mapping CPC_WordParameterConfig_getConfig ()
 
void CPC_WordParameterConfig_initializeConstants ()
 
 CPC_WordParameterConfig_checkCustomConfig (dyn_string configLine, bool hasArchive, dyn_string &exceptionInfo)
 
 CPC_WordParameterConfig_setCustomConfig (dyn_string dsConfigs, bool hasArchive, dyn_string &exceptionInfo)
 
void CPC_WordParameterConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo, bool bExportOnlineValuesAsDefault=FALSE)
 
 S7_PLC_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 _UnPlc_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 OPCUA_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 BACnet_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 DIP_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 SNMP_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
void IEC104_CPC_WordParameter_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 S7_PLC_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 _UnPlc_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 OPCUA_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 BACnet_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 DIP_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo)
 
 SNMP_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo)
 
void IEC104_CPC_WordParameter_ExportConfigOnlineValues (dyn_string dsDpList, dyn_string &exceptionInfo)
 

Detailed Description

cpcWordParameterConfig.ctl This library contains the import and export function of the CPC_WordParameter.

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

Function Documentation

mapping CPC_WordParameterConfig_getConfig ( )

DPE configuration TODO: use fw info instead

References CPC_INT32, and CPC_UINT16.

void CPC_WordParameterConfig_initializeConstants ( )

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

Referenced by cpcConfigGenericFunctions_initConstants().

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

Check custom configuration

CPC_WordParameterConfig_setCustomConfig ( dyn_string  dsConfigs,
bool  hasArchive,
dyn_string &  exceptionInfo 
)

Set custom configuration

S7_PLC_CPC_WordParameter_ExportConfig ( dyn_string  dsDpList,
dyn_string &  exceptionInfo 
)

Purpose: Export CPC_WordParameter Devices for S7_PLC front-end

Usage: External function

PVSS manager usage: NG, NV

References CPC_WordParameterConfig_ExportConfig().

_UnPlc_CPC_WordParameter_ExportConfig ( dyn_string  dsDpList,
dyn_string &  exceptionInfo 
)

Purpose: Export CPC_WordParameter Devices for _UnPlc front-end

Usage: External function

PVSS manager usage: NG, NV

References CPC_WordParameterConfig_ExportConfig().

S7_PLC_CPC_WordParameter_ExportConfigOnlineValues ( dyn_string  dsDpList,
dyn_string &  exceptionInfo 
)

Purpose: Export CPC_AnalogParameter Devices and override the default parameters with the online values These are just simple wrappers to indicate that the device supports the feature

Usage: External function

PVSS manager usage: NG, NV

References CPC_WordParameterConfig_ExportConfig().