Guys,

these two K3 definitions work well, copy and paste into the bottom of 
your radios.ini

However take care that the long set VFOA lines do not wrap like this, it 
should all be on one line.

SetVFOA=asc( "FR0;" ) asc( "FA" ) dec( %vfoa,11 ) asc( ";" ) asc("MD") dec(
%mode,1) asc ( ";" ) eoc(0)




73 Gavin
GM0GAV

---------------------------------------------------------------------------

[ELECRAFT_K3]
#Elecraft K2 revision 0.2 by Brendan Minish
P_LSB=1
P_USB=2
P_CW_USB=0
P_CW_LSB=0
P_AM=5
P_FM=4
P_FM_N=0
P_DATA_LSB=0
P_DATA_USB=0
P_DATA_FM=0
P_CW=3
P_FSK=6
P_RTTY=6
P_PACKET=9
P_CWR=3

LSB=1
USB=2
CW=3
FM=4
AM=5
FSK=6
RTTY=6
CWR=7
HIGH=3
MEDIUM=2
LOW=1
OFF=0
ON=1

FREQDIVIN=1
FREQDIVOUT=1
USEEXTENDEDMODES=0
FREQSHIFT=0
PACING=1

DefaultCW=3
DefaultAM=5
DefaultFSK=6
DefaultRTTY=6
DefaultFM=4
DefaultCWR=3

SelectVFOA= eoc(0)
SetVFOA=asc( "FR0;" ) asc( "FA" ) dec( %vfoa,11 ) asc( ";" ) asc("MD") dec( 
%mode,1) asc ( ";" ) eoc(0)
GetVFOA= asc("FA;") rrs(14) eoc(0)
PrsVFOA= asc("FA") dec(%vfoa,11) asc(";") eoc(0)

SelectVFOB= eoc(0)
SetVFOB= asc( "FB" ) dec( %vfob,11 ) asc( ";" ) eoc(0)
GetVFOB= asc("FB;") rrs(14) eoc(0)
PrsVFOB= asc("FB") dec(%vfob,11) asc(";") eoc(0)

SetMode= eoc(0)
GetMode= asc( "IF;" ) rrs(38) eoc(0)
PrsMode= asc("IF") dec(%dummy,27) dec(%mode,1) dec(%dummy,7) asc(";") eoc(0)

SetFilter= eoc(0)
GetFilter= asc("K31;") asc( "FW;" ) eoc(0)
PrsFilter= asc("FW")  dec(%dummy,4) dec( %filter, 1 ) asc ( ";" ) eoc(0)

SetSplit= asc( "FT" ) dec( %split ) asc ( ";" ) eoc(0)
GetSplit= asc( "IF;" ) rrs(38) eoc(0)
PrsSplit= asc("IF") dec(%dummy,30) dec(%split,1) dec(%dummy,4) asc(";") eoc(0)

[ELECRAFT_K3R
#Elecraft K2 revision 0.2 by Brendan Minish
P_LSB=1
P_USB=2
P_CW_USB=0
P_CW_LSB=0
P_AM=5
P_FM=4
P_FM_N=0
P_DATA_LSB=0
P_DATA_USB=0
P_DATA_FM=0
P_CW=7
P_FSK=6
P_RTTY=6
P_PACKET=9
P_CWR=3

LSB=1
USB=2
CW=7
FM=4
AM=5
FSK=6
RTTY=6
CWR=3
HIGH=3
MEDIUM=2
LOW=1
OFF=0
ON=1

FREQDIVIN=1
FREQDIVOUT=1
USEEXTENDEDMODES=0
FREQSHIFT=0
PACING=1

DefaultCW=7
DefaultAM=5
DefaultFSK=6
DefaultRTTY=6
DefaultFM=4
DefaultCWR=3

SelectVFOA= eoc(0)
SetVFOA=asc( "FR0;" ) asc( "FA" ) dec( %vfoa,11 ) asc( ";" ) asc("MD") dec( 
%mode,1) asc ( ";" ) eoc(0)
GetVFOA= asc("FA;") rrs(14) eoc(0)
PrsVFOA= asc("FA") dec(%vfoa,11) asc(";") eoc(0)

SelectVFOB= eoc(0)
SetVFOB= asc( "FB" ) dec( %vfob,11 ) asc( ";" ) eoc(0)
GetVFOB= asc("FB;") rrs(14) eoc(0)
PrsVFOB= asc("FB") dec(%vfob,11) asc(";") eoc(0)

SetMode= eoc(0)
GetMode= asc( "IF;" ) rrs(38) eoc(0)
PrsMode= asc("IF") dec(%dummy,27) dec(%mode,1) dec(%dummy,7) asc(";") eoc(0)

SetFilter= eoc(0)
GetFilter= asc("K31;") asc( "FW;" ) eoc(0)
PrsFilter= asc("FW")  dec(%dummy,4) dec( %filter, 1 ) asc ( ";" ) eoc(0)

SetSplit= asc( "FT" ) dec( %split ) asc ( ";" ) eoc(0)
GetSplit= asc( "IF;" ) rrs(38) eoc(0)
PrsSplit= asc("IF") dec(%dummy,30) dec(%split,1) dec(%dummy,4) asc(";") eoc(0)



--------------------------------------------------------------------------
On 06/12/2010 18:28, Dick wrote:
> I inserted the parameters N7WS published below into the DXBase Radio ini
> files and saved the new file.  Went to the Tools, Options, User Options, and
> Radio 1 in DXBase and selected the now present K3 for my radio of choice.  I
> clicked on the green checkmark in the DXInfo window, and the K3 did not QSY
> to the new frequency;  something had to be wrong with the file.
>
> With Wordpad, I opened the radio ini files, took a look at the K2 parameters
> and noted a remarked similarity (damn near the same to be exact) between the
> two.  After checking the lines, I found a command line in the K2 parameters
> was not present in the K3 file that N7WS sent out. The (SetVFOA) string that
> is "snuggled" in between the Select VFOA= eoc(0) and the GetVFOA= asc("FA;")
> rrs(14) eoc(0) lines was not there.
>
> So, I "copied the SetVFOA line from the K2 file and pasted it into the K3
> parameters.  That fixed the problem.
>
> There are two other differences that I found between the K2 and the K3
> parameters.  PACING is 1 for the K2 and 20 for the K3;  and the SetFilter
> line is a long "song and dance" routine (string) for the K2, and is rather
> direct and to the point for the K3;  SetFilter= eoc(0).  I left "sleeping
> dogs lie", and did not change them.
>
> Not being a computer whiz, I have no idea what the command strings do.
> Hopefully someone with a little (a lot) more expertise than I can fill me
> (and most likely a multitude of others) in.
>
> Dick K8ZTT
>
>

______________________________________________________________
Dxbase mailing list
Home: http://mailman.qth.net/mailman/listinfo/dxbase
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[email protected]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html

Reply via email to