Page 1 of 1

IOTA - "Show QSL " not working on 6 meters

Posted: 03 Dec 2014, 11:39
by CT1BXX
Hi,

Today I found something strange I would like to share in order to see if the situation is only with my system:

On "Statistics and Awards / IOTA - Mixed. If I click on cell for 6 metrs band no matter this IOTA is Worked or Confirmed, it does not "Show QSL" , only for 6 meters band, for other bands it works perfect.

Something I have noticed: In left side "Select award" there are all bands but 6 Meters ! :?

Please see picture.

Do you have same problem?

Log4Om 1.19
Windows 7 Prof

Thanks for your comments.

Re: IOTA - "Show QSL " not working on 6 meters

Posted: 03 Dec 2014, 13:40
by G4POP
Confirmed and its the same with 70cm

Re: IOTA - "Show QSL " not working on 6 meters

Posted: 05 Dec 2014, 11:11
by IW3HMH
Manuel, pse send me your log so i can make some tests.
Also please add a reference to this post, so i can remember what is reason for the email :)

(i'm a little bit overloaded...)

Re: IOTA - "Show QSL " not working on 6 meters

Posted: 09 Dec 2014, 11:30
by IW3HMH
Well,
i've investigated the issue

Problem is related with awards.xml file, that for some reason (bad initial analysis?) was only considering IOTA in the range 160m-10m. I've removed this limitation.

You can also add "single band" awards by cloning a specific part of the file, changing data accordingly:

find this:

Code: Select all

  <Award>
    <AwardCode>IOTA_10M</AwardCode>
    <Band>10m</Band>
    <AwardSearchParameters>
      <QueryParameter>
        <ParamOperator>=</ParamOperator>
        <ParamValue>10m</ParamValue>
        <ParamName>BandParam</ParamName>
        <TableColumn>band</TableColumn>
        <Query />
      </QueryParameter>
    </AwardSearchParameters>
    <AwardSponsor>RSGB</AwardSponsor>
    <AwardName>IOTA 10m</AwardName>
    <AutonomousAward>false</AutonomousAward>
    <AdifValue>IOTA_10M</AdifValue>
    <AwardAlias></AwardAlias>
  </Award>
copy and paste this xml section behind an existing section and change params that contains the 10m band with the ADIF value of the required band (eg. 70cm), keep the same case

Please replace your AWARDS.XML file in config folder with the one attached here:
awards.xml
Updated awards.xml file with full IOTA support
(57.53 KiB) Downloaded 362 times