Toggle PF1 in KX3

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

Toggle PF1 in KX3

Kenneth Christiansen
Hi from Ken W0CZ

I want to toggle between BW 2800 and BW 50 on my KX3. I wrote the following macro lines and they work from the command line of the utility but do not toggle when using the PF1 of the KX3.

1 ----  BW0280;SWH12;MN110;SWT19;SWH18;SWH09;
2 ----  BW0005;SWT12;MN110;SWT27;SWH18;SWH09;
I tried replacing  the SWH09; with MN255; but that did not work either.

I have been using PF1 for line 1 and PF2 for line 2 but now my KXPA100 is on the way and I want to use PF2 as a quick way to toggle between 5 watts and 100 watts. I suspect I will have the same problem when I try that macro.

73 and thanks for any help you can give.

Ken     W0CZ
[hidden email]

Sent from my iPad=
______________________________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: Toggle PF1 in KX3

Jim Kutsch, KY2D
Ken,
You have the SWT19 and SWT27 in the wrong macros, causing the reassignment
to fail. Macro 1 assigns macro 1 to PF1 and macro 2 assigns macro 2 to PF1
rather than alternating so you get the desired toggling. Also, I always end
with the mn255. Try these:

1 ----  BW0280;SWH12;MN110;SWT27;SWH18;MN255;
2 ----  BW0005;SWT12;MN110;SWT19;SWH18;MN255;


73, Jim

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Kenneth A.
Christiansen
Sent: Friday, December 27, 2013 5:19 AM
To: [hidden email]
Subject: [Elecraft] Toggle PF1 in KX3

Hi from Ken W0CZ

I want to toggle between BW 2800 and BW 50 on my KX3. I wrote the following
macro lines and they work from the command line of the utility but do not
toggle when using the PF1 of the KX3.

1 ----  BW0280;SWH12;MN110;SWT19;SWH18;SWH09;
2 ----  BW0005;SWT12;MN110;SWT27;SWH18;SWH09;
I tried replacing  the SWH09; with MN255; but that did not work either.

I have been using PF1 for line 1 and PF2 for line 2 but now my KXPA100 is on
the way and I want to use PF2 as a quick way to toggle between 5 watts and
100 watts. I suspect I will have the same problem when I try that macro.

73 and thanks for any help you can give.

Ken     W0CZ
[hidden email]

Sent from my iPad=
______________________________________________________________
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

______________________________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: Toggle PF1 in KX3

Kenneth Christiansen-2
Hi to Jim and the reflector

Once again you came through for me. I typed in the macros you sent and they work perfectly.

Thank you Thank you.

I am looking forward to the Stew Perry contest this week end

73

Ken W0CZ
[hidden email]

Sent from my iPad

> On Dec 27, 2013, at 9:54 AM, "Jim Kutsch, KY2D" <[hidden email]> wrote:
>
> Ken,
> You have the SWT19 and SWT27 in the wrong macros, causing the reassignment
> to fail. Macro 1 assigns macro 1 to PF1 and macro 2 assigns macro 2 to PF1
> rather than alternating so you get the desired toggling. Also, I always end
> with the mn255. Try these:
>
> 1 ----  BW0280;SWH12;MN110;SWT27;SWH18;MN255;
> 2 ----  BW0005;SWT12;MN110;SWT19;SWH18;MN255;
>
>
> 73, Jim
>
> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]] On Behalf Of Kenneth A.
> Christiansen
> Sent: Friday, December 27, 2013 5:19 AM
> To: [hidden email]
> Subject: [Elecraft] Toggle PF1 in KX3
>
> Hi from Ken W0CZ
>
> I want to toggle between BW 2800 and BW 50 on my KX3. I wrote the following
> macro lines and they work from the command line of the utility but do not
> toggle when using the PF1 of the KX3.
>
> 1 ----  BW0280;SWH12;MN110;SWT19;SWH18;SWH09;
> 2 ----  BW0005;SWT12;MN110;SWT27;SWH18;SWH09;
> I tried replacing  the SWH09; with MN255; but that did not work either.
>
> I have been using PF1 for line 1 and PF2 for line 2 but now my KXPA100 is on
> the way and I want to use PF2 as a quick way to toggle between 5 watts and
> 100 watts. I suspect I will have the same problem when I try that macro.
>
> 73 and thanks for any help you can give.
>
> Ken     W0CZ
> [hidden email]
>
> Sent from my iPad=
> ______________________________________________________________
> 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
>
> ______________________________________________________________
> 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
______________________________________________________________
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