Programming
2.7 Functions
Expanding the user interface
2-104 Commissioning Manual, 11/2006, 6FC5397-0DP10-0BA0
Example
PRESS (HS2)
PI_SERVICE("_N_CREATO",55)
END_PRESS
PRESS(VS4)
PI_SERVICE("_N_CRCEDN",17,3)
END_PRESS
Starting OEM services
The PI_START command executes a PI service based on OEM documentation.
Programming
Syntax: PI_START("
Transfer string"
)
Description: Executes PI service
Parameters: "Transfer string" Unlike the OEM documentation, the transfer string
should be entered in inverted commas.
Example
PI_START("/NC,001,_N_LOGOUT")
Note
Channel-dependent PI Services always refer to the current channel.
PI services of the tool functions (TO area) always refer to the TO area that is assigned to the
current channel.
See also
List of Pl services (Page A-17)