unRcpDeprecated.ctl File Reference
Detailed Description
UNICOS Copyright (C) CERN 2018 All rights reserved
Function Documentation
void _unRecipeFunctions_getElementsBySystem |
( |
dyn_string |
elements, |
|
|
dyn_anytype |
values, |
|
|
mapping & |
systemDpes, |
|
|
dyn_string & |
exceptionInfo | |
|
) |
| | |
Gets the recipe elements according to the distributed system.
- Parameters:
-
| elements | - [IN] Recipe data point elements. |
| values | - [IN] Recipe values. |
| systemDpes | - [OUT] Map containing the recipe elements and values for each distributed system. |
| exceptionInfo | - [OUT] Standard exception handling variable. |
- Deprecated:
- 2018-09-12 Originally found in unRcpFunctions.ctl
void _unRecipeFunctions_getS7AddressOffset |
( |
string |
sDpe, |
|
|
string |
sDeviceType, |
|
|
string & |
sOffset, |
|
|
dyn_string & |
exceptionInfo | |
|
) |
| | |
Gets the offset of an S7 address where a DPE is located.
- Parameters:
-
| sDpe | - [IN] DPE which offset is required. |
| sDeviceType | - [IN] Device type name of the dpe. |
| sOffset | - [OUT] Offset of the DPE S7 address. |
| exceptionInfo | - [OUT] Standard exception handling variable. |
- Deprecated:
- 2018-09-12 Originally found in unRcpFunctions.ctl
void unRecipeFunctions_getPcoList |
( |
dyn_string & |
dsPcoNames, |
|
|
dyn_string & |
dsPcoDps, |
|
|
bool |
bLocalOnly = FALSE | |
|
) |
| | |