|
|
18-09-2017, 10:23
|
#61
|
Registered User
Join Date: Jan 2011
Location: France/UK
Boat: Gib'Sea 402
Posts: 551
|
Re: New Plugin NmeaConvertor
Thanks!
I am not at all ungrateful - far from it. Just a bit puzzled there is a depository of useful stuff that needs inside knowledge to access. A Google search came up with nothing useful ... ...
Maybe a link in the Ocpn beta plug-ins area would help?
|
|
|
18-09-2017, 17:46
|
#62
|
Registered User
Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 18,137
|
Re: New Plugin NmeaConvertor
Quote:
Maybe a link in the Ocpn beta plug-ins area would help?
|
It could be linked there in the beta section. I will think about it and see what Mike R. thinks. There are others who want to keep it "under the radar" because it confuses new users, and sometimes makes debugging harder because programmers may not be sure what version is being used.
|
|
|
19-09-2017, 04:11
|
#63
|
Registered User
Join Date: Jan 2011
Location: France/UK
Boat: Gib'Sea 402
Posts: 551
|
Re: New Plugin NmeaConvertor
Rick, thanks. I realise the files are your own compilations and they're much appreciated. I just didn't know where they are!
Indeed the NMEA plug-in would be very useful as a release.
|
|
|
19-09-2017, 12:40
|
#64
|
Registered User
Join Date: May 2012
Posts: 1,266
|
Re: New Plugin NmeaConvertor
Could developers of plugins be encouraged to put a release on GitHub? If they are only working on Linux, perhaps Rick or myself could contribute an installer for Windows, sent to the developer to add to the release. This can be done via the forum.
In this way GitHub is the ultimate reference, with the GitHub releases tracking the current version of the plugin. And linked from the manual.
Mike
|
|
|
19-09-2017, 13:54
|
#65
|
Registered User
Join Date: Sep 2017
Location: Netherlands/Germany
Boat: 1988, Reinke S10
Posts: 10
|
Re: New Plugin NmeaConvertor
Hello @all.
I am new here and I have some questions to the nmea converter plugin.
I have an VDO Logic wind System that sends only VWR-nmea0183-data.
So I like to use the nmea converter to translate the VWR sentence to MWV-data. For that, I thought it could be possible to use the heaviside function (hvi) to translate the "Left" or "right" info. Only...I don`t know, how to make a "R" or "L" to a number usable in the heaviside function.
Another question is, which nmea-data is used by the "true wind direction & Speed" dial?
Can anyone here give me some answers?
Thanks and best regards
Marcus
|
|
|
19-09-2017, 14:16
|
#66
|
Registered User
Join Date: May 2012
Posts: 1,266
|
Re: New Plugin NmeaConvertor
|
|
|
19-09-2017, 14:29
|
#67
|
Registered User
Join Date: Sep 2017
Location: Netherlands/Germany
Boat: 1988, Reinke S10
Posts: 10
|
Re: New Plugin NmeaConvertor
Quote:
Originally Posted by Rasbats
|
Hi Mike, thats right. But the VWR data works only on the "relative windangle & Speed" dial. Not on the true wind dials.
|
|
|
19-09-2017, 14:34
|
#68
|
Registered User
Join Date: Sep 2017
Location: Netherlands/Germany
Boat: 1988, Reinke S10
Posts: 10
|
Re: New Plugin NmeaConvertor
When I simulate a MWV sentence the "true wind angle & Speed" dial works also. But not the "true wind direction & Speed" dial.
Thanks for help
Marcus
|
|
|
19-09-2017, 14:46
|
#69
|
Registered User
Join Date: May 2012
Posts: 1,266
|
Re: New Plugin NmeaConvertor
Stupid question. Do you have the VDO logic electronic compass installed? If so VDO can output true wind data in NMEA format.
Mike
|
|
|
19-09-2017, 15:03
|
#70
|
Registered User
Join Date: Sep 2017
Location: Netherlands/Germany
Boat: 1988, Reinke S10
Posts: 10
|
Re: New Plugin NmeaConvertor
no, there is no compass in the vdo logic System. I have a nmea fluxgate compass that serves HDG data.
|
|
|
19-09-2017, 18:14
|
#71
|
Registered User
Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 18,137
|
Re: New Plugin NmeaConvertor
Mike,
I think this makes a whole lot of sense, and I really appreciate that format, Jon, you and others have used it, but Sean doesn't really use that feature in Github at this point.
Would I be able to upload a beta release on my github, of a fork?
|
|
|
19-09-2017, 19:57
|
#72
|
Registered User
Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 18,137
|
Re: New Plugin NmeaConvertor
Mike, I found it. Very clear to the right "Draft new release" on the first page of a forked repository.
|
|
|
20-09-2017, 10:01
|
#73
|
Registered User
Join Date: Jul 2014
Posts: 24
|
Re: New Plugin NmeaConvertor
Hi Mediran.
I have had about the same situation as you, and wrote the following string to NMEA-converter to get a synthetic MWD-string.
Maybe you can use it right off or tweak it...
B.R.
Magnus Ohlsson
The string:
"$WIMWD,$IIHDT1+$WIMWV1-360*INT(($IIHDT1+$WIMWV1)/360),T,$IIHDT1+$WIMWV1-360*INT(($IIHDT1+$WIMWV1)/360),M,$WIMWV3,$WIMWV4,3.6,M"
|
|
|
25-11-2017, 00:02
|
#74
|
Registered User
Join Date: Jul 2016
Posts: 12
|
Re: New Plugin NmeaConvertor
Hi,
Trying to get TWS and TWA with the formula below but looks like acos is not calculating. Can somebody help?
Thanks,
zzz
$XXMWV,$WIMWV1+180*acos(
(sqr($WIMWV3)+sqr($GPRMA8)+sqr($WIMWV3)-2*$GPRMA8*$WIMWV3*cos(($WIMWV1)*3.14159265/180)-sqr($GPRMA8))/
(2*sqrt(sqr($GPRMA8)+sqr($WIMWV3)-2*$GPRMA8*$WIMWV3*cos(($WIMWV1)*3.14159265/180))*$WIMWV3)
)/3.14159265,T,sqrt(sqr($GPRMA8)+sqr($WIMWV3)-2*$GPRMA8*$WIMWV3*cos(($WIMWV1)*3.14159265/180)),K, A
|
|
|
26-11-2017, 03:41
|
#75
|
Registered User
Join Date: Jul 2016
Posts: 12
|
Re: New Plugin NmeaConvertor
Looks like a couple of () were missing. Below should be correct one;
WIMWV1+180*acos((sqr(WIMWV3)+(sqr(GPRMC7)+sqr(WIMW V3)-2*GPRMC7*WIMWV3*cos(WIMWV1*3.14159265/180))-sqr(GPRMC7))/(2*sqrt(sqr(GPRMC7)+sqr(WIMWV3)-2*GPRMC7*cos(WIMWV1*3.14159265/180))*WIMWV3))/3.14159265,
Will try when I’ll be on board.
Thanks,
|
|
|
|
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
Advertise Here
Recent Discussions |
|
|
|
|
|
|
|
|
|
|
|
|
Vendor Spotlight |
|
|
|