IOTA - "Show QSL " not working on 6 meters

Yes, sometimes it happens... Please report any bugs here
Locked
User avatar
CT1BXX
Old Man
Posts: 459
Joined: 21 Jan 2013, 15:27

IOTA - "Show QSL " not working on 6 meters

Post 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.
73 Manuel Fernando CT1BXX
User avatar
G4POP
Log4OM Alpha Team
Posts: 10752
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

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

Post by G4POP »

Confirmed and its the same with 70cm
73 Terry G4POP
User avatar
IW3HMH
Site Admin
Posts: 2925
Joined: 21 Jan 2013, 14:20
Location: Quarto d'Altino - Venezia (ITA)
Contact:

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

Post 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...)
Daniele Pistollato - IW3HMH
User avatar
IW3HMH
Site Admin
Posts: 2925
Joined: 21 Jan 2013, 14:20
Location: Quarto d'Altino - Venezia (ITA)
Contact:

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

Post 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 294 times
Daniele Pistollato - IW3HMH
Locked