The F Key menu allows you to access data and execute McIDAS commands by pressing function keys on your keyboard. The F Key menu template assigns function keys to specific actions. How this is used in the Unidata Fkey menu is explained in more detail in the next lesson). Fkey menu creation is discussed in F Key Menu System of the Unidata McIDAS-X User's Guide.
A screenshot of the McIDAS-X F Key menus is shown below:
Screen Listing | Meaning |
F1 - F12 | simple function key selections |
SF1 - SF12 | <Shift> + function key selections |
AF1 - AF12 | <Alt> + function key selections |
CF1 - CF12 | <Ctrl> + function key selections |
Function keys can access submenus, or run McIDAS commands. In the example menus above, you can access the Latest Images/Image Loops submenu by pressing the F1 key on your keyboard. To access Surface Data Plots, you would press and hold down the Shift key and then press the F1 key.
In most menu screens in the Unidata F Key menu system, the F12 key will return you to the previous menu. Pressing the escape (Esc) key will return you to the Main Menu.
The default background map definition is saved in the string ?BKGMAP in the string table. The map outline is also saved in the VIRTual graphic file VIRT9300. When you run a plot or contour out of the menu and select the default background map, the McIDAS commands use the string definition to create the plot and the VIRTual graphic file is restored to the frame.
The map definitions for the default background map are created using the BATCH file BKGMAP.BAT. You can add your own map definitions to this file if you want to (more on this later).
Default background maps are not limited to simple geographic maps. There is a set of TOPOgraphic area files that are distributed with McIDAS that can be used as background maps as well.
There are other strings that you can manipulate to customize your plots through the Modify Menu System Parameters submenu. For example, you can control whether or not a data bar is displayed on images and whether it is displayed vertically or horizontally ( ?BAR string). You can change the interval over which lightning data is plotted (?NLDNINT). Examples of screens for Modifying the Menu System Parameters are shown below:
Users of McIDAS-X can invoke a Menu Template at any time using the MCMENU command. Users can also set up their McIDAS resource file (.mcidasrc) to invoke a menu automatically when McIDAS is started. To work correctly using the defaults assingned in UNIMENU.DEF, a McIDAS-X session is assumed to start with a minimum of 16 image frames. To start the Unidata F Key menu from the McIDAS-X command line:
If you wished to use a different menu template, you would replace UNIDATA.MNU with the name of the template.
If you wish to have the Unidata (or any other) F Key menu start automatically when McIDAS starts, you could add the following line to the .mcidasrc file in your home directory:
When McIDAS starts up, the menu template you specify will also be started in a menu window.
To exit the Unidata F Key Menu window, press F12 from the Main Menu. If you make changes to the menu template, they will not be visible until you exit menu window and restart it with the MCMENU command.
You would need to make sure that there are no conflicts between menu number assignments. See the next section for information on creating menu templates.