Difference between revisions of "Message variables"

From Win-Test Wiki
Jump to navigation Jump to search
m (→‎Action: Added one last phrase of explanation)
m (→‎CW automation: Expanded description of $QSOB4, $RST, and $SERIAL)
Line 20: Line 20:
 
*      '''<tt>$QQSLT</tt>''': sends Quick QSL message based on time passed (see [[Menu:Tools#Intelligent Quick QSL...|Intelligent Quick QSL]])
 
*      '''<tt>$QQSLT</tt>''': sends Quick QSL message based on time passed (see [[Menu:Tools#Intelligent Quick QSL...|Intelligent Quick QSL]])
 
*      '''<tt>$QQSLRESET</tt>''': reset the timer or the counter like if the long QSL message were just sent.
 
*      '''<tt>$QQSLRESET</tt>''': reset the timer or the counter like if the long QSL message were just sent.
*      '''<tt>$QSOB4</tt>''': sends QSOB4 message (see [[Menu:Options#Modify standard messages...|Modify standard messages]])
+
*      '''<tt>$QSOB4</tt>''': sends QSOB4 message if the current QSO is a dupe, otherwise sends nothing (see [[Menu:Options#Modify standard messages...|Modify standard messages]])
*      '''<tt>$RST</tt>''': sends report from RST field (normally '''<tt>5NN</tt>''')
+
*      '''<tt>$RST</tt>''': sends report from RST Sent field (normally '''<tt>5NN</tt>''')
*      '''<tt>$SERIAL</tt>''': sends QSO #
+
*      '''<tt>$SERIAL</tt>''': sends current QSO Serial Number, or previous serial number if the line with the cursor is blank.
 
*      '''<tt>$STATE</tt>''': sends State/Province set in [[New Log#Step 2: Setup your log|contest configuration]] (Exchange)
 
*      '''<tt>$STATE</tt>''': sends State/Province set in [[New Log#Step 2: Setup your log|contest configuration]] (Exchange)
 
*      '''<tt>$YEAR</tt>''': sends year nr set in [[New Log#Step 2: Setup your log|contest configuration]] (i.e. EUHFC, AA)
 
*      '''<tt>$YEAR</tt>''': sends year nr set in [[New Log#Step 2: Setup your log|contest configuration]] (i.e. EUHFC, AA)

Revision as of 19:38, 8 June 2008

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

  • $CHECK: send license year (ARRL SS only)
  • $CORRECT: sends a call correction, if any (see correction)
  • $F1...$F7: sends the message associated with F1 ... F7 function key
  • $FREQP: contains the frequency of the primary radio (useful for passing mults)
  • $FREQS: contains the frequency of the secondary radio (useful for passing mults)
  • $INSERT: sends message in the [Ins] key
  • $ISLAND: sends IOTA Reference (i.e. EU001, AF001, ...) (IOTA Contest)
  • $LOGGEDCALL: sends what is typed in the callsign field
  • $MSG1...$MSG12: sends additional CW messages (see Modify additional messages)
  • $MYCALL: sends callsign set in contest configuration
  • $MYNAME: sends operator name, set in contest configuration
  • $PLUS: sends message in the [+] key
  • $QQSLC: sends Quick QSL message based QSOs made (see Intelligent Quick QSL)
  • $QQSLT: sends Quick QSL message based on time passed (see Intelligent Quick QSL)
  • $QQSLRESET: reset the timer or the counter like if the long QSL message were just sent.
  • $QSOB4: sends QSOB4 message if the current QSO is a dupe, otherwise sends nothing (see Modify standard messages)
  • $RST: sends report from RST Sent field (normally 5NN)
  • $SERIAL: sends current QSO Serial Number, or previous serial number if the line with the cursor is blank.
  • $STATE: sends State/Province set in contest configuration (Exchange)
  • $YEAR: sends year nr set in contest configuration (i.e. EUHFC, AA)
  • $ZONE: sends zone nr set in contest configuration
  • +: increase speed by 4 wpm
  • -: decrease speed by 4 wpm
  • ^: the halfspace character with 1/2 dot duration

Action

  • $CR: works like hitting [Enter] (log QSO)
  • $GRABSPOT grabs spot on the current frequency
  • $GUESSEXCH (or $GUESSEXCHANGE): mimics a space bar hit, filling the exchange field(s) if possible, but the cursor remains in the same edit field.
  • $REPEAT: restarts the automatic repeating CQ sequence (if enabled), after pausing for the specified interval. Most useful at the end of the [Plus] key message to avoid having to press [F1] to start CQing again.
  • $SPACEBAR: works like hitting spacebar-key (move cursor to the next most-used 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=cmd: send a specific MK2R command to the microHAM MK2R SO2R box. See Integrated_SO2R_boxes for usage notes.
  • $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

  • $13: send carriage return character (specific to RTTY)
  • $CALLSIGN: send callsign of the current QTC
  • $DONE: if all QTC are sent: mimic the [+] key
  • $GRNR: sends group & number of the received QTC
  • $NEXT: move focus to the next QTC line
  • $QTC: sends group & number of the transmitted QTC
  • $SERIAL: send serial number of the current QTC
  • $SERIE: send the complete QTC block (specific to RTTY)
  • $TIME: send time of the current QTC
  • $VALID: save everything and close the window

Back to Main Page