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 11-01-2018, 13:24   #1
Registered User

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

hello.
I would like to create an autonomy automatic steering system when emergency needed.
Is there a ready product that knows how to get a command from a NMEA0183 protocol machine and to translate it to a linear DC command?
I know that a ship's navigation brain box is doing the job. I'm looking for something simpler that does not need an external control panel.
The circuit I'm looking for can have an output of very low current, even that can not directly operate autopilot DC motor.
Ilan
ilana is offline   Reply With Quote
Old 11-01-2018, 13:30   #2
Registered User

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

What NMEA sentence do you want to translate to a linear DC voltage value?
__________________
Paul
Paul L is offline   Reply With Quote
Old 11-01-2018, 14:02   #3
Registered User

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

Hello Paul
I am using Sea Clear as a backup software. I want to use the exit sentence that intended to operate the steering wheel of the ship through a connection to the autopilot.
I have a DC amplifier and a bi-directional driver suitable for a linear DC input signal.
Ilan
ilana is offline   Reply With Quote
Old 11-01-2018, 14:23   #4
Registered User

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

Here is a list NMEA 0183 sentences. Not sure what you are referring to as exit.
Standard NMEA-0183 sentences description
__________________
Paul
Paul L is offline   Reply With Quote
Old 11-01-2018, 14:58   #5
Registered User

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

This is a great step for me to understand the NMEA 0183 protocol.
With the Sea Clear software I can see the exit the letters from which the sentence is composed. How do I translate this into a linear electrical value? Is there a circuit that knows how to translate it. Maybe in Arduino one?
Maybe there's a shelf product that knows how to do it?
Ilan
ilana is offline   Reply With Quote
Old 11-01-2018, 15:04   #6
Registered User

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

I don't know what you mean by exit letters. Which nmea sentence do you want to use? The sentences are identified by three letters, such as
GLL - Lat/Lon data
__________________
Paul
Paul L is offline   Reply With Quote
Old 11-01-2018, 15:13   #7
Registered User

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

At the end of the week I will be on the ship and check the output of the Sea Clear software composed protocol and what are instructions to the steering wheel. I can see it
Thanks
Ilan
ilana is offline   Reply With Quote
Old 11-01-2018, 16:10   #8
Registered User

Join Date: Jun 2007
Location: SW Florida
Boat: FP Belize, 43' - Dot Dun
Posts: 3,823
Re: Nema 0183 to linear DC

The reason an autopilot has 'an external control box' is to perform the calculations from the chart plotter (SeaClear software). SeaClear sends the AP bearing to the waypoint (BTW), distance to the waypoint (DTW), and cross track error (XTE) which is how far right or left of the track. The AP also needs a compass input in order to use BTW.

I suppose you might key in on XTE and turn the boat right/left until you see XTE of zero.
DotDun is offline   Reply With Quote
Old 11-01-2018, 17:03   #9
Registered User

Join Date: Feb 2015
Posts: 1,241
Images: 1
Re: Nema 0183 to linear DC

And most autopilots use a rudder feedback as part of the control loop.

The "device" you are looking for is an autopilot computer. If you do some searching, one or more people have built home-brew AP computers. That's probably what you are looking for.

BTW, by "exit", I think he means "output" as in output sentences.
__________________
www.MVTanglewood.com
tanglewood is offline   Reply With Quote
Old 11-01-2018, 17:16   #10
Registered User

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

Quote:
Originally Posted by tanglewood View Post
.....

BTW, by "exit", I think he means "output" as in output sentences.
Makes sense. I was just pointing the OP to a place he could start his education on 0183 data. With some education I'm sure he'll conclude that the solution is a proper AP controller.
__________________
Paul
Paul L is offline   Reply With Quote
Old 11-01-2018, 17:25   #11
Registered User

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

Quote:
Originally Posted by tanglewood View Post

The "device" you are looking for is an autopilot computer. If you do some searching, one or more people have built home-brew AP computers. That's probably what you are looking for.
do any of the home brew ones follow route data? or only steer to heading?
that would be even harder to make yourself.

there is a reason there is an "external control panel" between the computer and pump. it's called an autopilot, and it is needed...
smac999 is offline   Reply With Quote
Old 12-01-2018, 10:03   #12
Registered User

Join Date: Mar 2015
Location: Boston's North Shore
Boat: Pearson 10M
Posts: 839
Re: Nema 0183 to linear DC

search the web for the open source autopilot project.

you'll need a computer with a serial data input to receive the NMEA data and an analog output to supply the voltage out.
guyrj33 is offline   Reply With Quote
Old 12-01-2018, 10:39   #13
Registered User
 
TreblePlink's Avatar

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

If you want to use an Arduino, check out the TinyGPSPlus library. Parses out wanted NMEA strings. It would be trivial to then convert to a Pwm output AnalogWrite(). Or do some averaging and whatever else .

I like the Nanos for this simple stuff...
TreblePlink is offline   Reply With Quote
Old 12-01-2018, 13:54   #14
Registered User

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

In general I just want a steer to heading. Not to hold a steering wheel for hours during a crisis in the electronic system. There is always a continuous waching shift on the boat.
ilana is offline   Reply With Quote
Old 12-01-2018, 14:04   #15
Registered User

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

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.
ilana 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 21:27.


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.