Keyboard Shortcuts
Likes
- Nodered-Hamradio
- Messages
Search
Re: FR Stack on Pi questions
开云体育Did you load the contest dashboard flow? Whatever they did in adding stuff to the head section has caused issues for some people.?In the editor go to dashboard and on top in Site where you set colors, set to Use Node Red Theme Everywhere instead of Angular. See if that helps.? A note to people using a UI Template to add info to the head section. This will be globally across all flows so be careful.? 73 Dave wo2x Sent from my waxed string and tin cans.? On Apr 27, 2025, at 1:00?PM, Patrick Lenn via groups.io <nwmtech@...> wrote:
|
Re: FR Stack on Pi questions
Ok so I'm up and running. I got the FR Stack flows imported into NR and have confirmed that they are connecting to the radio properly.?
?
First issue is it changed my entire background coloring on my NR Dashboard. I checked in the UI and it's still set to the custom colors I have, but something in those flows is changing the entire background so I need to find that first.? |
Re: FR Stack on Pi questions
开云体育Ron, ? This is a safety feature and can be changed to the maximum power you would want the PG XL to see. 100 would be too high and if a person was running 100 watts in amp standby and forgot to turn the power down it would hit the amp with 100 watts and fault the amp (and potentially damage it). This should be set to the maximum power drive you need on any band. ? Excessive input power is the #1 killer of LDMOS devices. ? 73 Dave wo2x ? From: [email protected] <[email protected]> On Behalf Of Ronald Panetta, WB2WGH via groups.io
Sent: Sunday, April 27, 2025 12:28 PM To: [email protected] Subject: Re: [nodered-hamradio] FR Stack on Pi questions ? Patrick, ? FRStack on RPi is configured via a text file,?appSettings.json. Look at the following link and search for the file name. A few weeks?ago I assisted Laci, HA8RD, with exactly the same issue. We changed the parameter from 50 to 100. I can't speak to the StreamDeck question. ? ? "PgxlRadioMaxPower": "50", // this is MAX radio power level when AMP is OPERATE ? 73, Ron WB2WGH ? On Sun, Apr 27, 2025 at 12:08?PM Patrick Lenn via <nwmtech=[email protected]> wrote:
? -- Ron |
Re: FR Stack on Pi questions
开云体育You can edit the appsettings.json file in the FRStack folder located in the /usr/local/frstack folder ? The latest FRStack webapi install does not set the amp to 50 watts after tuning. (previous versions did) ? There is a setting for maximum power when amp is in operate which? defaults to 50, so if your radio was at 100 watts on 10 meters for example and you QSY to 10 meters, power would be set to 50. If you had power for 10 meters set to 40 before QSYing, it would be 40. This is only to help protect the amp if you have the power too high and forget to adjust it lower to prevent overdriving the amp. You can disable it by changing to zero or set to whatever maximum power you want, but it is for all bands. ? Here is the PG XL settings from the appsettings.json file ? "PgxlTuneStandby": "true", // this will set AMP to STANDBY when TUNE is activated ??? "PgxlModeRestore": "true", // this will return AMP to OPERATE after TUNE complete ??? "PgxlRadioMaxPower": "50", // this is MAX radio power level when AMP is OPERATE ??? "PgxlRadioStandbyPower": "100", // this is MAX radio power level when AMP is STANDBY ??? "PGXLOnAntenna": "0", // 0 or 1 or 2; 0 for both, 1 for ANT1, 2 for ANT2 ? 73 Dave wo2x ? ? From: [email protected] <[email protected]> On Behalf Of Patrick Lenn via groups.io
Sent: Sunday, April 27, 2025 12:07 PM To: [email protected] Subject: [nodered-hamradio] FR Stack on Pi questions ? I wanted to make sure I understand how this will work before I commit to trying it as I just got my NR all swapped over to a new Pi. I admit it would be nice to have one less program running on my PC.? ?
? Anyone who is running FRStack on a Pi I'd love to hear your experiences. I have no particular issues with it running on my PC, but I love the idea of having one less program running in the background on the PC.? |
Re: FR Stack on Pi questions
Patrick, FRStack on RPi is configured via a text file,?appSettings.json. Look at the following link and search for the file name. A few weeks?ago I assisted Laci, HA8RD, with exactly the same issue. We changed the parameter from 50 to 100. I can't speak to the StreamDeck question. "PgxlRadioMaxPower": "50", // this is MAX radio power level when AMP is OPERATE On Sun, Apr 27, 2025 at 12:08?PM Patrick Lenn via <nwmtech=[email protected]> wrote:
--
Ron |
FR Stack on Pi questions
I wanted to make sure I understand how this will work before I commit to trying it as I just got my NR all swapped over to a new Pi. I admit it would be nice to have one less program running on my PC.?
?
?
Anyone who is running FRStack on a Pi I'd love to hear your experiences. I have no particular issues with it running on my PC, but I love the idea of having one less program running in the background on the PC.? |
File /!1! Flows by Type/ANTENNA SWITCHES & ANTENNAS/AG2x8_V3.json uploaded
#file-notice
Group Notification
The following items have been added to the Files area of the [email protected] group. By: Dave wo2x <RocketNJ@...> Description: |
Re: Flex Radio Auto AGC Flow.
开云体育Thank you Alan for the update. Appreciate all that you do. Best. COn Apr 25, 2025, at 5:11?AM, Alan Blind, WA9WUD via groups.io <a.alan.blind@...> wrote:
|
Re: Capturing flexradio transmit band
I decided to modify the function node to work with sub TX and Slice.? ?The function node looks for 'freq' or 'RX_frequency' and adds the Band data to the payload object.? ?It will also pass the all objects originally passed to the node.? If 'freq' or 'RX_frequency' is not found then the node will pass the original message.? ?The node can be found here .?
?
4/25/2025, 10:57:57 AMslice/0 : msg : Object
object
type:?"status"
client:?"0x26A88111"
topic:?"slice/0"
payload:?object
RF_frequency:?3.7424
wide:?0
lock:?0
band:?80
_msgid:?"f355e2ec2db9c531"
4/25/2025, 10:57:57 AMtransmit : msg : Object
object
type:?"status"
client:?"0x26A88111"
topic:?"transmit"
payload:?object
freq:?3.7424
lo:?100
hi:?2900
tx_filter_changes_allowed:?1
band:?80
_msgid:?"c6ae9d659e97aa53"
|
Re: Flex Radio Auto AGC Flow.
Hello Alan - could not tell by the dates of this correspondence and your reply if you are CURRENTLY working on an update to the AGC flow. I have your original AGC flow installed from a few years back and would love to get a current update if there are updates and improvements.? Thanks for doing this Alan. |
Re: Capturing flexradio transmit band
I could not sleep last night so I decided to redo the entire flow and ensure it works with the sub transmit messages.? ?The new flow will pass messages that do not have the frequency value.? The following 2 messages passes the band if the frequency is there but if no frequency is present it will just pass the message.??
?
?
I have also added 160 - 6 meters and a GEN band if it does not fit those amateur bands.? ?
?
?
?
?
|
Re: ERROR - global.get("subport")
toggle quoted message
Show quoted text
On Apr 22, 2025, at 4:30?PM, Bill - N1HKO via groups.io <bill@...> wrote:
|
Re: ERROR - global.get("subport")
Thanks, Dave. I had seen most of this. The two function nodes you mention (far right) appear to be after the get function causing the error. I have no errors with these functions. Clicking the button did successfully inject a new startup but changed nothing in result.
?
Firmware is 4.1.8
AG app looks good. The Node Red flow appears functional other than the band names and button labels. At one point, I had disabled a few functions to "quell the noise" while troubleshooting and I did see radio 2 labels on the buttons.
?
This one feels very odd.
--
Bill - N1HKO |
Re: Flex Radio Auto AGC Flow.
开云体育Alan, ?I was going through some old email and wondered if you finished the Auto AGC flow for SmartSDR?Also, I am interested in a flow to adjust RX Gain in SmartSDR to tune to a specific Gain setting in WSJT-X ?(I run 30-40 dB). ?I typically run two WSJT-X windows using Slice Master and when I change to a different profile, I have to adjust the RX Gain setting in SmartSDR most every time. ?Are you aware of any such flow? I presently run Shack Control which Dave helped me set up for my station. ?I am a neophyte in the development side of Node Red. Thanks and... 73,? Jim, W4TE ______________________ Jim Kauten, MD, W4TE kautenmd@... ______________________
|
Re: ERROR - global.get("subport")
开云体育Also, for example, I am on 20 meters on Ant1. Looking at the global context variable data subport is an array of [5,0,1,0] which means band 5 (20 meters) and antenna 1 (my Yagi). On startup of the flow, it sends the commands band list, antenna list, sub port all, along with other commands to the AG. ? Last, does the AG app show proper info? ? 73 Dave wo2x ? ? From: [email protected] <[email protected]> On Behalf Of Bill - N1HKO via groups.io
Sent: Monday, April 21, 2025 3:51 PM To: [email protected] Subject: [nodered-hamradio] ERROR - global.get("subport") ? Hi All, Who can tell me where the? global var "subport" is defined? The function "Title - Band display" in the AG2x8v4 flow is returning the error - "TypeError: Cannot read properties of undefined (reading '0')" I have searched the AG2x8v4 and Tuner Genius XL flows and found nothing. I'm guessing this may come from a Flex radio flow yet I don't see any connection to such a flow. No flex radios here. Just an AG on BCD and a TGXL on CI-V. ? TIA & 73, -- Bill - N1HKO |
Re: ERROR - global.get("subport")
开云体育I wrote most of the flow and up Dated it from the V3 firmware to V4. ? Look at the two function nodes to the right of the switch node all the way on right side of the AGv4 flow. There are subport A and B decode. Check the startup inject node. Click the box on the left of the startup inject to resend the startup commands to AG. ? Also, what version firmware is the AG? Does the TCP Request node show connected? ? 73 Dave wo2x ? ? ? From: [email protected] <[email protected]> On Behalf Of Bill - N1HKO via groups.io
Sent: Monday, April 21, 2025 3:51 PM To: [email protected] Subject: [nodered-hamradio] ERROR - global.get("subport") ? Hi All, Who can tell me where the? global var "subport" is defined? The function "Title - Band display" in the AG2x8v4 flow is returning the error - "TypeError: Cannot read properties of undefined (reading '0')" I have searched the AG2x8v4 and Tuner Genius XL flows and found nothing. I'm guessing this may come from a Flex radio flow yet I don't see any connection to such a flow. No flex radios here. Just an AG on BCD and a TGXL on CI-V. ? TIA & 73, -- Bill - N1HKO |