forked from hydroffice/hyo2_soundspeed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added NMEA-0183 listener documentation.
- Loading branch information
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ Setup | |
user_manual_setup_settings | ||
user_manual_setup_sis_v4 | ||
user_manual_setup_sis_v5 | ||
user_manual_setup_nmea0183 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.. _nmea0183: | ||
|
||
Sound Speed Manager - NMEA-0183 interaction | ||
=========================================== | ||
|
||
.. index:: NMEA-0183 | ||
|
||
A rudimentary NMEA-0183 listener can be used to capture the current location via a UDP broadcast of NMEA-0183 $--GGA or $--GLL sentences. This feature can be used to associate the current position to the sound speed profile formats that cannot store location information. | ||
|
||
Open in editing mode the Sound Speed Manager’s Setup Tab, then set the NMEA-0183 listen port the Listeners sub-tab (see :numref:`ssm_nmea0183_listeners_fig`). | ||
|
||
.. _ssm_nmea0183_listeners_fig: | ||
|
||
.. figure:: ./_static/ssm_nmea0183_listeners.png | ||
:width: 618px | ||
:align: center | ||
:height: 472px | ||
:alt: figure with nmea0183 settings part 1 | ||
:figclass: align-center | ||
|
||
*Sound Speed Manager Setup Listeners* dialog, with the *Listen Port* setting and incoming NMEA-0183 data highlighted in red. | ||
|
||
Then, switch to the Input sub-tab (see :numref:`ssm_nmea0183_input_fig`) and select the True value for the Listen NMEA-0183 field. The current position is displayed in the status bar. | ||
|
||
.. _ssm_nmea0183_input_fig: | ||
|
||
.. figure:: ./_static/ssm_nmea0183_input.png | ||
:width: 618px | ||
:align: center | ||
:height: 472px | ||
:alt: figure with nmea0183 settings part 2 | ||
:figclass: align-center | ||
|
||
*Input tab* in the Sound Speed Manager’s Setup. | ||
|
||
.. note:: | ||
I don't know why the figure number is not being displayed. |