Repeated RAW data

Problems ? Get help here!
Post Reply
Tangent
Posts: 1
Joined: Thu Sep 15, 2011 7:39 am
Dive Computer: Suunto Vytec DS

Repeated RAW data

Post by Tangent »

Hi there,

I am downloading my dives from a Suunto Vytec DS. In the raw data, whenever there is an 'alarm' the raw data entries seem to be repeated 3 times. This anomly also shows up in the exports (xml and udcf). I'll give you an excerpt of the udcf to illustrate...

Code: Select all

                <t>800.00</t>
                <d>35.05</d>
                <t>820.00</t>
                <d>35.05</d>
                <t>840.00</t>
                <d>35.66</d>
                <t>860.00</t> <!-- repeated once -->
                <d>35.97</d>
                <t>860.00</t> <!-- repeated twice -->
                <d>35.97</d>
                <alarm>deco</alarm>
                <t>860.00</t> <!-- repeated three times -->
                <d>35.97</d>
                <t>880.00</t>
                <d>36.88</d>
                <t>900.00</t>
                <d>38.10</d>
This repetition does not occur on deltas without alarms.
Note that it happens on deltas with any alarm, not just deco (e.g. same occurs for gas switch).

My question: Is this repetition because of the feed my suunto is giving MacDive, or is it because of MacDive itself?

Reason for asking: This repetition makes it harder to parse the export so ultimately I would like this repetition suppressed if possible.

Thanks,
Tom.
User avatar
nick
Site Admin
Posts: 4363
Joined: Sat Apr 12, 2008 8:33 am
Dive Computer: Shearwater Teric
Contact:

Re: Repeated RAW data

Post by nick »

Email me your MacDive.sqlite data and I will take a look.
Post Reply