Tips & Tactics

TIPS & TACTICS


DIGITAL NETS
FLDIGI
FLMSG
FLAMP
MACROS

DIGITAL NETS

FLDIGI

Drag'n Drop Feature: FLDIGI, FLMSG, FLAMP

FLDIGI, FLMSG, and FLAMP all feature Drag’n Drop. FLMSG and FLAMP will load a file Drag’n Dropped onto special target squares. FLMSG has a blank blue square, upper right. FLAMP has a White square w/Red ‘DnD’, mid right of page. FLDIGI also features Drag’n Drop but lacks a special target. FLDIGI will load and transmit a file that is Drag’n Dropped into the Transmit pane. This works for many types of file. You can drop FLMSG files directly into FLDIGI. In this case, only text is transmitted, no FLMSG form data.

One caveat to FLDIGI’s Drag’n Drop: Similar to sending images via the Transmit pane, FLDIGI does not return to Receive when finished. You must stop transmission manually.  See current FLDIGI Manual for additional Drag’n Drop information.

FLMSG

FLAMP

FLAMP Option, Enable Header Modem:

Enable Header Modem‘ is a useful FLAMP option for HF digital Ops. It activates TxID/RxID and sends the file header in a pre-selected mode. This enables you to send the critical Header block in a robust mode, and the remaining blocks in a faster mode. FLAMP switches modes automatically. The Header block contains data FLAMP needs to reassemble the blocks into the original file. The Header, or Preamble, is block# 0 (Zero).

Enabling the next feature, ‘Inhibit Header Modem on Block Fills‘ prevents FLAMP from sending Header fills in the slower mode, chosen in ‘Enable Header Modem’.

FLAMP cannot reassemble and verify files w/o the Preamble. For example, you can send the header in MFSK-32 and the remaining blocks in THOR-50×1 and FLAMP will enable TxID/RxID and switch between modems automatically.

If you don’t enable ‘Inhibit Header Modem on Block Fills’, FLDIGI will switch to the chosen mode when filling block#0. With this feature disabled, all fill blocks will be sent in the mode selected in FLDIGI.

MACROS

Macro Button Symbols

Symbols on Macro Buttons reveal Macro function at a glance:

Button Labels: Symbols on Macro Buttons help identify Macro function at a glance. When adding symbols to button labels, leave a space between TEXT and Ampersand. You can make room for more label characters by changing fonts and/or reducing font-size.

Code for FLDIGI Macro Button Symbols:

Rt/arrow, ‘ @>’ = Transmitter START
Pipe, ‘ @|’, = Transmitter STOP

Usage: For macros that START and STOP the transmitter, these symbols indicate macro-function at a glance.

1 rt/arrow & 1 pipe, ‘ @>|’ = turns TX ON, executes instructions, turns TX OFF.
2 rt/arrows, ‘ @>>’ = turns TX ON, executes, and leaves TX ON.
2 pipes, ‘@||’, TX already ON, executes instructions, turns TX OFF.

These symbols are very helpful for macros that precede or follow keyboard entry.

 

SAVE Macro Files with One Click

Save Macro files quickly with the <SAVE> Tag:
The <SAVE> Tag enables you to save the current macro file with one click. Saving usually requires opening the File Manager by navigating to ‘File/Macros/Save’, and clicking SAVE’; 4 steps.  Add the <SAVE> Tag to any Macro button and name it, ‘SAVE MAC’. Click ‘Apply’ after editing & before leaving the button, then click your ‘SAVE MAC’ button. That’s it; a single click SAVES the file.  Put  a ‘SAVE MAC’ Button in the same location on every macro set.

Change Macro sets instantly w/the <MACROS> Tag

The <MACROS> Tag installs another Macro file:
You can switch Macro sets instantly with a single click. It doesn’t matter if FLDIGI is configured for 1, 2, or 4 button rows visible, the next set will present the same. The <MACROS> Tag enables you to switch multiple macro sets instantly. You can develop different sets for different events. Digital nets differ widely in protocol and purpose. Making different files for each net is simple and efficient.

The <MACROS> Tag requires a file system address to locate the file you’re calling. Here’s how to configure for switching files instantly:

Right click any Macro button to open the Macro Editor. In the  ‘Select Tag’ list, highlight <MACROS>. Click the Green Arrow to open a File Manager. Navigate to your macro file (.mdf). Click ‘OPEN’, Click ‘APPLY’, then SAVE. You can Save with your ‘SAVE MAC’ (<SAVE> Tag) button if you’ve made one, or via File/Macros/Save.

We use two full Macro sets to run ORCA and switch between them seamlessly. Configure each of your macro sets to call the others. I have 4 sets, 2 for ORCA, 1 for other Nets, and one for QSOs and macro development. Each set has buttons for the other sets. If you use many macros, you’ll appreciate the <SAVE> Tag.

All 48 Macros Visible at Once

As your Macro skills develop, you’ll be using more Macros. It’s handy to see all 4 button rows at once. By default, FLDIGI only presents rows 1 & 2; to use the other two rows, you must click row 2’s button to see row 3, and click the row 3 button to see row 4. You can also configure FLDIGI to make all 4 rows visible at once Here’s how:

1) In the FLDIGI Top Bar ‘View’ Menu, Enable ‘View/Hide 48 macros’. This will locate 4 macro bars above the RX window.

2) To place 4 macro bars below the TX window, go to ‘Configure/UI/Macro buttons’, and Enable ‘4 bar macro set below TX’.

Keyboard Function Keys activate Macros 1-12

Execute macros instantly with Function Keys:
Keyboard Function Keys, the keys at the top of the kbd numbered F1-F12, are linked to the 12 macros in Row#1. The first twelve macros execute instantly by tapping their Function Key. Frequently used macro should be placed in Row#1.  If you use more than one set of macros, put the same macro in the same position on every set.
FLDIGI Manual 4.1.20, Ch53.1, pp455.

Five years ago, our FIDIGI benefactor, Dave W1HKJ, added the ‘All four rows visible at once’ feature for ORCA DIGITAL NET.

Remember: Macro execution can be terminated instantly by tapping ESC. This also clears TX buffer.

Make a Comment Round Macro with the <FILE> Tag:

In a digital net Comment Round, you may wish to comment on previous comments, but forget the thread when your turn comes. You can record Comments as the net unfolds and send them w/one Click with this Macro.

1) In a Text Editor, create the file, ‘comments.txt’ on the Desktop or your preferred location for text files.
2) Open the Macro Editor by right clicking any button.
3) Place Cursor at the beginning of line 1.
4) Highlight <FILE> in the Tag Menu and Click the Green Arrow. Navigate to your new file, ‘comments.txt’ and Click OPEN. The Editor enters the Tag & Argument(file-name/address).
5) Directly after the Tag, add ‘ < <MYCALL><TX><RX>’. Example: <FILE:E:\FL_APPS\Data\0RCAannounce.txt> < <MYCALL><TX><RX>.
6) In the Button Label window, enter: ‘Comment @>|’.
7) Click APPLY and Save your Macro.

Have’comments.txt’ Open on your desktop during nets and enter comments as the net evolves. When called for Comments, simply click your ‘Comments’ Macro. Remember to SAVE after every Edit so your transmission will be current. Next net, Delete old text and start anew. You don’t need to end your comments with your CALLSIGN. It’s in the macro.

 

 

CALLSIGN Lookup by WM7D

Download NBEMS Exercises (Zip File)

Download Path Evaluation Macro Files

ORCA_sidebar_image
Banner

FEMA Region X HF Interoperability Testing (60m)


FEMA Region X Monthly Interoperability NET, which comprises Alaska, Idaho, Oregon, Washington, conducts a monthly interoperability communications exercise on the 60-meter band. This exercise often includes a voice portion and a digital portion.

FEMA Region X uses the call sign of WGY910. The COMMEX occurs on the third Wednesday of the month from 1730 to 1900Z. Primary check-in is usually on 60-meter channel 1.

FEMA Region X Monthly Interoperability NET

3rd Wednesday 1730Z - 1900Z
Channel 1: 5330.5 kHz
Channel 2: 5346.5 kHz
Channel 3: 5357.0 kHz
Channel 4: 5371.5 kHz
Channel 5: 5403.5 kHz
1730Z Open net, delay check-ins
60M - CH1
1735Z NCS sends 1st dig msg
60M - BPSK31 - CH 2
1740Z NCS repeats 1st dig msg using alt mode
60M - MT63-2KL CH2
1745Z NCS calls for check-ins and reports
60M - CH1
1815Z NCS TX 2nd digital msg
60M - BPSK31 - CH 2
1825Z NCS reTX 2nd dig msg using alt mode
60M - MT63-2KL - CH 2
1827Z NCS calls for reports
60M - CH 1
1850Z NCS closes the net
60M - CH 1

World ClockWorld Clockwindow[wtb_event_widgets.pop()].init()

SHORTWAVE RADIOGRAM

Shortwave Radiogram transmits digital text and images on an analog shortwave broadcast transmitter. The program is produced and presented by Dr. Kim Andrew Elliott KD9XB. Shortwave Radiogram continues VOA Radiogram's tradition testing new modes and is an interesting source for Digital Ops wishing to practice more with FLDIGI & FLAMP.
 

Shortwave Radiogram Transmission Schedule (AM)

Fri 2030-2100 UTC
7780 kHz
9455 kHz
WRMI Florida
Sat 1600-1630 UTC
9400 kHz
Space Line, Bulgaria
Sun 2330-2400 UTC
7780 kHz
WRMI Florida
Mon 0800-0830 UTC
7730 kHz
5850 kHz
WRMI Florida

World Clock