Search found 14 matches

by ac9hp
20 Feb 2024, 19:24
Forum: General discussions
Topic: Questing for DX for a specific mode (CW)/Spotting
Replies: 2
Views: 552

Questing for DX for a specific mode (CW)/Spotting

I have not really tried to work DX in the past but since I have picked up CW skills and I am working toward bettering those skills, I decided I would start to hunt down DX on CW. I turned on the cluster and filtered for CW only and specific bands I plan to hunt on, but the coloring appears to indica...
by ac9hp
04 Aug 2022, 16:05
Forum: General discussions
Topic: QSL Before logic
Replies: 1
Views: 479

QSL Before logic

I have created a tool for sending QSL cards from the Log4OM2 database. I do plenty of FT8 QSOs and I do not want to overload any regular operators with QSL cards for the same daily activity. So I am looking at Logic on reducing the number of QSL cards sent out. I am thinking only send a card (I am l...
by ac9hp
28 Jul 2022, 12:29
Forum: General discussions
Topic: SQL for QSL status and to update QSL status from third party tool
Replies: 2
Views: 583

Re: SQL for QSL status and to update QSL status from third party tool

I made two version of a QSL emailer - one that remotes Corel Draw and one that uses a PNG. This is the PNG version - create your PNG with your favorite tool and this can overlay your QSO data, email it and update your QSL status in Log4OM2. Uses a mysql database for the log. I would call this an &qu...
by ac9hp
27 Jul 2022, 22:03
Forum: General discussions
Topic: SQL for QSL status and to update QSL status from third party tool
Replies: 2
Views: 583

Re: SQL for QSL status and to update QSL status from third party tool

I got impatient and created a routine to read out the structure, update it and save it back. Data Structure to hold the qsoconfirmations : using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Log4OMQSLEmailer { public class QSL...
by ac9hp
25 Jul 2022, 23:09
Forum: General discussions
Topic: SQL for QSL status and to update QSL status from third party tool
Replies: 2
Views: 583

SQL for QSL status and to update QSL status from third party tool

After doing some research I found the QSL data in the qslconfirmations field. The Data is stored as JSON and I can pull it out. I updated the MariaDB to v10.6 so I could JSON_TABLE feature in sql. select qsoid, callsign, qsodate, email, band, mode, rstsent,name, j.* from log,JSON_TABLE(log.qsoconfir...
by ac9hp
12 Jan 2022, 13:58
Forum: User support
Topic: Adding columns to the database
Replies: 3
Views: 873

Re: Adding columns to the database

To the mySQL database.
by ac9hp
10 Jan 2022, 22:15
Forum: User support
Topic: Adding columns to the database
Replies: 3
Views: 873

Adding columns to the database

I have some data column customizations I want to add to Log4OM2. This will not impact any existing data but I want to run the QSO entries against the QRZ page and get some information and store it in the QSO record. I just want to make sure that if I add a couple of columns, it won't break the appli...
by ac9hp
10 Jan 2022, 22:09
Forum: User support
Topic: Unable to import ADIF with single entry
Replies: 3
Views: 804

Re: Unable to import ADIF with single entry

Thank you for the information.
by ac9hp
06 Jan 2022, 12:49
Forum: User support
Topic: Unable to import ADIF with single entry
Replies: 3
Views: 804

Unable to import ADIF with single entry

I was trying to import an ADIF file with one record and when I click the import button it would do nothing. I had imported several ADIF files prior and to get around this I copied the entry from the ADI to another ADI file and I was able to import it just fine with it as part of another file. The AD...
by ac9hp
10 Aug 2021, 21:41
Forum: Error reports
Topic: Log4OM closes without any warnings
Replies: 2
Views: 1522

Re: Log4OM closes without any warnings

I think it is stable now. I stopped allowing WSJT-X to report to my LOG4OM. The UDP Server info for port 2237. I kept the ADIF messages on for logging on port 2333. I have 3 PI computers running WSJTX reporting back to the my Log4OM. I have WSJTX also running on the PC. I have "Network time syn...