| |
const string | UN_CONFIG_CPC_LOCAL_DPT_NAME = "CPC_Local" |
const unsigned | UN_CONFIG_CPC_LOCAL_LENGTH = 8 |
const unsigned | UN_CONFIG_CPC_LOCAL_ARCHIVE_ACTIVE = 1 |
const unsigned | UN_CONFIG_CPC_LOCAL_SMS_CATEGORIES = 2 |
const unsigned | UN_CONFIG_CPC_LOCAL_SMS_MESSAGE = 3 |
const unsigned | UN_CONFIG_CPC_LOCAL_ACK_ALARM = 4 |
const unsigned | UN_CONFIG_CPC_LOCAL_NORMAL_POSITION = 5 |
const unsigned | UN_CONFIG_CPC_LOCAL_ADDRESS_STSREG01 = 6 |
const unsigned | UN_CONFIG_CPC_LOCAL_ADDRESS_EVSTSREG01 = 7 |
const unsigned | UN_CONFIG_CPC_LOCAL_ADDRESS_MANREG01 = 8 |
const unsigned | UN_CONFIG_CPC_LOCAL_ADDITIONAL_LENGTH = 7 |
const unsigned | UN_CONFIG_CPC_LOCAL_ADDITIONAL_MASKEVENT = 1 |
const unsigned | UN_CONFIG_CPC_LOCAL_ADDITIONAL_PARAMETERS = 2 |
const unsigned | UN_CONFIG_CPC_LOCAL_ADDITIONAL_MASTER_NAME = 3 |
const unsigned | UN_CONFIG_CPC_LOCAL_ADDITIONAL_PARENTS = 4 |
const unsigned | UN_CONFIG_CPC_LOCAL_ADDITIONAL_CHILDREN = 5 |
const unsigned | UN_CONFIG_CPC_LOCAL_ADDITIONAL_TYPE = 6 |
const unsigned | UN_CONFIG_CPC_LOCAL_ADDITIONAL_SECOND_ALIAS = 7 |
mapping | CPC_LocalConfig_getConfig () |
dyn_string | CPC_LocalConfig_getParamNames () |
CPC_LocalConfig_checkConfig (dyn_string configLine, dyn_string &exceptionInfo) | |
S7_PLC_CPC_Local_checkConfig (dyn_string configLine, dyn_string &exceptionInfo) | |
_UnPlc_CPC_Local_checkConfig (dyn_string configLine, dyn_string &exceptionInfo) | |
CPC_LocalConfig_setConfig (dyn_string dsConfigs, dyn_string &exceptionInfo) | |
S7_PLC_CPC_Local_setConfig (dyn_string dsConfigs, dyn_string &exceptionInfo) | |
_UnPlc_CPC_Local_setConfig (dyn_string dsConfigs, dyn_string &exceptionInfo) | |
CPC_LocalConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
S7_PLC_CPC_Local_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
_UnPlc_CPC_Local_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
cpcLocalConfig.ctl This library contains the import and export function of the CPC_Local.
©Copyright CERN 2013 - all rights reserved
mapping CPC_LocalConfig_getConfig | ( | ) |
DPE configuration TODO: use fw info instead
References CPC_INT32, CPC_STSREG01_POSALST, and CPC_UINT16.
dyn_string CPC_LocalConfig_getParamNames | ( | ) |
Returns the list of parameter names that passed via config line.
References CPC_PARAMS_HFOFF, and CPC_PARAMS_HFON.
CPC_LocalConfig_checkConfig | ( | dyn_string | configLine, | |
dyn_string & | exceptionInfo | |||
) |
Check data before configuration
[in] | configLine | Configs (see dyn_string indexes in constants defined) |
[out] | exceptionInfo | All possible errors will be returned here |
S7_PLC_CPC_Local_checkConfig | ( | dyn_string | configLine, | |
dyn_string & | exceptionInfo | |||
) |
Check the CPC_Local device configuration for the S7_PLC front-end
dsConfigs | input, config line as dyn_string | |
exceptionInfo | output, for errors |
References cpcConfigGenericFunctions_checkDeviceConfig().
_UnPlc_CPC_Local_checkConfig | ( | dyn_string | configLine, | |
dyn_string & | exceptionInfo | |||
) |
Check the CPC_Local device configuration for the _UnPlc front-end
dsConfigs | input, config line as dyn_string | |
exceptionInfo | output, for errors |
References cpcConfigGenericFunctions_checkDeviceConfig().
CPC_LocalConfig_setConfig | ( | dyn_string | dsConfigs, | |
dyn_string & | exceptionInfo | |||
) |
Creates dp (or checks if it is already presented)and sets configuration for CPC_Local object.
[in] | dsConfigs | Configs (see dyn_string indexes in constants defined) dsConfigs is the addition of the file configuration line + additional parameters needed for PVSS. These additional parameters are added during the import process. Their contents can be accessed using constants defined in unConfigGenericFunctions.ctl library |
[out] | exceptionInfo | All possible errors will be returned here |
S7_PLC_CPC_Local_setConfig | ( | dyn_string | dsConfigs, | |
dyn_string & | exceptionInfo | |||
) |
Set the CPC_Local device configuration for the S7_PLC front-end
dsConfigs | input, config line as dyn_string | |
exceptionInfo | output, for errors |
References cpcConfigGenericFunctions_setDeviceConfig().
_UnPlc_CPC_Local_setConfig | ( | dyn_string | dsConfigs, | |
dyn_string & | exceptionInfo | |||
) |
Set the CPC_Local device configuration for the _UnPlc front-end
dsConfigs | input, config line as dyn_string | |
exceptionInfo | output, for errors |
References cpcConfigGenericFunctions_setDeviceConfig().
CPC_LocalConfig_ExportConfig | ( | dyn_string | dsDpList, | |
dyn_string & | exceptionInfo | |||
) |
Purpose: Export CPC_Local Devices
Usage: External function
PVSS manager usage: NG, NV
References CPC_CONFIG_SMS_MESSAGE, cpcExportGenericFunctions_getAcknowledgeAlarm(), cpcExportGenericFunctions_getArchive(), cpcExportGenericFunctions_getArchiveNameForDpes(), cpcExportGenericFunctions_getCategories(), cpcExportGenericFunctions_getDigitalNormalPosition(), cpcExportGenericFunctions_getKeyDeviceConfiguration(), cpcExportGenericFunctions_getMaskEvent(), cpcExportGenericFunctions_getMetainfo(), cpcExportGenericFunctions_getParameters(), and cpcExportGenericFunctions_processAddress().
Referenced by _UnPlc_CPC_Local_ExportConfig(), and S7_PLC_CPC_Local_ExportConfig().
S7_PLC_CPC_Local_ExportConfig | ( | dyn_string | dsDpList, | |
dyn_string & | exceptionInfo | |||
) |
Purpose: Export CPC_Local Devices for S7_PLC front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_LocalConfig_ExportConfig().
_UnPlc_CPC_Local_ExportConfig | ( | dyn_string | dsDpList, | |
dyn_string & | exceptionInfo | |||
) |
Purpose: Export CPC_Local Devices for _UnPlc front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_LocalConfig_ExportConfig().