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 363 times