Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Glen
 
Posts: n/a
Default Software to graph NMEA Windspeed

On Mon, 06 Oct 2003 09:06:44 -0400, Glenn Ashmore
tempted fate with:

While you guys are working on programs, I want to see one that produces
polars from actual data. Say you would set the sea state and then when
you get the boat really cooking you hit a button and it records the wind
data and boat speed. Then it would sort it all out and plot polars for
each sea state.

Another option would be to just constantly record the data and then use
peak boat speeds maintained for more than say 30 seconds to select the
points to plot.

It would be really interesting to invite a hotshot crew of racing
sailors to sail a boat and produce a set of polars then do the same with
your regular crew and try to match the results. It would be a great way
to refine sail trim and helm techniques.

Glenn

Oddly enough, my cpRepeater program might be good start on this. The
current version captures all the data you want, including sea state.
It can export it as a CSV file easily imported into just about
anything. Based on your specs, I'd probably need to up the sample
frequency or else add the manual feature you mentioned. Unless you
can live with a 1 minute sample rate. The part I don't have is the
actual generation of polars. That's on the list to research as an
add-on someday. My gut feel is that filtering the data is tougher
than generating the polars. The manual approach you mention would
take that burden off me and put it on you, where it belongs. :-)
Adding the manual sample bit would be easy enough. Hmmm..



Glen "Wiley" Wilson usenet1 SPAMNIX at worldwidewiley dot com
To reply, lose the capitals and do the obvious.

Take a look at cpRepeater, an NMEA data integrator, repeater, and
logger at http://www.worldwidewiley.com/
  #2   Report Post  
Jim Woodward
 
Posts: n/a
Default Software to graph NMEA Windspeed

Not quite so easy, Glenn. I race as navigator and pit on a Jenneau
Selection 37 that is now one of the top boats in Massachusetts. It
took us five years racing three or four days a week to get the boat
dialed in -- maybe we're just dumb, but our present record suggests
otherwise. So if you want to invite us down for a year or two -- your
expense, of course ;-)

As far as recording polars goes, the package I've sent to two of the
posters here, following up on my earlier offer in this thread, will
automatically log all you need for polars with very little
modification. You would need to be comfortable with Visual Basic.

You don't really need polars, however, as all you have to do is sail
for the best VMG on your GPS. This suggests that you have someone
aboard who knows how to pull the strings just right.

Many cruisers could benefit from a season or two of racing on a
serious boat -- I certainly did. Since boats in the 30-40' range
carry crews of 8-10 people, there is often an opening for one or two
novices who may be nothing but movable ballst for almost the whole
race. Try your local yacht club.

Jim Woodward
www.mvFintry.com

Glenn Ashmore wrote in message news:YSdgb.46915$sp2.44462@lakeread04...
While you guys are working on programs, I want to see one that produces
polars from actual data. Say you would set the sea state and then when
you get the boat really cooking you hit a button and it records the wind
data and boat speed. Then it would sort it all out and plot polars for
each sea state.

Another option would be to just constantly record the data and then use
peak boat speeds maintained for more than say 30 seconds to select the
points to plot.

It would be really interesting to invite a hotshot crew of racing
sailors to sail a boat and produce a set of polars then do the same with
your regular crew and try to match the results. It would be a great way
to refine sail trim and helm techniques.

Willem Amels wrote:

Hello,

We have a tool under development which graphs wind speed and direction and
much more. You can set the time span from 1 minute until 16 hours and the
program offers many options for filtering and averaging the data.

If you combine it with a screen capture facility and automatic FTP it may
do the job for you.

You can download a 30 day trial version
at:
http://www.nauticis.com/download/supernova.rar


Willem Amels

  #3   Report Post  
Joakim Majander
 
Posts: n/a
Default Software to graph NMEA Windspeed

J wrote in message . ..
This is for a base station wind instrument which I'm putting together for a sailing club.
They have the NMEA instrument and have asked that I can put nice pretty graphs of wind
speed and direction up on their website. I'm thinking of just writing some code myself to
take the input and create a text file with it and have that FTP'd to their webspace and
run CGI scripts to graph it.

This might make it a bit clearer!
I hope


You can find the data structure of NMEA from many places in the webb.
Just do your own coding for reading the serial port. After saving the
log into a file, you can use tools like gnuplot to automatically make
a graph from the last N hours in the format you like. With gnuplot,
you can make many formats from a command line.

Joakim
  #4   Report Post  
Glen
 
Posts: n/a
Default Software to graph NMEA Windspeed

To the original poster (sorry, the name escapes me at the moment) --

You might find this interesting.

http://www.siteplayer.com/

I have no knowledge of the product. It was pointed out to me by a
prospective customer who wants to use it to send NMEA data directly to
my program over ethernet, which should work.


Glen "Wiley" Wilson usenet1 SPAMNIX at worldwidewiley dot com
To reply, lose the capitals and do the obvious.

Take a look at cpRepeater, an NMEA data integrator, repeater, and
logger at http://www.worldwidewiley.com/
  #5   Report Post  
Peter Bennett
 
Posts: n/a
Default Software to graph NMEA Windspeed

On Sun, 05 Oct 2003 05:43:22 GMT, J wrote:

This is for a base station wind instrument which I'm putting together for a sailing club.
They have the NMEA instrument and have asked that I can put nice pretty graphs of wind
speed and direction up on their website. I'm thinking of just writing some code myself to
take the input and create a text file with it and have that FTP'd to their webspace and
run CGI scripts to graph it.

This might make it a bit clearer!
I hope


The Jericho Sailing Center (Vancouver, BC) does this - see
http://www.jerichowind.com/ and http://www.jsca.bc.ca/

Perhaps someone there can tell you how they do it.



--
Peter Bennett, VE7CEI
new newsgroup users info : http://vancouver-webpages.com/nnq
GPS and NMEA info: http://vancouver-webpages.com/peter
Vancouver Power Squadron: http://vancouver.powersquadron.ca


  #6   Report Post  
No One Home
 
Posts: n/a
Default Software to graph NMEA Windspeed

On Mon, 06 Oct 2003 10:37:21 -0700, Peter Bennett
wrote:

On Sun, 05 Oct 2003 05:43:22 GMT, J wrote:

This is for a base station wind instrument which I'm putting together for a sailing club.
They have the NMEA instrument and have asked that I can put nice pretty graphs of wind
speed and direction up on their website. I'm thinking of just writing some code myself to
take the input and create a text file with it and have that FTP'd to their webspace and
run CGI scripts to graph it.

This might make it a bit clearer!
I hope


The Jericho Sailing Center (Vancouver, BC) does this - see
http://www.jerichowind.com/ and http://www.jsca.bc.ca/

Perhaps someone there can tell you how they do it.


I've done some work with this setup....

http://www.aag.com.mx/weather.html

There are various softwares out there that give all the data you may
ever need....
  #7   Report Post  
No One Home
 
Posts: n/a
Default Software to graph NMEA Windspeed

On Mon, 06 Oct 2003 20:35:34 -0400, No One Home
wrote:

On Mon, 06 Oct 2003 10:37:21 -0700, Peter Bennett
wrote:

On Sun, 05 Oct 2003 05:43:22 GMT, J wrote:

This is for a base station wind instrument which I'm putting together for a sailing club.
They have the NMEA instrument and have asked that I can put nice pretty graphs of wind
speed and direction up on their website. I'm thinking of just writing some code myself to
take the input and create a text file with it and have that FTP'd to their webspace and
run CGI scripts to graph it.

This might make it a bit clearer!
I hope


The Jericho Sailing Center (Vancouver, BC) does this - see
http://www.jerichowind.com/ and http://www.jsca.bc.ca/

Perhaps someone there can tell you how they do it.


I've done some work with this setup....

http://www.aag.com.mx/weather.html

There are various softwares out there that give all the data you may
ever need....



Sorry, I assumed there was loads of software behind the link "free
software"

try looking at:

http://www.aagelectronica.com/aag/index.html

I'm partial to Arne's work,

http://weather.henriksens.net/

but there are others that will work just as well.
---

"Maurice Wick is a fine human being, and the best teacher I have ever had..." ---Dan Larsen
  #8   Report Post  
No One Home
 
Posts: n/a
Default Software to graph NMEA Windspeed

On Mon, 06 Oct 2003 20:35:34 -0400, No One Home
wrote:

On Mon, 06 Oct 2003 10:37:21 -0700, Peter Bennett
wrote:

On Sun, 05 Oct 2003 05:43:22 GMT, J wrote:

This is for a base station wind instrument which I'm putting together for a sailing club.
They have the NMEA instrument and have asked that I can put nice pretty graphs of wind
speed and direction up on their website. I'm thinking of just writing some code myself to
take the input and create a text file with it and have that FTP'd to their webspace and
run CGI scripts to graph it.

This might make it a bit clearer!
I hope


The Jericho Sailing Center (Vancouver, BC) does this - see
http://www.jerichowind.com/ and http://www.jsca.bc.ca/

Perhaps someone there can tell you how they do it.


I've done some work with this setup....

http://www.aag.com.mx/weather.html

There are various softwares out there that give all the data you may
ever need....



Sorry, I assumed there was loads of software behind the link "free
software"

try looking at:

http://www.aagelectronica.com/aag/index.html

I'm partial to Arne's work,

http://weather.henriksens.net/

but there are others that will work just as well.
  #9   Report Post  
zachary alan schramm
 
Posts: n/a
Default Software to graph NMEA Windspeed

J wrote:
I am curious about what IMS data provides. I know it comes from the IMS
vpp but how much info is given on you ims certificate. Is it similar to
polar data that could be used in navigation software. We have very
limited polar data for our boat and I would like to increase the range and
accuracy of it.

Thanks


Hi,


Does anyone know of some software to log and graph windspeed and direction from a NMEA
wind instrument??


I would also like to have the ability to store the image of the graph as a JPG or similar
file, as well as control over the logging.


Cheers
J


  #10   Report Post  
Joakim Majander
 
Posts: n/a
Default Software to graph NMEA Windspeed

zachary alan schramm wrote in message ...
J wrote:
I am curious about what IMS data provides. I know it comes from the IMS
vpp but how much info is given on you ims certificate. Is it similar to
polar data that could be used in navigation software. We have very
limited polar data for our boat and I would like to increase the range and
accuracy of it.


You'll get theoretical speeds for 7 wind speeds and 10 wind directions
from the certificate (IMS rules
:http://www.orc.org/publications/imsbk3bw.pdf example certificate on
page 74). You can get more if you pay extra to someone who has IMS
VPP.

Joakim


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which Software and Computer Charts?" anchorlt Cruising 7 June 19th 04 01:52 PM
Before you connect new NMEA and blow your network.... Larry W4CSC Cruising 5 September 29th 03 07:28 PM
Before you connect new NMEA and blow your network.... Larry W4CSC Electronics 5 September 29th 03 07:28 PM
Transmitting different versions of NMEA data Larry Electronics 4 August 12th 03 10:47 AM


All times are GMT +1. The time now is 09:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 BoatBanter.com.
The comments are property of their posters.
 

About Us

"It's about Boats"

 

Copyright © 2017