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 12-01-2018, 14:39   #16
Registered User
 
TreblePlink's Avatar

Join Date: Aug 2017
Location: Kentucky
Boat: 1969 Rhodes 28'
Posts: 307
Re: Nema 0183 to linear DC

Quote:
Originally Posted by ilana View Post
I was delivering with another person a boat and due to lightning damage we kept the steering wheel for 45 hours. Not nice.
During the overlapping hours, we thought of a simple solution of a magnetic compass needle and two sensors that would identify a deviation in the path, and would fix the ship's cruise with the navigator's electric motor.
The solution is very primitive but may work.

As long as you have electricity, a bit more complexity using the NMEA gps data or a tilt-compensated electronic compass should work a lot better. Averaging is usually necessary in any case.

I am also considering a homebrew ap. If fast enough to compensate for varying speeds is large swells, it would have to use significant amounts of energy, but in most seas, a correction every 5 or 10 seconds would seem adequate.

I am trying to figure out why most AP controllers want to know rudder angle. Seems like if one could set mechanical limits as to angle, the AP would (lacking PID) just incrementally move whichever way would lessen the error. If error > 30 degrees, stop correcting and sound an alert. This may be naive, but seems like it would work if sails are reasonably balanced ...
TreblePlink is offline   Reply With Quote
Old 12-01-2018, 15:13   #17
Registered User

Join Date: Jun 2013
Location: canada
Posts: 4,664
Re: Nema 0183 to linear DC

Quote:
Originally Posted by TreblePlink View Post
I am trying to figure out why most AP controllers want to know rudder angle. Seems like if one could set mechanical limits as to angle, the AP would (lacking PID) just incrementally move whichever way would lessen the error. If error > 30 degrees, stop correcting and sound an alert. This may be naive, but seems like it would work if sails are reasonably balanced ...
some don't, but every pilot with one works way better then without one. its not only for the end stops. it knows how fast the boat turns vrs how fast the rudder turns.
smac999 is offline   Reply With Quote
Old 13-01-2018, 03:27   #18
Registered User

Join Date: Nov 2010
Location: UK, Croatia
Boat: Fountaine Pajot Athena 11.6m Rapa Nui II
Posts: 732
Re: Nema 0183 to linear DC

What you described in your original post is you need to read and convert a NMEA value to an analogue voltage output. To do that you would need to read a serial data stream in, extract the NMEA sentence you need, convert it to the output value you need and then instruct a Digital to Analogue converter to output the desired voltage. So you would need a microprocessor with serial (RS232) input and D to A output and the control software. Pretty well every packaged micro (Arduino, Raspberry Pi, etc) could do this. Whether it would work would depend on what inputs and their update rate you use to provide the feedback loop and the capability of the software. Not a trivial task, just setting it up would take some time. It might be easier to buy a secondhand wheel pilot (the ones that clamp to the wheel) as a backup.
Rapanui is offline   Reply With Quote
Old 13-01-2018, 16:47   #19
Registered User
 
hzcruiser's Avatar

Join Date: Aug 2008
Location: Sydney, Australia
Boat: Roberts 45
Posts: 1,037
Re: Nema 0183 to linear DC

Check out
Jack Edwards Arduino Based Sailboat Autopilot


__________________
Fair winds,
heinz

https://www.timantra.net
hzcruiser is offline   Reply With Quote
Old 13-01-2018, 17:10   #20
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,211
Re: Nema 0183 to linear DC

And Sean's one...
pypilot - open source marine autopilot
nohal is offline   Reply With Quote
Old 14-01-2018, 09:42   #21
Registered User

Join Date: Feb 2009
Location: Israel
Boat: New Bavaria 36
Posts: 18
Re: Nema 0183 to linear DC

The solution presented in the video is beautiful. A little too complicated for my needs.
I have tried to plug the NEAA 0183 outport of the seaclear software into the boat's navigation computer and the heading was reasonable.
The next assignment is defined as this. I will try to catch the seaclear exit by software on arduino and see if I can manage a mini DC motor with a small pwm driver.
Hope to succeed. I'll tell you later.
Thanks for all the help. If there are more ideas I'd be happy to keep up to date
Ilan
ilana is offline   Reply With Quote
Old 14-01-2018, 13:09   #22
Registered User

Join Date: Feb 2009
Location: Israel
Boat: New Bavaria 36
Posts: 18
Re: Nema 0183 to linear DC

Hello,If possible a little extra help.
I would like to know what is the content of the sentence sent from the port connection on the navigator's computer to the ship's steering system.
I mean, what is the prefix letters of the sentence which is responsible for the rotation of the ship's stiring/rudder entire contents and the end of the sentence.
http://www.tronico.fi/OH6NT/docs/NMEA0183.pdf
Rgards
Ilan Arbel
ilana is offline   Reply With Quote
Old 14-01-2018, 13:32   #23
Registered User

Join Date: Jan 2011
Location: France/UK
Boat: Gib'Sea 402
Posts: 547
Re: Nema 0183 to linear DC

I think it's usually RMB though some systems need RMC as well
hoolie is offline   Reply With Quote
Old 14-01-2018, 18:01   #24
Registered User

Join Date: Jul 2005
Location: Bellingham
Boat: Outbound 44
Posts: 9,319
Re: Nema 0183 to linear DC

Quote:
Originally Posted by ilana View Post
Hello,If possible a little extra help.
I would like to know what is the content of the sentence sent from the port connection on the navigator's computer to the ship's steering system.
I mean, what is the prefix letters of the sentence which is responsible for the rotation of the ship's stiring/rudder entire contents and the end of the sentence.
http://www.tronico.fi/OH6NT/docs/NMEA0183.pdf
Rgards
Ilan Arbel
In general you do not need any Chartplotter output to an AP. The AP will steer to a compass course without the Chartplotter connected.
__________________
Paul
Paul L is offline   Reply With Quote
Old 14-01-2018, 18:17   #25
Registered User
 
transmitterdan's Avatar

Join Date: Oct 2011
Boat: Valiant 42
Posts: 6,008
Re: Nema 0183 to linear DC

ilana,

There is no NMEA sentence that "controls steering". So I think you are looking for a regular auto pilot which will steer to a heading. Most AP units can accept a target heading input from NMEA but there are some older ones that are purely manual.
transmitterdan is offline   Reply With Quote
Old 14-01-2018, 19:53   #26
Registered User

Join Date: Jun 2013
Location: canada
Posts: 4,664
Re: Nema 0183 to linear DC

Quote:
Originally Posted by ilana View Post
Hello,If possible a little extra help.
I would like to know what is the content of the sentence sent from the port connection on the navigator's computer to the ship's steering system.
I mean, what is the prefix letters of the sentence which is responsible for the rotation of the ship's stiring/rudder entire contents and the end of the sentence.
http://www.tronico.fi/OH6NT/docs/NMEA0183.pdf
Rgards
Ilan Arbel
there isn't one. the auto pilot computer must do all the calculations.

the software will send out distance to waypoint, bearing to waypoint, and error distance off of that track.
smac999 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
Nema 0183 lowrance elite 4 to icon 402 and simrad tp22 Ketchgould Marine Electronics 3 14-05-2014 10:02
Raymarine E80 classic and NEMA 0183 issues Jd1 Marine Electronics 14 24-04-2014 18:13
Transfer Routes via NEMA 0183 to My Plotter timjet OpenCPN 8 05-07-2011 06:55
Want To Buy: Nema 0183 Multiplexor C Skip R Classifieds Archive 0 28-05-2011 06:02
NEMA In, NEMA Out..... beetlejuice30 Marine Electronics 23 07-03-2009 08:11

Advertise Here


All times are GMT -7. The time now is 05:26.


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.