| |
const string | UN_CONFIG_CPC_ONOFF_DPT_NAME = "CPC_OnOff" |
const unsigned | UN_CONFIG_CPC_ONOFF_LENGTH = 6 |
const unsigned | UN_CONFIG_CPC_ONOFF_NORMAL_POSITION = 1 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDRESS_STSREG01 = 2 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDRESS_STSREG02 = 3 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDRESS_EVSTSREG01 = 4 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDRESS_EVSTSREG02 = 5 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDRESS_MANREG01 = 6 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDITIONAL_LENGTH = 9 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDITIONAL_MASKEVENT = 1 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDITIONAL_ON_LABEL = 2 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDITIONAL_OFF_LABEL = 3 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDITIONAL_PARAMETERS = 4 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDITIONAL_MASTER_NAME = 5 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDITIONAL_PARENTS = 6 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDITIONAL_CHILDREN = 7 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDITIONAL_TYPE = 8 |
const unsigned | UN_CONFIG_CPC_ONOFF_ADDITIONAL_SECOND_ALIAS = 9 |
mapping | CPC_OnOffConfig_getConfig () |
dyn_string | CPC_OnOffConfig_getParamNames () |
CPC_OnOffConfig_checkConfig (dyn_string configLine, dyn_string &exceptionInfo) | |
S7_PLC_CPC_OnOff_checkConfig (dyn_string configLine, dyn_string &exceptionInfo) | |
_UnPlc_CPC_OnOff_checkConfig (dyn_string configLine, dyn_string &exceptionInfo) | |
CPC_OnOffConfig_setConfig (dyn_string dsConfigs, dyn_string &exceptionInfo) | |
S7_PLC_CPC_OnOff_setConfig (dyn_string dsConfigs, dyn_string &exceptionInfo) | |
_UnPlc_CPC_OnOff_setConfig (dyn_string dsConfigs, dyn_string &exceptionInfo) | |
CPC_OnOffConfig_setCustomConfig (dyn_string dsConfigs, bool hasArchive, dyn_string &exceptionInfo) | |
CPC_OnOffConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
S7_PLC_CPC_OnOff_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) | |
_UnPlc_CPC_OnOff_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
cpcOnOffConfig.ctl This library contains the import and export function of the CPC_OnOff.
©Copyright CERN 2013 - all rights reserved
mapping CPC_OnOffConfig_getConfig | ( | ) |
DPE configuration TODO: use fw info instead
References CPC_INT32, CPC_STSREG01_ALST, CPC_STSREG01_TSTOPIST, CPC_STSREG02_FUSTOPIST, and CPC_UINT16.
dyn_string CPC_OnOffConfig_getParamNames | ( | ) |
Returns the list of parameter names that passed via config line.
References CPC_PARAMS_FSPOSON, CPC_PARAMS_HFOFFST, CPC_PARAMS_HFONST, CPC_PARAMS_HLDRIVE, CPC_PARAMS_MRESTART, CPC_PARAMS_OUTOFF, CPC_PARAMS_PULSEST, and CPC_PARAMS_RSTARTFS.
CPC_OnOffConfig_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_OnOff_checkConfig | ( | dyn_string | configLine, | |
dyn_string & | exceptionInfo | |||
) |
Check the CPC_OnOff device configuration for the S7_PLC front-end
dsConfigs | input, config line as dyn_string | |
exceptionInfo | output, for errors |
References cpcConfigGenericFunctions_checkDeviceConfig().
_UnPlc_CPC_OnOff_checkConfig | ( | dyn_string | configLine, | |
dyn_string & | exceptionInfo | |||
) |
Check the CPC_OnOff device configuration for the _UnPlc front-end
dsConfigs | input, config line as dyn_string | |
exceptionInfo | output, for errors |
References cpcConfigGenericFunctions_checkDeviceConfig().
CPC_OnOffConfig_setConfig | ( | dyn_string | dsConfigs, | |
dyn_string & | exceptionInfo | |||
) |
Creates dp (or checks if it is already presented)and sets configuration for CPC_OnOff 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_OnOff_setConfig | ( | dyn_string | dsConfigs, | |
dyn_string & | exceptionInfo | |||
) |
Set the CPC_OnOff device configuration for the S7_PLC front-end
dsConfigs | input, config line as dyn_string | |
exceptionInfo | output, for errors |
References cpcConfigGenericFunctions_setDeviceConfig().
_UnPlc_CPC_OnOff_setConfig | ( | dyn_string | dsConfigs, | |
dyn_string & | exceptionInfo | |||
) |
Set the CPC_OnOff device configuration for the _UnPlc front-end
dsConfigs | input, config line as dyn_string | |
exceptionInfo | output, for errors |
References cpcConfigGenericFunctions_setDeviceConfig().
CPC_OnOffConfig_setCustomConfig | ( | dyn_string | dsConfigs, | |
bool | hasArchive, | |||
dyn_string & | exceptionInfo | |||
) |
Set custom configuration
CPC_OnOffConfig_ExportConfig | ( | dyn_string | dsDpList, | |
dyn_string & | exceptionInfo | |||
) |
Purpose: Export CPC_OnOff Devices
Usage: External function
PVSS manager usage: NG, NV
References cpcExportGenericFunctions_getArchiveNameForDpes(), cpcExportGenericFunctions_getDigitalNormalPosition(), cpcExportGenericFunctions_getMaskEvent(), cpcExportGenericFunctions_getMetainfo(), cpcExportGenericFunctions_getParameters(), and cpcExportGenericFunctions_processAddress().
Referenced by _UnPlc_CPC_OnOff_ExportConfig(), and S7_PLC_CPC_OnOff_ExportConfig().
S7_PLC_CPC_OnOff_ExportConfig | ( | dyn_string | dsDpList, | |
dyn_string & | exceptionInfo | |||
) |
Purpose: Export CPC_OnOff Devices for S7_PLC front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_OnOffConfig_ExportConfig().
_UnPlc_CPC_OnOff_ExportConfig | ( | dyn_string | dsDpList, | |
dyn_string & | exceptionInfo | |||
) |
Purpose: Export CPC_OnOff Devices for _UnPlc front-end
Usage: External function
PVSS manager usage: NG, NV
References CPC_OnOffConfig_ExportConfig().