Cruisers Forum
 


Closed Thread
  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 29-05-2010, 12:18   #616
Registered User
 
manimaul's Avatar

Join Date: Feb 2008
Location: Seattle, WA
Posts: 416
Quote:
Originally Posted by bdbcat View Post
Will...

What kind of a Cray processor are you running? COG-Up rotations every (15 * 250) msec, or about once every 4 seconds, is a huge processor load.... Also, we have had comments that updating this fast in real life will lead to "nervous chart syndrome", and may look a little twitchy.

Second point: Elaborate, please. I'm dense today.

Thanks
Dave
I suppose your right... perhaps too much coffee today... twitching is the name of the (video) game. BTW, only using 2-5% processor load @ 250ms.

Ok, for "look ahead for course up mode". Basically we would be looking further ahead up the chart in course up mode, so we would see 15% more chart in front of us than behind.

Function works like this:

1. Get chart window vertical size
2. Get pixel along cog predictor line 15% of window vertical size
3. Center chart on pixel rather than boat position

I'm working on moving from python to cpp so I can help with this stuff... I promise.
__________________
Marine Navigation for Android:
https://mxmariner.com
manimaul is offline  
Old 29-05-2010, 13:07   #617
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,212
build for windows

Hi guys,
I've made the build 529a available at http://www.xtr.cz/opencpn.zip - just download, unzip and run the exe...
It contains also SourceForge.net: OpenCPN: Detail: 3001576 - Go To Position Dialog but the impact on stuff Dave changed should be none...

Happy testing

Pavel
nohal is offline  
Old 29-05-2010, 13:18   #618
Registered User
 
Viking Sailor's Avatar

Join Date: Nov 2006
Location: San Francisco Bay
Boat: Fantasia 35
Posts: 1,251
Quote:
Originally Posted by bdbcat View Post
Viking Sailor....

I use Inno Setup Builder. The script is not on CVS. Any new effort here should focus on CPack.....

You can of course build a Release opencpn.exe with VS, and then simply drop the new .exe in Program Files/opencpn, or wherever.... It will use the existing data files.

Dave
Dave, Jan, Blu,

A copy of the release compile of 529a is available at:

http://dl.dropbox.com/u/2091730/opencpn.exe

Just copy it on top of your existing opencpn.exe file.

Paul
Viking Sailor is offline  
Old 29-05-2010, 14:02   #619
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,402
Will....

Forget to mention: You can change the Course-Up refresh period from the config file. 15 secs is default.

[Settings]
COGUPAvgSeconds=15

Have fun!
Dave
bdbcat is offline  
Old 29-05-2010, 14:14   #620
Registered User
 
Viking Sailor's Avatar

Join Date: Nov 2006
Location: San Francisco Bay
Boat: Fantasia 35
Posts: 1,251
Dave,

I know that this has been proposed before, but considering the processor load presented by the course-up implementation, perhaps a reconsideration of a manual chart-up mode is in order. Just a couple of buttons to rotate the chart clock-wise or counter-clock-wise. This would reduce the computation rate down to human time.

Paul
Viking Sailor is offline  
Old 29-05-2010, 14:46   #621
Registered User
 
bruce in oz's Avatar

Join Date: Nov 2008
Location: Nth Qld, Gulf of Carpentaria
Boat: 34ft Ganley Shadow, bilge keels
Posts: 93
ok, ubuntu 10.04 cvs 529a works a treat.
i did this from aforementioned tips (thanks)
apt-get install libgps-dev
ln -s /usr/lib/libgps.so.19.0.0 /usr/lib/libgps.s
and the usual cvs download & make routine

the first thing i noticed was my desktop shortcut didnt work, it was pointing to /usr/local/bin changed it to /usr/bin
select Network LIBGPS /localhost
and the gps functionality works well! i dont get the signal strength bars that i noticed were depicted in a screen shot, just a pointer & a green dot indicating the connection.

if someone else has said all this above, my apologies, i'll RTFM l8r
cheers & thanks again
bruce in oz is offline  
Old 29-05-2010, 16:29   #622
Registered User
 
BluegillBoy's Avatar

Join Date: Mar 2010
Location: Chicago summers, gulf during winters
Boat: Endeavour TrawlerCat 36 - My Bluegill Heaven
Posts: 180
529 not working

can't get 529 EXE downloaded from either of th above sites to work. XP SP3. unzip. only find an exe that's the ap, not an installer. drag the exe into the progrm folder for ocn. then get an error about the ap not being cofigured correctly... reinstall ap. i'm copying it over 527a which worked fine.

ideas?
BluegillBoy is offline  
Old 29-05-2010, 17:37   #623
Registered User

Join Date: May 2010
Posts: 49
Quote:
Originally Posted by manimaul View Post
really easy...
of course
Code:
sudo apt-get install cmake
first then

Code:
cmake .
make
sudo make install
* use
Code:
cmake -i .
if you want install options
Thank you Will,
I get it. :-)

jpirbrig,
You still have to download the latest source code via:

cvs -dserver:anonymous@opencpn.cvs.sourceforge.net:/cvsroot/opencpn login
cvs -z3 -dserver:anonymous@opencpn.cvs.sourceforge.net:/cvsroot/opencpn co -P opencpn


Then change directory (cd) to opencpn and run the commands that Will posted, i.e.,

cmake .
make
sudo make install
bobmor99 is offline  
Old 29-05-2010, 17:41   #624
Registered User

Join Date: May 2010
Posts: 49
Substitute a colon ":" for the smiley face.
bobmor99 is offline  
Old 30-05-2010, 03:30   #625
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Dave

529a is just to good to be true......
Now I don't even need to have a gps, opencpn takes care of that.

When disconnecting the gps 529a continued for several minutes to show variable speed and course, before settling.Now, 10 min after pulling the plug on the gps, I still have a COG & SOG & green indicator!!

There seems to be some problems with "Network LIBGPS".

Thomas
cagney is offline  
Old 30-05-2010, 03:53   #626
Registered User
 
idpnd's Avatar

Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
Quote:
Originally Posted by bobmor99 View Post
Substitute a colon ":" for the smiley face.
Use the "[CODE]" tag to avoid automatic smiley insertion
__________________
sv Libertalia
idpnd is offline  
Old 30-05-2010, 04:12   #627
Registered User
 
Viking Sailor's Avatar

Join Date: Nov 2006
Location: San Francisco Bay
Boat: Fantasia 35
Posts: 1,251
Quote:
Originally Posted by BluegillBoy View Post
can't get 529 EXE downloaded from either of th above sites to work. XP SP3. unzip. only find an exe that's the ap, not an installer. drag the exe into the progrm folder for ocn. then get an error about the ap not being cofigured correctly... reinstall ap. i'm copying it over 527a which worked fine.

ideas?
Blue,

At the moment I am unable to download 527a from the OpenCPN site. So, I am unable to recreate your problem. However, I have had problems in the past with release versions vs debug versions. Here is a link to a zip'd version of 529a debug that you can try. Just unzip and replace the 527a version with this version.

http://dl.dropbox.com/u/2091730/opencpn.dbg.zip

Paul
Viking Sailor is offline  
Old 30-05-2010, 07:18   #628
Registered User
 
BluegillBoy's Avatar

Join Date: Mar 2010
Location: Chicago summers, gulf during winters
Boat: Endeavour TrawlerCat 36 - My Bluegill Heaven
Posts: 180
529a dl

thanks for posting that Paul. downloaded and unzipped fine, but same prob - application isn't configured correctly.

when i copied over just the exe on 526 it worked fine.

is there a config file i need to delete or something?
BluegillBoy is offline  
Old 30-05-2010, 07:49   #629
Registered User
 
Viking Sailor's Avatar

Join Date: Nov 2006
Location: San Francisco Bay
Boat: Fantasia 35
Posts: 1,251
Blue,

Lets make sure we are on the same wavelength. Assuming that you have a working 526 version -- you should be able to open in explorer the folder C:\Program Files\OpenCPN and replace just the opencpn.exe file found their with one of the two opencpn.exe 529a files you download. No other files need to be touched or changed. Also, with the OpenCPN fold still open, the program should run when you double click on the .exe file.

Paul
Viking Sailor is offline  
Old 30-05-2010, 10:42   #630
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Regarding my post #625.
I can also see a problem with gpsd, that does not respond correctly to an unplugged gps BU 353. SOG & COG are zero but, position inf stays at latest value and satellites continue to show in xgps. Killing xgps resulted in a continuing big gpsd process activity, when it was not expected(by me).

Thomas
cagney is offline  
Closed 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
OpenCPN Version 1.3.5 Beta Technical bdbcat OpenCPN 544 24-03-2010 10:34
OpenCPN Version 1.3.6 Release bdbcat OpenCPN 32 30-01-2010 05:07

Advertise Here


All times are GMT -7. The time now is 12:30.


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.