K3 Programming & macros

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

K3 Programming & macros

Mike Reublin
Can a macro be executed from a program?
Thanks,
Mike NF4L


______________________________________________________________
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: K3 Programming & macros

Dick Dievendorff
You mean like the K3 Utility Command tester?  Sure, tap or hold the relevant
key with an SWT or SWH command.

Dick, K6KR


-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Mike
Sent: Wednesday, October 28, 2009 4:49 PM
To: [hidden email]
Subject: [Elecraft] K3 Programming & macros

Can a macro be executed from a program?
Thanks,
Mike NF4L


______________________________________________________________
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: K3 Programming & macros

Mike Reublin
No, from a program I wrote.

Dick Dievendorff wrote:
> You mean like the K3 Utility Command tester?  Sure, tap or hold the relevant
> key with an SWT or SWH command.
>
> Dick, K6KR
>
>  


______________________________________________________________
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: K3 Programming & macros

Dick Dievendorff
If you assign, for example, the PF1 function to a macro, then you can send
the string "SWH45;" command from your program (or my program!) to simulate
HOLDing the PF1 key.  I just tried it.  The macro executed, and its label
appeared in VFO B.

Dick, K6KR


-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Mike
Sent: Wednesday, October 28, 2009 4:56 PM
To: [hidden email]
Subject: Re: [Elecraft] K3 Programming & macros

No, from a program I wrote.

Dick Dievendorff wrote:
> You mean like the K3 Utility Command tester?  Sure, tap or hold the
relevant
> key with an SWT or SWH command.
>
> Dick, K6KR
>
>  


______________________________________________________________
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: K3 Programming & macros

Larry - K2GN
In reply to this post by Mike Reublin
Sure.
I have several macros in the Commander module of DXLab that control the K3.
As a fact of fact, the are 2 sliders built into Commander for the filters.
There 16 buttons and 4 sliders that can be programmed for use from the
Commander.
Great tool.

de K2GN/Larry
K3 - S/N 3278


----- Original Message -----
From: "Mike" <[hidden email]>
To: <[hidden email]>
Sent: Wednesday, October 28, 2009 7:48 PM
Subject: [Elecraft] K3 Programming & macros


> Can a macro be executed from a program?
> Thanks,
> Mike NF4L
>
>
> ______________________________________________________________
> 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: K3 Programming & macros

Mike Reublin
In reply to this post by Dick Dievendorff
Kewl! What's the button numbering scheme? I think I saw somewhere in the
macro thread that it's row,column. Where does that count from? Can all
the buttons be accessed this way?

Mike
Dick Dievendorff wrote:
> If you assign, for example, the PF1 function to a macro, then you can send
> the string "SWH45;" command from your program (or my program!) to simulate
> HOLDing the PF1 key.  I just tried it.  The macro executed, and its label
> appeared in VFO B.
>
> Dick, K6KR
>
>  


______________________________________________________________
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: K3 Programming & macros

Alexandr Kobranov
Hi Mike,

see page 17 of http://www.elecraft.com/manual/K3_Pgmr%27s_Ref_Rev_C6.pdf

Hope this "table 6" can answer SWT/H mapping scheme.

73!
Lexa, ok1dst

Mike napsal(a):

> Kewl! What's the button numbering scheme? I think I saw somewhere in the
> macro thread that it's row,column. Where does that count from? Can all
> the buttons be accessed this way?
>
> Mike
> Dick Dievendorff wrote:
>> If you assign, for example, the PF1 function to a macro, then you can send
>> the string "SWH45;" command from your program (or my program!) to simulate
>> HOLDing the PF1 key.  I just tried it.  The macro executed, and its label
>> appeared in VFO B.
>>
>> Dick, K6KR
>>
>>  
>
>
> ______________________________________________________________
> 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: K3 Programming & macros

Mike Reublin
Thanks Lexa. This is the best support group I've ever seen!

73, Mike

Alexandr Kobranov wrote:

> Hi Mike,
>
> see page 17 of http://www.elecraft.com/manual/K3_Pgmr%27s_Ref_Rev_C6.pdf
>
> Hope this "table 6" can answer SWT/H mapping scheme.
>
> 73!
> Lexa, ok1dst
>
> Mike napsal(a):
>  
>> Kewl! What's the button numbering scheme? I think I saw somewhere in the
>> macro thread that it's row,column. Where does that count from? Can all
>> the buttons be accessed this way?
>>
>> Mike
>> Dick Dievendorff wrote:
>>    
>>> If you assign, for example, the PF1 function to a macro, then you can send
>>> the string "SWH45;" command from your program (or my program!) to simulate
>>> HOLDing the PF1 key.  I just tried it.  The macro executed, and its label
>>> appeared in VFO B.
>>>
>>> Dick, K6KR
>>>
>>>  
>>>      
>> ______________________________________________________________
>> 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