tyguvbye...
The attached file is something more than just a renamed log file. It looks like some binary file I can't read.
I'm sorry to be of less help with the Garmin specifics. Let's hope for someone having used it to show up. hasse_A has worked with first the xHD plugin and also to add in the radar_pi. The very first is of course the PC has a proper IP connection to the radar. For Windows a Navico use to show up as "Unknown network" "No Internet"
tyguvbye...
The attached file is something more than just a renamed log file. It looks like some binary file I can't read.
This file is formated text and saved with Word or something like that with the extension *.docx. Because Microsoft does not tell their users what is the difference between Word and Notepad the poor Windows users are often blocked.
CarCode..
Yes, clever. Word Pad was able to read it.
tyguvbye...
Next time you upload a text file like xxx.log, just use a file explorer or similar to rename the file by adding the extension .pdf. Please do not open it in another program and "save as..."
tyguvbye...
I'm sorry but I think I was wrong about code changes for Garmin code before. Reading more carefully you should actually use the latest version 5.0.4 betax: For Windows you'll find it here: https://github.com/opencpn-radar-pi/...g/v5.0.4-beta2
So if possible stay on Windows until you've succeed.
When a proper IP address is found, see advices posted here, remember to:
In radar_pi properties; "Select radar type" and check only "Garmin xHD" no more.
When OCPN is running right click the chart area and select "Show radar" in the menu if radar info window is not shown.
If the radar info Window shows a connection right click and "Control Garmin xHD" if radar control is not shown.
Håkan
Perhaps someone with great patience can help me. I originally read that Gradar would work with any Garmin that had a IP connection. Using version 4.8.4 I ran head long into setting up my system and thought I had it accomplished except the radar turns for no more than a minute and get no display. I also tried using version 5.0 with similar results. See screen pictures. I'm guessing my radar is a Garmin 18 but not 18 HD. Am I correct in that this will not work? Thanks.
Garmin "18" seems to refer to the housing diameter only. Not what's inside. If you have a HD or xHD radar_pi will work, probably not for the rest like Fantom or HD+. If you for any reason can't figure what radar type it is inside try both HD and xHD radar types, one at a time, in radar_pi.
Read this thread back for how to connect your radar scanner to the PC. The IP address in your screen shot is not correct for a Garmin radar scanner.
Also in this thread some posts back is a link to resent radar_pi update. Please try.
Sorry for the bad upload of the previous log and hopefully this new one is done correctly, I have also attached a number of screenshots and an image of the radome scanner itself showing a "status light".
I am sticking to Windows as you suggested to make progress before moving back to the RPI, I have altered ever address combination I can come up with and have read through the Gradar PDF and any other helpful forum ideas but with no luck. Currently I set my Win IP to static 172.16.0/1/2 or some variation but this makes no effect on my LAN connection showing nothing. Since I upgraded to the Radar 5.0.4 I now have a different screen in O5 that shows the Radar scanner not being found on "172.16/12".
I have also tried plugin in through a router which does let me set a static IP, the problem to me still looks like the Radar has no power and that is why the LAN does not see the connection? You can see what looks like a "status" light on the side of the Garmin xHD and this has never lit up, I have talked with Garmin and they said this is normal and unless it detects a "Garmin" plotter it will not, obviously the Radar plugin would do the same in my mind. Any thoughts On what I might be doing wrong here?
tyguvbye..
Now the log file upload is fine, thanks.
Let's first be sure your network card is set up correct.
Either, and preferably, exactly as SamH's post 172.16.0.0 with netmask 255.240.0.0, covering a wide range of segments.
(Another way to express that is as the radar_pi info 172.16/12 >> The range from 172.16.0.0 - 172.31.255.255 if the mask is 255.240.0.0)
Or if you want to be specific 172.16.2.10 (10 as a example. But not 172.16.2.0 that would be the radar) subnet mask 255.255.255.0
The latter case if you know the radar has IP 172.16.2.0
I think Ive found a fix for the garminHD change range problem reported earlier. Noticing that the rangevalues in the RadarControl box was not consistent with (1852/x) and that the old plugin (gradar_pi.cpp line 2115 ) subtracts 1 from the selected range. Testing the same in the new plugin caused that I could reduce the range, but not increase it. From that I figured that changing the rangevalues could be a fix.
Changing the RANGE_MIXED_RT_GARMIN_HD/RANGE_NAUTIC_RT_GARMIN_HD in garminhdtype.h to
fixed the problem and building with that allows changing range up and down. The 1/8 setting caused some problems, probably double/int related? Anyways, just hardcoding it as 232 solved it. Probably not the most educated way of fixing stuff, but Im a mere sysadmin, not a developer..
Still the garminHD does not respect the nautical setting, ranges are displayed as meters, except for the hardcoded 232m value, which shows as 1/8nm.
You are right about the garmin radar IP, it is 172.16.2.0, his netmask is also wrong, it should be 255.240.0.0 not 255.255.240.0.
Also note that Garmin plotters have an IPaddress, my 3010 for instance has 172.16.6.0
172.16.2.10 and 255.240.0.0 should work.
Bear in mind that the /12 mask potentially spans over a million hosts, and not all network switches are happy broadcasting to networks that big. YMMV
So, I have determined that, although my Garmin does have an internet connector, it is not an HD version and therefore not supported by OpenCPN. I am convinced I am going to purchase something that will work. Is it worth the money to buy a Garmin Fantom, or will I not see the features that this model offers? Are there other better supported brands? Thanks.
So, I have determined that, although my Garmin does have an internet connector, it is not an HD version and therefore not supported by OpenCPN. I am convinced I am going to purchase something that will work. Is it worth the money to buy a Garmin Fantom, or will I not see the features that this model offers? Are there other better supported brands? Thanks.
These, as of the shot, are the supported radar scanner types. Nothing else are what we know tested positive. For those having a "A"/"B" selection two different range selections are possible simultaneously from the same scanner. The Navico's are also sold/labeled as B&G, Simrad and Lowrance.
(The Emulator is for simulation and test of the plugin functionality.)