[Elecraft] K3 ESSB macro

2010-01-17 Thread Barry N1EU
Can someone please confirm: it is possible to toggle the TX ESSB on/off value via macro (mn096;swt11;mn255;) but it is impossible to set it to a known value of "on" or "off" ? Thanks/73, Barry N1EU -- View this message in context: http://n2.nabble.com/K3-ESSB-macro-tp4409916p4409916.html Sen

Re: [Elecraft] K3 ESSB macro

2010-01-17 Thread Greg
Ooopsno bug. Radio was in CW mode. Duh! The first line show ESSB off, second line shows ESSB on. IC\x80\xA8\x94\x90\x80; IC\x80\xA8\x94\xB0\x80; So the status of Byte D tells you the status of ESSB. 73 Greg On 1/17/2010 4:05 PM, Greg wrote: > When looking at this Barry I thought maybe

Re: [Elecraft] K3 ESSB macro

2010-01-17 Thread Barry N1EU
Yes, but you can't embed a conditional statement in a macro so being able to read the current ESSB state doesn't help. So under the constraints of macro coding, how to turn ESSB on/off independent of current state of ESSB? Tnx/73, Barry N1EU On Mon, Jan 18, 2010 at 12:15 AM, Greg wrote: > Ooop

Re: [Elecraft] K3 ESSB macro

2010-01-17 Thread Mike
I don't think you can. Doing it manually on the radio is a toggle, it switches state AFAICS. The macro is just emulating that. Mike NF4L Barry N1EU wrote: > Yes, but you can't embed a conditional statement in a macro so being > able to read the current ESSB state doesn't help. So under the > c

Re: [Elecraft] K3 ESSB macro

2010-01-18 Thread Greg
When looking at this Barry I thought maybe you could read the status of the "+" icon on the LCD. That is supposed to be on if ESSB is on. I think a bug got into the FW where the icon is no longer showing when in ESSB. This is from the current Programmer's manual... IC * (Misc. Icons and Stat

Re: [Elecraft] K3 ESSB macro

2010-01-18 Thread Grant Youngman
On Jan 17, 2010, at 6:04 PM, Greg wrote: > I > think a bug got into the FW where the icon is no longer showing when in > ESSB. The "+" works fine in the latest FW rev. I don't think there's been a problem with it in any of the revs. Grant/NQ5T __