Previous Next        Current Page: NeXtMidas Training / Macros - Part 2 (Graphics) / Plotting and Listing / Introduction
back
Start Here   
Background   
Common Midas Concepts   
Getting Started - Part 1   
Getting Started - Part 2   
Working with Files   
Option Trees   
Macros - Part 1 (Basics)   
Macros - Part 2 (Graphics)   
   + Intro to Graphics   
   + GControls   
   + Lab 1 - Macro Graphics   
   - Plotting and Listing   
      - Introduction   
      - Plotting   
      - Listing   
   + Panel Setup   
   + Lab 2 - Macro Graphics   
   + Conclusion   
   + Lab 3 - Macro Graphics   
NetBeans - Part 1 (Setup)   
NetBeans - Part 2 (GUIs)   
NetBeans - Part 3 (Profiler)   
Eclipse - Part 1 (Setup)   
Eclipse - Part 2 (GUIs)   
Primitives   
WebStart   
Maps & Imagery   
X-Midas Interoperability   
RMIF & Remoting   
Installing NeXtMidas   
Support & Maintenance   
File Handlers   


  • Introduction:
    • We've already seen several examples of using PLOT and LIST2. Now we will see some of the more advanced things that can be done with them in a macro.
    • Some key points covered on earlier slides:
      • When run in a macro PLOT and LIST2 are usually run in a pipe section.
      • In order to get messages from PLOT or LIST2 sent to a macro you need to use the /MSGID=MAIN switch.
      • You will also want to use the /ID= switch to provide all instances of PLOT and LIST2 with easy-to-identify names.

back