unCPC6
6.6.2
WinCC-OA implementation of UNICOS CPC
|
Functions | |
cpcRcpBuffersConfig_checkConfig (dyn_string dsConfigs, dyn_string &exceptionInfo) | |
cpcRcpBuffersConfig_setConfig (dyn_string dsConfigs, dyn_string &exceptionInfo) | |
_UnPlc_CPC_RcpBuffers_checkConfig (dyn_string dsConfigs, dyn_string &exceptionInfo) | |
S7_PLC_CPC_RcpBuffers_checkConfig (dyn_string dsConfigs, dyn_string &exceptionInfo) | |
S7_PLC_CPC_RcpBuffers_setConfig (dyn_string dsConfigs, dyn_string &exceptionInfo) | |
_UnPlc_CPC_RcpBuffers_setConfig (dyn_string dsConfigs, dyn_string &exceptionInfo) | |
cpcRcpBufferExportDevice_writeDeviceTypeLineFormat (string sDeviceType, string sCommand) | |
void | S7_PLC_CPC_RcpBuffers_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
void | _UnPlc_CPC_RcpBuffers_ExportConfig (dyn_string dsDpList, dyn_string &exceptionInfo) |
cpcRcpBuffersConfig.ctl This library contains the function to configure the CPC_RcpBuffers.
cpcRcpBuffersConfig_checkConfig | ( | dyn_string | dsConfigs, |
dyn_string & | exceptionInfo | ||
) |
check the device configuration
dsConfigs | input, config line as dyn_string |
exceptionInfo | output, for errors |
cpcRcpBuffersConfig_setConfig | ( | dyn_string | dsConfigs, |
dyn_string & | exceptionInfo | ||
) |
set the device configuration
dsConfigs | input, config line as dyn_string |
exceptionInfo | output, for errors |
_UnPlc_CPC_RcpBuffers_checkConfig | ( | dyn_string | dsConfigs, |
dyn_string & | exceptionInfo | ||
) |
check the CPC_RcpBuffers device configuration for the _UnPlc front-end
dsConfigs | input, config line as dyn_string |
exceptionInfo | output, for errors |
S7_PLC_CPC_RcpBuffers_checkConfig | ( | dyn_string | dsConfigs, |
dyn_string & | exceptionInfo | ||
) |
check the CPC_RcpBuffers device configuration for the S7_PLC front-end
dsConfigs | input, config line as dyn_string |
exceptionInfo | output, for errors |
S7_PLC_CPC_RcpBuffers_setConfig | ( | dyn_string | dsConfigs, |
dyn_string & | exceptionInfo | ||
) |
set the CPC_RcpBuffers device configuration for the S7_PLC front-end
dsConfigs | input, config line as dyn_string |
exceptionInfo | output, for errors |
_UnPlc_CPC_RcpBuffers_setConfig | ( | dyn_string | dsConfigs, |
dyn_string & | exceptionInfo | ||
) |
set the CPC_RcpBuffers device configuration for the _UnPlc front-end
dsConfigs | input, config line as dyn_string |
exceptionInfo | output, for errors |
cpcRcpBufferExportDevice_writeDeviceTypeLineFormat | ( | string | sDeviceType, |
string | sCommand | ||
) |
returns the format of the config line for a device type
sDeviceType | input, device type |
sCommand | input, keyword (for front-end only) |
Referenced by _UnPlc_CPC_RcpBuffers_ExportConfig(), and S7_PLC_CPC_RcpBuffers_ExportConfig().
void S7_PLC_CPC_RcpBuffers_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
returns the format of the config line for a device type
dsDpList | input, list of device dp |
exceptionInfo | output, the errors are returned here |
References cpcRcpBufferExportDevice_writeDeviceTypeLineFormat().
void _UnPlc_CPC_RcpBuffers_ExportConfig | ( | dyn_string | dsDpList, |
dyn_string & | exceptionInfo | ||
) |
returns the format of the config line for a device type
dsDpList | input, list of device dp |
exceptionInfo | output, the errors are returned here |
References cpcExportGenericFunctions_processAddress(), and cpcRcpBufferExportDevice_writeDeviceTypeLineFormat().