How to define own tanks?

59 views
Skip to first unread message

Dirk Lehmann

unread,
Sep 19, 2023, 8:26:29 AM9/19/23
to Subsurface Divelog
How to define own tanks?
I need a D10, but it isn't available in the list.
Didn't find any way to define that within the mobile app.


Any hints?
CU
Lemmi

Robert C. Helling

unread,
Sep 19, 2023, 9:32:04 AM9/19/23
to Subsurface Divelog
You can add whatever tank you want on the desktop app. Once you have a dive with that cylinder in your log it is offered to you on mobile as well.

Best
Robert

Crawford Currie

unread,
Sep 19, 2023, 10:07:55 AM9/19/23
to subsurfac...@googlegroups.com
On 19/09/2023 14:32, 'Robert C. Helling' via Subsurface Divelog wrote:
You can add whatever tank you want on the desktop app. Once you have a dive with that cylinder in your log it is offered to you on mobile as well.
On a recent trip, 8 of us were diving 232 bar D10s. I tried to get everyone to use Subsurface, but this exact issue killed that idea - no-one on board had a laptop, and even if they did, there was no internet.
There is no "off the shelf" option for a single 20L volume anywhere in the default cylinder definitions.

BTW I know several people who dive 232 bar twin 7's as well, there's no default option (14L volume) for them either.

Simple to fix, I think.

diff --git a/core/equipment.c b/core/equipment.c
index 685306981..933ccab42 100644
--- a/core/equipment.c
+++ b/core/equipment.c
@@ -289,7 +289,9 @@ static void add_default_tank_infos(struct tank_info_table *table)
        add_tank_info_metric(table, "15ℓ 200 bar", 15000, 200);
        add_tank_info_metric(table, "15ℓ 232 bar", 15000, 232);
        add_tank_info_metric(table, "D7 300 bar", 14000, 300);
+       add_tank_info_metric(table, "D7 232 bar", 14000, 232);
        add_tank_info_metric(table, "D8.5 232 bar", 17000, 232);
+       add_tank_info_metric(table, "D10 232 bar", 20000, 232);
        add_tank_info_metric(table, "D12 232 bar", 24000, 232);
        add_tank_info_metric(table, "D13 232 bar", 26000, 232);
        add_tank_info_metric(table, "D15 232 bar", 30000, 232);


Regards,

C.

Best
Robert

dirkle...@googlemail.com schrieb am Dienstag, 19. September 2023 um 14:26:29 UTC+2:
How to define own tanks?
I need a D10, but it isn't available in the list.
Didn't find any way to define that within the mobile app.


Any hints?
CU
Lemmi
--
You received this message because you are subscribed to the Google Groups "Subsurface Divelog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subsurface-dive...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/subsurface-divelog/8d320004-5eb7-4aff-b2ea-e6402556fa25n%40googlegroups.com.


--
Crawford Currie
SCUBA Instructor, Hartford Sub-Aqua Club
Taijiquan Instructor, Chenjiagou Taijiquan GB

07837 877956
Reply all
Reply to author
Forward
0 new messages