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 17-05-2016, 08:18   #436
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Plugin: DashBoard

After using files provided by tom_bigspeedy I can confirm that SweepPlot is showing all chart data and appears to be working very well. Will upload updated screenshots later.
rgleason is offline   Reply With Quote
Old 20-05-2016, 04:06   #437
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Plugin: DashBoard

Quote:
Originally Posted by Nick_Currawong View Post
Hi guys,

I have had some issues the XDR processing within the dashboard , I.e. Only processing sentences which match on transducer name "Airtemp" for example.

I have reworked the XDR section to be based on transducer type , this seems to make more sense to me and also allows for a few more instruments. Also allows developers to call their transducers what they like.

I don't know where I can upload my copy of dashboard_pi.cpp for review/inclusion?

I have posted the changed code in the thread link below;
http://www.cruisersforum.com/forums/...rd-166028.html
Thankyou Nick for these improvments. Do you use github? Perhaps you could make a pull request?
rgleason is offline   Reply With Quote
Old 23-05-2016, 06:29   #438
Registered User
 
plang732's Avatar

Join Date: Sep 2009
Location: Brussels/Belgium
Boat: One off, sailboat 44'
Posts: 21
DashBoard problem report

Message to the developer

Hi,

Last year, there was a small error in the computation of the sunrise/sunset hours. I do not know if it was fixed. At a certain period of the year, the times were both displayed as "0".

I am sailing close to the Arctic Circle. In a few days, both the sunrise/sunset time will be the next day. Now, sunset occurs some minutes before midnight (see attached picture).

I will follow the display each day and test new version if necessary.

Best regards

Pierre
Attached Thumbnails
Click image for larger version

Name:	OCPN-Dashboard-2016-05-23.png
Views:	214
Size:	10.6 KB
ID:	124744  
plang732 is offline   Reply With Quote
Old 25-05-2016, 10:59   #439
Registered User

Join Date: Apr 2016
Boat: Formosa 41
Posts: 20
Re: Plugin: DashBoard

Hi Guys,

I have made a pull request with my changes for the XDR section in dashboard_pi.cpp .
Also changes in the following members so the larger values from the pressure reading can be displayed;
dials.cpp
instrument.cpp

Thanks
Nick_Currawong is offline   Reply With Quote
Old 27-05-2016, 20:14   #440
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Plugin: DashBoard

New Tracker Item
FS#2087 : Improve and Streamline Creation of Instruments - Improved user control & creation.

Please VOTE for it!
rgleason is offline   Reply With Quote
Old 28-05-2016, 04:47   #441
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Plugin: DashBoard

Dashboard Tracker
15 Votes=0
37 Total

Please login to Tracker and VOTE for items you would like, particularly for
FS#2087 : Improve and Streamline Creation of Instruments - Improved user control & creation.
rgleason is offline   Reply With Quote
Old 02-06-2016, 11:15   #442
Registered User

Join Date: Feb 2014
Location: Nederland
Boat: Dufour 40P
Posts: 20
Images: 1
Re: Plugin: DashBoard

Hello,

I am glad to see that a lot of bugs are solt and new functionality comes. On my trip to the Caribe I use the Plugin a lot. I also found a new bug in the True wind direction and speed. Some times He gives a value of 0 degrees. I think that the problem is the calculation with 15 degrees of magnetic variation. See attachment. Also it wil be nice to have a simple magnetic variation instrument. So you can check the readings.
The third question:
Is it possible to test the new dashboard functionality. I have connected a B&G H3000 system with autopilot, radar, barometer and temp sensors to OpenCpn. I use windows 10 as operating system

Greetings and thanks everybody for the good works!
Arnold
arnolddemaa is offline   Reply With Quote
Old 15-06-2016, 18:16   #444
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Plugin: DashBoard

Arnold PM'd a very small image to me.


http://www.cruisersforum.com/forums/...ml#post2134962
rgleason is offline   Reply With Quote
Old 30-06-2016, 13:35   #445
Registered User

Join Date: Jun 2016
Location: The Netherlands
Boat: Dehler 36DB
Posts: 8
Re: Plugin: DashBoard

I like to calibrate the instruments in the dashboard; My depth meter is mounted 0,4 meters below waterline and I like to add the 40cm to the presented depth.

Another is that my TWD is of by 30 degrees compared to my instruments, I like to deduct these 30 degrees to get back in line

How can I do this?

I am not sure this is the right place for this question, but seemed logical place.

Thank you Ludwig
ludwig_kilian is offline   Reply With Quote
Old 30-06-2016, 15:14   #446
Registered User

Join Date: Apr 2012
Posts: 191
Images: 15
Re: Plugin: DashBoard

You should calibrate your instruments through the instruments themselves.
The Open CPN is just a display of the values coming from your instruments.
ewitts is offline   Reply With Quote
Old 01-07-2016, 04:54   #447
Registered User

Join Date: Dec 2011
Boat: MC-Tec, Akilaria 950
Posts: 242
Re: Plugin: DashBoard

FYI :
After compiling latest commits on master branch of O, the "Pitch" instrument (Nose up/down, XDR sentence) isnt't working anymore in dashboard_pi.
There were some changes done on the XDR sentence lately. Heel (also XDR) is still OK.
Sorry, I couldn't check in detail whats wrong, I don't have the time at the moment...
You can use my sample files sample1.txt ... sample3.txt on Rick Gleasons file thingee for playing . Just look into the tactics_pi directory.

(PS: Pitch is still working in tactics_pi).


Best,
Thomas
tom_BigSpeedy is offline   Reply With Quote
Old 01-07-2016, 15:51   #448
Registered User
 
transmitterdan's Avatar

Join Date: Oct 2011
Boat: Valiant 42
Posts: 6,008
Re: Plugin: DashBoard

Quote:
Originally Posted by tom_BigSpeedy View Post
FYI :
After compiling latest commits on master branch of O, the "Pitch" instrument (Nose up/down, XDR sentence) isnt't working anymore in dashboard_pi.
There were some changes done on the XDR sentence lately. Heel (also XDR) is still OK.
Sorry, I couldn't check in detail whats wrong, I don't have the time at the moment...
You can use my sample files sample1.txt ... sample3.txt on Rick Gleasons file thingee for playing . Just look into the tactics_pi directory.

(PS: Pitch is still working in tactics_pi).


Best,
Thomas
Thomas,

I'm happy to look into this problem but I can't find sample1.txt or sample3.txt on the file thingee (https://tgp-architects.com/files/index.php).
transmitterdan is offline   Reply With Quote
Old 01-07-2016, 22:46   #449
Registered User

Join Date: Dec 2011
Boat: MC-Tec, Akilaria 950
Posts: 242
Re: Plugin: DashBoard

Quote:
Originally Posted by transmitterdan View Post
Thomas,

I'm happy to look into this problem but I can't find sample1.txt or sample3.txt on the file thingee (https://tgp-architects.com/files/index.php).
Transmitterdan,

The samples are in the "4.2.0 Win Pi" directory, zipped as sample1.zip, sample2.zip, sample3.zip

Best,

Thomas
tom_BigSpeedy is offline   Reply With Quote
Old 04-07-2016, 06:30   #450
Registered User
 
transmitterdan's Avatar

Join Date: Oct 2011
Boat: Valiant 42
Posts: 6,008
Re: Plugin: DashBoard

Thomas,

I used your sample3.txt file with latest orign/head commit for OpenCPN and pitch works as expected. See attached screen shot.

Dan
Attached Thumbnails
Click image for larger version

Name:	2016-07-04.png
Views:	214
Size:	224.0 KB
ID:	127344  
transmitterdan is offline   Reply With Quote
Reply


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
OpenCPN PlugIn Development bdbcat OpenCPN 161 04-09-2019 12:50

Advertise Here


All times are GMT -7. The time now is 02:54.


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.