[Elecraft] Macro help

2016-07-28 Thread Leroy Marion
I am having some success with the  Kpod marcros.   I have read thru the
programing reference

 

But still need some help I am a macro beginner. 

 

1.   What would be the one tap turn on the diversity one hold same
button turn it off macro. I can make it do it but it does not turn off the
SUB RCVR when I use mine. I am trying make one that does not change the VFO
frequencies as well. Just enable diversity/return to where it was.

 

2.Can one tap/hold the Fine/Coarse VFO resolution.

 

 

 

My others seem to work OK, so if someone can help with these two I
appreciate it.

 

 

Leroy  

__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com


[Elecraft] Macro help needed

2012-01-07 Thread Joe K2UF
I have two macros one on 'm1' and one on 'm2'.  Both enable 'split' and
'sub' (swt48).  M1  splits up 1  and m2 splits up two.  I hit m1  radio is
split and sub is on.  The problem is if  if I hit m1 or m2 again 'sub' gets
turned off.  Is there a way I can check if 'sub' is on then not execute the
swt48?

Joe K2UF 

No trees were harmed in the sending of this e-mail; however, many electrons
were inconvenienced.



__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

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


Re: [Elecraft] Macro help needed

2012-01-07 Thread Wayne Burdick
Hi Joe,

You can turn the sub RX on/off using SB1; and SB0;. No need to use  
the SWT48 switch emulation command, which toggles.

73,
Wayne
N6KR

On Jan 7, 2012, at 12:33 PM, Joe K2UF wrote:

 I have two macros one on 'm1' and one on 'm2'.  Both enable 'split'  
 and
 'sub' (swt48).  M1  splits up 1  and m2 splits up two.  I hit m1   
 radio is
 split and sub is on.  The problem is if  if I hit m1 or m2 again  
 'sub' gets
 turned off.  Is there a way I can check if 'sub' is on then not  
 execute the
 swt48?

 Joe K2UF

 No trees were harmed in the sending of this e-mail; however, many  
 electrons
 were inconvenienced.



 __
 Elecraft mailing list
 Home: http://mailman.qth.net/mailman/listinfo/elecraft
 Help: http://mailman.qth.net/mmfaq.htm
 Post: mailto:Elecraft@mailman.qth.net

 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:Elecraft@mailman.qth.net

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


[Elecraft] macro help

2009-12-25 Thread W4GRJ

Trying to build macros for the first time. I think I have the K3 utility
figured out but having trouble making a macro to do the following
1. switch to ant 1
2 tune (use the config menu preset at 15 watts) would like to tune for 2
secs then turn off
3 set the power output to 50 watts

My macro  an1;swh16;pc050;  tunes at 50 watts, can't figure out how to use
the preset 15w tune then set the power output to 50watts 


-- 
View this message in context: 
http://n2.nabble.com/macro-help-tp4216482p4216482.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:Elecraft@mailman.qth.net

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


Re: [Elecraft] macro help

2009-12-25 Thread Richard Ferch
W4GRJ wrote:
 Trying to build macros for the first time. I think I have the K3 utility
 figured out but having trouble making a macro to do the following
 1. switch to ant 1
 2 tune (use the config menu preset at 15 watts) would like to tune for 2
 secs then turn off
 3 set the power output to 50 watts
 
 My macro  an1;swh16;pc050;  tunes at 50 watts, can't figure out how to use
 the preset 15w tune then set the power output to 50watts 

I believe your problem is that the macro is executing the pc050; command 
immediately (within milliseconds) after the swh16; . Try separating it 
into two macros: the first one would be an1;swh16; to tune, then after 
two seconds, press the second one (pc050;) to set the power to 50 watts.

In order to do this all in one button you would need an additional macro 
command to wait for a specified time before proceeding with the rest of 
the commands.

73,
Rich VE3KI
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

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


[Elecraft] Macro help M4

2009-10-31 Thread Gordan Hribar

Hi,

I would like assigned M4 key for both macro function TAP for clears SPLIT 
operation and HOLD for SPLIT +2. Problem is Tap or hold M4 always run SPLIT 2 
function..
I understand that firmware fist check definition both key if it is not defined 
tap or hold key than will run same function.  So, it would be nice if someone 
can explain exactly procedure how to assign both function on one key..

regards,
e72x 



  
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

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


Re: [Elecraft] Macro help M4

2009-10-31 Thread Ed Muns
 I would like assigned M4 key for both macro function TAP 
 for clears SPLIT operation and HOLD for SPLIT +2. Problem is 
 Tap or hold M4 always run SPLIT 2 function..
 I understand that firmware fist check definition both key if 
 it is not defined tap or hold key than will run same 
 function.  So, it would be nice if someone can explain 
 exactly procedure how to assign both function on one key..

Go to the MACRO menu item, select the macro number for your SPLIT macro,
then TAP M4.  Select your SPLIT+2 macro, then HOLD M4.  If you accidentally
TAP M4, then you'll overwrite your SPLIT macro.  Exit the menu and try it
out.  Tap M4 should run your SPLIT macro and Hold M4 should run your SPLIT+2
macro.

Ed - W0YK

__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

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