Keyboard Shortcuts
Likes
- Nodered-Hamradio
- Messages
Search
Re: Help with Modified MKCM SPE Amp.json
Ok , I would like to know more ,?
I had it all running 90%, steppir, Spe amp on my dashboard board . I have a difficult time were to put in the 127.0.0.url ( windows number :) I read something loop back if NDR and FRS is running on the same computer. what does the amp and sda want , binary strings ,parse, ignore? I try 4 different ways and then it works .Reasons is because I had it all running looking good then I did not save or export and lost it all .:)? the slices ( half running) ?, global , profiles, tx band ?mic settings , I have not had any luck , if I go in the FRS software all my stuff is running and working. Radio connections? I already have Dave flow pulling data from the radio , I need instructions like paint by numbers ? If anyone remember that :)? thank you for ham radio support. ! -- Nick W7NIK |
Re: Help with Modified MKCM SPE Amp.json
Nick OK, I mis-understood. Now, for Windows Node-Red.? Here is a link to the install instructions. First, you need to install Node.js.? Click on the link in the instructions.? From that website, you can download and install Node.js.? Do not install the optional tools. Next, from the CMD prompt, ?install and run?Node-Red.? The install command will run a script and do the complete install: Alan |
Re: Help with Modified MKCM SPE Amp.json
¿ªÔÆÌåÓýSorry Alan the node red dashboard directories ?sorry about that .? I got the , Spe,amp controls, sensors and ?active slice working,? All my errors are unassigned ?location in the flow .? On Mar 29, 2021, at 3:31 PM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
-- Nick W7NIK? |
Re: Help with Modified MKCM SPE Amp.json
Nick
You do not need to make anything for Windows FRStack install. Go to the MKCM Software web site: Select the link for Windows FRStack: Click the link to download Windows FRStack: In your downloads folder, double click on the "FRStack3Setup (1)" file. FRStack will do the rest. ?Just watch it install. ?It will ask you questions as it installs itself. ?You will have to tell windows to "keep" the file and allow FRStack ?to select the default file directory and make a desktop shortcut, if you like. Alan |
Re: Help with Modified MKCM SPE Amp.json
mkdir foldername You might need to create the folders one at a time, top down if they don't already exist. On Mon, Mar 29, 2021, 5:10 PM Nick M via <w7nik=[email protected]> wrote: My errors now are unassigned directories.? |
Re: Node - Red windows 10
thebaldgeek
I run Node-RED on a Windows PC and really (really) don't like hiding the command prompt that it runs in as there is often a great deal of helpful information in there that does not show up in the debug tab. I also had a lot of trouble running it automatically?in an open (but minified) cmd box. At some stage I found this program and have been more than happy with it for the 5 or so years I have been using it. It starts on boot and about 15 seconds later will start Node-RED. It will also restart Node-RED on a crash (rare, but I must (MUST) have it restart if I am not around). Ben K6TBG On Mon, Mar 29, 2021 at 1:59 PM Nick M via <w7nik=[email protected]> wrote:
|
Node - Red windows 10
If you want to use Windows as a production platform for Node-RED, you will want to have a Windows Task Scheduler job set up. To do so:
Make sure that you use the user login that you¡¯ve used to set up and do the initial run of Node-RED. You can use an ¡°At startup¡± trigger to always run Node-RED at system startup. Use the Action ¡°Start a program¡± with details set to? |
Re: Web Page crashing
Already done.?? This was? my 'production' remote PI Mike On Mon, Mar 29, 2021 at 10:22 AM Marty Boroff via <m_boroff=[email protected]> wrote:
|
Re: Web Page crashing
Sounds like you need a sandbox Pi to test new flows. Although it could be tough with a completely remote setup like you have. I¡¯m waiting until I get back home to start working on flows with frstack on the local lan. I just don¡¯t feel comfortable adding it to my production pi remotely.
toggle quoted message
Show quoted text
73, Marty WD9GYM? On Monday, March 29, 2021, 9:52 AM, Michael Walker <va3mw@...> wrote:
|
Re: Web Page crashing
Thanks all I disabled a few flows that I was hacking at and I will update NR. Let's see what happens in the next few days. 73 On Mon, Mar 29, 2021 at 9:35 AM David De Coons wo2x <RocketNJ@...> wrote: Some of the ¡°infinity or NaN¡± errors can occur if equipment is off and there is no incoming message payload. |
Re: Web Page crashing
Some of the ¡°infinity or NaN¡± errors can occur if equipment is off and there is no incoming message payload.
toggle quoted message
Show quoted text
Dave wo2x On Mar 29, 2021, at 9:31 AM, Nick M via groups.io <w7nik@...> wrote: |
Re: Web Page crashing
¿ªÔÆÌåÓýI would suggest two additional things.1. Update Node Red to 1.2.9 If on a Pi do this by running the bash command in the WiKi used to install Node Red. 2. Make sure your nodes are updated. Go to Manage Palette and on the installed tab scroll down and see if any need to be updated. 3. What Alan said ;-) 73 Dave wo2x On Mar 29, 2021, at 8:56 AM, Alan Blind, WA9WUD <a.alan.blind@...> wrote:
|
Re: Web Page crashing
Hi Mike. Me too, but not as bad as your example. I posted my issue on the Node-Red.org forum.? Colin from IBM responded and said I had too many errors and to clean them up.? I did so, and have been running good for the last 24 hours. Here is a link to the Node-Red.org forum question. Alan. WA9WUD On Mon, Mar 29, 2021 at 8:21 AM Michael Walker <va3mw@...> wrote:
|
Re: Help with Modified MKCM SPE Amp.json
Hi Alan? The frstack takes ?about 15-20 sec to connect to the radio then if I do anything in frs it locks up :(? I am not to sure about a raspberry pi if I have high end computer. ?I would consider a different operating systems but only if I can all my stuff working .? I keep node red running for the dashboard,? |
Re: Help with Modified MKCM SPE Amp.json
Also, for Windows Node-Red, if you shutdown the CMD prompt with the Node-Red Console, Node-Red will stop running.? You must restart the CMD prompt and issue the "nodered" command to restart Node-Red. Dave, WO2X, was working on a way to have Node-Red start in the background.? Maybe?he can help here. Alan WA9WUD |