MDT Monitor Frequently Asked Questions
Home FAQ Release History Frequencies

Getting the program to work/Finding something to monitor

Questions about the program

Support for other interfaces/protocols/operating systems


Getting the program to work/Finding something to monitor

How do I connect my scanner to the computer so I can decode MDT data?

To use MDT Monitor (and most other programs that decode data received by the scanner) you need a scanner with a discriminator output. Chances are your scanner does not have one of these outputs (most do not). If your scanner doesn't you'll need to take it apart and add one. Bill Cheek has written some very good instructions on how to make the modification required.

At this time you can connect the discriminator output to the computer using three methods:


Nothing happens when I run the program, what's wrong?

The program will only work with the discriminator output from the scanner, you can't use the audio from the earphone connector.

If you're using the disciminator output and have it connected to your sound card try the following:

If you're using using a HamComm-type data slicer and are not seeing anything try reversing polarity. To verify that your data slicer is working correctly download the diagnostic program at http://home.ica.net/~phoenix/wap/slicer.htm.


Where should I look for MDT frequencies?

Try searching upwards from 851MHz, most are in the 851MHz to 862MHz area. Some have also been found in the 450-470MHz range and overseas in the vacinity of 81MHz. Check my frequencies page, as users send me frequencies in use in their area I add them to this page. If you're not sure what you're looking for go to http://web2.airmail.net/lblant1/dfw/download.htm to hear what an MDC-4800 data channel sounds like.


Where can I get a HamComm-type data slicer?

There are several plans on how to build one of these on the web. I used Spectrum Analyzer's All-In-One interface plans to build my data slicer.


Where can I get an RM100 decoder?

You can get an RM100 decoder from Cylex, Inc. They sell the decoders as kits and fully assembled.


Questions about the program

How can I stop the MDT window from updating so I can read it?

If you see something appear in the MDT window which you want to read you can click on the hand icon on the toolbar (or select "Hold MDT" from the Action menu, or press Control-H) to "hold" the MDT window. This will keep the program from writing received traffic to the MDT window so you can read it. After you're done reading click on the hand icon again to "unhold" the MDT window. The window will be refreshed so that any text received while you were reading will be appended to the end of the window.


How do I enter aliases for the terminal numbers?

You can enter aliases for terminal numbers in one of two ways:


How can I change the size of the Messages, Active Terminals, and MDT windows?

There are two "splitter" bars, one that runs horizontally and one that runs vertically, that can be moved to change the sizes of these three windows. To locate the horizontal one move the mouse around in the grey area just below the Messages window. You should see the mouse cursor change to arrows pointing up and down. When you see this click and hold the left-mouse button and move the mouse up and down to change the size of the windows. To locate the vertical splitter bar move the mouse around in the grey area between the Active Terminals and MDT windows until the mouse cursor changes to arrows pointing left and right.


Nothing ever appears in the top window, why is this?

The program uses rules which you setup to determine what should be displayed in the top window (the Messages window). When you first install the program there are no rules setup. To setup rules see the next question/answer.


What are rules and how do I set them up?

Rules allow you to instruct the program to perform various actions when MDT traffic matching certain conditions is received. You can have the program play sounds, open windows, log received traffic to disk, and/or display summary information in the Messages window (top portion of the main window) based on received traffic.

To setup a rule open the Configure menu and select Rules. To create a new rule click on the "New Rule" button. This will display the following window:

New Rule Window

In the "Name of rule" field enter a name that describes what this rule will fire on or what it is for. This will be displayed in the listbox in the previous window.

The next two fields are used to specify what the program should use to determine whether your rule should be invoked. If you want your rule to do something when traffic is sent to certain terminals you'll fill in the "Sent to matches:" field. If you want your rule to be invoked based on what it traffic is received regardless of to which terminal it is sent you'll fill in the "Message body matches:" field. If you want your rule to be invoked when certain traffic is sent to certain terminals you'll want to fill-in both of these fields.

The program allows you to use wildcards (*'s and ?'s) when you're filling in the "Sent to" and "Message body" fields; a * matches multiple characters, a ? matches any single character, and a # matches any single digit. You can also use ['s and ]'s to match a single occurence of a character in the brackets (examples below). When filling in the "Sent to" field if you don't use any wildcards the rule will trigger only when the terminal number or alias to which traffic was sent matches exactly what you entered, the same goes for the "Message body" field. Comparisons between received traffic/terminal numbers and what you enter are not case-sensitive. Here's some examples of what you might enter in these two fields:

The bottom portion of the window is used to specify what you want the program to do if a rule matches what you've entered in the "Sent to matches" and "Message body matches" fields...


I monitor more than one system, how can I keep my settings separate?

If you monitor more than one system you should create one Windows short-cut for each system you monitor.

First load MDT Monitor and configure the settings for one of the systems, then save these settings to a profile using the "Save Profile As..." menu item under the File menu. Repeat this for each system you monitor.

Now create a Windows short-cut for each system. In the "Command Line" field enter:

"C:\Program Files\MDT Monitor\MDTMon.exe" Profile.ini
where Profile.ini is the name of each profile created via "Save Profile As..."


Support for other interfaces/protocols/operating systems

Do you plan on adding support to monitor systems which use the RD-LAP protocol?

Not right now. Before support for this protocol can be added the same information that exists on how to decode the MDC-4800 protocol needs to become available. The information includes things like the frame-sync sequences, the bit interleave, how the error correction works, etc.

Do you plan on making a version of the program available that runs on Windows 3.1?

Nope. I thought about doing this for a while but decided it would be too difficult and would be something I would never use. Nearly all of the functionality that exists in the program is there because it's something I like to use when monitoring or was something that was pretty easy to add. Writing another version would be too much work for me.