bjonnh / owon-sds7102-protocol

A GNU/Linux software suite for handling Owon oscilloscopes
33 stars 6 forks source link

Owon Smart DS6062 owon-parse bug #2

Open eisterman opened 6 years ago

eisterman commented 6 years ago

When i use owon-parse on a bin file generated from a Owon SDS6062 the output is not the original waveform but a CSV containing a time column (with the right order of magnitude but wrong values) and a channel column with a single numeric value for all the entry (and zero for the last).

Runnin owon-parse in debug mode, i finded the parses don't recognize correctly the model:

Debug Known, size: 16777215
Channel name: CH1
unknownint: -1056
datatype: 3
Unknown4: 

00000000: 78 00 00 00 
Samples (count): 760
Samples (file): 1000
Samples (slow-scan): 0
Time/div: 0.0002000000
OffsetY: -26
Volts/div: 20.000000
Attenuation: 1
Time_mul: 10.000000
Frequency: 1000.000000
Period: 1000.000000
Volts_mul: 80.000000
Debug Unknown activated
Debug Known activated

What do you advise me to do to be able to parse the data?

bjonnh commented 6 years ago

Can you share the file together with a screenshot?