Difference between revisions of "Contest configuration"
Jump to navigation
Jump to search
(→Message macros) |
m (→Message macros) |
||
| Line 77: | Line 77: | ||
|Execute script with name ABCD. | |Execute script with name ABCD. | ||
|- | |- | ||
| − | |$!DISABLE! | + | |$!DISABLE!ABCD |
| − | |Disable | + | |Disable script with name "ABCD". |
|- | |- | ||
| − | |$!ENABLE! | + | |$!ENABLE!ABCD |
| − | |Enable | + | |Enable script with name "ABCD". |
|- | |- | ||
|$AILOCK | |$AILOCK | ||
| Line 90: | Line 90: | ||
|- | |- | ||
|$BANDID | |$BANDID | ||
| − | | | + | |Unknown function. |
|- | |- | ||
|$BANDOR | |$BANDOR | ||
| Line 123: | Line 123: | ||
|- | |- | ||
|$CURRENTCALL | |$CURRENTCALL | ||
| − | + | Equivalent to $CURRENT. | |
|- | |- | ||
|$DELAY=### | |$DELAY=### | ||
| Line 129: | Line 129: | ||
|- | |- | ||
|$FOCUS1 | |$FOCUS1 | ||
| − | | | + | |Change Focus to Radio 1. |
|- | |- | ||
|$FOCUS2 | |$FOCUS2 | ||
| − | | | + | |Change Focus to Radio 2. |
|- | |- | ||
|$FOCUSCALL | |$FOCUSCALL | ||
| − | | | + | |Move focus to Callsign field. |
|- | |- | ||
|$FOCUSRCVD | |$FOCUSRCVD | ||
| − | | | + | |Move focus to Rcvd field. |
|- | |- | ||
|$FOCUSREC1 | |$FOCUSREC1 | ||
| − | | | + | |Move focus to RecInfo field. |
|- | |- | ||
|$FOCUSREC2 | |$FOCUSREC2 | ||
| − | | | + | |Move focus to RecInfo2 field. |
|- | |- | ||
|$FOCUSREC3 | |$FOCUSREC3 | ||
| − | | | + | |Move focus to RecInfo3 field. |
|- | |- | ||
|$FREQID | |$FREQID | ||
|Unknown function. | |Unknown function. | ||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|$FREQnnn | |$FREQnnn | ||
| − | |Sends the frequency of the networked primary radio found on this band. Band nnn is 50, 144, etc. | + | |Sends the frequency of the networked primary radio found on this band. Band nnn is 160, 80...15, 10, 50, 144, etc. |
|- | |- | ||
|$FREQOR | |$FREQOR | ||
| Line 163: | Line 160: | ||
|$FREQP | |$FREQP | ||
|Frequency of Radio 1. | |Frequency of Radio 1. | ||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|$FREQPASSnnn | |$FREQPASSnnn | ||
| Line 174: | Line 168: | ||
|- | |- | ||
|$F1-$F7 | |$F1-$F7 | ||
| − | | | + | |Send the message associated to the function key. |
|- | |- | ||
|$GRABPARTNER | |$GRABPARTNER | ||
| Line 228: | Line 222: | ||
|- | |- | ||
|$PILOCK | |$PILOCK | ||
| − | |Disable interlock blocking | + | |Disable interlock blocking. |
|- | |- | ||
|$PLUS | |$PLUS | ||
| Line 270: | Line 264: | ||
|- | |- | ||
|$RSTEXCHSENT | |$RSTEXCHSENT | ||
| − | |Resets the "exchangesent" flag of the active QSO. | + | |Resets the "exchangesent" flag of the active QSO. Useful for ESM scripts. |
|- | |- | ||
|$SERIAL | |$SERIAL | ||
| Line 300: | Line 294: | ||
|- | |- | ||
|$TU | |$TU | ||
| − | |TU. | + | |Sends "TU". |
|- | |- | ||
|$WAZZONE | |$WAZZONE | ||
Revision as of 07:25, 10 May 2019
Configuration
Contest configuration
| 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 for all other countries |
| 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 |
| Contest | Select the relevant contest or dxped template |
| Category | Select the stations contest operation category |
| Overlay | Select the stations contest overlay category (if required). |
| Class | Select the stations contest power class. |
| Mode | Select the mode of operation for the Contest |
| Op. name | Enter the operators name (if required) |
| Power | Enter the stations power level (if required) Can be set to 1tt, 4tt, KW etc |
| Operators | List of station operators callsigns, separated with a comer |
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
| $13 | (Data Modes) send carriage return character. |
| $!ABCD | Execute script with name ABCD. |
| $!DISABLE!ABCD | Disable script with name "ABCD". |
| $!ENABLE!ABCD | Enable script with name "ABCD". |
| $AILOCK | Enable interlock blocking. |
| $ALTERNATECQ | (or $ACQ) swaps radio focus and sends CQ. |
| $BANDID | Unknown function. |
| $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
Equivalent to $CURRENT. | |
| $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. |
| $FREQnnn | Sends the frequency of the networked primary radio found on this band. Band nnn is 160, 80...15, 10, 50, 144, etc. |
| $FREQOR | Frequency of the other radio in SO2R. |
| $FREQP | Frequency of Radio 1. |
| $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. Useful for ESM scripts. |
| $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 | Sends "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. |
| $13 $CORRECT TU $CR $GRABPARTNER $LOGGEDCALL (EXCH) |
