Difference between revisions of "Contest configuration"

From DXLog.net
Jump to navigation Jump to search
(Message macros)
(Message macros)
Line 22: Line 22:
 
The following commands when entered into a message macro enables automated functions as listed<br><br>
 
The following commands when entered into a message macro enables automated functions as listed<br><br>
  
 +
  $13 : (Data Modes) send carriage return character.
 
   $!ABCD : Execute script with name ABCD.
 
   $!ABCD : Execute script with name ABCD.
 
   $!DISABLE! : Disable execution of scripts in macro.
 
   $!DISABLE! : Disable execution of scripts in macro.
Line 67: Line 68:
 
   $MYDXCC : Own DXCC Prefix.
 
   $MYDXCC : Own DXCC Prefix.
 
   $MYITUZONE : ITU Zone from Station Data.
 
   $MYITUZONE : ITU Zone from Station Data.
   $MYNAME: sends operator name, set in contest configuration.
+
   $MYNAME : sends operator name, set in contest configuration.
+
   $NEXT : Sends the callsign of the next QSO line when a $CR is included in the message.
   $NEXT: (or $NEXTCALL): sends the callsign of the next QSO line when a $CR is included in the message.<br>
+
  $NEXTCALL : Sends the callsign of the next QSO line when a $CR is included in the message.
   $NEXTSERIAL: sends next QSO serial number (current QSO serial number plus 1)<br>
+
   $NEXTSERIAL : Sends next QSO serial number.
   $PILOCK: Forbid interlock blocking<br>
+
  $OPNAME : Sends operator name, set in contest configuration.
   $PLUS: send messages in the [+] key<br>
+
  $OTRSP=cmd : Send command to connected OTRSP device.
   $PREV: (or $PREVCALL): sends the callsign on the previous QSO line.<br>
+
   $PILOCK : Disable interlock blocking
   $PREVSERIAL: sends previous QSO serial number (current QSO serial number minus 1)<br>
+
   $PLUS : Sends message associated with the [+] key.
   $QQSLC: sends Quick QSL message based QSOs made (see Intelligent Quick QSL)·<br>
+
   $PREV_RCVD : Previous received serial.
   $QQSLT: sends Quick QSL message based on time passed (see Intelligent Quick QSL)·<br>
+
   $PREVSERIAL : previous QSO serial number.
   $QQSLRESET: reset the timer or the counter like if the long QSL message were just sent.·<br>
+
   $QQSLRESET : Reset Quick QSL timer.
   $QSOB4: sends the QSOB4 message and cancels the remainder of the current message, if the current QSO is a dupe, otherwise sends nothing<br>
+
  $QSOB4 : Sends the QSOB4 message if "Work Dupes" is not enabled. 
   $REPEAT: restarts the automatic repeating CQ sequence (if enabled), after pausing for the specified interval.
+
   $QSOB4WIPE : Sends the QSOB4 message if "Work Dupes" is not enable and wipes entry field.
   Most useful at the end of the [Plus] key message to avoid having to press [F1] to start CQing again.<br>
+
  $R1R1 : (SO2R) Sets the headphone audio routing to radio 1 in both ears.
   $RESET: cancels any manual change made in the audio control<br>
+
   $R1R2 : (SO2R) Sets the headphone audio routing to radio 1 in left ear and radio 2 in right ear.
   $RST: sends report from RST Sent field (normally 5NN)<br>
+
   $R2R1 : (SO2R) Sets the headphone audio routing to radio 2 in left ear and radio 1 in right ear.
   $RSTEXCHSENT: Resets the "exchangeSent" flag of the active QSO (useful only for ESM scripts)<br>
+
   $R2R2 : (SO2R) Sets the headphone audio routing to radio 2 in both ears.
  $R1R1, $R1R2, $R2R1, $R2R2: which can be entered in the predefined CW messages to set the headphone<br>
+
   $REPEAT : Restarts the repeating CQ sequence.
   $SERIAL: sends current QSO Serial Number, or previous serial number if the line with the cursor is blank.<br>
+
   $RESET : Cancels any manual change made in the audio control.
   $SETEXCHSENT: Sets the "exchangeSent" flag of the active QSO (useful only for ESM scripts)<br>
+
   $RST : Sends report from RST Sent field (normally 5NN).
   $SPACEBAR: same as $SPACE (press spacebar in currently active field, move to next field)<br>
+
   $RSTEXCHSENT: Resets the "exchangesent" flag of the active QSO.
   $STATE: sends State/Province set in contest configuration (Exchange)<br>
+
   $SERIAL: sends current QSO Serial Number, or previous serial number if the log entry field is empty.
   $SWAPFOCUS:   - change Focused radio to opposite Radio<br>
+
   $SETEXCHSENT: Sets the "exchangeSent" flag of the active QSO (useful only for ESM scripts).
   $TAB: works like hitting [Tab] (move cursor to next field)<br>
+
   $SPACE : Step Focus (Same as pressing space bar).
   $TR1 and $TR2: primary radio or secondary radio tx<br>
+
  $SPACEBAR : Step Focus (Same as pressing space bar).
   $YEAR: sends year nr set in contest configuration (i.e. EUHFC, AA)<br>
+
   $STATE: Sends State/Province set in contest configuration.
   $ZONE: sends zone nr set in contest configuration<br>
+
   $SWAPFOCUS : Swap radio focus.
   $13: RTTY send carriage return character (start print on a new line)·<br>
+
   $TR1 : (SO2R) Transmit Radio 1.
   &xy: sends a Morse prosign where xy represents the two characters forming the prosign, e.g. &AS, &AR, &BK, &BT, &CL, &KN, &SK, etc.<br>
+
   $TR2 : (SO2R) Transmit Radio 2.
    +: increase speed by 4 wpm<br>
+
   $TRS : (SO2R) Transmit on opposite radio to focus.
   -: decrease speed by 4 wpm<br>
+
  $TU : TU.
   ^: the halfspace character with 1/2 dot duration<br>
+
   $WAZZONE : Own WAZ zone from station configuration.
   ~: (tilde) at the end of a variable means "no space" will be inserted, e.g. $NEXT~? sends the next callsign followed by a question mark, with no space in between<br>
+
   $WIPE : Wipe entry field.
 +
   &xy : CW prosign where xy are merged to one character.
 +
  + : increase CW speed by 4 wpm.
 +
   - : decrease CW speed by 4 wpm.
 +
   ^ : Halfspace character in CW.
 +
   ~ : At the end of a variable means "no space" will be inserted.
 
<br>
 
<br>
 
WAEDC QTC related<br>
 
WAEDC QTC related<br>
  
   $DONE : if all QTC are sent: send the [+] key·
+
   $DONE : If all QTC are sent: send the [+] key·
   $FIELD: this variable takes the value "GROUP", "TIME", "CL" or "NR", depending on the kind of QTC field where the cursor is located<br>
+
   $FIELD : This variable takes the value "GROUP", "TIME", "CL" or "NR", depending on the kind of QTC field where the cursor is located.
   $GRNR: sends group & number of the received QTC·<br>
+
   $GRNR : Sends group & number of the received QTC.
   $NEXT: move focus to the next QTC line·<br>
+
   $NEXT : Move focus to the next QTC line.
   $QTC: sends group & number of the transmitted QTC·<br>
+
   $QTC : Sends group & number of the transmitted QTC.
   $QTCROW: Row number of cursor location in the QTC window. Very useful to create a function key sending the message PSE RPT QTC NR $QTCROW $QTCROW in WAEDC RTTY to request repetition of a specific QTC.<br>
+
   $QTCROW : Row number of cursor location in the QTC window. Very useful to create a function key sending the message PSE RPT QTC NR $QTCROW $QTCROW in WAEDC RTTY to request repetition of a specific QTC.
   $SERIAL: send serial number of the current QTC·<br>
+
   $SERIAL : Send serial number of the current QTC.
   $SERIE: send the complete QTC block (specific to RTTY)· <br>
+
   $SERIE : Send the complete QTC block (specific to RTTY).
   $TIME: send time of the current QTC·<br>
+
   $TIME : Send time of the current QTC.
   $VALID: save everything and close the window·<br>
+
   $VALID : Save everything and close the window.
 
<br>
 
<br>
 
Setup for NOW message on RTTY<br>
 
Setup for NOW message on RTTY<br>
   $13 $CORRECT TU $CR $GRABPARTNER NOW $LOGGEDCALL (EXCH)<br>
+
   $13 $CORRECT TU $CR $GRABPARTNER NOW $LOGGEDCALL (EXCH)

Revision as of 19:54, 8 May 2019

Configuration

Contest configuration

File:DXL ContestConfig.png

 * Callsign - The Callsign which will be used during the contest
 * Grid square - your Maidenhead gridsquare (6 letters) which will be used in VHF/UHF/SHF contests for QRB calculations
 * Exchange - contest specific exchange field
 * DXCC prefix - your DXCC standard prefix
 * WAZ zone - your CQ zone number
 * ITU zone - your ITU zone number
 * State/Province/Other - your US state, Canadian province or DX
 * Name - The name which will be inserted in the final Cabrillo file
 * Address - The address which will be inserted in the final Cabrillo file
 * Club - The name of your club for club competitions

After pressing enter (or mouse click on OK button) all fields are checked against contest rules defined in contest config file.
If any fields contain incorrect data, DXLog.net will supply a warning with instructions on how to correct the data, It may also show possible links to the contest rules (if link is defined in contest config file).

Message macros

The following commands when entered into a message macro enables automated functions as listed

 $13 : (Data Modes) send carriage return character.
 $!ABCD : Execute script with name ABCD.
 $!DISABLE! : Disable execution of scripts in macro.
 $!ENABLE! : Enable execution of scripts in macro.
 $AILOCK : Enable interlock blocking.
 $ALTERNATECQ : (or $ACQ) swaps radio focus and sends CQ.
 $BANDID : Returns band of focused radio.
 $BANDOR : Returns band of non focused radio.
 $CHECK : send license year.
 $CHECKCALL : - move focus to callsign.
 $CLEARRIT  : Set RIT to zero on supported radios.
 $CORRECT : Corrected callsign, Nothing if callsign not corrected.
 $CQ : Send CQ on focused radio.
 $CQZONE : Own CQ Zone from Station Data.
 $CR : Execute [Enter] operation.
 $CTRLPLUS : Silent log QSO.
 $CURRENT : Sends current callsign even if $CR present later in the macro.
 $CURRENTCALL : Sends current callsign even if $CR present later in the macro.
 $DELAY=### : Wait ### Milliseconds.
 $FOCUS1 : change Focus to Radio 1.
 $FOCUS2 : change Focus to Radio 2.
 $FOCUSCALL : move focus to Callsign field.
 $FOCUSRCVD : move focus to Rcvd field.
 $FOCUSREC1 : move focus to RecInfo field.
 $FOCUSREC2 : move focus to RecInfo2 field.
 $FOCUSREC3 : move focus to RecInfo3 field.
 $FREQID : Unknown function.
 $FREQmmm : Sends the frequency of the networked primary radio found on this band. Band nnn is 50, 144, etc.
 $FREQnnn : Sends the frequency of the networked primary radio found on this band. Band nnn is 50, 144, etc.
 $FREQOR : Frequency of the other radio in SO2R.
 $FREQP : Frequency of Radio 1.
 $FREQPASSmmm : Unknown Function.
 $FREQPASSnnn : Unknown Function.
 $FREQS : Frequency of Radio 1.
 $F1...$F7 : send the message associated to the function key.
 $GRABPARTNER : Grabs first callsign from the Partner stack.
 $GRABSPOT : Grabs spot from the bandmap on the current frequency.
 $GRID : Maidenhead Locator from Station Data.
 $INSERT : Send message associated with the [INS] key.
 $ITUZONE : ITU Zone from Station Data.
 $LOGQSO : Silently log QSO.
 $MK2R=cmd : Send command to MK2R. 
 $MSG1...$MSG12 : Additional CW messages.
 $MYCALL: Callsign set in Station Data.
 $MYDXCC : Own DXCC Prefix.
 $MYITUZONE : ITU Zone from Station Data.
 $MYNAME : sends operator name, set in contest configuration.
 $NEXT : Sends the callsign of the next QSO line when a $CR is included in the message.
 $NEXTCALL : Sends the callsign of the next QSO line when a $CR is included in the message.
 $NEXTSERIAL : Sends next QSO serial number.
 $OPNAME : Sends operator name, set in contest configuration.
 $OTRSP=cmd : Send command to connected OTRSP device.
 $PILOCK : Disable interlock blocking
 $PLUS : Sends message associated with the [+] key.
 $PREV_RCVD : Previous received serial.
 $PREVSERIAL : previous QSO serial number.
 $QQSLRESET : Reset Quick QSL timer.
 $QSOB4 : Sends the QSOB4 message if "Work Dupes" is not enabled.  
 $QSOB4WIPE : Sends the QSOB4 message if "Work Dupes" is not enable and wipes entry field.
 $R1R1 : (SO2R) Sets the headphone audio routing to radio 1 in both ears.
 $R1R2 : (SO2R) Sets the headphone audio routing to radio 1 in left ear and radio 2 in right ear.
 $R2R1 : (SO2R) Sets the headphone audio routing to radio 2 in left ear and radio 1 in right ear.
 $R2R2 : (SO2R) Sets the headphone audio routing to radio 2 in both ears.
 $REPEAT : Restarts the repeating CQ sequence.
 $RESET : Cancels any manual change made in the audio control.
 $RST : Sends report from RST Sent field (normally 5NN).
 $RSTEXCHSENT: Resets the "exchangesent" flag of the active QSO.
 $SERIAL: sends current QSO Serial Number, or previous serial number if the log entry field is empty.
 $SETEXCHSENT: Sets the "exchangeSent" flag of the active QSO (useful only for ESM scripts).
 $SPACE : Step Focus (Same as pressing space bar).
 $SPACEBAR : Step Focus (Same as pressing space bar).
 $STATE: Sends State/Province set in contest configuration.
 $SWAPFOCUS : Swap radio focus.
 $TR1 : (SO2R) Transmit Radio 1.
 $TR2 : (SO2R) Transmit Radio 2.
 $TRS : (SO2R) Transmit on opposite radio to focus.
 $TU : TU.
 $WAZZONE : Own WAZ zone from station configuration.
 $WIPE : Wipe entry field.
 &xy : CW prosign where xy are merged to one character.
 + : increase CW speed by 4 wpm.
 - : decrease CW speed by 4 wpm.
 ^ : Halfspace character in CW.
 ~ : At the end of a variable means "no space" will be inserted.


WAEDC QTC related

 $DONE : If all QTC are sent: send the [+] key·
 $FIELD : This variable takes the value "GROUP", "TIME", "CL" or "NR", depending on the kind of QTC field where the cursor is located.
 $GRNR : Sends group & number of the received QTC.
 $NEXT : Move focus to the next QTC line.
 $QTC : Sends group & number of the transmitted QTC.
 $QTCROW : Row number of cursor location in the QTC window. Very useful to create a function key sending the message PSE RPT QTC NR $QTCROW $QTCROW in WAEDC RTTY to request repetition of a specific 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.


Setup for NOW message on RTTY

 $13 $CORRECT TU $CR $GRABPARTNER NOW $LOGGEDCALL (EXCH)