¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: File /Flex3000Flow.rtf uploaded #file-notice
Well.....at least it worked LAST night.....tonight the ClientStatus is NULL....don't know why. I even went to the Flex Radio flow of yours and put a debug node on the output of and it was nothing
By Charlie Rubenstein · #1824 ·
Re: File /Flex3000Flow.rtf uploaded #file-notice
There you go! That works. Fun, isn¡¯t it? 73 Dave wo2x
By Dave wo2x · #1823 ·
Re: File /Flex3000Flow.rtf uploaded #file-notice
David: Last night (on the 6400's flow) I had the S-meter zeroing when no one was connected to the 6400 just fine. I used this Function statement to set the meter to -120dBm if the "ClientStatus" was
By Charlie Rubenstein · #1822 ·
Moderated Re: Trying to read things from Flex 3000 using CAT commands
I *did* get the 6400's dashboard pretty well done. Most of the problems Im having with the 3000 is that the serial connection over TCP only sends the responses every second or so, which causes
By Charlie Rubenstein · #1821 ·
Moderated Re: Trying to read things from Flex 3000 using CAT commands
Ok we¡¯ll do it sometime this week. I am working on my Node Red presentation for the QSO Today virtual ham fest in a couple of weeks. Need to get it finished. 73 Dave wo2x Sent from my waxed string
By Dave wo2x · #1820 ·
Moderated Re: Trying to read things from Flex 3000 using CAT commands
Dave: I'd love to do that sometime this weekend if you have time. I've been playing with this all day. Charlie
By Charlie Rubenstein · #1819 ·
Moderated Re: Trying to read things from Flex 3000 using CAT commands
So the returned query told the story of an approx. 20 year old female that went to a store and used the phone. She left a 3 yr old child in the store asking the owner's girlfriend to watch the child.
By Leslie Hooe · #1818 ·
Moderated Re: Trying to read things from Flex 3000 using CAT commands
Charlie Select and copy the JSON code I sent you. Next in your Node Red, select ¡°Import¡± on the pull down, right top corner. In the pink space, paste the code. Deploy. Now, the nodes will show up
By Alan Blind, WA9WUD · #1817 ·
Moderated Re: Trying to read things from Flex 3000 using CAT commands
Depends on the node. Some nodes do specific things and there is not much you can change. Other nodes like function nodes are like a blank slate that can be tailored to do many things. Charlie, maybe
By Dave wo2x · #1816 ·
Moderated Re: Trying to read things from Flex 3000 using CAT commands
Alan: That is what I was trying to say......that THIS: EQUALS THIS ==> to me.... ha ha ha. I'm trying to see what goes inside of the nodes when you double click on them. Charlie KB8CR
By Charlie Rubenstein · #1815 ·
Re: NodeRed on Windows 10
The Format node worked to make the command I wanted, but apparently the radio isn't taking the command thru the TCP port. I wonder how HRD gets everything to work by serial port. ha ha
By Charlie Rubenstein · #1814 ·
Re: NodeRed on Windows 10
Both the function nose and the change node are good methods. ?Just expanding the Change Node to include additional added text. I revised the change node to include text in front and following the
By Alan Blind, WA9WUD · #1813 ·
Re: NodeRed on Windows 10
In his case it is text + msg.payload + text so function Node as I outlined is easiest Dave Sent from my waxed string and tin cans.
By Dave wo2x · #1812 ·
Re: NodeRed on Windows 10
Charlie Lots of methods to build a string, but, staying with the "Change Node" to build a string with text added to the msg.payload, use the Jasonata code method: Here is the JSON for above:
By Alan Blind, WA9WUD · #1811 ·
Re: NodeRed on Windows 10
Use a function node msg.payload = ¡°ZZGT¡± + msg.payload + ¡°;¡±; return msg; The above starting at msg.payload thru the ¡°;¡±; is all on line 1 and return msg; is on line 2 If the number from
By Dave wo2x · #1810 ·
Moderated Re: Trying to read things from Flex 3000 using CAT commands
Charlie Here is an example of a flow, using the "gate" node, triggered on TX>closed, and RX>open. ?Also, I have circled where you can get help on any node you select on the editor. ?Also, below is
By Alan Blind, WA9WUD · #1809 ·
Re: NodeRed on Windows 10
Alan: Yea....I was just playing with it, but it isn't worth all this.....runs fine on my Pi's. ha ha. I do have a quick question, if that's ok..... I'm trying to insert the output of one node (which
By Charlie Rubenstein · #1808 ·
Re: NodeRed on Windows 10
And, configured each of the dashboard nodes, using the dashboard tool, unto a Dashboard Tab/group? Alan <a.alan.blind@...> wrote:
By Alan Blind, WA9WUD · #1807 ·
Re: NodeRed on Windows 10
Charlie Sorry if you have done so, but with all, you have checked and I am out of ideas, I need to ask. Have you loaded the Dashboard Pallett's into your Window Node-Red install? Alan wrote:
By Alan Blind, WA9WUD · #1806 ·
Moderated Re: Trying to read things from Flex 3000 using CAT commands
Dave: While I have the meters in for the 6400's flow zeroing fine, the same isn't the case for the 3000. I can't figure out the GATE node....Can't find any examples that don't just show the pasted
By Charlie Rubenstein · #1805 ·