Programming
2.7 Functions
Expanding the user interface
2-78 Commissioning Manual, 11/2006, 6FC5397-0DP10-0BA0
2.7.9 Execute (EXE)
Description
The EXE function can be used on HMI Advanced to call a program created as an application
with the HMI Advanced OEM package or to start the Free Contour Programming application.
With HMI Embedded sl, EXE can only be used to start the Free Contour Programming
application.
Note
The EXE function is only available within the parts program editor. In order to start the
program, its task index must be entered in the application file under [CHILDS] as it appears
in the REGIE.INI file.
Programming
Syntax: EXE
(Program name)
; HMI Advanced
EXE
(GPROC)
; HMI Embedded sl
Description: Executes program
Parameters: Program name Name of the program that is to be executed
Example
PRESS(VS3)
EXE(GPROC) ; Start GPROC.EXE (free contour programming)
END_PRESS