Keyboard Shortcuts
Likes
- Nodered-Hamradio
- Messages
Search
Re: File /K0VM Flows/LP-100A flows.json uploaded
#file-notice
Thanks for the response, Dave.
I only have one Prolific adapter (I'm aware of the address issues with using more than one), and in fact I swapped it out yesterday for a FTDI adapter.? Both the Prolific and the FTDI version work fine when hooked to a PC and running the VCP application. The "Optionally wait for a start character" parameter was not set, so I did enter the semicolon.? Also the Response Timeout was set to 10000 ms, so I updated it to 500 ms.? Thanks for those hints. I've read elsewhere, and in the LP-100A manual, that the baud rate is 115200 8N1, so that's what I'm using.? And both the input and output serial nodes show "Connected".? Furthermore, I can open the debug window and see data flowing on the output serial node.? But I'm not seeing anything coming into the input node, and the dashboard screen has no data. I'm sure I'm missing something — probably something trivial because that's Murphy's Law — but I just haven't found it yet. Are there any other key configuration parameters that I might not have set correctly?? Or any other places in the flow that I can look for debug info? 73, ?Frank N6OI |
|
Re: Power Genius XL FW 3.7.28 Update
#PowerGenius
开云体育Still waiting for Joe to get back to me so I can debug why the flow is not working. ? Patrick, feel free to contact me direct. My call at arrl.net ? 73 Dave wo2x ? ? From: [email protected] <[email protected]> On Behalf Of Patrick Lenn
Sent: Sunday, January 8, 2023 2:11 PM To: [email protected] Subject: Re: [nodered-hamradio] Power Genius XL FW 3.7.28 Update #PowerGenius ? Was there ever a conclusion to this?? |
|
Re: IC7300 rig control
Alex - G7KSE
Thanks Scott,
I'm 99% sure the permission thing is a Ubuntu snap 'feature' if I get the strength I'll see what I can do to fix it. Interestingly I didn't have the 0xFE and 0xFD in the boxes I'll give that a try when I'm back home. I'm sure it was close to working but not quite there. Alex |
|
Ser2net problems ????
I have downgrade my ser2net to ver.3.5 as the last ver is unstable and having problem to get it to start,? when I use telnet my K3ng rotor I can get my AZ-readings out , and this is ok? if I put a debug-note on the input I can se the command there, is ok...the command "C" is the AZ and I put a debug-note on the output of the Ser2net, then there come no AZ readings..... :-( the K3ng Arduino board is set to 9600 baud and also the ser2net.conf is made for 9600baud Any one ther can give me a idea what is the problem ???? 73" OZ1CT Ben |
|
Re: IC7300 rig control
Alex,
I loaded in your flow, changed the CI-V address to match my IC-7610 and ran it. I don't know why you are getting permission denied errors. That often implies that another program is attempting to access the serial port or has control of the serial port already. However, your Serial Node is not configured properly. It should look like the attached screenshot. You can ignore the Serial Port and Settings sections, those will be different than yours. What is important is the Input section. That should match what I have. Once I made that change, your flow started working for me. I am using an FTDI USB to CI-V serial cable rather than the built-in Silicon Labs interface. That interface connects to my logging program directly. However, the Silabs interface will work the same once you fix the Input section. 73, Scott AK5SD |
|
Re: File /K0VM Flows/LP-100A flows.json uploaded
#file-notice
开云体育If you are using multiple Prolific adapters, you can have issues as the enumeration can be incorrect. ? Open the Serial In node and make sure the line Optionally wait for a start character of?? then Is set for a semi-colon ; ? Also Defualt Response Timeout is 500 ms. ? Check baud rate of meter. I think you can change it in the meter configuration. Default is 19,200. ? 73 Dave wo2x ? ? ? ? From: [email protected] <[email protected]> On Behalf Of Frank N6OI
Sent: Wednesday, January 4, 2023 7:33 PM To: [email protected] Subject: Re: [nodered-hamradio] File /K0VM Flows/LP-100A flows.json uploaded #file-notice ? [Edited Message Follows] I attempted to install this flow today but I'm having a similar problem to Ed's in that the serial connection is there, but I have no data coming across. Thanks, Frank N6OI |
|
Re: ACOM 1200s and Nodered
Louis,
Following is link to json I wrote to interface with my ACOM 600S serial port.? This was less expensive than using the ACOM e-Box ethernet interface (for 600S, 700S, 1200S, ...) selling for US$599.? Take a look at the file posted in October.? I don't know if the 1200S and 600S have exactly the serial protocol. /g/nodered-hamradio/files/acom600-ldg-flex-streamdeck flow.json 73 George K7GRJ |
|
Re: IC7300 rig control
Hi Alex If you hit a roadblock, you may want to consider using the HamLib and the HamLib Daemon next. When you use HamLib, HamLib does all the communication with the radio for you and then you use HamLib commands in NodeRed to communicate with the Daemon.?? The advantage with doing it this way is that you can write a nodered?application that will then with?many many radios, not just the IC-7300. I wrote a short flow for the IC-9700 for Amplifier keying, but by changing 1 word, it 'should' work with every other radio that HamLib supports.?? Just a thought for the future. 73, Mike va3mw On Fri, Jan 6, 2023 at 9:15 AM Alex - G7KSE via <g7kse=[email protected]> wrote: So a little more progress, only not using this flow |
|
Re: IC7300 rig control
Alex - G7KSE
So a little more progress, only not using this flow
I wanted to make sure that there wasn't something missing with the rig so using rigctld I can set a session up on the RPi and can connect to it using a TCP node and can get the data I'm after from the rig. Perhaps this is the right way to go (Hamlib rather than direct connection). Not managed to find the time to 'set' the rig to do something using a button on the dashboard. I'll have to figure that out as I'll want several settings to be changed with one button. A bit like a macro I suppose. As a none programmer I'm getting the hang of this, although some of the html / css & javascript is a bit tough going for now. Hopefully I'll get there, mainly doing it by trial and error and by hacking around with other people's flows |
|
Re: IC7300 rig control
Alex - G7KSE
Evening Gents,
The IC7300 has a whole host of rig settings that work in one scenario and not in another. The setup for N1MM isn't happy with the Fldigi one for example. I'm not entirely convinced the rig setup is not 99% of the issue here. I wasn't getting any output on the serial in node until I changed something on the rig. Also when I changed the parse C-IV node RADIO_ADDR to 0x94to match the 94h in the 7300 it gives an error. Oddly enough I have a similar error on another unrelated flow.More investigation required there I think. Anyway. Here's a couple of screen shots. First is the debug from CI-V Get Freq, Second shows the whole flow and output from Serial In. There is no output from the final debug which leads me to think that the outgoing serial message is ok but Icom magic is killing something |
|
On Jan 5, 2023, at 11:58 AM, AH0U <bruce@...> wrote:
?Where did you get the XL upgrade as the 4O3A site still shows 3.6.24 as the current version
tnx AH0U