Overview
Type:
|
Function
|
Available as of:
|
SystemInterface_1.32.6.0
|
Versions:
|
Current version
|
Task
Determine the name of a parameter with the help of its logical address.
Description
The name of the parameter with the logical address i_stLogAdr is determined. It is transferred in the i_sName variable.
Interface
Input
|
Data type
|
Description
|
i_stLogAdr
|
ST_LogicalAddress
|
Logical address of the parameter
|
Input/Output
|
Data type
|
Description
|
i_sName
|
STRING[80]
|
Name of the parameter
|
Return Value
Data type
|
Description
|
DINT
|
0: OK
-1: Parameter not found
-2: The string size is insufficient
|