Society of Robots - Robot Forum

Software => Software => Topic started by: Kirk on May 24, 2009, 07:43:40 PM

Title: sor scope axon data dump bug report
Post by: Kirk on May 24, 2009, 07:43:40 PM
Hi,
I installed SOR Scope and am trying to see the axon data dump.  All I can get is blank channel views.
I looked at the file and at the bulk i/o of the function generator.  It seems that the  data is ASCII text numbers from 0 to 255 space delimited. with a CR every 16 numbers

BUT the file I downloaded has no CRs but a repeating number 154

I made an excel file of numbers and exported it as space delimited.  NOW I can see how sor scope works!

Kirk
Title: Re: sor scope axon data dump bug report
Post by: Kirk on May 24, 2009, 07:44:53 PM
BUT I do not understand how the time base works
Kirk
Title: Re: sor scope axon data dump bug report
Post by: cosminprund on May 25, 2009, 02:03:47 AM
The SOR Scope wants data in ASCII, space delimited, CR is the end-of-line separator. It wants 1 to 16 values per line, so you can have as many or as few sensors as you want. If you're sending the data from the MCU then the time base is the time it receives the data. If you're playing back a file then the time base is... something arbitrary made so stuff doesn't move too fast :) Playing back data is there for debuging purposes only, so no need for any kind of accurate time base.