It appears you have not yet registered with our community. To register for free click here
DIR Explorers
       

DIR Kit questions Agonising over what to buy, ask other divers what they have done and what they have found. Bought something great or new - tell us.

Reply
 
Thread Tools
Old September 1st, 2006, 11:55 AM   #1 (permalink)
Joe Hesketh(Offline)
New Member
 
Joe Hesketh's Avatar
 

Join Date: Nov 2005
Location: London, UK
Posts: 705
Joe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond repute


Aladin Tec’s seem to be flavour of the month. Funnily enough I was also thinking of up(sideways)grading my Vytec to the UWATEC for the depth averaging, IR connection and salt/fresh water switch-ability (OK then, mainly just because I’m a sad puppy).

I downloaded the SmartTrak software last night and was trying to find a way of importing dives from those stored in Suunto’s Dive Manager and failed

Has anyone managed to do this? You can export from SDM in .CSV format but the UWATEC software only seems to accept imports in its own proprietary format? Alternatively, is there some other third party software that will take imports from the SDM and then export in SmartTrak format?

Any help appreciated.

Joe
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old December 3rd, 2006, 11:11 PM   #2 (permalink)
Alastair(Offline)
DIRX Supporter
 
Alastair's Avatar
 

Join Date: Nov 2005
Location: UK
Posts: 771
Alastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond repute

Joe - did you get anywhere with this in the end?

I've found software which will import both but nothing which will let you convert the formats.

Cheers
Al
__________________
Helium is our friend - GI3
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old December 4th, 2006, 02:03 PM   #3 (permalink)
Joe Hesketh(Offline)
New Member
 
Joe Hesketh's Avatar
 

Join Date: Nov 2005
Location: London, UK
Posts: 705
Joe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond repute

Quote: (Originally Posted by Alastair)View Post
Joe - did you get anywhere with this in the end?
Al - no I didn't have any luck in the end. I tried some 3rd party dive log programs to try and convert the Suunto into a general format and then import that into the SmartTrak, but nothing I tried worked

Joe
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old December 4th, 2006, 02:24 PM   #4 (permalink)
stach(Offline)
New Member
 
stach's Avatar
 

Join Date: Oct 2006
Location: belgium
Posts: 97
stach will become famous soon enough

the code for opening the "microsft access" database file of the smarttrak is somewhere on the internet.
edit : found : gU6dokZ6sk9R

the .slg file is a access file

once you are in the database you should be able to import the data from the cvs file you mentioned.


greets
stach

Last edited by stach; December 4th, 2006 at 02:28 PM..
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old December 4th, 2006, 10:19 PM   #5 (permalink)
Joe Hesketh(Offline)
New Member
 
Joe Hesketh's Avatar
 

Join Date: Nov 2005
Location: London, UK
Posts: 705
Joe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond reputeJoe Hesketh has a reputation beyond repute

Thanks - I'll give that a try

Joe
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old December 5th, 2006, 12:49 AM   #6 (permalink)
simonn(Offline)
New Member
 
simonn's Avatar
 

Join Date: Mar 2006
Location: Sydney
Posts: 10
simonn is on a distinguished road

Quote: (Originally Posted by stach)View Post
once you are in the database you should be able to import the data from the cvs file you mentioned.
Donning geek hat...

Unfortunately, in your case, but done for quite good reasons, the profile data in slg files is stored as blobs which are the actual data downloaded from the dive computer.

The good thing about this is that changes can be made to the way SmartTrak works with this data "in hindsight". Converting the data to a time, depth, temperature table like SDM does (the d9.mdb file in it's directory is also an Access database, but codd would be turning violently in his grave) is a one way process, so if there is a bug or "feature" that gernerates the wrong data then the data is lost.

So, the short answer is, you cannot really import Suunto dives into SmartTrak. To do so it would need to be converted into a dump of some kind of uwatec dive computer. This is possible, (when very bored on a very slow day at work) I wrote some C code a few years ago to convert Sensus Pro Manager files to DataTrak files which could be imported in to SmartTrak. Worked ok, but it had to pretend it was an Aladin computer of some description.

Anyway, if you use Linux (it might work under cygwin too?), my pet OSS project gdivelog can import from both SDM and SmartTrak and if asked nicely I could add downloading of Smart/new Aladin computers to it (on Linux anyway) - I have hacked the format, just a question of coding something useful.

However, I started work on Open Dive Log yesterday with aims to be cross platform (Linux, OSX and windows - in that order) and initially be able to download non-USB Suunto, Uwatec IrDA (and memomouse eventually), Sensus Pro, Citizen HyperAqualand and import from SmartTrak, SDM 2+, Sensus Pro Manager and DAN DL7 L1. Time is the only problem (as usual).
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old December 5th, 2006, 08:27 AM   #7 (permalink)
Alastair(Offline)
DIRX Supporter
 
Alastair's Avatar
 

Join Date: Nov 2005
Location: UK
Posts: 771
Alastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond reputeAlastair has a reputation beyond repute

Quote: (Originally Posted by simonn)View Post
D
Anyway, if you use Linux (it might work under cygwin too?), my pet OSS project gdivelog can import from both SDM and SmartTrak and if asked nicely I could add downloading of Smart/new Aladin computers to it (on Linux anyway) - I have hacked the format, just a question of coding something useful.

However, I started work on Open Dive Log yesterday with aims to be cross platform (Linux, OSX and windows - in that order) and initially be able to download non-USB Suunto, Uwatec IrDA (and memomouse eventually), Sensus Pro, Citizen HyperAqualand and import from SmartTrak, SDM 2+, Sensus Pro Manager and DAN DL7 L1. Time is the only problem (as usual).
Hi Simon,

I actually found gdivelog a day or so and just imported both sets of data into it, so much appreciated!

Cheers
Al
__________________
Helium is our friend - GI3
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT +1. The time now is 04:38 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 RC4
DirExplorers.Com ©2005 - 2009
All rights reserved, no republishing of content without written permission.
By using this website you have agreed to our Terms & Conditions of Use

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62