Additional functions
14.8 Interactively call the window from the part program (MMC)
Job planning
682 Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
14.8 Interactively call the window from the part program (MMC)
Function
You can use the MMC command to display user-defined dialog windows (dialog displays) on
the HMI from the part 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.
Syntax
MMC(CYCLES,PICTURE_ON,T_SK.COM,BILD,MGUD.DEF,BILD_3.AWB,TEST_1,A1","
S")
Significance
MMC
Calling the dialog window interactively from the part 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.
References
Refer to the Commissioning Manual for detailed information on programming the MMC
command (incl. programming examples).