CAT RETRIEVED FREQUENCY NOT IN QSL RECORD

nc3s
Novice Class
Posts: 19
Joined: 30 Mar 2024, 12:35

CAT RETRIEVED FREQUENCY NOT IN QSL RECORD

Post by nc3s »

Maybe I'm wrong, but I noticed that the frequency ( shown from the CAT retrieval ) isnt going into the QSO record. I have to manually enter the frequency into the freq box? Is that the way its supposed to be working or is that supposed to be automatic?

If its supposed to be automatic where do i set it up?


Phil, NC3S
User avatar
G4POP
Log4OM Alpha Team
Posts: 11590
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

Re: CAT RETRIEVED FREQUENCY NOT IN QSL RECORD

Post by G4POP »

Not nearly enough info!

Version number - Always needed

Is the radio connected via CAT, if so Hamlib or Omnirig and what Radion?

Is the QSO being entered manually or coming from an external program, if external provide full detais

If the QSO is coming from an external program explain the connection set up method
73 Terry G4POP
nc3s
Novice Class
Posts: 19
Joined: 30 Mar 2024, 12:35

Re: CAT RETRIEVED FREQUENCY NOT IN QSL RECORD

Post by nc3s »

Screenshot 2024-11-15 091713.png
Screenshot 2024-11-15 091713.png (109.61 KiB) Viewed 1499 times
Screenshot 2024-11-15 091601.png
Screenshot 2024-11-15 091601.png (113.25 KiB) Viewed 1499 times
LOG4OM V.2.34.0.0

NOTE that the first image (rig2) using omni-rig, correctly has the frequency as obtained by the CAT interface, but the frequency boxes at the bottom, have not been populated. (xiegu x6200)

NOTE that the second image (rig1) using omni-rig, has correctly populated all the fields. (YAESU ftdx-101mp)

What causes this? is there a configuration item for this?

Thanks

Phil, NC3S
nc3s
Novice Class
Posts: 19
Joined: 30 Mar 2024, 12:35

Re: CAT RETRIEVED FREQUENCY NOT IN QSL RECORD

Post by nc3s »

The previous images illustrates the issue, where rig2 info isn't populating the data entry fields but rig1 is.

This discrepancy makes me think that the CAT frequency as shown near the top of the images is sourced differently from the frequencies that need to be populated near the bottom of the image.

Phil, NC3S
User avatar
KI5IO
Moderator
Posts: 1947
Joined: 16 Aug 2015, 16:30
Location: Plano, TX

Re: CAT RETRIEVED FREQUENCY NOT IN QSL RECORD

Post by KI5IO »

Phil,

I would check the 'ini' file that you have selected in OmniRig to properly communicate with the Xiegu x6200.

The 'ini' file is what provides all the proper communications parameters between any given logger program and each specific rig.
73 - Nolan Kienitz - KI5IO
Plano, TX
User avatar
G4POP
Log4OM Alpha Team
Posts: 11590
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

Re: CAT RETRIEVED FREQUENCY NOT IN QSL RECORD

Post by G4POP »

nc3s wrote: 15 Nov 2024, 14:38 Screenshot 2024-11-15 091713.pngScreenshot 2024-11-15 091601.png

LOG4OM V.2.34.0.0

NOTE that the first image (rig2) using omni-rig, correctly has the frequency as obtained by the CAT interface, but the frequency boxes at the bottom, have not been populated. (xiegu x6200)

NOTE that the second image (rig1) using omni-rig, has correctly populated all the fields. (YAESU ftdx-101mp)

What causes this? is there a configuration item for this?

Thanks

Phil, NC3S
Problem is in the Omnirig Rig .ini for your radio, consult Alex the developer or explore the file yourself.

We cant do that for you because we dont have that radio to test with.

Hint There is an Omnirig test app which will guide you
73 Terry G4POP
nc3s
Novice Class
Posts: 19
Joined: 30 Mar 2024, 12:35

Re: CAT RETRIEVED FREQUENCY NOT IN QSL RECORD

Post by nc3s »

Hello

Makes sense.

Do you know if log4om performs a specific query of some kind to obtain the Freq info for the bottom and band data entry fields?

Does log4om determine band from the returned frequency or does it have a specific query to retrieve band from the radio?

Does log4om just perform a single query of the rig to omni-rig and it returns a block of data that is parsed for the info.

Many thanks

Phil, NC3S
User avatar
G4POP
Log4OM Alpha Team
Posts: 11590
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

Re: CAT RETRIEVED FREQUENCY NOT IN QSL RECORD

Post by G4POP »

nc3s wrote: 15 Nov 2024, 16:25 Hello

Makes sense.

Do you know if log4om performs a specific query of some kind to obtain the Freq info for the bottom and band data entry fields?

Does log4om determine band from the returned frequency or does it have a specific query to retrieve band from the radio?

Does log4om just perform a single query of the rig to omni-rig and it returns a block of data that is parsed for the info.

Many thanks

Phil, NC3S

Omnirig is an interpreter so Log4OM sends the same request to Omnirig regardless of the radio connected.

Example a request for the frequency sent by Log4OM will be [pmFreqA] regardles of which radio is selected

Omnirig then translates that to the command for the specific radio that is selected as rig 1 or 2 so it could be Omnirig then asks the radio for the frequency by sending FB........;

So if there is an issue with retrieving the frequency it will be the rig.ini file because Log4OM asks the same question for every enquiry to Omnirig regardles of the radio make or model


These are the set frequency commands for the FT101D and MP

[pmFreqA]
Command=(FA.........; )
Value=2|9|vfText|1|0
ReplyLength=0

[pmFreqB]
Command=(FB.........; )
Value=2|9|vfText|1|0
ReplyLength=0

[pmFreq]
; Not supported

[pmRitOffset]
Command=(RU....; )
Value=2|4|vfText|1|0
ReplyLength=0

[pmRit0]
Command=(RC; )
ReplyLength=0

[pmPitch]
Command=(KP..; )
Value=2|2|vfText|0.1|-30
ReplyLength=0


These are the commands for the Icom IC7300 note the same [pmFreqA] enquiry is used

[pmFreqA]
Command=FEFE94E0.25.00.0000000000.FD
Value=6|5|vfBcdLU|1|0
ReplyLength=18
Validate=FEFE94E025000000000000FD.FEFEE094FBFD

[pmFreqB]
Command=FEFE94E0.25.01.0000000000.FD
Value=6|5|vfBcdLU|1|0
ReplyLength=18
Validate=FEFE94E025010000000000FD.FEFEE094FBFD

[pmFreq]
; not supported

[pmRitOffset]
;not supported

[pmRit0]
Command=FEFE94E0.21.00000000.FD
ReplyLength=16
Validate=FEFE94E02100000000FD.FEFEE094FBFD

[pmPitch]
;The 0.425|-127.5 params. should map 300Hz->0, 900Hz->255
Command=FEFE94E0.14.09.0000.FD
Value=6|2|vfBcdBU|0.425|-127.5
ReplyLength=15
Validate=FEFE94E014090000FD.FEFEE094FBFD
73 Terry G4POP
nc3s
Novice Class
Posts: 19
Joined: 30 Mar 2024, 12:35

Re: CAT RETRIEVED FREQUENCY NOT IN QSL RECORD

Post by nc3s »

Screenshot 2024-11-16 142239.png
Screenshot 2024-11-16 142239.png (19.31 KiB) Viewed 1467 times
Screenshot 2024-11-16 142239.png
Screenshot 2024-11-16 142239.png (19.31 KiB) Viewed 1467 times
Hello

we are building an ini file for the X6200 with Omni-rig.

Some of the functionality works, but specifically we need to know which omni-rig commands does LOG4OM2 use to populate the FREQ, RX FREQ, RX Band and mode change to CW?

We're retrieving the frequencies, but nothing is populated in the bottom row of data entry boxes.

Image
User avatar
G4POP
Log4OM Alpha Team
Posts: 11590
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

Re: CAT RETRIEVED FREQUENCY NOT IN QSL RECORD

Post by G4POP »

Same as those for vfo a and vfo b freq and band

Have you tried swapping radios between rig 1 and 2?
73 Terry G4POP
Post Reply