|
Defines a variable as a PDO. example: you have a temperature capture system connected with your system, so the temperatur could be a process variable (PDO = Process Data Object), which has to be sent to foreign nodes. In this case, you should set the temperature variable by this function
- Parameters:
-
wIndex |
The index in the object dictionary where this variable should be put. |
bSubindex |
The subindex of the Index, where this variable has to be set. |
ppvLocation |
The pointer to the pointer which points to the variable (the one that should be used as PDO) |
- Returns :
-
SUCCESSFUL or NO_SUCH_INDEX
|