Previous Next        Current Page: NeXtMidas Training / X-Midas Interoperability / NeXtOpt / Messages / Configured Messages
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)   
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   
   + Overview   
   + XBC   
   + Lab 1   
   - NeXtOpt   
      - NeXtOpt Setup   
      - Using NeXtOpt   
      - Shared Functions   
      - Messages   
         - Configured Messages   
         - Unconfigured Messages   
         - Translated Messages   
RMIF & Remoting   
Installing NeXtMidas   
Support & Maintenance   
File Handlers   


  • Sending configured messages to NeXtMidas:
    • Any command started from within X-Midas with a numeric ID will automatically receive any X-Midas messages sent to it.
    • The syntax used is the same as that used in XBC (see XBC Configured Messages).
      • The corresponding NeXtMidas message will look like this:
        NAME X-Midas message name.
        INFO X-Midas message info.
        DATA Table matching the X-Midas message structure.
  • Sending configured messages to X-Midas:
    • When sending a message to X-Midas, use XM.<xmid> as the destination ID (where xmid is the numeric X-Midas ID).
      • From a macro:
        message send ID="XM.<xmid>" NAME="<name>" INFO=<info> DATA=<data>
        Where <data> matches the structure of a configured message (see XBC Configured Messages).

back