HF-Auto playing, adding weather flows to rotator
I've done some playing with the HF-Auto flow and have changed the layout see screenshot below, as well I've added some audio alarms. Audio warning of high SWR. I grabbed a screenshot while HF-Auto was
By
Mike Kovacich - VE3CKO
·
#1864
·
|
Re: Interlocking
Steve I am sure we could do what you ask, but your "ask" is not yet clear in my mind. I assume the two operators are operating the same Flex using Multiplex, correct? I assume each operator is running
By
Alan Blind, WA9WUD
·
#1863
·
|
Re: Which Pi?
Rich, Take a look at PiHut in the UK for Pi stuff. I find they are cheaper than the amazon resellers, especially for pi zeros! Cheers Steve, M0BPQ
By
Steve Bunting
·
#1862
·
|
Interlocking
Hi everyone, WIth many of us running remote stations and some of us taking part in multi-op contests, I wonder if there is a way to use NR as an interlock to ensure that there is only one station
By
Steve Bunting
·
#1861
·
|
Re: How to add leading zeros to a number
It's nice to have that web server feature available. I keep hoping a skilled programmer will share code on how to create a panadapter client that can be served up in a webpage. I know it's been done,
By
K6HN Gary
·
#1860
·
|
Re: How to add leading zeros to a number
I wonder if the web server was built in before the code was forked. I use a version for my anan-10e. Guess I¡¯ll find out when I end my snow birding in May. If anyone gets this going for the 6000
By
Marty Boroff
·
#1859
·
|
Re: How to add leading zeros to a number
// From StackExchange - Function to pad with leading zeros function pad(n, width, z) { z = z || '0'; n = n + ''; return n.length >= width ? n : new Array(width - n.length + 1 ).join(z) + n; }
By
Dwayne Sinclair AB6A
·
#1858
·
|
Re: How to add leading zeros to a number
Gary, That's certainly not MY skill.....I just found that iframe node, and remembered that KE9NS had a web server in PowerSDR. I gave it a try. I just had to adjust a few things and it worked. Charlie
By
Charlie Rubenstein
·
#1857
·
|
Re: How to add leading zeros to a number
Very nice! I wish I had the skills to do that for the 6000 series... -- Gary K6HN
By
K6HN Gary
·
#1856
·
|
Re: How to add leading zeros to a number
I just uploaded v.0.31 to the files section (in my folder). Bear in mind that alot of the settings are custom to my setup. I have the lower group of commands going through a separate TCP to serial
By
Charlie Rubenstein
·
#1855
·
|
Re: How to add leading zeros to a number
Can¡¯t wait to see that flow. Would be cool to be able to do same for 6000 series. Would be a good step towards a full Linux client. Dave wo2x Sent from my waxed string and tin cans.
By
Dave wo2x
·
#1854
·
|
Re: How to add leading zeros to a number
Now THAT is cool! :-) Dave wo2x Sent from my waxed string and tin cans.
By
Dave wo2x
·
#1853
·
|
Re: How to add leading zeros to a number
Oh no.....somebody stop me....hi hi....I found a way to import the panadapter to the dashboard !! Wonder how much bandwidth that takes. But it's working pretty well. It's only display, not for input.
By
Charlie Rubenstein
·
#1852
·
Edited
|
Re: Which Pi?
If you buy a Pu 4 starter kit you may get an extra item you may replace but you will be sure you have a good snd card and the correct power supply. I did that for my first Pi 4 and replaced the case.
By
Marty Boroff
·
#1851
·
|
Re: How to add leading zeros to a number
First off.....HAPPY BIRTHDAY, DAVE !! I made a lot of progress on the 3000's flow (gave me something to do on a rainy day in Cincy). I now have buttons for TUNE, MUTE, and VAC, and sliders for AF
By
Charlie Rubenstein
·
#1850
·
|
Re: Which Pi?
Hi Rich Welcome aboard! I would go with a Pi 4 instead of a 3. Not much price difference. 4 GB should be plenty. That is what I run here on my development Pi which also hosts my dynamic DNS client. 73
By
Dave wo2x
·
#1849
·
|
Which Pi?
Hi all New here and keen to have some fun and see whats possible. Searching Amazon for a Pi4 and lots come up, seems you can get starter kits which come with everyhing - case, power supply, memory
By
Rich M5RIC
·
#1848
·
|
Moderated
Re: Trying to read things from Flex 3000 using CAT commands
Leslie: I'll take your wife's word for it. I didn't realize that if I copy and paste that 'code' into "import", I can see what I'm looking for. Thanks, Alan. If I am looking at it correctly, the TX
By
Charlie Rubenstein
·
#1847
·
|
Re: How to add leading zeros to a number
Well, the Format node way, kept giving errors. But the edit string node worked. Now we have SLIDERS !!. I'll repost once I'm done adding sliders. tnx, 73 de Charlie KB8CR
By
Charlie Rubenstein
·
#1846
·
|
Re: How to add leading zeros to a number
Ok two ways to get it done :-) Dave wo2x Sent from my waxed string and tin cans.
By
Dave wo2x
·
#1845
·
|