2013-02-16 23:27:46 +00:00
Subsurface 3.0 User Manual
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
==========================
2013-02-16 23:27:46 +00:00
Jacco_van_Koll,_Dirk_Hohndel_and_Reinout_Hoornweg
v3.0.0, February 2013
:Author Initials: JKO & DH & RH
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
:toc:
:icons:
:numbered:
:website: http://subsurface.hohndel.org
2011-12-12 20:03:04 +00:00
2011-12-12 20:18:32 +00:00
Scope of this document is the usage of the program.
2011-12-12 20:03:04 +00:00
Please read the build manual for instructions how to build the
2011-12-26 11:08:34 +00:00
software and (if needed) its dependencies.
2011-12-12 20:03:04 +00:00
Audience: Fun Divers, Tec Divers, Professional Divers
2012-01-02 00:52:45 +00:00
[[S_Introduction]]
Introduction:
-------------
2011-12-12 20:03:04 +00:00
2013-02-16 23:31:07 +00:00
Subsurface is an open source divelog program that runs on Windows, Mac
2013-02-17 05:50:52 +00:00
and Linux. It was started because of a lack of viable divelog
2013-02-16 23:31:07 +00:00
software on Linux. It then turned out that the resulting software was
fairly easily ported to Windows and Mac and today great effort is put
into making it a viable application on all three platforms.
2011-12-12 20:03:04 +00:00
2013-02-16 23:31:07 +00:00
The program is under active development and at version 3.0 it compares
favorably to many other programs in this market.
While the list of supported dive computers is very long, in this
manual the Suunto Vyper will be used for all examples.
2011-12-12 20:03:04 +00:00
2011-12-14 03:55:26 +00:00
2012-01-02 00:52:45 +00:00
[[S_Requirements]]
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
Requirements
------------
2011-12-12 20:18:32 +00:00
2013-02-18 04:55:27 +00:00
Before you are able to import information from your dive computer into
2011-12-12 20:18:32 +00:00
Subsurface, you need some preparation. Do you have the following:
2011-12-12 20:03:04 +00:00
2013-02-18 04:55:27 +00:00
1. Your Dive Computer - compatible with libdivecomputer (see list in <<AppendixA,Appendix A>>)
2. Communication interface - usually that means a cable to connect your dive computer to your PC/Laptop/Netbook; some dive computers use IRDA or Bluetooth as well
2011-12-12 20:18:32 +00:00
3. Working installation of Subsurface
2013-02-18 04:55:27 +00:00
4. If needed, the manual of your dive computer
2011-12-12 20:18:32 +00:00
2013-02-17 05:50:52 +00:00
Alternatively you can import your divelogs from a couple of other
divelog applications (JDivelog, MacDive, Suunto Dive Manager). However,
2013-02-17 05:50:52 +00:00
native download from dive computer directly to Subsurface is
recommended.
2011-12-12 20:03:04 +00:00
2012-01-02 00:52:45 +00:00
[[S_StartUsing]]
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
Start using the program
-----------------------
2011-12-12 20:03:04 +00:00
2011-12-12 20:18:32 +00:00
When you start the program for the first time, it shows no information
2013-02-16 17:54:09 +00:00
at all. This is because the program doesn't have any information available.
If you have used the program before and saved the data, the program will
2013-02-17 05:50:52 +00:00
automatically load the already available divelog files.
2011-12-12 20:03:04 +00:00
2013-02-16 17:54:09 +00:00
There is a menu, containing 'File', 'Log', 'Filter', 'Planner' and 'Help'.
2011-12-12 20:03:04 +00:00
2012-10-23 03:53:04 +00:00
The screen is divided in 3 area's:
2011-12-12 20:03:04 +00:00
2012-10-21 07:43:03 +00:00
- Area with 4 tabs: Dive Notes, Equipment, Dive Info, and Stats
2013-02-16 17:54:09 +00:00
- Area next to the 4 tabs which will contain the dive profile
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Area with the dives (usually called dive list) which can be sorted by number, date, etc.
2011-12-12 20:18:32 +00:00
2012-01-02 00:52:45 +00:00
[[S_ImportNewDives]]
2013-02-18 04:55:27 +00:00
Import new dives from your dive computer
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
---------------------------------------
2011-12-12 20:18:32 +00:00
2013-02-18 04:55:27 +00:00
Before you start fiddling around with your dive computer, note that
there are dive computers that consume more power when they are in the
2011-12-12 20:47:42 +00:00
PC-Communication mode. This could drain your battery. Therefor, ensure
if your computer is recharging when connecting to the USB port. The
Suunto Viper does not recharge trough the USB connection. Please
2013-02-18 04:55:27 +00:00
consult the manual of your dive computer if you are unsure if it will
2011-12-12 20:47:42 +00:00
be recharged when connected to the USB port.
2011-12-12 20:18:32 +00:00
2013-02-18 04:55:27 +00:00
Now it is time to hook up your dive computer to your PC:
2011-12-12 20:18:32 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Make sure that your OS has the required drivers installed
2011-12-14 04:15:19 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
* On Linux this means you need to have the correct kernel
module loaded. Most distributions will do this automatically
for you.
2011-12-14 04:15:19 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
* On Windows, the OS should offer to download the correct
2013-02-18 04:55:27 +00:00
driver when you connect your dive computer to the USB port.
2011-12-14 04:15:19 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
* On a Mac you at times have to manually hunt for the correct
driver. For example the correct driver for the Mares Puck
devices can be found as Mac_OSX_VCP_Driver.zip at
http://www.silabs.com/support/pages/support.aspx?ProductFamily=USB+Bridges
2013-02-17 06:26:11 +00:00
(see further hints in <<AppendixB,Appendix B>>)
2011-12-14 04:15:19 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Connect your interface cable to a free USB port
2011-12-14 04:15:19 +00:00
2013-02-18 04:55:27 +00:00
- Put your dive computer into PC Communication mode. (For 'Suunto Viper', press Mode - 1 Memory - 3 TR-PC)
(You should consult the manual of your specific dive computer for your brand and type)
2011-12-14 04:15:19 +00:00
2012-10-21 07:43:03 +00:00
- Go in Subsurface to 'Log - Download From Dive Computer'
2013-02-17 06:26:11 +00:00
* Using the two drop down lists, choose your vendor and product. Here we choose 'Suunto' and 'Vyper'.
* Select the device name under which your interface is connected from the drop down list.
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
* Click the 'OK' button.
2011-12-12 20:18:32 +00:00
2013-02-18 04:55:27 +00:00
- Now watch how your data is retrieved from your dive computer!
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
Depending on your type of computer and/or number of dives, this
could take some time. Please be patient.
2011-12-12 20:18:32 +00:00
2012-10-23 03:53:04 +00:00
[[S_ImportUemis]]
Import new dives from a Uemis Zurich
------------------------------------
Things are very similar when downloading dives from a Uemis Zurich
2013-02-18 04:55:27 +00:00
dive computer (which certainly is one of the ones that DO recharge when
2012-10-23 03:53:04 +00:00
connected to the USB port). The main difference is that you don't enter a
device name, but instead the location where the UEMISSDA file system is
2013-02-18 04:55:27 +00:00
mounted once you connect the dive computer.
2012-10-23 03:53:04 +00:00
On Windows this is a drive letter (often 'E:' or 'F:'), on a Mac this is
'/Volumes/UEMISSDA' and on Linux systems this differs depending on the
distribution that you use. On Fedora it usually is
2013-02-17 06:21:47 +00:00
'/var/run/media/<your_username>/UEMISSDA'. In all cases Subsurface
should suggest the correct location in the drop down list.
So once you have selected this as device name you can download the
dives from the Uemis Zurich. One technical issue with the Uemis Zurich
download implementation (this is a firmware limitation, not a
Subsurface issue) is that you cannot download more than about 40-50
dives without running out of memory on the SDA. This will usually only
happen the very first time you download dives from the Uemis Zurich -
normally when downloading at the end of a day or even after a dive
trip, the capacity is sufficient. If Subsurface displays and error
2013-02-18 04:55:27 +00:00
that the dive computer ran out of space the solution is straight
2013-02-17 06:21:47 +00:00
forward. Disconnect the SDA, turn it off and on again, and reconnect
it. You can now retry (or start a new download session) and the
download will continue where it stopped the last time you tried. You
may have to do this more than once, depending on how many dives you
2013-02-18 04:55:27 +00:00
have stored on your dive computer.
2013-02-17 06:21:47 +00:00
At this point Subsurface downloads most of the information that is
stored on the SDA, including information about dive spots and
equipment. Buddy information is not yet downloaded.
2011-12-12 20:47:42 +00:00
2012-01-02 00:52:45 +00:00
[[S_ViewingLogs]]
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
Viewing and completing your logs
--------------------------------
2011-12-12 20:47:42 +00:00
2013-02-18 04:55:27 +00:00
When all data from your dive computer is transferred, you will see a
2011-12-12 20:47:42 +00:00
listing of your dives in Area 3.
An example:
2011-12-12 22:45:27 +00:00
On Sunday Oct 23, 2011 you made a dive.
2011-12-12 22:37:07 +00:00
In the log line of this dive, you see the following information:
2012-01-02 01:41:05 +00:00
[width="70%",cols="<5%,10%,<20%,<65%",grid="none",frame="none",style="monospaced"]
|===============================================================================
|| # | 12 | Dive number
|| Date | Sun, Oct 23, 2011 10:50 | Date and time of your dive
|| * | | Your rating (none at this time)
|| m | 12.8 | Your maximum depth in meters
|| min | 31:20 | Your dive-time in minutes and seconds
2013-02-16 18:11:04 +00:00
|| Deg. C | 13.0 | Lowest water temperature during your dive
|| kg | | Weight carried (none at this time)
|| Suit | | Exposure protection suit worn (none at this time)
2012-01-02 01:41:05 +00:00
|| Cyl | | Your used cylinder (none at this time)
|| O2% | air | What type of mixture
|| SAC | | SAC (none at this time)
|| Location | | Where you performed your dive (empty)
|===============================================================================
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
As you can see, some information is already there because it is
2013-02-18 04:55:27 +00:00
retrieved from your dive computer. Some information is waiting for
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
you to be added. By double clicking on this dive, you can view and
complete the log.
2013-02-16 18:11:04 +00:00
The different types of information shown in this list may differ depending on the settings. More
about that in <<S_SettingUpPreferences,Setting up preferences>>.
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
2012-01-02 00:52:45 +00:00
[[S_EditDiveInfo]]
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
Edit the dive info
------------------
2011-12-12 20:18:32 +00:00
2013-02-17 05:50:52 +00:00
When you double click on the divelog line, the editor window
2011-12-12 22:45:27 +00:00
opens. Now you can add information that is missing. Let start with
completing the example:
2011-12-12 20:18:32 +00:00
2012-01-02 01:41:05 +00:00
You double clicked on dive #12, as described in <<S_ViewingLogs,Viewing and
completing your logs>>. The Dive Info window pops up and you will see
2011-12-12 22:45:27 +00:00
the following:
2012-01-02 01:41:05 +00:00
[horizontal]
*Location*:: An input where you can enter your new location, or you can choose with the pull-down previous locations
2013-02-16 18:22:05 +00:00
*GPS (WGS84 or GPS format)*:: An input where your can enter geographic coordinates of the dive site
*Pick on map*:: A button you can click on to display an interactive map on which you can select the location of the dive site
2012-01-02 01:41:05 +00:00
*Dive Master*:: An input where you can enter the name of your Dive Master, or you can choose with the pull-down a previous name
2012-10-23 03:53:04 +00:00
*Buddy*:: An input where you can enter the name of you Buddy, or you can choose with the pull-down a previous name
2013-02-16 18:22:05 +00:00
*Rating*:: A pull-down where you can rate your dive
2012-10-21 07:43:03 +00:00
*Suit*:: An input where you can track the exposure protection suit you were wearing
2013-02-16 18:22:05 +00:00
*Visibility*:: A pulldown where you can rate the visibility underwater
*Air Temp in deg. C*:: An input where you can enter the air temperature
2012-01-02 01:41:05 +00:00
*Notes*:: A free input where you can enter information about your dive. What you've seen, etc.
2011-12-12 22:37:07 +00:00
In this example we use the following information:
2012-01-02 01:41:05 +00:00
[horizontal]
*Location*:: Oostvoornse Meer
*Dive Master*:: S. de Vries
*Buddy*:: S. de Vries
*Rating*:: 3 stars
2012-10-21 07:43:03 +00:00
*Suit*:: 7mm wet
2012-01-02 01:41:05 +00:00
*Notes*:: First dive here. Good visibility. Did see the concrete poles, some crab and fish. Very nice and easy dive. +
Made movie with headcam.
2011-12-12 22:37:07 +00:00
2013-02-16 18:22:05 +00:00
Now don't press OK yet!
2011-12-12 22:37:07 +00:00
2012-01-02 00:52:45 +00:00
[[S_EditEquipmentInfo]]
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
Edit equipment info
-------------------
2011-12-12 20:18:32 +00:00
2012-01-02 00:52:45 +00:00
You also want to edit your Cylinder information. And in the
<<S_EditDiveInfo, previous chapter>>, this was not edited. There is
still another item to edit in the Dive Info screen:
2011-12-12 22:37:07 +00:00
2012-10-23 03:53:04 +00:00
- Cylinder: A double-click field set. Here you can edit your Cylinder information
2011-12-12 22:37:07 +00:00
2011-12-12 22:45:27 +00:00
So, when you double click on the cylinder info, you get another
2012-10-23 03:53:04 +00:00
pop-up. This pop-up gives you the following:
2011-12-12 22:37:07 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Cylinder: Pull-down where you can choose your Cylinder, or add your own
2012-01-02 01:41:05 +00:00
- Size: The volume if not `filled'
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Pressure: The maximum pressure of this Cylinder
- Optional:
* Start Pressure: What was the pressure starting the dive
* End Pressure: What was the pressure ending the dive
2013-02-16 18:32:08 +00:00
* Gasmix: What was the percentage O2 and He of the blend
2011-12-12 22:37:07 +00:00
Now we are going to enter the data:
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Cylinder: 15.0 l
- Size: 15.0
- Pressure: 220
2011-12-12 22:45:27 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
Now tick the option for Start & End pressure
2011-12-12 22:45:27 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Start Pressure: 180
- End Pressure: 60
2013-02-16 18:32:08 +00:00
- Press OK
2011-12-12 22:37:07 +00:00
2012-10-21 07:43:03 +00:00
In very much the same way you can enter the weight you were carrying on
the dive. Subsurface tracks the following:
- Type: Specific type of weight system, like weight belt, integrated pockets
- Weight: Amount of weight (by default in kg, but can be switched to use lbs)
Enter the following data:
- Type: Integrated
- weight: 13kg
2013-02-16 18:32:08 +00:00
- Press OK
2012-10-21 07:43:03 +00:00
2011-12-12 22:45:27 +00:00
Now your dive information for this dive is complete. You can now press
2013-02-16 18:32:08 +00:00
OK in the Dive Info screen and view the results.
2011-12-12 22:37:07 +00:00
2012-01-02 00:52:45 +00:00
[[S_AddingEquipment]]
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
Adding equipment info
---------------------
2011-12-12 22:37:07 +00:00
2011-12-12 22:45:27 +00:00
In Area with the 3 tabs there is the tab Equipment. With this tab, you
2012-10-21 07:43:03 +00:00
can add Cylinders and Weight Systems (just like in the previous dialog).
We are going to add an additional Cylinder:
2011-12-12 22:37:07 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- In the main screen, click on the Equipment tab. This shows your
Cylinder you added in 7.
2012-10-23 03:53:04 +00:00
- Now press the Add button and the Cylinder pop-up comes back.
2011-12-12 22:37:07 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Just like you added your Cylinder information in 7. Edit equipment
info, you add your cylinder information for the second Cylinder.
Fill in all the information about this Cylinder and press OK.
2011-12-14 03:55:26 +00:00
2012-01-02 00:52:45 +00:00
[[S_ViewInfoStats]]
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
View info & Stats
-----------------
2011-12-12 22:37:07 +00:00
2012-10-21 07:43:03 +00:00
After adding all the information, you can use the tab Dive Info and
the Stats tab. These tabs will provide you with all the (statistical and
2011-12-12 22:45:27 +00:00
calculated) information regarding your dive.
2011-12-12 22:37:07 +00:00
The information contains:
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Dive Info:
2011-12-12 22:45:27 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
** Date: Date and time of your dive
** Dive Time: Duration of your dive
** Surf Intv: Interval between previous dive and this dive
** Max Depth: Maximum depth of this dive
** Avg Depth: The average depth of this dive
2013-02-16 18:54:05 +00:00
** Visibility: The visibility under water
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
** Water Temp: Lowest temperature of the water
2013-02-16 18:54:05 +00:00
** Air Temp: The temperature of the air at the surface
** Air Press: The air pressure at the surface
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
** SAC: The amount of Surface Air Consumption liters per minute
** OTU: The Oxygen Toxicity Units of this dive
** O2/He: Amount of Oxygen/Helium
** Gas Used: The total volume of gas used during this dive
2011-12-12 22:45:27 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Statistics:
2011-12-12 22:45:27 +00:00
2013-02-16 18:54:05 +00:00
** Dives: Number of dives covered (usually one, unless you select more dives)
2012-10-21 07:43:03 +00:00
** Max/Min/Avg Temp: Corresponding temperature of the dives covered
** Total time: Total time of the covered dives together, calculated
2012-10-23 03:53:04 +00:00
** Avg/Long/Short Time: The average / longest / shortest dive time of the covered dives, calculated
2012-10-21 07:43:03 +00:00
** Max/Min/Avg Depth: The maximum / minimum / average depth of the covered dives
2013-02-16 18:54:05 +00:00
** Max/Min/Avg SAC: Highest / lowest / average Surface Air Consumption of your covered dives
2011-12-12 22:37:07 +00:00
2012-01-02 00:52:45 +00:00
[[S_SettingUpPreferences]]
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
Setting up preferences
----------------------
2011-12-12 20:18:32 +00:00
2011-12-12 20:47:42 +00:00
Subsurface has the ability to modify the preferences you want. By
2013-02-16 20:39:45 +00:00
using menu 'File - Preferences' you will be presented a pop-up. The pop-up
has two tabs: 'General Settings' and 'Tec Settings'.
The General Settings allow you to select units, columns to be shown, the
font used for the divelist and the default file that contains the data.
The Tec Settings offer extra columns to show, settings for more graphs and
information to be shown in the dive profile and settings for GFlow and
GFhigh.
In General Settings you are free to choose what your preference are for the
units to be displayed, with other words, use Metric or Imperial.
You can set the following options with 'Units':
2011-12-12 20:03:04 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Depth: Your diving depth in Meters or Feet
- Pressure: The pressure of your tank(s) in Bar/Ato or PSI (Pressure Square Inch)
- Volume: The volume of your tank(s) in Liter or CuFt (Cubic Feet) (At sea-level pressure)
2012-10-23 03:53:04 +00:00
- Temperature: The temperature of the water in Celsius or Fahrenheit
- Weight: The weight of your weight system in kg or lbs
2011-12-12 20:18:32 +00:00
2013-02-16 20:39:45 +00:00
In the main screen, you did see in Area 3, some information. With the
'Show Columns', you can enable/disable options you would like to show
2011-12-12 22:45:27 +00:00
there:
2013-02-16 20:39:45 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Show Temp: Shows the temperature of your dive
- Show Cyl: Shows the cylinder(s) of your dive
- Show O2%: Shows the O2% of your dive
- Show SAC: Shows the SAC of your dive (Surface Air Consumption)
2012-10-21 07:43:03 +00:00
- Show Weight: Shows the total weight carried
- Show Suit: Shows the suit you were wearing
2013-02-16 20:39:45 +00:00
With 'Divelist Font', you can change the font used in the dive list,
And you can use 'Default XML Data File' to specify which file contains the
data the program will use by default.
The other tab holds the 'Tec Settings'
You can select more columns to be shows with 'Show Columns':
- OTU The number of Oxygen Toxicity Units
2013-02-17 06:39:21 +00:00
- maxCNS The maximum Central Nervous System oxygen toxicity
2013-02-16 20:39:45 +00:00
The 'Profile Setting' allow you to show extra information in the dive profile:
- Show pO2 graph Show a graph of the oxygen partial pressure (with a threshold, default 1.6)
2013-02-17 06:39:21 +00:00
- Show pN2 graph Show a graph of the nitrogen partial pressure (with a threshold, default 4.0)
2013-02-16 20:39:45 +00:00
- Show pHe graph Show a graph of the helium partial pressure (with a threshold, default 13.0)
- Show MOD Show the Maximum Operating Depth of the used gasmix (for the given max. ppO2, default 1.6)
- Show EAD, END, EADD Show Equivalent Air Depth (considering N2 and O2 narcotic), Equivalent Nitrogen Depth (considering just N2 narcotic) and Equivalent Air Density Depth
2013-02-18 04:55:27 +00:00
- Show dc reported ceiling in red Show the ceiling as reported by the dive computer
2013-02-16 20:39:45 +00:00
- Show calculated ceiling Show the ceiling as calculated by Subsurface
- 3m increments for calculated ceiling The calculated ceiling is not continuous, but increments in 3m steps
- GFlow Set the Low Gradient Factor (default 30)
- GFhigh Set the High Gradient Factor (default 75)
2011-12-12 20:18:32 +00:00
2011-12-12 20:03:04 +00:00
I will give an example here:
2011-12-12 20:18:32 +00:00
I am a diver in The Netherlands, using the Metric System. Therefor, I
go to the menu File, choose Preferences here. In the Units section, I
2012-03-22 11:34:41 +00:00
use the following:
2011-12-12 20:18:32 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Depth: Meter
- Pressure: Bar
- Volume: Liter
2012-10-23 03:53:04 +00:00
- Temperature: Celsius
2012-10-21 07:43:03 +00:00
- Weight: kg
2011-12-12 20:18:32 +00:00
2011-12-12 20:03:04 +00:00
I would like to see the:
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Temperature
- Show Cyl
- Show O2%
- Show SAC
2011-12-12 20:03:04 +00:00
2011-12-12 20:18:32 +00:00
Clicking OK on the dialog stores these settings.
2011-12-14 03:55:26 +00:00
2012-01-02 00:52:45 +00:00
[[S_HowFindDeviceName]]
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
How to find the Device Name
---------------------------
2011-12-14 03:55:26 +00:00
2013-02-18 04:55:27 +00:00
When you connect your dive computer by using an USB connector, usually
2013-02-17 06:16:30 +00:00
Subsurface will propose a drop down list that contains the correct
device name (or mount point for the Uemis Zurich). In the rare cases
where this doesn't work here are some instructions on ways to find out
what your dive name is:
2011-12-14 03:55:26 +00:00
2013-02-17 06:16:30 +00:00
.On Linux:
2011-12-14 03:55:26 +00:00
2012-10-23 03:53:04 +00:00
- Disconnect your USB cable of your dive computer
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Open a terminal
- Type the command: 'dmesg' and press enter
2013-02-18 04:55:27 +00:00
- Plug in your USB cable of your dive computer
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Type the command: 'dmesg' and press enter
2011-12-14 03:55:26 +00:00
2012-10-23 03:53:04 +00:00
Within your terminal you should see a message similar to this one:
2011-12-14 03:55:26 +00:00
usb 2-1.1: new full speed USB device number 14 using ehci_hcd
usbcore: registered new interface driver usbserial
USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
USB Serial support registered for FTDI USB Serial Device
ftdi_sio 2-1.1:1.0: FTDI USB Serial Device converter detected
usb 2-1.1: Detected FT232BM
usb 2-1.1: Number of endpoints 2
usb 2-1.1: Endpoint 1 MaxPacketSize 64
usb 2-1.1: Endpoint 2 MaxPacketSize 64
usb 2-1.1: Setting MaxPacketSize 64
usb 2-1.1: FTDI USB Serial Device converter now attached to ttyUSB3
usbcore: registered new interface driver ftdi_sio
ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
2012-10-23 03:53:04 +00:00
You see that in the third line from the bottom, the USB adapter is
2011-12-14 03:55:26 +00:00
detected and is connected to 'ttyUSB3'. Now you use this information in
2013-02-18 04:55:27 +00:00
the import settings as '/dev/ttyUSB3'. Your dive computer interface is
2011-12-14 03:55:26 +00:00
connected and you should be able to import your dives.
2013-02-17 06:16:30 +00:00
.On Windows:
Simply try COM1, COM2, etc. The drop down list should contain all connected COM devices.
.On MacOS:
2013-02-18 04:55:27 +00:00
The drop down box should find all connected dive computers.
2013-02-17 06:16:30 +00:00
2013-02-17 08:10:12 +00:00
[[S_ImportingAlienDiveLogs]]
Importing divelogs from other software
--------------------------------------
Subsurface will import divelogs from a couple of other log software. We
support currently XML exports from DivingLog as well as Suunto
DiveManager. Native format of JDivelog and MacDive are imported as well.
When importing dives subsurface tries to detect multiple records for
the same dive and merges the information as best as it can. So as long
as there are no time zone issues (or other reasons that would cause the
beginning time of the dives to be substantially different) subsurface
will not create duplicate entries.
2012-01-02 00:52:45 +00:00
[[S_ImportingDivesJDivelog]]
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
Importing dives from JDivelog
-----------------------------
2011-12-16 19:14:15 +00:00
Maybe you have been using JDivelog and you have a lot of dives logged in
this program. You don't have to type all information by hand into
Subsurface, because you can import your divelogs from JDivelog.
2012-03-22 11:34:41 +00:00
JDivelog stores its information into files with the extension of .jlb.
2011-12-16 19:14:15 +00:00
These .jlb contain all the information that has been stored, except your
images in xml format.
2012-10-21 07:43:03 +00:00
By using the menu 'File - Import XML File(s)' you get a popup asking
for the filename. To import your JDivelog file(s) do the following:
2011-12-16 19:14:15 +00:00
2012-10-21 07:43:03 +00:00
- Open 'File - Import XML Files(s)' on the menu
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Browse your directories to the location where your *.jlb file is
- Select your existing *.jlb file and click 'open'
- Click the OK button in the popup
2011-12-16 19:14:15 +00:00
After a few moments, you see your existing logs in Subsurface. Now you can
2012-01-02 00:52:45 +00:00
edit your dives like explained in <<S_EditDiveInfo, chapter 6>>.
2011-12-16 19:14:15 +00:00
2011-12-23 18:43:58 +00:00
Information that is imported from JDivelog into the location field:
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Extended dive location information
2011-12-23 18:43:58 +00:00
Information that is merged into the location or notes field:
2011-12-16 19:14:15 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Used amount of weight
- Used type of suit
- Used type of gloves
- Type of dive
- Dive activity
2011-12-16 19:14:15 +00:00
2012-03-22 11:34:41 +00:00
Alternatively, you can start subsurface with the --import command line
2011-12-16 21:11:29 +00:00
which will have the same effect:
subsurface MyDives.xml --import JDivelogDives.jlb
will open your divelog (assuming that's called MyDives.xml) and then
import the dives from JdivelogDives.jlb. You can now save the combined
divelog back as MyDives.xml.
2012-01-02 00:52:45 +00:00
[[S_ImportingDivesSuunto]]
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
Importing dives from Suunto Divemanager 3.*
-------------------------------------------
2011-12-23 18:43:58 +00:00
Before you can start importing dives from Suunto Divemanager, you first
have to export the dives you want to import. Subsurface does not import
directly from the Suunto Divemanager log files. The following procedures
unpacking instructions for Linux and Windows.
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
Export from Suunto Divemanager
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Start Suunto Divemanager and login with the name containing the logs
- Do not start the import wizard to import dives from your computer.
- In the navigation tree on the left side of the program-window, select your dives.
- Within the list of dives, select the dives you would like to import later:
* To select certain dives: hold ctrl and point & click the dive
* To select all dives: Select the first dive, hold down shift and select the last dive
- With the dives marked, use the program menu 'File - Export'
2012-10-23 03:53:04 +00:00
- The export pop-up will show
- Within this pop-up, there is one field called Export Path.
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
* Click the button browse next to the field Export Path
** A file-manager like window pops up
** Navigate to the directory where you want to store the Divelog.SDE file
** Optional change the name of the file you want to save
** Click 'Save'
2012-10-23 03:53:04 +00:00
* You are back in the Export pop-up. Press the button 'Export'
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Your dives are now exported to the file Divelogs.SDE.
2013-02-16 21:48:56 +00:00
Reading Suunto Divemanager Export in Subsurface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The file Divelogs.SDE can now be opened (or imported) in
Subsurface. Different from earlier versions of Subsurface, no manual
unpacking of the .SDE file is needed anymore.
2011-12-23 18:43:58 +00:00
2013-02-17 08:04:52 +00:00
[[S_ImportingMacDive]]
Importing dives from MacDive
----------------------------
Importing logs from MacDive is as easy as it gets. Do the following
steps in Subsurface:
- Open the following menu 'File - Import XML Files(s)'
- Browse your directories to the location where your MacDive logs are
stored
- Select the log file(s) you want to import and click 'open'
- Click the OK button in the popup
After a few moments, you see your existing logs in Subsurface. Now you can
edit your dives like explained in <<S_EditDiveInfo, chapter 6>>.
We currently attempt to import all the relevant dive information
excluding the used equipment and diver name.
It is also possible to do the importing from command line just like with
JDivelog (see <<S_ImportingDivesJDivelog>>):
subsurface MyDives.xml --import MacDiveDives.xml
2013-02-18 13:39:18 +00:00
[[S_DivePlanning]]
Planning dives
--------------
Subsurface supports planning of dives using open and closed circuit
equipment. Deco calculations with optionally displaying the ceiling is
done using a new implementation of Bühlmann ZH16 algorithm with
gradient factors. Since the planner and our implementation of
decompression algorithms are new and have received only a limited amount
of testing - WE STRONGLY RECOMMEND NOT TO PLAN DIVES SIMPLY BASED ON THE
RESULTS GIVEN HERE.
Basic information that is to be inserted when planning a dive is the
planned start time of the dive, air consumption and planned depths and
segment times. There is also other information available for those who
are familiar with dive planning or use closed circuit rebrethers.
[width="70%",cols="<5%,20%,<75%",grid="none",frame="none",style="monospaced"]
|===============================================================================
|| Dive starts | +60:00 means that the dive is 60 minutes in the future
|| Surface Pressure | Air pressure on surface, default 1013 should suffice for most
|| SAC during dive | Air consumption during the dive, use conservative value based on your own air consumption e.g. 20l/min
|| SAC during decostop | Air consumption during decompression stop, e.g. 17 l/min
|| GFlow | Gradient factor low value affects the ceiling calculation, leave to default if you are not familiar with GF
|| GFhigh | Gradient factor high value affects the ceiling calculation, leave to default if you are not familiar GF
|| **Ending Depth** | Depth where current segment ends, can be used for ascending, descending and level
|| **Segment Time** | +3 min is relative time from segment start, 7 is an absolute time from the start of the dive
|| **Gas Used** | Mix used; AIR, EAN32, 15/50 (compressed air, 32% nitrox, and trimix)
|| **CC SetPoint** | ***FIX*** This has something to do with rebrethers so better leave empty if you are like me
|===============================================================================
Information marked with bold is used multiple times to do the actual
planning of the dive. So let's plan a dive to 20 meters lasting 20
minutes at that depth and another 10 minutes in 10 meters. We'll only
concentrate on the dive profile here filling the segments.
[width="30%",cols="<15%,10%,<15%,<60%",grid="none",frame="none",style="monospaced"]
|===============================================================================
|| 20 | +3 | AIR
|| 20 | +20 |
|| 10 | +1:30 |
|| 10 | +10 |
|===============================================================================
So we define the ending depth for the first segment to be 20 meters
(assuming metric preferences, you can also define the depth explicitly
to m or ft). We will take it easy and descent takes 3 minutes from
surface to the planned depth. Then we spend 20 minutes in same level
using same air as before (used gas is left empty).
Ascent to 10 meters will take one and half minutes that is slower than
the fastest recommendation. However, as you can see in Subsurface's
calculations it is still marked with yellow, meaning somewhat
conservative speed (green would be conservative and red on the fast
side). After the defined 10 minutes at even depth of 10 meters we let
Subsurface calculate how we will surface. If decompression is required
these stops are taken into account and can be easily visualised by
setting the first depth to e.g. 30 meters.
Pre-populated segments can be left empty and new segments can be added
by clicking the 'Add waypoint'. Note that if you go to edit previous
segments, the later segments values are not properly included in the
calculation until they get a focus out event or 'OK' is clicked.
2013-02-18 19:14:23 +00:00
[[S_Webservice]]
Web Service and Companion App
-----------------------------
This part of Subsurface is a bit of 'work in progress'. We are
developing a companion application for Android that will allow you to
track dive sites from your GPS-enabled Android device; at the time of
the Subsurface 3.0 release the app wasn't ready to be submitted to the
Google Play store, but since it is mostly usable when built form
source we left the server side integration in Subsurface.
Assuming you have used the companion app to name and locate dive sites
you can use this menu item to connect to our backend server and
download this data. Enter your userid (you got this when registering
with the web service) and click 'Download'. If the data was
successfully downloaded you can click apply and Subsurface will match
the time stamps of the downloaded location and site name information
with the dives in your log and will add the GPS locations and dive
site names to your dives.
2012-01-02 00:52:45 +00:00
[[S_Menu]]
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
The menu and sub-menus
----------------------
2011-12-27 00:14:44 +00:00
Within Subsurface, there are several menu and sub-menu options. All of
those will be described here with their function.
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
The file menu
~~~~~~~~~~~~~
2011-12-27 00:14:44 +00:00
The file menu is used for the following menu options:
2012-10-21 07:43:03 +00:00
- New:: Close your current divelog (saving if necessary) and start a new empty dive list
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Open:: Open your saved Subsurface xml file(s)
- Save:: Save your current divelogs or changes you made to your divelogs
2012-10-21 07:43:03 +00:00
- Save As:: Save your current divelogs or changes you made to your divelogs under a different name
- Close:: Close your current divelog, saving as necessary
- Import XML File(s):: Import your dives from files exported by other divelogs
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Print:: Print your current divelog profiles and information about the dive
2012-01-02 01:41:05 +00:00
- Preferences:: Set your preferences as described in <<S_SettingUpPreferences,chapter 10>>
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- Quit:: Quit the program
2011-12-27 00:14:44 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
The Log menu
~~~~~~~~~~~~
2011-12-27 00:14:44 +00:00
2012-10-21 07:43:03 +00:00
Within the Log menu, you will find the following sub-items:
2011-12-27 00:14:44 +00:00
2012-10-21 07:43:03 +00:00
- Download From Dive Computer:: Allows you to download dive information from your dive computer
2013-02-16 21:02:31 +00:00
- Download From Web Service:: Allows you to download dive information from the webservice
2013-02-18 04:55:27 +00:00
- Edit Device Names:: Allows you to add device nicknames to dive computers
2012-10-21 07:43:03 +00:00
- Add Dive:: Manually add a dive that you cannot download from an existing computer
2012-10-23 03:53:04 +00:00
- Renumber:: This option provides you with a pop-up. Within this
pop-up you can choose what the first number of your dives should be
2011-12-27 00:14:44 +00:00
for this set of dives.
2012-10-21 07:43:03 +00:00
- Autogroup:: Toggle the auto group setting (see the discussion in the <<S_SettingUpPreferences,chapter 10>>)
- Toggle Zoom:: The dive profile tries to convey some first glance information about
the depth of a dive - so the vertical scaling of the profile always
show a minimum of 30m / 90ft. This can be changed to be only 10m / 30ft.
2013-02-16 21:02:31 +00:00
- Yearly Statistics:: Contrary to the Statistics in the main display, these are purely calendar based
- Dives Locations:: Show an interactive map with locations of the logged dives with GPS coordinates
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
- View:: This is a submenu containing:
* List:: Show only the list of dives you have made
* Profile:: Show only the dive profile of the selected dive
* Info:: Show only the 3 tab information screen
* Three:: Show the 'default' 3 screen setup
2013-02-18 04:55:27 +00:00
* Prev DC Switch to the previous dive computer
* Next DC Switch to the next dive computer
2011-12-27 00:14:44 +00:00
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
The Filter menu
~~~~~~~~~~~~~~~
2011-12-27 00:14:44 +00:00
This menu gives you the choice to enable or disable Events for the
selected divelog(s). At this time, you can enable or disable ascent.
When you enable ascent for your dives, within the dive profile, a yellow
marker with exclamation sign (!) will show on the points where you have
2012-10-23 03:53:04 +00:00
ascended.
2011-12-27 00:14:44 +00:00
2013-02-18 13:39:18 +00:00
The Planner menu
~~~~~~~~~~~~~~~~
This men opens up a dive planning dialog. The dive planning is described
in <<S_DivePlanning>>.
First try at converting user-manual to AsciiDoc
You can do "make doc" in the main directory to create the html version,
and if you want to play around with it, do "make show" in the
Documentation subdirectory to start firefox on the end result.
It's by no means perfect, but it gives somewhat reasonable results, and
this is enough initial work for people to play around with, I think.
NOTE! You need "asciidoc" installed to do this: it's a python program,
so it should be pretty easy even on non-Linux platforms. And on Linux,
most distributions package it, so you just have to do something like
yum install asciidoc
to get it (replace with apt-get/zypper/whatever).
Asciidoc can generate other output too (man-pages, LaTeX, etc), maybe
people want to play with that part too.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-01-01 23:12:28 +00:00
The Help menu
~~~~~~~~~~~~~
2011-12-27 00:14:44 +00:00
The Help menu shows only the About, which contains the version and author
information and License button.
2012-01-02 00:52:45 +00:00
[[AppendixA]]
Appendix A: Supported Dive Computers
------------------------------------
2011-12-14 03:55:26 +00:00
2013-02-18 04:55:27 +00:00
The use of libdivecomputer provides the support for dive computers.
2013-02-17 05:59:10 +00:00
Within the 'File - import' dialog box you will see a list of
2013-02-18 04:55:27 +00:00
dive computer vendors and respective products. This list is covering a
2013-02-17 05:59:10 +00:00
compatible set. Please check your users manual to check if your
computer will be supported.
2013-02-18 04:55:27 +00:00
Supported dive computers::
2013-02-17 05:59:10 +00:00
Atomics Aquatics:::
* Cobalt
Cressi / Zeagle / Mares:::
* Edy, Nemo Sport
* N2iTiON3
Mares:::
* Nemo, Nemo Excel, Nemo Apneist, ...
* Puck, Puck Air, Nemo Air, Nemo Wide, ...
* Darwin, Darwin Air, M1, M2, Airlab
* Icon HD, Icon HD Net Ready, Nemo Wide 2
Oceanic / Aeris / Sherwood / Hollis / Genesis / Tusa (Pelagic):::
* VT Pro, Versa Pro, Pro Plus 2, Wisdom, Atmos 2, Atmos AI, Atmos Elite, ...
* Veo 250, Veo 180Nx, XR2, React Pro, DG02, Insight, ...
* Atom 2.0, VT3, Datamask, Geo, Geo 2.0, Veo 2.0, Veo 3.0, Pro Plus 2.1, Compumask, Elite T3, Epic, Manta, IQ-900 (Zen), IQ-950 (Zen Air), IQ-750 (Element II), ...
Heinrichs Weikamp:::
* OSTC, OSTC Mk.2, OSTC 2N
* From
Reefnet:::
* Sensus
* Sensus Pro
* Sensus Ultra
Shearwater:::
* Predator, Petrel
Suunto:::
* Solution
* Eon, Solution Alpha and Solution Nitrox/Vario
* Vyper, Cobra, Vytec, Vytec DS, D3, Spyder, Gekko, Mosquito, Stinger, Zoop
* Vyper2, Cobra2, Cobra3, Vyper Air and HelO2
* D9, D6, D4, D9tx, D6i and D4i
Uemis:::
* Zurich
Uwatec:::
* Aladin
* Memo Mouse
* Smart, Galileo (infraread)
Zeagle:::
* N2iTiON 3
2011-12-23 18:43:58 +00:00
2012-01-02 00:52:45 +00:00
[[AppendixB]]
2013-02-16 21:48:56 +00:00
Appendix B: Mac OSX Driver Installation
2013-02-07 08:33:59 +00:00
---------------------------------------
Working out which driver to use for a Mac requires for a particular dive computer can
require some experimentation. The libdivecomputer website provides a useful point from
which to start: http://www.divesoftware.org/libdc/drivers.html. It lists a number of
2013-02-17 06:39:21 +00:00
sites for manufacturers of the serial to USB chips which provide the necessary conversions.
2013-02-07 08:33:59 +00:00
Here you have two alternatives. Either you try each of the major drivers in turn until
you find the right one, or you follow some further steps to try and identify the right
driver up front. To determine the required driver up front, first attach the usd to device
connector cable. Next open a terminal window and run the command:
system_profiler SPUSBDataType > usb.txt
you should end up with a file (usb.txt in this example) which contains the VID/PID information
2013-02-17 06:39:21 +00:00
which can then be used with the URL above to narrow the field. Just open the text file and
2013-02-07 08:33:59 +00:00
compare the information with the table in the drivers section of the web page. This should
point you to the relevant driver manufacturer. Typically, one then needs to navigate to the
relevant sub page for "drivers" and then the one for "VCP drivers." VCP stands for Virtual
Com Port. You want VCP rather than D2XX drivers, for example. Make sure to download the correct
version for your particular version of OS X.
These can be downloaded to the Mac and installed in the usual way. Details on how to
install on OS X 10.8 differ from earlier versions due to the new security functions.
Put simply, unless the driver has been digitally signed in an approved way OS X will
block the installation. You can either make some changes to your system security settings
or manually override the block. The latter seems more sensible and only involves
control-clicking the installation package and answering some standard dialogs. The sequence
goes like this:
- download the driver .dmg package to your downloads folder
- right click the downloads folder an navigate to the new dmg package
- control-click the package: a dialog will open stating that the package has not been signed
and is from an unknown developer and asking whether you really want to proceed
- if happy, you accept the dialog and the package opens and may show you one or more versions
- select the relevant version, click the package installer and that should be it.
You can find a high-level explanation of the new security features from apple here:
https://www.apple.com/osx/what-is/security.html.
Until you have the correct driver installed, subsurface will not connect to your dive
computer. If you try one VCP driver and it still doesn't work, try the next manufacturer
until it does. If you run out of drivers and still can't get things working perhaps
it is time to contact us via the subsurface mail lists.