Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #31   Report Post  
Meindert Sprang
 
Posts: n/a
Default

"saltair" wrote in message
news:l9wYc.262306$J06.191199@pd7tw2no...

"Meindert Sprang" wrote in message
...
Triggered by the above remark I wonder why no company has yet written a
decent navigation package running on Linux.


http://freshmeat.net/projects/hugo/

Not being a linux user I cannot comment on whether decent or not.


As far as I know, this software only shows where you are. No
routes/waypoints. No autopilot control.

Meindert


  #32   Report Post  
Jack Erbes
 
Posts: n/a
Default

Meindert Sprang wrote:

As far as I know, this software only shows where you are. No
routes/waypoints. No autopilot control.


Are there nav packages that control autopilots? All the autopilots I've
seen had their own processors and processed a magnetic heading input.

Jack

--
Jack Erbes in Ellsworth, Maine, USA - jacker at midmaine dot com
  #33   Report Post  
BillP
 
Posts: n/a
Default

Are there nav packages that control autopilots? All the autopilots I've
seen had their own processors and processed a magnetic heading input.


Yes, almost all of them accept a lat/lon route, waypoint, xte, etc. NMEA
sentence. Well, they have since about the mid-1990's. It's time to go to a
boat show and see all the new things!


  #34   Report Post  
Meindert Sprang
 
Posts: n/a
Default

"Jack Erbes" wrote in message
...
Meindert Sprang wrote:

As far as I know, this software only shows where you are. No
routes/waypoints. No autopilot control.


Are there nav packages that control autopilots? All the autopilots I've
seen had their own processors and processed a magnetic heading input.


If your nav package only receives a position and heading from the GPS and
this nav package maintains a route, it can calculate the cross track error
(XTE) and send that info to an autopilot.

Meindert


  #35   Report Post  
johannes m.r.
 
Posts: n/a
Default

"Meindert Sprang" wrote:
"saltair" wrote in message
news:l9wYc.262306$J06.191199@pd7tw2no...
"Meindert Sprang" wrote in message
...
Triggered by the above remark I wonder why no company has yet written a
decent navigation package running on Linux.


http://freshmeat.net/projects/hugo/

Not being a linux user I cannot comment on whether decent or not.


As far as I know, this software only shows where you are. No
routes/waypoints. No autopilot control.


GpsDrive has some waypoints features as well:
http://www.ganter.at/software/features.shtml
I am not a linux user either though..
Regards,
j.


  #36   Report Post  
Jack Erbes
 
Posts: n/a
Default

Meindert Sprang wrote:
snip
Are there nav packages that control autopilots? All the autopilots I've
seen had their own processors and processed a magnetic heading input.



If your nav package only receives a position and heading from the GPS and
this nav package maintains a route, it can calculate the cross track error
(XTE) and send that info to an autopilot.


That is sort of what I meant or was thinking. The autopilot processes
the NMEA inputs from the heading sensor, GPS, and nav package and then
does the steering. I thought the implication was that there were nav
packages that actually processed the data and steered the boat.

Jack

--
Jack Erbes in Ellsworth, Maine, USA - jacker at midmaine dot com
  #37   Report Post  
Meindert Sprang
 
Posts: n/a
Default

"Jack Erbes" wrote in message
...
Meindert Sprang wrote:
snip
Are there nav packages that control autopilots? All the autopilots I've
seen had their own processors and processed a magnetic heading input.



If your nav package only receives a position and heading from the GPS

and
this nav package maintains a route, it can calculate the cross track

error
(XTE) and send that info to an autopilot.


That is sort of what I meant or was thinking. The autopilot processes
the NMEA inputs from the heading sensor, GPS, and nav package and then
does the steering.


That is not what I said. In my example, the only thing the autopilot sees is
the XTE.

I thought the implication was that there were nav
packages that actually processed the data and steered the boat.


Precisely. Imagine the following: the GPS only delivers the actual position
to your nav program. The nav program knows the waypoints of your route, they
are entered in the nav program, not in the GPS. So the nav program knows the
straight line between two current waypoints and calculates the error from
this line based on the current position from the GPS. This error is sent as
an XTE sentence to the autopilot which does nothing more that to steer until
the received XTE from the nav program is 0. So in this case the only one
doing the calculations and the processing, is the nav program. The XTE to
the autopilot is just an error signal in a control loop. The autopilot does
it's calculations to mimize the XTE while the nav program does the
calculations to derive the error from the current track.

Meindert


  #38   Report Post  
Kelton Joyner
 
Posts: n/a
Default

Meindert,
Not necessarly true for all gps and autopilots. My Garmin GPS48 stores
waypoints and routes. It outputs, among other sentences, RMB and RMC.
These two sentences provide the following information.
XTE,
Direction to steer (L or R),
Orgin Waypoint
Destination Waypoint
Destination Waypoint Latitude
Destination Waypoint Longitude
Range to Destination Waypoint(nm),
Bearing to Destination Waypoint (T),
Velocity Towards Destination Waypoint(kn)
Time of fix
Receiver warning (A=valid, V=warning)
Fix Latitude
Fix Longitude
Speed Over Ground (SOG)
Course Made Good
Date of fix
Magnetic Variation

My Raymarine ST4000+ autopilot can receive and decode both sentences
when the GPS NMEA output is connected to the autopilot and put in the
auto/track mode. It displays Destination Waypoint number (name), XTE,
Bearing to Waypoint (BTW), Distance to waypoint, Course over Ground
(COG), SOG, Heading, UTC, and Average Speed. For automatic track
acquisition, the autopilot needs both XTE and BTW. The autopilot will
steer with just XTE provided but you must be within 0.1 nm of desired
track and 5 degrees of the bearing to next waypoint when engaging auto
mode. I use the COG, SOG and Heading to determine set and drift. Even
though I have two GPS receivers and a laptop with Visual Navigation
Suite, I plot everything on paper charts and keep my DR figures handy.
krj

Meindert Sprang wrote:
"Jack Erbes" wrote in message
...

Meindert Sprang wrote:
snip

Are there nav packages that control autopilots? All the autopilots I've
seen had their own processors and processed a magnetic heading input.



If your nav package only receives a position and heading from the GPS


and

this nav package maintains a route, it can calculate the cross track


error

(XTE) and send that info to an autopilot.


That is sort of what I meant or was thinking. The autopilot processes
the NMEA inputs from the heading sensor, GPS, and nav package and then
does the steering.



That is not what I said. In my example, the only thing the autopilot sees is
the XTE.


I thought the implication was that there were nav
packages that actually processed the data and steered the boat.



Precisely. Imagine the following: the GPS only delivers the actual position
to your nav program. The nav program knows the waypoints of your route, they
are entered in the nav program, not in the GPS. So the nav program knows the
straight line between two current waypoints and calculates the error from
this line based on the current position from the GPS. This error is sent as
an XTE sentence to the autopilot which does nothing more that to steer until
the received XTE from the nav program is 0. So in this case the only one
doing the calculations and the processing, is the nav program. The XTE to
the autopilot is just an error signal in a control loop. The autopilot does
it's calculations to mimize the XTE while the nav program does the
calculations to derive the error from the current track.

Meindert



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 02:52 PM
GPS & GPS Software roger beniot Electronics 9 April 27th 04 01:09 PM
free charting software John Boat Building 0 November 15th 03 08:23 AM
Live weather for FUGAWI Marine ENC software Fugawi Electronics 0 September 8th 03 07:44 PM
software jobs near whitewater Ms. Whitewater General 13 August 28th 03 12:36 AM


All times are GMT +1. The time now is 11:43 AM.

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