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 23-10-2021, 12:40   #1
AEM
Registered User

Join Date: Nov 2015
Location: Spain
Boat: Morozov Soler-35
Posts: 17
No wind speed on dashboard

hi, I have multiplexer vYacht connected to Raymarine SeaTalk net, with ST-60 wind instruments. The OpenCPN Dashboard shows all data, except Wind Speed.
The NMEA protocol show:
<GREEN>21:01:07 (TCP:192.168.1.1:2947) $GPVWR,101.00,L,,,,,,*16<0x0D><0x0A>
<GREEN>21:01:07 (TCP:192.168.1.1:2947) $GPMWV,259.00,R,,,A*74<0x0D><0x0A>
<GREEN>21:01:07 (TCP:192.168.1.1:2947) $GPVWR,,,1.40,N,0.72,M,2.59,K*1C<0x0D><0x0A>
<GREEN>21:01:07 (TCP:192.168.1.1:2947) $GPMWV,,R,1.40,N,A*31<0x0D><0x0A>

The Wind Angle is working well, but no data of Wind Speed.
I tested this NMEA sentence in multiplexer vYacht built-in window of K-signal and all worked well - Wind Angle and Wind Speed.

Please comment, thank you.
AEM is offline   Reply With Quote
Old 23-10-2021, 13:35   #2
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,266
Re: No wind speed on dashboard

GPVWR,101.00,L,,,,,,* >> Only angle but no speed. (Third position)
GPMWV,259.00,R,,,A* >> Only angle but no speed. (Also third position)
GPVWR,,,1.40,N,0.72,M,2.59,K* >> No angle but speed 1.4 knots.
GPMWV,,R,1.40,N,A* >> No angle but speed 1.4 knots.

For the VWR:
The problem here is we, Dashboard, first check if there's a valid wind angle. If so the angle and speed are shown in the instruments. With no valid angle nothing is shown. So, the sentence with wind speed only is not parsed since no angle is present. The logic here would be: if no angle the speed is useless. No one expected any instrument should split angle and speed in two messages. But this may be a result of the N2k to NMEA0183 conversion.

Now the MWV sentence is not handled in the same way. But the VWR is prioritized over MWV so since the VWR with the angle is accepted and given priority MWV is omitted.

What you could test is to filter out the VWR sentence in connections so the MWV is used.
For the TCP connection where you receive these add a Input filter to "Ignore sentences" -> click the 3-dotted button and add GPVWR. See my shot.
Attached Thumbnails
Click image for larger version

Name:	VWR.png
Views:	68
Size:	170.0 KB
ID:	247249  
Hakan is offline   Reply With Quote
Old 23-10-2021, 23:40   #3
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,266
Re: No wind speed on dashboard

AEM..
Hmm.. My advice may not be the best. The angle and speed will be displayed but fluctuating.
Conclusion:
Dashboard is not fully prepared for N2k > NMEA0183 conversion. The N2k handle each value as a single tag and not a combined sentence for e.g. wind conditions. So the angle is first converted to a "half" VWR and a MWV. Then when wind speed is received it's also converted to a "half" VWR and MWV.

It may be we would adapt Dashboard for this since the use of N2k > NMEA0183 converters would increase? Or is the above behavior due to a "bad" converter?
Hakan is offline   Reply With Quote
Old 24-10-2021, 00:12   #4
AEM
Registered User

Join Date: Nov 2015
Location: Spain
Boat: Morozov Soler-35
Posts: 17
Re: No wind speed on dashboard

Thank you, the Wind Angle and Wind Speed are shown now on Dashboards, with filter GPVWR, but the wind arrow and number is flashing every half second. How to improve this ?
AEM is offline   Reply With Quote
Old 24-10-2021, 01:04   #5
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,266
Re: No wind speed on dashboard

AEM..
Will need a code change in OCPN. Let's see if this can be handled in the ongoing beta test for O v. 5.6
Any other views?
Håkan
Hakan is offline   Reply With Quote
Old 24-10-2021, 04:21   #6
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,266
Re: No wind speed on dashboard

Thoughts:
I would have expected the N2k to NMEA0183 converter to gather angle and speed data into one NMEA0183 sentence (VWR/VWT/MWV) before transmit.

Does anyone know if other converters does that and this example is an isolated gadget with a dismal logic?
Hakan is offline   Reply With Quote
Old 24-10-2021, 06:10   #7
Registered User

Join Date: Jan 2011
Location: France/UK
Boat: Gib'Sea 402
Posts: 549
Re: No wind speed on dashboard

The Shipmodul MiniPlex-3 uses a single PGN 130306 Wind Data to convert to 0183 MWV and/or MWD.

The Vesper Marine XB-8000 does the same, using the same PGN.

I have Raymarine wind instrument data through NMEA 2000 to Ocpn and have never had the problems described by the OP.
hoolie is offline   Reply With Quote
Old 24-10-2021, 06:28   #8
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,266
Re: No wind speed on dashboard

hoolie..
Very good. Many thanks for that info.
Can we than conclude that either is AEM's converter not using correct PGN or don't find it. In the latter case it's the wind instrument that's using not suitable PGP?
If so we would not try to "correct" a badly formatted NMEA0183 sentence in OCPN/Dashboard. Possible creating other problem.

AEM.. Thoughts?
Hakan is offline   Reply With Quote
Old 24-10-2021, 07:20   #9
Registered User

Join Date: Jan 2011
Location: France/UK
Boat: Gib'Sea 402
Posts: 549
Re: No wind speed on dashboard

Re-reading AEM's original post it's not clear whether he is using N2K at all. He refers to SeaTalk from ST60s into a vYacht multiplexer that converts to NMEA0183. That device has a reputation for being pretty basic so may cut some corners?
hoolie is offline   Reply With Quote
Old 24-10-2021, 08:28   #10
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,266
Re: No wind speed on dashboard

hoolie..
Yes, good point. SeaTalk has many shapes so I may have misunderstood.
Hakan is offline   Reply With Quote
Old 24-10-2021, 09:30   #11
Registered User

Join Date: Jan 2011
Location: France/UK
Boat: Gib'Sea 402
Posts: 549
Re: No wind speed on dashboard

SeaTalk1 sends windspeed and wind angle in two separate datagrams. Evidently the vYacht multiplexer doesn't combine them into a single NMEA0183 sentence as it should ...
hoolie is offline   Reply With Quote
Old 25-10-2021, 05:01   #12
AEM
Registered User

Join Date: Nov 2015
Location: Spain
Boat: Morozov Soler-35
Posts: 17
Re: No wind speed on dashboard

yes, the vYacht is connected to ST-60 (SeaTAlk1), output is 0183 to wifi/ethernet.
So, I have woking Wind data now, but fluctuating, it is better the before, but no reason now to change the vYacht multiplexer.
AEM is offline   Reply With Quote
Reply

Tags
wind


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
Dashboard wind needles doesn't show wind from Port ChrisseH OpenCPN 8 15-10-2021 10:25
Dashboard - digital speed value not shown elan 333 OpenCPN 5 21-06-2020 13:17
Dashboard wind angle mikedefieslife OpenCPN 29 17-03-2019 04:22
Are Speed Logs and Wind Speed Instruments Obsolete? rognvald Navigation 132 28-10-2017 10:59
[SOLD] Davis Wind Wizard Wind Speed Indicator SailorHarry Classifieds Archive 0 21-12-2013 10:24

Advertise Here


All times are GMT -7. The time now is 08:10.


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.