K3 Eqalizer settings

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

K3 Eqalizer settings

dl2ki
Hi,

a short question:

How it is possible to GET the equalizer setting of k3.

I experiment with the WA5ZNU "Python K3lib" and would like to add this new function.

thanks

73, Wolfgang
DL2KI
Reply | Threaded
Open this post in threaded view
|

Re: K3 Eqalizer settings

tomb18
Hi
It is not possible to do a get for the read equalizer directly.
However you can iterate through the IC command to determine the value.
From the manual;

The menu parameters for MAIN:RX EQ / TX EQ consist of 8 “mini bar-graphs” with 5 possible “levels.” These show up as the following characters in the DS response string (level 1 through 5):  ‘_’, ‘=’, ‘>’, ‘]’, and ‘^’. To see how these should appear in a graphical application, go into RX EQ and vary one of the EQ bands over its full range.

In general you should not poll for this. It is better to reset the equalizer and then manage the settings and state in your program.

73s Tom
va2fsq.com

On Oct 1, 2014 5:36 AM, dl2ki <[hidden email]> wrote:

>
> Hi,
>
> a short question:
>
> How it is possible to GET the equalizer setting of k3.
>
> I experiment with the WA5ZNU "Python K3lib" and would like to add this new
> function.
>
> thanks
>
> 73, Wolfgang
> DL2KI
>
>
>
> --
> View this message in context: http://elecraft.365791.n2.nabble.com/K3-Eqalizer-settings-tp7593506.html 
> Sent from the Elecraft mailing list archive at Nabble.com.
> ______________________________________________________________
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft 
> Help: http://mailman.qth.net/mmfaq.htm 
> Post: mailto:[hidden email]
>
> This list hosted by: http://www.qsl.net 
> Please help support this email list: http://www.qsl.net/donate.html 
> Message delivered to [hidden email]
______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: K3 Eqalizer settings

dl2ki
Hi Tom,

that's the idea I was looking for!
Thanks, with this solution, I'll continue.

73, Wolfgang
DL2KI
Reply | Threaded
Open this post in threaded view
|

Re: K3 Eqalizer settings

tomb18
In reply to this post by dl2ki
Hi good. Just to set the record straight it's DS not IC.
my phone keeps getting the wrong text predictions!
Tom
va2fsq.com

On Oct 1, 2014 12:11 PM, dl2ki <[hidden email]> wrote:

>
> Hi Tom,
>
> that's the idea I was looking for!
> Thanks, with this solution, I'll continue.
>
> 73, Wolfgang
> DL2KI
>
>
>
>
> --
> View this message in context: http://elecraft.365791.n2.nabble.com/K3-Eqalizer-settings-tp7593506p7593511.html 
> Sent from the Elecraft mailing list archive at Nabble.com.
> ______________________________________________________________
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft 
> Help: http://mailman.qth.net/mmfaq.htm 
> Post: mailto:[hidden email]
>
> This list hosted by: http://www.qsl.net 
> Please help support this email list: http://www.qsl.net/donate.html 
> Message delivered to [hidden email]
______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

K3 Eqalizer settings - another way

dl2ki
Hi,

when working with the "DS response string", i found an easier and faster method to read the values from the equalizer.

If you select an AF-band in the RX/TX EQ menu, the set value appears briefly in the VFO-B display area.
This value can be read out with the "DB command" then.

The "SWTxx;" command and the "DB;" command must be carried out in quick succession.

In the 'Elecraft K3 utility", you can for example run a macro"SWT34; DB;" and then receive the related response string.

This note for general information.

73, Wolfgang
DL2KI


Reply | Threaded
Open this post in threaded view
|

Re: K3 Eqalizer settings - another way

NC3Z
Cool idea Wolfgang, it works well for the KX3 too. Thanks.

Gary Mitchelson
NC3Z Davidsonville, MD FM18
NC3Z/4 Pamlico County, NC FM15
http://www.mitchelson.org/

On 10/2/2014 11:44, dl2ki wrote:

> Hi,
>
> when working with the "DS response string", i found an easier and faster
> method to read the values from the equalizer.
>
> If you select an AF-band in the RX/TX EQ menu, the set value appears briefly
> in the VFO-B display area.
> This value can be read out with the "DB command" then.
>
> The "SWTxx;" command and the "DB;" command must be carried out in quick
> succession.
>
> In the 'Elecraft K3 utility", you can for example run a macro"SWT34; DB;"
> and then receive the related response string.
>
> This note for general information.
>
> 73, Wolfgang
> DL2KI
>
>
>
>
>
>
> --
> View this message in context: http://elecraft.365791.n2.nabble.com/K3-Eqalizer-settings-tp7593506p7593551.html
> Sent from the Elecraft mailing list archive at Nabble.com.
> ______________________________________________________________
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:[hidden email]
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to [hidden email]

______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: K3 Eqalizer settings - another way

tomb18
In reply to this post by dl2ki
H
Yes that will work too as long as you run it stand alone. Injecting that command set during polling in a multithreaded  app, needs careful checking to ensure that the right response occurs. Timing is a issue here.
73's Tom

On Oct 2, 2014 11:44 AM, dl2ki <[hidden email]> wrote:

>
> Hi,
>
> when working with the "DS response string", i found an easier and faster
> method to read the values from the equalizer.
>
> If you select an AF-band in the RX/TX EQ menu, the set value appears briefly
> in the VFO-B display area.
> This value can be read out with the "DB command" then.
>
> The "SWTxx;" command and the "DB;" command must be carried out in quick
> succession.
>
> In the 'Elecraft K3 utility", you can for example run a macro"SWT34; DB;"
> and then receive the related response string.
>
> This note for general information.
>
> 73, Wolfgang
> DL2KI
>
>
>
>
>
>
> --
> View this message in context: http://elecraft.365791.n2.nabble.com/K3-Eqalizer-settings-tp7593506p7593551.html 
> Sent from the Elecraft mailing list archive at Nabble.com.
> ______________________________________________________________
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft 
> Help: http://mailman.qth.net/mmfaq.htm 
> Post: mailto:[hidden email]
>
> This list hosted by: http://www.qsl.net 
> Please help support this email list: http://www.qsl.net/donate.html 
> Message delivered to [hidden email]
______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to [hidden email]