Search found 5756 matches

by divinglog
Thu Jul 06, 2006 21:25
Forum: Allgemeines
Topic: Aladin Air Z
Replies: 2
Views: 3256

Hallo Hermann-Josef Um den Aladin am PC mit der Memomouse auszulesen, mußt du DataTrak benutzen und anschließend die Tauchgänge in Diving Log über "Datei > Import > Datatrak" importieren. Um den Aladin am PC mit einem der Selbstbauinterfaces auszulesen, kannst du direkt Diving Log verwende...
by divinglog
Thu Jul 06, 2006 18:45
Forum: General
Topic: Unit Descriptions
Replies: 4
Views: 4397

Yes, I think these are differences between British, American and Australian English :wink:
by divinglog
Tue Jul 04, 2006 19:53
Forum: General
Topic: Suunto Ascent Warnings
Replies: 3
Views: 4884

Hello Lloyd

I'll check the Suunto Import program and try to figure out how the warings are saved.

Sven
by divinglog
Mon Jul 03, 2006 18:49
Forum: Allgemeines
Topic: Unterschrift
Replies: 3
Views: 3773

Im Druckdesigner geht das leider noch nicht, wird aber kommen.
by divinglog
Mon Jul 03, 2006 17:38
Forum: Allgemeines
Topic: Unterschrift
Replies: 3
Views: 3773

Hallo Frank

Die Unterschrift ist automatisch auf dem Desktop vorhanden wenn du das Logbuch vom PPC kopiert hast. Um sie anzuzeigen kannst du im Logbuchfenster unter "Grafik" auf den 4. Button von links klicken. Damit kannst du zwischen Grafik und Unterschrift umschalten.

Sven
by divinglog
Sun Jul 02, 2006 21:14
Forum: Extensions
Topic: phpDivingLog
Replies: 330
Views: 966106

Hi Lloyd

Thanks for the link, great work! 8)

I have plans to add a direct MySQL database upload tool, so this will be easier for you to get your data online.

Sven
by divinglog
Fri Jun 30, 2006 19:12
Forum: General
Topic: Combobox List
Replies: 5
Views: 4980

Hi Wim When you enter only the dive place name without using the details window (and link the name), it is not possible to find out in which country this place is, because there will be dive places with the same name in different cities or countries. Even the same dive place can be accessed from dif...
by divinglog
Fri Jun 30, 2006 19:04
Forum: General
Topic: Manually Add Profile
Replies: 6
Views: 5672

Hi Wim This feature is already included in the current version 4.0.4. If you click in the logbook window on the tab "Profile Data" you can enter and edit the dive profile data. Screenshot from the German version: https://www.divinglog.de/pics/profileingabe.jpg Simply enter a depth value an...
by divinglog
Thu Jun 29, 2006 19:26
Forum: General
Topic: MySQL Dump Entrytime Problem
Replies: 1
Views: 2485

Thank you Lloyd, I'll fix that.
by divinglog
Thu Jun 29, 2006 19:16
Forum: General
Topic: Air Usage Feature
Replies: 9
Views: 6932

SAC = Surface Air Consumption Rate
by divinglog
Thu Jun 29, 2006 19:15
Forum: General
Topic: Uwatec Surface Interval Values
Replies: 1
Views: 2400

Hello Lloyd

Yes, I think so. You can see what SmartTrak shows as surface interval for the dives and what Diving Log display after import. Normally it should be the same.

Sven
by divinglog
Wed Jun 28, 2006 14:05
Forum: General
Topic: Air Usage Feature
Replies: 9
Views: 6932

In this thread I have written something about the profile format.

Sven
by divinglog
Wed Jun 28, 2006 12:25
Forum: General
Topic: Air Usage Feature
Replies: 9
Views: 6932

I run through the dive profile, sum all depth entries and divide the value at the end with the number of profile entries. Then you have the average depth. You can decide if you want to add zero values or not, I'll use all entries in my formular.

Sven
by divinglog
Wed Jun 28, 2006 12:09
Forum: General
Topic: Air Usage Feature
Replies: 9
Views: 6932

Hi Lloyd

There are different ways, but I use this. To calculate the SAC in liter/min (all units in metric):

Code: Select all

SAC = ((PresS - PresE) * Tanksize) / (Divetime * (AverageDepth / 10 + 1))
To calculate it in ft³/min:

Code: Select all

SAC = SAC * 0.035335689046
Best regards,
Sven
by divinglog
Wed Jun 28, 2006 08:40
Forum: General
Topic: MySQL Problems
Replies: 2
Views: 17420

Hi Lloyd Thanks for reporting this bug. You have until the next update 2 ways to fix it: - Uncheck the table DBInfo in the export dialog of Diving Log (this table contains only some database informations for Diving Log itself) - If you want the table exported you must open the dump file in an text e...