Cruisers Forum
 


Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 06-02-2016, 14:39   #781
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: Logbook Konni for OpenCPN

OK, that seems to work in the logbook anyway, but not in the dashboard.

So I have temperature coming from this sentence..

$OSXDR,P,1.0143,B,AIRP,C,18.9,C,AIRT*43

If I put this into the nmeaConverter plug-in I get temperature being logged.

$WIMDA,29.884,I,1.012,B,$OSXDR6,C,,,46.4,,-16.1,C,234.0,T,228.2,M,2.2,N,1.1,M

Note - no checksum. So that takes the temperature from the XDR sentence and puts it into the MDA sentence.

Doesn't seem to work for the pressure though, the plugin looks like it just does integers for the pressure.
conachair is offline   Reply With Quote
Old 07-02-2016, 01:52   #782
Registered User

Join Date: Sep 2015
Location: The Netherlands
Boat: Verl 27
Posts: 28
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by conachair View Post
I just kept trying different sensors until I found some which worked

With the XDR temperature - you could try the NMEA-Converter plug in - change it to a MDA sentence maybe?
I tried the NMEA converter (nice plugin), added the line:

$--MTA, $OPXDR2, $OPXDR3

Now I see the air temperature in the Dashboard plugin, but still it isn't in the logbook when I create a new line.

Other ideas?
Swokey is offline   Reply With Quote
Old 07-02-2016, 02:40   #783
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by Swokey View Post
I tried the NMEA converter (nice plugin), added the line:

$--MTA, $OPXDR2, $OPXDR3

Now I see the air temperature in the Dashboard plugin, but still it isn't in the logbook when I create a new line.

Other ideas?
I think the log book looks for the MDA sentence , maybe try adding another line....

$WIMDA,,,,,$OPXDR2,$OPXDR3,,,,,,,,,,,,,,
conachair is offline   Reply With Quote
Old 07-02-2016, 06:14   #784
Registered User

Join Date: Nov 2014
Location: Netherlands
Posts: 219
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by Swokey View Post
I tried the NMEA converter (nice plugin), added the line:

$--MTA, $OPXDR2, $OPXDR3

Now I see the air temperature in the Dashboard plugin, but still it isn't in the logbook when I create a new line.

Other ideas?
Is in the Logbook Preferences/Miscellaneous/NMEA the "Use WIMDA-Sentence from the weatherstation" box ticked?
It should if you want to use the WIMDA sentence in logbook.

There is still an error for the humidity which will be solved in the next version.

Peter
ptulp is offline   Reply With Quote
Old 07-02-2016, 11:10   #785
Registered User

Join Date: Sep 2015
Location: The Netherlands
Boat: Verl 27
Posts: 28
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by ptulp View Post
Is in the Logbook Preferences/Miscellaneous/NMEA the "Use WIMDA-Sentence from the weatherstation" box ticked?
It should if you want to use the WIMDA sentence in logbook.

There is still an error for the humidity which will be solved in the next version.

Peter
Thanks, that with a new copy paste action I have the air temp and pressure in the logbook. Only a new problem arrived

When I use $OPXDR3 I get 1000.0 mb in the logbook (current is 1000.8) but when I multiply it with 100 i get 1000800.0 mb.

Also when I look into the nmea converter example line its 1.0 B and not 1.008 B. Is this a bug from the nmea converter?
Swokey is offline   Reply With Quote
Old 07-02-2016, 11:22   #786
Registered User

Join Date: Nov 2014
Location: Netherlands
Posts: 219
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by Swokey View Post
Thanks, that with a new copy paste action I have the air temp and pressure in the logbook. Only a new problem arrived

When I use $OPXDR3 I get 1000.0 mb in the logbook (current is 1000.8) but when I multiply it with 100 i get 1000800.0 mb.

Also when I look into the nmea converter example line its 1.0 B and not 1.008 B. Is this a bug from the nmea converter?
The plugin will take the pressure value from the WIMDA sentence, which should be in Bar and multiply with 1000 to get the mb value which is filled in the logbook.
I don't understand the 100 multiply you are using.
ptulp is offline   Reply With Quote
Old 07-02-2016, 12:28   #787
Registered User

Join Date: Sep 2015
Location: The Netherlands
Boat: Verl 27
Posts: 28
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by ptulp View Post
The plugin will take the pressure value from the WIMDA sentence, which should be in Bar and multiply with 1000 to get the mb value which is filled in the logbook.
I don't understand the 100 multiply you are using.

You are right, it must be 1000. Still I get 10008000.0 Mb, instead of the 1000.8 mb that I expect.
Swokey is offline   Reply With Quote
Old 07-02-2016, 12:39   #788
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by Swokey View Post

Also when I look into the nmea converter example line its 1.0 B and not 1.008 B. Is this a bug from the nmea converter?
I suspect it is, it seems to round up the barometer readings to 1 decimal place or something like that, 1.019 will come out as 1.000.
conachair is offline   Reply With Quote
Old 07-02-2016, 12:47   #789
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,529
Images: 2
Re: Logbook Konni for OpenCPN

I think you should ask Dirk about this so he can extend calcs appropriately.

http://www.cruisersforum.com/forums/...or-145073.html

Perhaps post a link to this thread. Then when he fixes it we will build it again.
rgleason is online now   Reply With Quote
Old 07-02-2016, 12:51   #790
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by rgleason View Post
I think you should ask Dirk about this so he can extend calcs appropriately.

http://www.cruisersforum.com/forums/...or-145073.html

Perhaps post a link to this thread. Then when he fixes it we will build it again.
conachair is offline   Reply With Quote
Old 07-02-2016, 13:45   #791
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,529
Images: 2
Re: Logbook Konni for OpenCPN

Win Build for release your current version, FYI

Quote:
Build succeeded.
"C:\Users\Frederick\Documents\GitHub\o-plugin\p-LogbookKonni-1.2\build\ALL_BUIL
D.vcxproj" (default target) (1) ->
"C:\Users\Frederick\Documents\GitHub\o-plugin\p-LogbookKonni-1.2\build\logbookk
onni_pi.vcxproj" (default target) (3) ->
"C:\Users\Frederick\Documents\GitHub\o-plugin\p-LogbookKonni-1.2\build\logbookk
onni-i18n.vcxproj" (default target) (4) ->
(PrepareForBuild target) ->
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cp pBuild.tar
gets(388,5): warning MSB8028: The intermediate directory (Win32\release\logbook
konni-i18n\) contains files shared from another project (logbookkonni-i18n.vcxp
roj). This can lead to incorrect clean and rebuild behavior. [C:\Users\Frederi
ck\Documents\GitHub\o-plugin\p-LogbookKonni-1.2\build\logbookkonni-i18n.vcxproj
] 1 Warning(s)
Opencpn Beta File Thingie rguser rgpass

4.2.0 PI WIN

ocpn_draw_pi-0.4.645-ov4.2-MPR203-win32
watchdog_pi-1.9030-ov4.2-ais-messaging-branch-22060ab-MPR50-jgough-win32
weather_routing_pi-1.82-ov4.2-win32 (2)
logbookkonni_pi-1.2022-ov4.2-2279bb0-win32
rgleason is online now   Reply With Quote
Old 08-02-2016, 12:13   #792
Registered User

Join Date: Sep 2015
Location: The Netherlands
Boat: Verl 27
Posts: 28
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by rgleason View Post
Win Build for release your current version, FYI



Opencpn Beta File Thingie rguser rgpass

4.2.0 PI WIN

ocpn_draw_pi-0.4.645-ov4.2-MPR203-win32
watchdog_pi-1.9030-ov4.2-ais-messaging-branch-22060ab-MPR50-jgough-win32
weather_routing_pi-1.82-ov4.2-win32 (2)
logbookkonni_pi-1.2022-ov4.2-2279bb0-win32
How can I update the logbook plugin to 1.2022? (I have now 1.2018).

I work on a pi2 and normally doing updates with synaptic (repository ppa.launchpad.net/nohal/opencpn/ubuntu)
Swokey is offline   Reply With Quote
Old 14-02-2016, 10:54   #793
Registered User

Join Date: Nov 2014
Location: Netherlands
Posts: 219
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by Taarnskov View Post
I have been using OpenCPN and naturally the logbook every day for the last 8 month sailing down the coast of Europe and across the Atlantic.

I have missed two things i the logbook;
- I am using UTC in the logbook, but I would like to have local time column next to the UTC column.

- There is a nice overview for each route. This is very nice when you sail the same route for for one or two days, but I would like to have an overview for each 24 hours with the same information as in the current overview. This would be nice when you sail the same route for 15 to 20 days.

Regards, Lars
Lars,

I implemented the daily entries in the overview section in version 1.2023
which you can get from the Beta file thingies https://tgp-architects.com/files/index.php rguser rgpass
You have to switch it on in the preference page.

Still looking into the UTC/Local time request.

Peter
ptulp is offline   Reply With Quote
Old 17-02-2016, 08:43   #794
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: Logbook Konni for OpenCPN

Hi, just noticed a minor glitch running the logbook on a raspberry Pi (with hardware opengl enabled - wonder if that's connected?)

The timer buttons don't change colour when selected..



It's compiled from here ; git clone https://github.com/delatbabel/LogbookKonni-1.2 LogbookKonni_pi
conachair is offline   Reply With Quote
Old 17-02-2016, 09:05   #795
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,537
Re: Logbook Konni for OpenCPN

Your bottom bar looks quite different than mine. Not only the language but the kind of buttons.

Gerhard
Attached Thumbnails
Click image for larger version

Name:	logbook.png
Views:	132
Size:	74.2 KB
ID:	119166  
CarCode is offline   Reply With Quote
Reply

Tags
opencpn

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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
Logbook Plug-in SethDart OpenCPN 113 04-06-2022 11:21
Route Properties, Missing Functions James Baines OpenCPN 13 13-07-2011 04:31

Advertise Here


All times are GMT -7. The time now is 14:46.


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.