n4af / TR4W

TRLOG 4 Windows free amateur radio logging application
GNU General Public License v3.0
19 stars 6 forks source link

Add native support for the Arizona QSO Party #773

Closed ny4i closed 3 weeks ago

ny4i commented 1 month ago

A user (Ross NS7F) request to add support via config files. See here: https://github.com/n4af/TR4W/issues/362

But add native support to the program.

ny4i commented 1 month ago

A few scoring notes...

BONUS POINTS: Receive a one-time bonus of 100 points for a QSO with K7A on any band or mode during the contest.

Total Score = (QSO POINTS x MULTIPLIERS) + BONUS POINTS.

MULTIPLIERS Arizona stations Multipliers are the 50 US states, the 13 Canadian provinces and territories, and DXCC countries. Multipliers count again for each mode. Total multipliers = (50 + 13 + DXCC) x 2.

Stations outside of Arizona Multipliers are the 15 Arizona counties. Multipliers count again for each band and mode. Total possible multipliers = 15 x 6 x 2 = 180.

QSO POINTS: CW=2; Phone=1

ny4i commented 1 month ago

From the other closed issue:

CONTEST TITLE = ARIZONA QSO PARTY EXCHANGE RECEIVED = RST DOMESTIC QTH DOMESTIC FILENAME = AZ.DOM CONTEST NAME = ARIZONA QSO PARTY DOMESTIC MULTIPLIER = DOMESTIC FILE QSO POINT METHOD = ONE PHONE TWO CW MULT BY BAND = TRUE MULT BY MODE = TRUE MULTIPLE BANDS = TRUE MULTIPLE MODES = TRUE

n4af commented 1 month ago

fix 4.136.2

ny4i commented 3 weeks ago

I recall a post about setting the Cabrillo name. I see the program has the array set to ArizonaQP but in the Contest Calendar on WA7BNM is is listed as AZ-QSO-PARTY (or an alias of AZQP).

Was there some other info from the sponsor on the actual name? Bruce's website could have an error of course especially if the sponsor's made a change.

Tom NY4I

AZ-QSO-PARTY

ny4i commented 3 weeks ago

From the sponsor:

Hi Tom,

AZ-QSO-PARTY is the Cabrillo name, and AZQP is the Cabrillo name alias. Either will work.

73, Bill Clark, K6WSC Arizona QSO Party Chairman

n4af commented 3 weeks ago

Looks like the source is already updated. Push to 4.137.1

On Wed, Aug 14, 2024 at 9:05 PM Tom Schaefer @.***> wrote:

From the sponsor:

Hi Tom,

AZ-QSO-PARTY is the Cabrillo name, and AZQP is the Cabrillo name alias. Either will work.

73, Bill Clark, K6WSC Arizona QSO Party Chairman

— Reply to this email directly, view it on GitHub https://github.com/n4af/TR4W/issues/773#issuecomment-2290196496, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVLCUE3QYA425HSUFAETADZRP5EPAVCNFSM6AAAAABKZQLGS6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJQGE4TMNBZGY . You are receiving this because you modified the open/close state.Message ID: @.***>

ny4i commented 3 weeks ago

I checked VC that was checked into MASTER yesterday and it showed ARIZONAQP in the CAB-NAME element.

I did not update the source.

The change ewas just to update the version so the issue is still there.

Howie - If I look at VC in MASTER, it reads as follows:

AIE: NoInitialExchange; DM: DomesticFile; P: 19; AE: RSTDomesticOrDXQTHExchange; XM:ARRLDXCCWithNoUSAOrCanada; QP:OnePhoneTwoCW; ADIFName:'AZ-QSO-PARTY'; CABName:'ArizonaQP'),

This should read like this:

AIE: NoInitialExchange; DM: DomesticFile; P: 19; AE: RSTDomesticOrDXQTHExchange; XM:ARRLDXCCWithNoUSAOrCanada; QP:OnePhoneTwoCW; ADIFName:'AZ-QSO-PARTY'; CABName:'AZ-QSO-PARTY'),

So I guess I am confused where you saw it when you said it was already changed. Are you possibly looking at a file not in GitHub Master?

Tom

On Aug 15, 2024, at 6:45 AM, Howie Hoyt @.***> wrote:

Looks like the source is already updated. Push to 4.137.1

On Wed, Aug 14, 2024 at 9:05 PM Tom Schaefer @.***> wrote:

From the sponsor:

Hi Tom,

AZ-QSO-PARTY is the Cabrillo name, and AZQP is the Cabrillo name alias. Either will work.

73, Bill Clark, K6WSC Arizona QSO Party Chairman

— Reply to this email directly, view it on GitHub https://github.com/n4af/TR4W/issues/773#issuecomment-2290196496, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVLCUE3QYA425HSUFAETADZRP5EPAVCNFSM6AAAAABKZQLGS6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJQGE4TMNBZGY . You are receiving this because you modified the open/close state.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/n4af/TR4W/issues/773#issuecomment-2291056610, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC6TWSTLMILDIMAVZPYZEPLZRSBFPAVCNFSM6AAAAABKZQLGS6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJRGA2TMNRRGA. You are receiving this because you modified the open/close state.

n4af commented 3 weeks ago

ok. i think git has the right cab name now ?

On Wed, Aug 14, 2024 at 9:05 PM Tom Schaefer @.***> wrote:

From the sponsor:

Hi Tom,

AZ-QSO-PARTY is the Cabrillo name, and AZQP is the Cabrillo name alias. Either will work.

73, Bill Clark, K6WSC Arizona QSO Party Chairman

— Reply to this email directly, view it on GitHub https://github.com/n4af/TR4W/issues/773#issuecomment-2290196496, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVLCUE3QYA425HSUFAETADZRP5EPAVCNFSM6AAAAABKZQLGS6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJQGE4TMNBZGY . You are receiving this because you modified the open/close state.Message ID: @.***>

ny4i commented 3 weeks ago

Looks good now. Thanks!