|
Installation
Introduction
Getting
Started
Operations Centre
Subscriptions
Training Records
Dive Logs
Log
A Club Dive 1
Log A Club Dive 2
Dive List
Dive Log - Summary
Dive Log - Profile
Importing A Dive Profile
Dive Details
Equipment
Resource
Databases
Customising
DiveData
|

There are a vast range of dive
computers, so it would be impossible to write a routine to directly
connect to every computer. As a compromise you can read in text files,
providing they are in a particular format. Two formats are currently
supported; comma delimited and tab delimited. Most databases and
spreadsheets can export data in one, or both, of these formats and it is
then easy to use notepad to get the data into the correct layout to
import.
|
Comma
delimited
|
|
|
23/10/94
|
Date, as dd/mm/yy
|
|
15:32
|
Time, as hh:mm
|
|
32.6
|
Max depth
|
|
0,0
|
Start of dive; 0 mins, 0
metres
|
|
1,6.2
|
Time 1 min, Depth
|
|
2,18.5
|
Time 2 min, Depth
|
|
...
|
|
|
15,3.2
|
Time 15 min, Depth
(surfaced)
|
|
16,0
|
End of dive, 16 mins, 0
metres
|
|
Tab
delimited
|
|
|
23/10/94
|
Date, as dd/mm/yy
|
|
15:32
|
Time, as hh:mm
|
|
32.6
|
Max depth
|
|
1
6.2
|
Start of dive; 0 mins, 0
metres
|
|
2
18.5
|
Time 1 min, Depth
|
|
3
15.6
|
Time 2 min, Depth
|
|
...
|
|
|
15
3.2
|
Time 15 min, Depth
(surfaced)
|
|
16
0
|
End of dive, 16 mins, 0
metres
|
|