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: Simple programs to run
Marty Bluhm
¿ªÔÆÌåÓýThank you Ron,Understand what you are saying.? I guess I best sit down and figure out what I¡¯m trying to accomplish with this. Honestly, I haven¡¯t really thought about it. Like Kyle, I¡¯m primarily a contester with POTA chasing when no contests are going.? Currently chasing grids on 6m.? So I¡¯m thinking my focus is going to be on improving my ability to accomplish these goals. Let me think about this some. Here is the current local rundown. My station is a Kenwood TS 890 for hf work with an Ic7100 used primarily for vhf/uhf. The towers/beams are gone sine I cannot maintain them ( no climbing decree), so that eliminates rotor control etc. ?zero five 40-10 ground plane and inverted v¡¯s comprise the antenna farm. The amp is also gone as it didn¡¯t get used, however that is not to say another May show up. Thanks again, let me crawl back into my man cave and contemplate exactly what I want to do with this. 73 Marty Bluhm W8AKS On Jun 28, 2022, at 9:57 AM, Ronald Panetta, WB2WGH <ron@...> wrote:
|
Re: Simple programs to run
Marty,? The breadth of what one can do with Node Red is almost infinite. When I started with Node Red about a year ago, I found it useful to tailor Node Red flows to my station starting with using existing flows that matched what I had and using that as a stepping stone for development?of new and updated flows. The group was a great resource when I started and continues to be. I don't profess to be an expert at Node Red but continue to learn as I continue to integrate my station.? So with that, Node Red is great at managing "smart" devices (radios, amplifiers, rotors, relay modules, power switches, etc) with the underlying requirement that they can be directly or indirectly controlled via a computer (network, USB, serial, ....). Some may not be directly controlled (e.g., rotors) but with the addition of 3rd party controllers (e.g., ERC-4 rotor controller), one can take "dumb" devices and make them "smart". It might be useful if you provide some insight into the types of devices you're planning on integrating into Node Red. Then with the group's help, we can point you at hopefully existing flows for you to try. Then you can use that as a stepping stone to move forward. 73, Ron WB2WGH On Tue, Jun 28, 2022 at 9:38 AM Marty Bluhm via <w8aks55=[email protected]> wrote: Good morning, --
Ron |
Simple programs to run
Marty Bluhm
Good morning,
I¡¯ve reached the point of wanting to built simple programs to learn how the different nodes interact. I found a couple on the node red web site but one doesn¡¯t do anything while the other is a little too advanced for me at this stage. The ¡°dummies ¡° (remember them lol) books used to be great with simple building block type programs for us dummies. An in depth search indicates no dummies books for node red. Perhaps indicative that there are no ¡°dummies¡± in the node red world . Lol ? Bottom line, is there any place where I can find some sample type programs that I can use in my learning process? Watching Kyles videos have been extremely helpful, after watching 2 to 3 times, I¡¯m even beginning to understand him. At 81, this is a major accomplishment. Thanks Kyle. Last but not least, thanks to the group for the welcome and the resolution of my first problem concerning the dashboard. Hopefully, the problems encountered will be mininual. Y¡¯all have a good day and week. 73 Marty Bluhm W8AKS |
Re: FTDX101 ON OFF
Adrian, not easily done as there are a number of unrelated changes. It should be easy to populate the table with your power settings. Let me get you the flow when in the shack tomorrow. Ron WB2WGH? On Mon, Jun 27, 2022, 9:25 PM Adrian Fewster via <vk4tux=[email protected]> wrote: Ron, Are you able to export the added sections you can email me, so I can just import those into my existing respective flows please ? |
Re: FTDX101 ON OFF
Adrian, thanks for the video. I'll get you the SPE beta version tomorrow. Provides similar functionality to your tweak, table driven (you customize the table), 4 drive level columns (standby, L, M, H) and a row per band. A link out node to couple with a corresponding exciter flow's link in. Ron WB2WGH? On Mon, Jun 27, 2022, 8:43 PM Adrian Fewster via <vk4tux=[email protected]> wrote: Ron, A little vid of my basic setup ; |
Re: Panadapter!
#node-red-contrib-flexradio
Alan,
Sorry I don¡¯t have a computer with me at the moment (traveling) so this is from memory. there¡¯s a pan.data = function(data) that I think does that part.?Likely Wednesday before I can actually look at the code. Stephen |
Re: Panadapter!
#node-red-contrib-flexradio
Stephen, thanks. Another question.? I have built my first d3 SVG line chart.? I am looking over your "Panadapter" Dashboard template node and cannot identify where you bring in the msg.payload as "data" from the Flex Steam node. I am looking for something?like ".data(msg. payload)", but I do not see anything similar. Q- How/where, do you bring the msg.payload array from the Flex Stream Node into the d3 script? Alan On Mon, Jun 27, 2022 at 7:43 AM Stephen Houser, N1SH <stephenhouser@...> wrote: Alan, |
Re: Panadapter!
#node-red-contrib-flexradio
Alan,
Should work. You just need fix the y-axis to the audio data range and?then use the Left or Right channel data for display. Or merge them into mono channel¡. or display both! The only trick will be creating a rolling buffer of data with new values pushed in from the left or right (visual left or right not audio channel) so that new data appears on the left or right of the display. So you get: ? ? newest sample ¡¡ oldest sample or ? ? oldest sample ¡.. newest sample I don¡¯t think you are missing anything. In fact I recall looking at examples just like this when building the original. I don¡¯t recall if they were for audio data, but they were for data where new samples were added and then ¡°scrolled¡± across and expired off the other end of the chart. Stephen Stephen |
Re: FTDX101 ON OFF
Adrian, I have already coded an option for exciter drive level "output" parameter based on band and SPE power level setting. The user configures the table in Node Red much like the SOE does it for Flex. I have not released that version yet for beta rest but can and will get you a beta in the next few days.? The challenge has been to ensure the lookup is performed on "valid" SPE data. Without blgetting into the details, sometimes the CSV data is corrupt (bad checksum or wrap around of the data). That has resulted in adding additional code to verify packet validity as I don't want to perform a drive level lookup based on bad data.? I'll get you a beta shortly. Ron WB2WGH? On Mon, Jun 27, 2022, 3:06 AM Adrian Fewster via <vk4tux=[email protected]> wrote: I see using |
Re: Question about re-install
toggle quoted message
Show quoted text
On Jun 26, 2022, at 7:08 PM, Mick - W8BE <w8bea2b2c2@...> wrote:
|
Re: Question about how to "zero" meter data when radio connection is dropped
Dave,
Much thanks for your flow, it was VERY helpful... though I do have a question about your flow.? After the switch node, you have a split node then a delay node.? Curious as to the purpose/function of the split node since you know the radio is "disconnected" from the switch node. -- Mike / K5MAP |
Re: Question about re-install
To help with Dave's 2nd comment please note that there is a file 'package.json'? in your node-red dir that lists the .js files for the nodes that your flow needs.? Use the pallet manager to pre load the flow dependent nodes before you import your copy of your flow into the editor.? Doing this step 1st avoids flow problems that occur if you don't have dependent nodes imported yet.?
The file will look similar to this: Regards -- Mick, W8BE |
Re: Dashboard Alignment Issues
Dave, Alan: Finally figured this out. Dave, you were right. It was a layout issue. Once I changed the group width of the WebSwitches from 3 to 4 (in the Dashboard group nodes) and the switch sizes to Auto (in the switch node Properties) then the dashboard started looking just like the pictures you had posted. Now I can use spaces in the labels and everything looks like it should. K0LO |
Re: Question about re-install
¿ªÔÆÌåÓýClick the three horizontal lines in upper right corner of Node Red Editor and select export. You can select current flow or all flows.Make sure you install all needed nodes on new Node Red install before importing flows back in. What is the problem you have? 73 Dave wo2x On Jun 26, 2022, at 4:58 PM, W8DU_Arnie <mdjdmi@...> wrote:
|
Re: Panadapter!
#node-red-contrib-flexradio
Stephen - Question
I was poking around with your pan adapter and D.3 based frequency domain chart. ?I am learning a lot. Question, I tried resetting the Steam type to the different audio modes. ?The message output appeared to be the same as the panadapter's output. My thought was to build a d3 based, frequency domain chart of the audio spectrum. ?What am I missing? Alan. WA9WUD |
Re: Dashboard Missing fron Newbie
Dave, very mild luckily. Good luck with your network issues. I too have several older routers I keep around for things like FD and demos. Ron WB2WGH? On Sat, Jun 25, 2022, 8:11 PM David De Coons wo2x via <RocketNJ=[email protected]> wrote:
|
Re: Dashboard Missing fron Newbie
¿ªÔÆÌåÓýRon?Sorry to hear the virus has bit you. Hopefully it will be a mild case.? Marty, welcome to the group and have fun! ? Fighting a flaky router in the OEM Mobile Command Center. Going to replace an $8k router with an old Linksys. Problem is my laptop doesn¡¯t do B or G network. Might have to run home and get a spare AC router.? I suspect the network in the OEM MCC has a loop causing things to go nuts. I am normally not affiliated with the county where I am at but they have a very active CERT and RACES so they asked me to join them this year.? 73 Dave wo2x Sent from my waxed string and tin cans.? On Jun 25, 2022, at 8:05 PM, Ronald Panetta, WB2WGH <ron@...> wrote:
|
Re: Dashboard Missing fron Newbie
Marty, great! Ron WB2WGH? On Sat, Jun 25, 2022, 8:04 PM Marty Bluhm via <w8aks55=[email protected]> wrote:
|
to navigate to use esc to dismiss