help with writing a macro for the KPA 1500

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

help with writing a macro for the KPA 1500

Howard Sherer
I am trying to write macros for the PF 1 & 2 keys for the KPA 1500.

My objective is:
Have the PF1 button switch the Input to the K3s with the command ^PF1^XI0;
Have the PF2 button change the input type to serial (for Flex) with the
command ^PF2^XI3;

Neither one is working, where am I going wrong?

I assume that after I have these working with the command tested in the
1500 util, that saving them will send them to program the buttons on the
1500? Is this correct?

Howard
______________________________________________________________
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: help with writing a macro for the KPA 1500

Dave wo2x
Use the KPA1500 Utility program. In the PF box for PF1 just put ^XI0;
In the PF2 box put ^XI3;

No need to put PF1 and PF2 in front.

Dave wo2x


-----Original Message-----
From: [hidden email] <[hidden email]> On
Behalf Of Howard Sherer
Sent: Saturday, October 24, 2020 3:13 PM
To: elecraft <[hidden email]>
Subject: [Elecraft] help with writing a macro for the KPA 1500

I am trying to write macros for the PF 1 & 2 keys for the KPA 1500.

My objective is:
Have the PF1 button switch the Input to the K3s with the command ^PF1^XI0;
Have the PF2 button change the input type to serial (for Flex) with the
command ^PF2^XI3;

Neither one is working, where am I going wrong?

I assume that after I have these working with the command tested in the
1500 util, that saving them will send them to program the buttons on the
1500? Is this correct?

Howard
______________________________________________________________
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: help with writing a macro for the KPA 1500

Dave wo2x
In reply to this post by Howard Sherer
To elaborate, the ^PF0 and ^PF1 are not valid commands. If you want to
string multiple commands on a button, each command must be followed by a
semicolon with no spaces.

Dave wo2x


-----Original Message-----
From: [hidden email] <[hidden email]> On
Behalf Of Howard Sherer
Sent: Saturday, October 24, 2020 3:13 PM
To: elecraft <[hidden email]>
Subject: [Elecraft] help with writing a macro for the KPA 1500

I am trying to write macros for the PF 1 & 2 keys for the KPA 1500.

My objective is:
Have the PF1 button switch the Input to the K3s with the command ^PF1^XI0;
Have the PF2 button change the input type to serial (for Flex) with the
command ^PF2^XI3;

Neither one is working, where am I going wrong?

I assume that after I have these working with the command tested in the
1500 util, that saving them will send them to program the buttons on the
1500? Is this correct?

Howard
______________________________________________________________
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: help with writing a macro for the KPA 1500

Dick Dievendorff-4
In reply to this post by Howard Sherer
Howard:

The KPA1500 PF1 and PF2 buttons are programmed from the KPA1500 Utility.
Choose the Configuration tab, and the PF Keys tab.

Enter the macros for PF1 and PF2, then "APPLY" or "OK".

The macros might be something this for PF1:      ^DTRADIO TYPE K3;^XI0;

And this for PF2:    ^DTFLEX SERIAL;^XI3;

The ^DT text shows on the LCD screen when you hold the PF button to remind
you what it was intended to do.

73 de Dick, K6KR


-----Original Message-----
From: [hidden email] <[hidden email]> On
Behalf Of Howard Sherer
Sent: Saturday, October 24, 2020 12:13
To: elecraft <[hidden email]>
Subject: [Elecraft] help with writing a macro for the KPA 1500

I am trying to write macros for the PF 1 & 2 keys for the KPA 1500.

My objective is:
Have the PF1 button switch the Input to the K3s with the command ^PF1^XI0;
Have the PF2 button change the input type to serial (for Flex) with the
command ^PF2^XI3;

Neither one is working, where am I going wrong?

I assume that after I have these working with the command tested in the
1500 util, that saving them will send them to program the buttons on the
1500? Is this correct?

Howard
______________________________________________________________
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: help with writing a macro for the KPA 1500

Warren Merkel
In reply to this post by Howard Sherer
Howard,

Did you get your KPA1500 PF macros to work?  I use these all the time,
doing exactly the same thing you want.

In the KPA1500 Utility, on the PF Keys tab, fill them in as:

PF1:    ^XI00;
PF2: ^XI30;

PF1 for K3 / K3S and PF2 for Flex.  I have Serial Speed XCVR set to
38400 bps and have the USB Cables setup configured for the same speed.

Warren, KD4Z

On 10/25/2020 12:24 AM, [hidden email] wrote:

> Message: 15
> Date: Sat, 24 Oct 2020 15:13:12 -0400
> From: Howard Sherer<[hidden email]>
> To: elecraft<[hidden email]>
> Subject: [Elecraft] help with writing a macro for the KPA 1500
> Message-ID:
> <[hidden email]>
> Content-Type: text/plain; charset="UTF-8"
>
> I am trying to write macros for the PF 1 & 2 keys for the KPA 1500.
>
> My objective is:
> Have the PF1 button switch the Input to the K3s with the command ^PF1^XI0;
> Have the PF2 button change the input type to serial (for Flex) with the
> command ^PF2^XI3;
>
> Neither one is working, where am I going wrong?
>
> I assume that after I have these working with the command tested in the
> 1500 util, that saving them will send them to program the buttons on the
> 1500? Is this correct?
>
> Howard

______________________________________________________________
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]