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 26-10-2012, 13:01   #166
Registered User

Join Date: Jul 2009
Location: Washington, DC
Boat: 42' Steel schooner, 26' Gaff Ketch, 14' Catboat
Posts: 48
Images: 1
Re: Plugin: DashBoard

Ah, well, I could if I were at the boat, however I am a couple of hours away from it at this time. I will do so as soon as I can. In the mean time I spoofed some data that should give you something to play with.
NMEA_Sample_Data.doc
Paul_Carroll is offline   Reply With Quote
Old 17-11-2012, 03:10   #167
NAV
Registered User

Join Date: Sep 2010
Location: Netherlands
Posts: 424
Re: Plugin: DashBoard

Update of Dutch language files for Dashboard
Attached Files
File Type: doc dashboard_nl.zip.doc (3.5 KB, 61 views)
NAV is offline   Reply With Quote
Old 27-11-2012, 05:41   #168
Registered User

Join Date: Sep 2012
Location: Baikal
Posts: 581
Re: Plugin: DashBoard

There are several proposals for DashBoard colors.
In the image are marked with a green arrow

Gray horizontal field with the name of the instrument to make lighter.
Depth Graph and GPS signal to provide contrast
Attached Thumbnails
Click image for larger version

Name:	DB_Color.jpg
Views:	282
Size:	319.6 KB
ID:	50340  
Baikal is offline   Reply With Quote
Old 27-11-2012, 06:08   #169
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
Re: Plugin: DashBoard

All colors (including these for the dashboard plugin) can be styled through chartsymbols.xml

See Vector Palette | Official OpenCPN Homepage for reference
SethDart is offline   Reply With Quote
Old 27-11-2012, 06:26   #170
Registered User

Join Date: Sep 2012
Location: Baikal
Posts: 581
Re: Plugin: DashBoard

Thanks for the reply!
And where exactly in chartsymbols.xml change color user interface?
What he saw there in charge of the color vector map
Baikal is offline   Reply With Quote
Old 27-11-2012, 09:25   #171
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
Re: Plugin: DashBoard

In Windows C:\Program Files\OpenCPN\s57data\chartsymbols.xml
In Linux /usr/share/opencpn/s57data/chartsymbols.xml

Add this to <color-table name="DAY_BRIGHT">
Code:
<color name="DASHB" r="255" g="255" b="255"/>        // Dashboard Instr background
<color name="DASHL" r="190" g="190" b="190"/>        // Dashboard Instr Label
<color name="DASHF" r="50" g="50" b="50"/>           // Dashboard Foreground
<color name="DASHR" r="200" g="0" b="0"/>            // Dashboard Red
<color name="DASHG" r="0" g="200" b="0"/>            // Dashboard Green
<color name="DASHN" r="200" g="120" b="0"/>          // Dashboard Needle
<color name="DASH1" r="204" g="204" b="255"/>        // Dashboard Illustrations
<color name="DASH2" r="122" g="131" b="172"/>        // Dashboard Illustrations
This to <color-table name="DUSK">
Code:
<color name="DASHB" r="77" g="77" b="77"/>           // Dashboard Instr background
<color name="DASHL" r="54" g="54" b="54"/>           // Dashboard Instr Label
<color name="DASHF" r="0" g="0" b="0"/>              // Dashboard Foreground
<color name="DASHR" r="58" g="21" b="21"/>           // Dashboard Red
<color name="DASHG" r="21" g="58" b="21"/>           // Dashboard Green
<color name="DASHN" r="100" g="50" b="0"/>           // Dashboard Needle
<color name="DASH1" r="76" g="76" b="113"/>          // Dashboard Illustrations
<color name="DASH2" r="48" g="52" b="72"/>           // Dashboard Illustrations
And this to <color-table name="NIGHT">
Code:
<color name="DASHB" r="0" g="0" b="0"/>              // Dashboard Instr background
<color name="DASHL" r="20" g="20" b="20"/>           // Dashboard Instr Label
<color name="DASHF" r="64" g="64" b="64"/>           // Dashboard Foreground
<color name="DASHR" r="70" g="15" b="15"/>           // Dashboard Red
<color name="DASHG" r="15" g="70" b="15"/>           // Dashboard Green
<color name="DASHN" r="17" g="80" b="56"/>           // Dashboard Needle
<color name="DASH1" r="48" g="52" b="72"/>           // Dashboard Illustrations
<color name="DASH2" r="36" g="36" b="53"/>           // Dashboard Illustrations
Then you can change any of the values and see the result! (you probably need to reload OpenCPN after changing any value)
SethDart is offline   Reply With Quote
Old 29-11-2012, 06:41   #172
Registered User

Join Date: Sep 2012
Location: Baikal
Posts: 581
Re: Plugin: DashBoard

Happened to change color.
but there are problems
1. Color for depth graph and level of GPS signal graph is coded DASHL. You need to add a new color code DASH3 for Graphs. Or example code to assign graphs DASHN
2. DASH4 add custom colors for the background and borders, which now take color from the Windows Style. In night mode, the background and borders remain light that prevents night.
3. Depth instrument in horizontal orientation does not stretch the graph on to the horizontal.
4. If you turn off and turn on DashBoard resets the size of the instruments by default.

Where can I find a description of the codes color tables for other elements of the interface?

Changes the color of Windows. But it appeared uncomfortable with the other elements of the program and by the Windows (Image Windows _St)
Attached Thumbnails
Click image for larger version

Name:	DB_Color.jpg
Views:	283
Size:	402.6 KB
ID:	50436   Click image for larger version

Name:	Windows _St.jpg
Views:	279
Size:	314.3 KB
ID:	50437  

Baikal is offline   Reply With Quote
Old 29-11-2012, 23:14   #173
Registered User

Join Date: Aug 2010
Posts: 298
Re: Plugin: DashBoard

Quote:
Originally Posted by Baikal View Post
Happened to change color.
but there are problems
1. Color for depth graph and level of GPS signal graph is coded DASHL. You need to add a new color code DASH3 for Graphs. Or example code to assign graphs DASHN
2. DASH4 add custom colors for the background and borders, which now take color from the Windows Style. In night mode, the background and borders remain light that prevents night.
3. Depth instrument in horizontal orientation does not stretch the graph on to the horizontal.
4. If you turn off and turn on DashBoard resets the size of the instruments by default.

Where can I find a description of the codes color tables for other elements of the interface?

Changes the color of Windows. But it appeared uncomfortable with the other elements of the program and by the Windows (Image Windows _St)
I happend to add the tags, however no change is visible. Would you be so kind to post your xml-files?

Thanks.
George64 is offline   Reply With Quote
Old 30-11-2012, 00:12   #174
Registered User

Join Date: Sep 2012
Location: Baikal
Posts: 581
Re: Plugin: DashBoard

Quote:
Originally Posted by George64 View Post
I happend to add the tags, however no change is visible. Would you be so kind to post your xml-files?

Thanks.
in attachment
Attached Files
File Type: doc chartsymbols.zip.doc (108.0 KB, 90 views)
Baikal is offline   Reply With Quote
Old 30-11-2012, 00:12   #175
Registered User

Join Date: Aug 2010
Posts: 298
Re: Plugin: DashBoard

Thanks Baikal!
George64 is offline   Reply With Quote
Old 30-11-2012, 00:20   #176
Registered User

Join Date: Aug 2010
Posts: 298
Re: Plugin: DashBoard

@Baikal I replaced the xml file, however changing the colorscheme by pressing the button in the top menu also changes the color of the chart to the same color of the panel. Any ideas?
George64 is offline   Reply With Quote
Old 30-11-2012, 01:05   #177
Registered User

Join Date: Sep 2012
Location: Baikal
Posts: 581
Re: Plugin: DashBoard

Quote:
Originally Posted by George64 View Post
@Baikal I replaced the xml file, however changing the colorscheme by pressing the button in the top menu also changes the color of the chart to the same color of the panel. Any ideas?
I have not done color setting for night mode. You first need to add the plugin code to customize their colors
Baikal is offline   Reply With Quote
Old 30-11-2012, 01:11   #178
Registered User

Join Date: Aug 2010
Posts: 298
Re: Plugin: DashBoard

Quote:
Originally Posted by Baikal View Post
I have not done color setting for night mode. You first need to add the plugin code to customize their colors
Ah, I understood that those colors where already there
George64 is offline   Reply With Quote
Old 09-02-2013, 05:51   #179
Registered User
 
rgleason's Avatar

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

SethDart and others helping. I've discovered the Dashboard has become a beautiful flexible tool, thank you! I really like the Wind History, it would be great for selecting specific segments for creation of polar diagrams.
Can Wind History be Apparent or True?
It would be helpful to also overlay history of Speedo or GPS speed to help with selection of the segment.

It would be useful if we could place a start mark and end mark and have the history show the average for wind speed and direction (apparent-true) and average speedo/gps speed.

Perhaps first step would be even simpler - just write down start time and end time for user chosen segments (maybe hover cursor to get that date and time info in the chart history?) Then we would have to go into the recorded file and do our own averaging to get the polar information for that point on the polar chart.

Probably asking for too much right now.
Kudo's on the improvements!
rgleason is offline   Reply With Quote
Old 09-02-2013, 06:39   #180
Registered User
 
rgleason's Avatar

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

Apparently I was not thinking... True Wind Direction TWD is different than True Wind Angle TWA !! It would be great if we could have similar wind histories available for TWA True Wind Angle and AWA Apparent Wind Angle. Then my comments above would have more meaning!

Sorry.
rgleason 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 22:29.


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.