Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 12-07-2018, 10:30   #1
Registered User

Join Date: Feb 2007
Location: Atascadero, Calif.
Boat: 1992 Gemini Catamaran
Posts: 28
Opensource and Furuno radar

I am researching whether I can hookup my Furuno 1623 radar wirelessly to Opensource on my Ipad. My radar has the ability to output/input NMEA1083 data which I could use this unit Yakker to get into my IPad. The question is whether Opensource can interpret the data and give me radar targets. Thanks all
__________________
Wayne
1992 Gemini Catamaran
Morro Bay, Calif.
wstu is offline   Reply With Quote
Old 12-07-2018, 13:10   #2
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,147
Re: Opensource and Furuno radar

Wayne..
OpenCPN is a program where the code is available for everyone, e.g. open source.


OpenCPN is not able to run on a IPad, sorry. You've to use Android tablets.
And there is no OpenCPN plugin supporting any Furuno radar.
So, the quick answer is; No.

Håkan
Hakan is offline   Reply With Quote
Old 12-07-2018, 13:21   #3
Registered User
 
Sailmonkey's Avatar

Join Date: Sep 2009
Location: Houston
Boat: ‘01 Catana 401
Posts: 9,626
Re: Opensource and Furuno radar

A furuno 1623 does not output radar data, and 0183 is too slow anyway to support the data required
Sailmonkey is offline   Reply With Quote
Old 12-07-2018, 15:46   #4
Registered User

Join Date: Feb 2007
Location: Atascadero, Calif.
Boat: 1992 Gemini Catamaran
Posts: 28
Re: Opensource and Furuno radar

Thanks Hakan

Sailmonkey the 1623 DOES output radar data per the manual at least that is how I am reading the manual. It says it outputs the TTL in NMEA0183 Ver 3.0, 4800 bps.
__________________
Wayne
1992 Gemini Catamaran
Morro Bay, Calif.
wstu is offline   Reply With Quote
Old 12-07-2018, 16:37   #5
Registered User
 
Sailmonkey's Avatar

Join Date: Sep 2009
Location: Houston
Boat: ‘01 Catana 401
Posts: 9,626
Re: Opensource and Furuno radar

Quote:
Originally Posted by wstu View Post
Thanks Hakan

Sailmonkey the 1623 DOES output radar data per the manual at least that is how I am reading the manual. It says it outputs the TTL in NMEA0183 Ver 3.0, 4800 bps.


It will not support a radar display on another device

http://www.furunousaforum.com/viewtopic.php?f=5&t=1651

It will however output the target position to a plotter

Click image for larger version

Name:	IMG_1836.jpg
Views:	193
Size:	141.5 KB
ID:	173486

4800 is just not fast enough to do the fancy stuff that a nema 2000 or Ethernet network will do.
Sailmonkey is offline   Reply With Quote
Old 12-07-2018, 22:32   #6
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,147
Re: Opensource and Furuno radar

Quote:
Originally Posted by wstu View Post
Thanks Hakan

Sailmonkey the 1623 DOES output radar data per the manual at least that is how I am reading the manual. It says it outputs the TTL in NMEA0183 Ver 3.0, 4800 bps.
Well. that's another thing. Then it's not the radar picture that's transferred but what you can call an ARPA or MARPA target.

The TTL sentence is well understood by OpenCPN as long it's according to the NMEA 0183 specification. If so each target will show up as a round icon that behaves like an AIS target. See attached shot. In radar_pi plugin we can either detect ARPA targets by a guard zone or manually.

Try to connect the USB and add the corresponding serial port to OCPN's connections tab.

Håkan
Attached Thumbnails
Click image for larger version

Name:	arpa.PNG
Views:	172
Size:	131.2 KB
ID:	173489  
Hakan is offline   Reply With Quote
Old 13-07-2018, 12:38   #7
Registered User

Join Date: Jul 2005
Location: Bellingham
Boat: Outbound 44
Posts: 9,319
Re: Opensource and Furuno radar

Hakan
How do you get an MMSI from an ARPA target- as displayed in your sample?
__________________
Paul
Paul L is offline   Reply With Quote
Old 13-07-2018, 13:23   #8
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,147
Re: Opensource and Furuno radar

Quote:
Originally Posted by Paul L View Post
Hakan
How do you get an MMSI from an ARPA target- as displayed in your sample?
First:
The ARPA NMEA 0183 sentence should be TLL and not TTL as I and wstu wrote above. A TTL sentence is not available in the NMEA 0183 standard so I hope wstu also meant TLL.
Second:
The MMSI number is produced by OpenCPN AIS_decoder.
The first measage field in TLL is a sequential number from 00 to 99 produced by the radar program, arpa_tgt_num. That number is used to produce the MMSI number in OCPN starting from 199200000
(mmsi = arpa_mmsi = 199200000 + arpa_tgt_num)
Håkan
Hakan is offline   Reply With Quote
Old 13-07-2018, 14:13   #9
Registered User

Join Date: Jul 2005
Location: Bellingham
Boat: Outbound 44
Posts: 9,319
Re: Opensource and Furuno radar

Quote:
Originally Posted by Hakan View Post
First:
The ARPA NMEA 0183 sentence should be TLL and not TTL as I and wstu wrote above. A TTL sentence is not available in the NMEA 0183 standard so I hope wstu also meant TLL.
Second:
The MMSI number is produced by OpenCPN AIS_decoder.
The first measage field in TLL is a sequential number from 00 to 99 produced by the radar program, arpa_tgt_num. That number is used to produce the MMSI number in OCPN starting from 199200000
(mmsi = arpa_mmsi = 199200000 + arpa_tgt_num)
Håkan
That's interesting. So this is an arbitary number that is internally assigned and then labeled and displayed as an MMSI.
Why display it as an MMSI at all?
Paul L is offline   Reply With Quote
Old 13-07-2018, 14:20   #10
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,147
Re: Opensource and Furuno radar

I suppose the easiest way to handle an ARPA target was to use the same logic as for the AIS targets and then we need an MMSI ID-number to handle things like CPA and others.
Håkan
Hakan is offline   Reply With Quote
Old 14-07-2018, 07:52   #11
Registered User

Join Date: Jul 2005
Location: Bellingham
Boat: Outbound 44
Posts: 9,319
Re: Opensource and Furuno radar

Quote:
Originally Posted by Hakan View Post
I suppose the easiest way to handle an ARPA target was to use the same logic as for the AIS targets and then we need an MMSI ID-number to handle things like CPA and others.
Håkan
Easy for the programmer, misleading for the user. Understandable.
Paul L is offline   Reply With Quote
Old 14-07-2018, 13:10   #12
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,147
Re: Opensource and Furuno radar

Paul..
Misleading..? How do you mean. What kind of misunderstanding or problem could be the result of this use of a MMSI ID at the actual number series?

Håkan
Hakan is offline   Reply With Quote
Old 14-07-2018, 15:07   #13
Registered User

Join Date: Jul 2005
Location: Bellingham
Boat: Outbound 44
Posts: 9,319
Re: Opensource and Furuno radar

Quote:
Originally Posted by Hakan View Post
Paul..
Misleading..? How do you mean. What kind of misunderstanding or problem could be the result of this use of a MMSI ID at the actual number series?

Håkan
Not a big deal. But displaying a number labelled as an MMSI that isn't is misleading. I could try and look it up on marine traffic or use it to determine the nationality of the target, etc. Now that you tell me it isn't an MMSI I know to ignore it, yet it is still labelled as one. I assume I'd have to dig into the manual to realize that as a user.
Paul L is offline   Reply With Quote
Old 14-07-2018, 23:57   #14
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,147
Re: Opensource and Furuno radar

Paul..
I see. Let's see if I can explain more.

They are following the MMSI rules. Here's the comment in the program:
mmsi = arpa_mmsi = 199200000 + arpa_tgt_num; // 199 is INMARSAT-A MID, should not occur ever in AIS stream + we make sure we are out of the hashes for GPSGate buddies by being above 1992*
That series don't have a MID for country codes like "normal ship" MMSI starting at 201000000 (to 774999999.)
rgds
Håkan
Hakan is offline   Reply With Quote
Old 15-07-2018, 08:51   #15
Registered User

Join Date: Jul 2005
Location: Bellingham
Boat: Outbound 44
Posts: 9,319
Re: Opensource and Furuno radar

Quote:
Originally Posted by Hakan View Post
Paul..
I see. Let's see if I can explain more.

They are following the MMSI rules. Here's the comment in the program:
mmsi = arpa_mmsi = 199200000 + arpa_tgt_num; // 199 is INMARSAT-A MID, should not occur ever in AIS stream + we make sure we are out of the hashes for GPSGate buddies by being above 1992*
That series don't have a MID for country codes like "normal ship" MMSI starting at 201000000 (to 774999999.)
rgds
Håkan
That explains that the number used is not a valid AIS MMSI, so it is somehow OK to use. I get how it came about. It still is displayed in a misleading way to a user. Of course, not misleading to a coder.
Paul L is offline   Reply With Quote
Reply

Tags
furuno, radar


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Furuno DSR4W Radar and Nobeltex TZ app question. Maine_bill Navigation 0 29-11-2015 07:19
For Sale: Furuno Radar 1721 Mark 2 Display and Scanner Unit jdecris Classifieds Archive 1 12-01-2013 12:00
Furuno Radar and GPS Antennae Compatibility Siskiyous Marine Electronics 2 21-11-2011 17:31
Raymarine C80 Plotter and Furuno 821 Radar mbiciola Marine Electronics 1 16-10-2009 20:18

Advertise Here


All times are GMT -7. The time now is 21:15.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.