Difference between revisions of "Message variables"

From Win-Test Wiki
Jump to navigation Jump to search
m (→‎Action: Sorted alphabetically)
m (→‎SO2R: Sorted alphabetically)
Line 36: Line 36:
 
*      '''<tt>$ALTERNATECQ</tt>''' (or '''<tt>$ACQ</tt>'''): swaps primary and secondary radios and send CQ on the secondary radio
 
*      '''<tt>$ALTERNATECQ</tt>''' (or '''<tt>$ACQ</tt>'''): swaps primary and secondary radios and send CQ on the secondary radio
 
*      '''<tt>$CQ</tt>''': same as '''<tt>$ALTERNATECQ</tt>''' but does not swap radios
 
*      '''<tt>$CQ</tt>''': same as '''<tt>$ALTERNATECQ</tt>''' but does not swap radios
 +
*      '''<tt>$LATCH</tt>''': sets latch mode
 +
*      '''<tt>$MK2R</tt>''': send a specific MK2R command to the microHAM MK2R SO2R box
 
*      '''<tt>$R1R1</tt>''': set audio of Radio 1 to left and right ear
 
*      '''<tt>$R1R1</tt>''': set audio of Radio 1 to left and right ear
 
*      '''<tt>$R1R2</tt>''': set audio of Radio 1 to left and audio of Radio 2 to right ear
 
*      '''<tt>$R1R2</tt>''': set audio of Radio 1 to left and audio of Radio 2 to right ear
Line 43: Line 45:
 
*      '''<tt>$TR1</tt>''': transmit on primary radio
 
*      '''<tt>$TR1</tt>''': transmit on primary radio
 
*      '''<tt>$TR2</tt>''': transmit on secondary radio
 
*      '''<tt>$TR2</tt>''': transmit on secondary radio
*      '''<tt>$LATCH</tt>''': sets latch mode
 
*      '''<tt>$MK2R</tt>''': send a specific MK2R command to the microHAM MK2R SO2R box
 
  
 
==WAEDC QTC related==
 
==WAEDC QTC related==

Revision as of 23:45, 28 July 2007

Messages Variables

These variables can be used in programming CW messages using the F-keys. Some of these variables do not actually create output but rather perform actions at specific points in time, like the $CR symbol.

CW automation

Action

  • $CR: works like hitting [Enter] (log QSO)
  • $GRABSPOT grabs spot on the current frequency
  • $GUESSEXCH (or $GUESSEXCHANGE): mimics a space bar hit (filling exchange field(s)
  • $GUESSZONE: filling exchange field(s) if possible, but cursor remains in the same edit field.
  • $REPEAT: reset the automatic repeat mode interval
  • $SPACEBAR: works like hitting spacebar-key (move cursor to exchange field)
  • $TAB: works like hitting [Tab] (move cursor to next field)

SO2R

  • $ALTERNATECQ (or $ACQ): swaps primary and secondary radios and send CQ on the secondary radio
  • $CQ: same as $ALTERNATECQ but does not swap radios
  • $LATCH: sets latch mode
  • $MK2R: send a specific MK2R command to the microHAM MK2R SO2R box
  • $R1R1: set audio of Radio 1 to left and right ear
  • $R1R2: set audio of Radio 1 to left and audio of Radio 2 to right ear
  • $R2R1: set audio of Radio 2 to left and audio of Radio 1 to right ear
  • $R2R2: set audio of Radio 2 to left and right ear
  • $RESET: cancels any manual change made in the audio control
  • $TR1: transmit on primary radio
  • $TR2: transmit on secondary radio

WAEDC QTC related

  • $GRNR: sends Group & Number of the received QTC

Back to Main Page