Maker Pro
Maker Pro

Software to graph NMEA Windspeed

J

J

Jan 1, 1970
0
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
 
J

J

Jan 1, 1970
0
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
 
J

Joe Wood

Jan 1, 1970
0
Capture the data with Hyperterminal into a file. Import it into Excel
as a comma-delimited text file and graph it there.

Joe Wood
 
W

Willem Amels

Jan 1, 1970
0
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
 
G

Glenn Ashmore

Jan 1, 1970
0
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 said:
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

--
Glenn Ashmore

I'm building a 45' cutter in strip/composite. Watch my progress (or lack
there of) at: http://www.rutuonline.com
Shameless Commercial Division: http://www.spade-anchor-us.com
 
W

Willem Amels

Jan 1, 1970
0
Hello Glen,

The tool we are developing does not yet produce polars from actual data.
However it does compare the actual data to a theoretical polar coming
from e.g. a IMS certificate.

I have been collecting data for half a year now, and found that the
fluctuations to the incoming data ("noise") affect the calculations very
much. We have therefore included extensive filtering capablities to get
reliable data to input into the polars.

The next step in the development is an analysing tool to go through the
collected data and establish a polar based on actual data.

Willem Amels


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 Glen,
 
G

Glenn Ashmore

Jan 1, 1970
0
Glen said:
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..

The 30 seconds was just an arbitrary period to filter out surges due to
surfing etc. Manually picking the record point would be a problem
because if you are like me, when you really get the boat in the sweet
spot the last thing you think about is pushing a button! :)

Analysis would be the real problem. First you would have to group by
sea state and wind speed to get a data set and sort by true wind angle
to get the polar coordinate then pick the highest normal boat speed to
get the vector length.

That last step would be the most complicated. Maybe look at everything
within 2.5º+ - of the true wind angle in 5º increments, throw out
everything below the median to eliminate acceleration and use the mode
or the upper standard deviation of the remaining values.

What I am after is not a theoretical value for boat performance from a
VPP but more the relative performance of the boat and crew together. I
would like to be able to gather data for several weeks and plot it out.
That could be used as a base line for tuning the boat and crew. Then
after a few months of working with the boat repeat the process and see
how much we have improved.

--
Glenn Ashmore

I'm building a 45' cutter in strip/composite. Watch my progress (or lack
there of) at: http://www.rutuonline.com
Shameless Commercial Division: http://www.spade-anchor-us.com
 
P

Peter Bennett

Jan 1, 1970
0
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.
 
Z

zachary alan schramm

Jan 1, 1970
0
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

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