cpcWord2AnalogStatusConfig.ctl File Reference



const string UN_CONFIG_CPC_WORD2ANALOGSTATUS_DPT_NAME = "CPC_Word2AnalogStatus"
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_LENGTH = 11
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_UNIT = 1
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_FORMAT = 2
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_DEADBAND = 3
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_DEADBAND_TYPE = 4
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_RANGEMAX = 5
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_RANGEMIN = 6
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_OUTRANGEMAX = 7
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_OUTRANGEMIN = 8
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_ARCHIVE_ACTIVE = 9
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_ARCHIVE_TIME_FILTER = 10
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_ADDRESS_POSST = 11
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_ADDITIONAL_LENGTH = 6
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_ADDITIONAL_PARAMETERS = 1
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_ADDITIONAL_MASTER_NAME = 2
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_ADDITIONAL_PARENTS = 3
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_ADDITIONAL_CHILDREN = 4
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_ADDITIONAL_TYPE = 5
const unsigned UN_CONFIG_CPC_WORD2ANALOGSTATUS_ADDITIONAL_SECOND_ALIAS = 6
mapping CPC_Word2AnalogStatusConfig_getConfig ()
 CPC_Word2AnalogStatusConfig_checkConfig (dyn_string configLine, dyn_string &exceptionInfo)
 S7_PLC_CPC_Word2AnalogStatus_checkConfig (dyn_string configLine, dyn_string &exceptionInfo)
 _UnPlc_CPC_Word2AnalogStatus_checkConfig (dyn_string configLine, dyn_string &exceptionInfo)
 CPC_Word2AnalogStatusConfig_checkCustomConfig (dyn_string configLine, bool hasArchive, dyn_string &exceptionInfo)
 CPC_Word2AnalogStatusConfig_setConfig (dyn_string dsConfigs, dyn_string &exceptionInfo)
 S7_PLC_CPC_Word2AnalogStatus_setConfig (dyn_string dsConfigs, dyn_string &exceptionInfo)
 _UnPlc_CPC_Word2AnalogStatus_setConfig (dyn_string dsConfigs, dyn_string &exceptionInfo)
 CPC_Word2AnalogStatusConfig_setCustomConfig (dyn_string dsConfigs, bool hasArchive, dyn_string &exceptionInfo)
 CPC_Word2AnalogStatusConfig_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 S7_PLC_CPC_Word2AnalogStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)
 _UnPlc_CPC_Word2AnalogStatus_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo)

Detailed Description

cpcWord2AnalogStatusConfig.ctl This library contains the import and export function of the CPC_Word2AnalogStatus.

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

©Copyright CERN 2013 - all rights reserved


Function Documentation

mapping CPC_Word2AnalogStatusConfig_getConfig (  ) 

DPE configuration TODO: use fw info instead

References CPC_INT16.

CPC_Word2AnalogStatusConfig_checkConfig ( dyn_string  configLine,
dyn_string &  exceptionInfo 
)

Check data before configuration

Parameters:
[in] configLine Configs (see dyn_string indexes in constants defined)
[out] exceptionInfo All possible errors will be returned here
S7_PLC_CPC_Word2AnalogStatus_checkConfig ( dyn_string  configLine,
dyn_string &  exceptionInfo 
)

Check the CPC_Word2AnalogStatus device configuration for the S7_PLC front-end

Parameters:
dsConfigs input, config line as dyn_string
exceptionInfo output, for errors

References cpcConfigGenericFunctions_checkDeviceConfig().

_UnPlc_CPC_Word2AnalogStatus_checkConfig ( dyn_string  configLine,
dyn_string &  exceptionInfo 
)

Check the CPC_Word2AnalogStatus device configuration for the _UnPlc front-end

Parameters:
dsConfigs input, config line as dyn_string
exceptionInfo output, for errors

References cpcConfigGenericFunctions_checkDeviceConfig().

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

Check custom configuration

CPC_Word2AnalogStatusConfig_setConfig ( dyn_string  dsConfigs,
dyn_string &  exceptionInfo 
)

Creates dp (or checks if it is already presented)and sets configuration for CPC_Word2AnalogStatus object.

Parameters:
[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_Word2AnalogStatus_setConfig ( dyn_string  dsConfigs,
dyn_string &  exceptionInfo 
)

Set the CPC_Word2AnalogStatus device configuration for the S7_PLC front-end

Parameters:
dsConfigs input, config line as dyn_string
exceptionInfo output, for errors

References cpcConfigGenericFunctions_setDeviceConfig().

_UnPlc_CPC_Word2AnalogStatus_setConfig ( dyn_string  dsConfigs,
dyn_string &  exceptionInfo 
)

Set the CPC_Word2AnalogStatus device configuration for the _UnPlc front-end

Parameters:
dsConfigs input, config line as dyn_string
exceptionInfo output, for errors

References cpcConfigGenericFunctions_setDeviceConfig().

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

Set custom configuration

CPC_Word2AnalogStatusConfig_ExportConfig ( dyn_string  dsDpList,
dyn_string &  exceptionInfo 
)
S7_PLC_CPC_Word2AnalogStatus_ExportConfig ( dyn_string  dsDpList,
dyn_string &  exceptionInfo 
)

Purpose: Export CPC_Word2AnalogStatus Devices for S7_PLC front-end

Usage: External function

PVSS manager usage: NG, NV

References CPC_Word2AnalogStatusConfig_ExportConfig().

_UnPlc_CPC_Word2AnalogStatus_ExportConfig ( dyn_string  dsDpList,
dyn_string &  exceptionInfo 
)

Purpose: Export CPC_Word2AnalogStatus Devices for _UnPlc front-end

Usage: External function

PVSS manager usage: NG, NV

References CPC_Word2AnalogStatusConfig_ExportConfig().


Generated on 11 Dec 2013 for unCPC6 by  doxygen 1.6.1