Transverter offset is possible in Omnirig, you have to create an .ini for it, as an example i will only show the changed lines for my set (TS-590)
My transverter has an oscillator of 41MHz, and transverts 29MHz from and to 70 MHz
Code: Select all
[pmFreqA]
Command=(FA...........;)
Value=2|11|vfText|1|-41000000
ReplyLength=0
-41000000 is the value of the oscillator and since it is minus, it is subtracted from the frequency in Log4OM and then send to the transceiver, so 70.200 in Log4OM becomes 29.200 and sent to the transceiver
Code: Select all
[pmFreqB]
Command=(FB...........;)
Value=2|11|vfText|1|-41000000
ReplyLength=0
Same story for VfoB
So far the direction from Log4OM to Transceiver
In the other direction these line have changed
Code: Select all
Value1=18|5|vfText|1|41000000|pmRitOffset
Value2=2|11|vfText|1|41000000|pmFreq
Value1=2|11|vfText|1|41000000|pmFreqA
Value1=2|11|vfText|1|41000000|pmFreqB
This controls that 41 MHz is added to the frequency received from the TS-590. So if the transceiver is set to 29.200, Log4OM receivers and displays 70.200 MHz
If i want to use the transverter i just load the ini file from within Log4OM clicking the headset icon and select my TS-590-transverter.ini file.
Hopefully you get the idea, it works globally the same for all transceiver .ini files