Skip to content

Commit

Permalink
Added NMEA-0183 listener documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriffon committed Oct 10, 2023
1 parent 6e90f40 commit 8b25dbc
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
Binary file added docs/_static/ssm_nmea0183_input.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/ssm_nmea0183_listeners.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/user_manual_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Setup
user_manual_setup_settings
user_manual_setup_sis_v4
user_manual_setup_sis_v5
user_manual_setup_nmea0183
37 changes: 37 additions & 0 deletions docs/user_manual_setup_nmea0183.rst
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.

0 comments on commit 8b25dbc

Please sign in to comment.