Additional functions
13.11 Interactive window call from parts program, command:
Job planning
13-50 Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
13.11 13.11 Interactive window call from parts program, command:
Function
You can use the MMC command to display user-defined dialog windows (dialog displays) on
the HMI from the parts program.
The dialog window appearance is defined in a pure text configuration (COM file in cycles
directory), while the HMI system software remains unchanged.
User-defined dialog windows cannot be called simultaneously in different channels.
Programming
MMC(CYCLES, PICTURE_ON, T_SK.COM, BILD, MGUD.DEF, BILD_3.AWB,
TEST_1, A1", "S")
Please see the detailed notes on how to program the MMC command (incl. programming
examples) in /IAM/ in manuals AE1, BE1, HE1, IM2, IM4, and IM5, as appropriate for the
HMI software used.
Parameters
MMC Calling the dialog window interactively from the
parts program on the HMI.
CYCLES Operating area in which the configured user dialog
boxes are implemented.
PICTURE_ON or PICTURE_OFF Command: Display selection or display deselection.
T_SK.COM Com file: Name of the dialog display file (user
cycles). The dialog display design is defined here.
The dialog screen is used to display user variables
and/or comment texts.
DISPLAY Name of dialog display: The individual displays are
selected via the names of the dialog displays.
MGUD.DEF User data definition file, which is addressed while
reading/writing variables.
PICTURE_3.AWB Graphics file
TEST_1 Display time or acknowledgement variable.
A1 Text variables...",
"S" Acknowledgement mode: synchronous, acknowledgement
via "OK" soft key.