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: Getting started with Node Red
开云体育No, but I copied the link from the description in the files area. I’ll find the right video ? Dave ? ? From: [email protected] <[email protected]> On Behalf Of utarctnradio
Sent: Thursday, June 30, 2022 1:13 PM To: [email protected] Subject: Re: [nodered-hamradio] Getting started with Node Red ? Thanks Dave! Was the powerline noise video the one you meant to include? |
Re: 13 Colonies Dashboard
Updated the 13 Colonies JSON file in the files section under my callsign.? The last update.?
Changes before the event starts tomorrow at 9am Eastern Added some CSS formatting. Added IRC (search for irc for the install node) node to connect to the DX Summit cluster (no telnet connection for that cluster).? Here is IRC info if it doesn't carry over.? server : irc.radiochat.org channel : #CQDX Added state abbreviation after the 1by1 callsign.? Once connected to the IRC server and telnet cluster, will monitor all the spots and only filter the 13 colonies/bonus stations and display them in the table on the left hand side.? Feel free to add voice announcement or email notifications.? |
Re: Getting started with Node Red
开云体育Here’s a zip file witl my flows from a few months ago and necessary files for Stream Deck integration ? Also a companion video which may help ? ? Read the ReadMe file for information on using the flows and other files. Some have generic passwords set. ? 73 Dave wo2x ? From: [email protected] <[email protected]> On Behalf Of utarctnradio
Sent: Wednesday, June 29, 2022 12:35 PM To: [email protected] Subject: Re: [nodered-hamradio] Getting started with Node Red ? Dave, |
Re: 13 Colonies Dashboard
开云体育There were three bonus stations last year, took me just under 9 hours to bag all 16. New personal record.In addition to TM13COL you have WM3PEN and GB13COL as bonus. Now that Xenia and my conference in Atlantic City are behind me I need to get back to Node Red. Was working on station redesign for high power SO2R on contest bands while maintaining WARC functionality on my 5 band Yagi.? Triplexer, diplexer and high power band pass filters ordered.? Thinking of locating everything except radio in my garage. Monitoring ambient temp in garage. 73 Dave wo2x On Jun 29, 2022, at 4:40 PM, Kyle K <kylekrieg@...> wrote:
|
Re: Bringing in a folder from files
Marty, yes import from the "hamburger" menu to import the json flow in the files section for the g90. Have not looked at the flow so don't know if there are any dependencies but you'll find that out shortly if there are. Ron WB2WGH? On Wed, Jun 29, 2022, 11:13 AM Marty Bluhm via <w8aks55=[email protected]> wrote:
|
Bringing in a folder from files
Marty Bluhm
Rather than screw this up, I thought I would ask as I can’t seem to find my answer.
I got a G90 transceiver from a ham in Ga to use as a test bed for learning node red interfacing etc. In the files section , there is a folder with G90 flows etc. i want to bring this onto my workspace and get familiar with it. Am I correct in using the “import” to do this? I’ve done the update palette and install part but I’ve hit another bump in the road. I ve followed the flows off the node red web site , coped them and they worked fine, learned a lot. Thanks Dave wo2x for the relay flow, working on that today. Y’all have an enjoyable holiday and stay safe. 73 Marty W8AKS |
Re: FTDX101 ON OFF
Adrian, regarding standby power and the amp being off, we have a bit of a chicken and egg issue here. The flow has to query the SPE to determine its state (mode and power level) to definethe drive level. The SPE is polled every 250ms by default. If nothing comes back (amp is off) then all the decode (CSV status decode) and action (updating the dashboard) logic are not triggered. The exciter drive level is passed as a payload and the last payload passed will be the drive level before the SPE was powered off (typically the standby power). The issue is the exciter flow will not be triggered by the SPE flow as no new data is arriving.? I can think of 2 possible solutions and both would require processing the exciter drive level in an exciter flow loop and the two independent loops could introduce an overdrive situation (yea, I worry about that) if they got "out of sync):
Some additional brainstorming required... Ron WB2WGH On Wed, Jun 29, 2022 at 10:17 AM Adrian Fewster via <vk4tux=[email protected]> wrote: Ron, ok on that, It is an easy feature to use or not use and keep in the flow., --
Ron |
Re: FTDX101 ON OFF
Adrian, Rereading some of your threads. It sounds like your goal is to have the SPE track the FTDX101 band if I understand you correctly. Are you using a CAT connection from your FTDX101 to the SPE via the SPE's CAT port? If that is the case, the SPE should be getting band data from the FTDX101. If not (and the SPE is not getting band?data), can you manually change bands on the SPE via the front panel"Band" buttons (band up, band down)? If you are able to do that, one could write a Node Red flow that walks across the bands until the current SPE band matches the FTDX101 band. It would be kind of a cludge as I don't think the USB port provides a means to set the SPE to a specific band.? Ron WB2WGH On Tue, Jun 28, 2022 at 8:00 PM Adrian Fewster via <vk4tux=[email protected]> wrote: Ron, your SPE flow txcr drive control works great as expected ; --
Ron |
Re: FTDX101 ON OFF
Adrian, the SPE exciter drive level feature was added at the request of a few users. I do not use it as I continue to manage my Flex with SmartSDR and not with Node Red. The 2K also has the ability to set Flex drive levels like the 1.5K. All testing of the drive level feature has been with a mocked up drive table and debug nodes.? Ron WB2WGH? On Tue, Jun 28, 2022, 11:35 PM Adrian Fewster via <vk4tux=[email protected]> wrote: Ron, Ah yes i am familiar with the SPE flex method. however as I see you have the feature with your 2KFA, |
Re: FTDX101 ON OFF
开云体育I will download the FTdx101 CAT reference manual and take a look.?I will also download the FT991 manual for the CAT reference for that radio as well.? 3:30 a.m. here and will be home tonight so will not get to it until tomorrow morning Eastern U.S. Did ?too much walking yesterday at the convention I am attending and another 1/2 day to go. Will have my friend drive back. With my leg and back issue I will pay the price the next several days.? 73 Dave wo2x Sent from my waxed string and tin cans.? On Jun 29, 2022, at 1:19 AM, Adrian Fewster <vk4tux@...> wrote:
|
Re: FTDX101 ON OFF
开云体育Ok. Not knowing your or Ron’s flow exactly I was just putting it out there.?I have taken basic frequency info from within Node Red and created a Kenwood or Yaesu formatted CAT out.? If there is a way you can send the frequency of VFO A in non-split or VFO B in split then building the CAT out is pretty easy. ?Feed msg.vfoa and msg.vfob and msg.splitstatus into a function node and you could have it produce a msg.freq out.? Would something like that work? You would just need to tap the two VFO frequencies and status of split (on or off).? I’ll be back home tomorrow night.? 73 Dave wo2x Sent from my waxed string and tin cans.? On Jun 28, 2022, at 11:51 PM, Adrian Fewster <vk4tux@...> wrote:
|
Field Day Contest Dashboard Database Wanted
For those of you who used my Contest Dashboard at your Field Day site (multi or single op) I would like to get a copy of the database to complete some data scrubbing and see if my database calculations are accurate.
I would open up a Google Drive or Dropbox to have you upload, but I don't want any cross examination of logs from user to user.? If you would like to share and have a way I can download your database, I would be very appreciate.? Please email me the link at my QRZ email address.? Thanks! Kyle AA0Z ? |
Re: FTDX101 ON OFF
Adrian, with respect to the Flex, the SPE has the table internal to the SPE. The user programs the SPE with the band/power level exciter settings much like I did in the flow. The process is documented in the SPE manual. Ron WB2WGH On Tue, Jun 28, 2022 at 9:09 PM Adrian Fewster via <vk4tux=[email protected]> wrote: Ron, Yes the stanby power works well. --
Ron |
Re: FTDX101 ON OFF
开云体育AdrianCan you take the input from FTdx101D and send it out a USB to serial to the SPE amp set to Yaesu CAT?? I did similar with Elecraft K4D CAT into Node Red then immediately sent it out two USB to Serial cables to Power Genius and Tuner Genius set to Elecraft protocol. That way Node Red received the CAT data and I split it in Node Red to amp and tuner.? 73 Dave wo2x Sent from my waxed string and tin cans.? On Jun 28, 2022, at 9:09 PM, Adrian Fewster <vk4tux@...> wrote:
|
Re: FTDX101 ON OFF
Adrian, Glad the beta upgrade is working well. As to your comment regarding frequency sync, I think not. The API provides front panel like functions and frequency sync is not one of them if I understand you correctly. As to the updated beta flow:
73, Ron WB2WGH On Tue, Jun 28, 2022 at 8:00 PM Adrian Fewster via <vk4tux=[email protected]> wrote: Ron, your SPE flow txcr drive control works great as expected ; --
Ron |
to navigate to use esc to dismiss