Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Nodered-Hamradio
- Messages
Search
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.
toggle quoted message
Show quoted text
If anyone gets this going for the 6000 series please make a single flow snd post. 73, Marty wd9gym? On Monday, March 1, 2021, 1:35 AM, Dwayne Sinclair AB6A via groups.io <Dwayne_sinclair@...> wrote:
|
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; } Examples:
Regards Dwayne |
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 connection than the 'built-in' one that is in PSDR. I'm using a program called COMByTCP.....and it's working well.
73 de Charlie KB8CR |
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.? On Feb 28, 2021, at 8:38 PM, Charlie Rubenstein <charlier@...> wrote:
|
Re: How to add leading zeros to a number
toggle quoted message
Show quoted text
On Feb 28, 2021, at 8:32 PM, Charlie Rubenstein <charlier@...> wrote:
|
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. Otherwise it was a wuick way to get up and running.
toggle quoted message
Show quoted text
73, Marty Wd9gym? On Sunday, February 28, 2021, 7:46 PM, David De Coons wo2x <RocketNJ@...> wrote:
|
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 Gain, AGC-T, and Drive Level.? I added dropdown boxes for Mode and ACG selections. I learned the hard way to make sure to have feedback from the current settings, as the AF Gain slider otherwise starts at 100 !! ....All working well, except that the dropdown boxes, even with feedback from PSDR of the current settings, does not load those in the dropdown window. All it does is SEND whatever selection you pick. Might delete those. Also wish the sliders allowed you to set the color of the sliders, they are dark blue, and don't show well on a dark theme. Here's what it looks like now....... 73 de Charlie KB8CR |
Re: Which Pi?
开云体育Hi RichWelcome 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 Dave wo2x Sent from my waxed string and tin cans.? On Feb 28, 2021, at 7:44 PM, Rich M5RIC via groups.io <r.bro84@...> wrote:
|
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 card etc. Also there is a 4GB or 8GB version, is 4 enough or better go have some head room and go for the 8? If you were to start out, what would be on your shopping list of whats needed? Thanks Rich |
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 and RX will open and close the gate, and when it is OPEN, it would pass (in your example) the frequency payload. What is odd about how the 3000 (PowerSDR) sends Forward Power and SWR, is that it ONLY sends something when the rig is in transmit. Nothing at all is sent otherwise. So in order to "Zero" the meters, I have to create a payload of "0" to SEND to the meters when it's in Receive. I was trying to do that with a Change node, and a switch node. Just have to think through how to configure the switch. (ie: what to switch upon). Charlie? |
Re: How to add leading zeros to a number
toggle quoted message
Show quoted text
On Feb 28, 2021, at 5:18 PM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
|
Re: How to add leading zeros to a number
Understand, I think.... The string node, pad method will keep the number of characters the same and adjust with the "fill character" to adjust the empty space.? Here are two examples, 50, and 14074.? In each case, the total number of characters out remains as specified, six in this example. Alan On Sun, Feb 28, 2021 at 5:09 PM David De Coons wo2x <RocketNJ@...> wrote:
|
Re: How to add leading zeros to a number
开云体育AlanThe issue is he may need 0, 1, or two leading zeroes thus the if else statement is probably best solution.? 73 Dave Sent from my waxed string and tin cans.? On Feb 28, 2021, at 5:07 PM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
|
Re: How to add leading zeros to a number
开云体育Try this ? Only need <= and not <== ? Heading out to dinner for my birthday. ? 73 Dave wo2x ? ? From: [email protected] <[email protected]> On Behalf Of Charlie Rubenstein
Sent: Sunday, February 28, 2021 4:44 PM To: [email protected] Subject: Re: [nodered-hamradio] How to add leading zeros to a number ? It didn't like that...... |
to navigate to use esc to dismiss