If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Flowstone and data logging/viewing
4 posts
• Page 1 of 1
Flowstone and data logging/viewing
I wonder if someone played with data logging via Flowstone. Practical use of arrays is limited to 16000 items per array/file. Larger array will slow down the app.
But maybe in a "wavefile timeline" style (only instead waves - ascii data)? Something that allows to load larger datasets, zooming and scrolling/paging timeline view, extracting/showing selected data points. Anyone could post something on that?
But maybe in a "wavefile timeline" style (only instead waves - ascii data)? Something that allows to load larger datasets, zooming and scrolling/paging timeline view, extracting/showing selected data points. Anyone could post something on that?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: Flowstone and data logging/viewing
There was a start made with data-logging to HDD file in agc's GPS logger, HERE.
Whether or not the method is suitable will depend on the speed of data events - I have tried it with blue data (i.e. basic HDD audio streaming), but could not make it fast enough to work without glitches, despite trying several different buffering techniques.
For slower events it may be a good method though. Ruby has the ability to read/write any section of data without loading the whole file - which might help to keep the 'internal' array sizes smaller by loading only what is needed. There are also methods to convert float/integer etc. into ASCII data, or even to use raw binary data.
Whether or not the method is suitable will depend on the speed of data events - I have tried it with blue data (i.e. basic HDD audio streaming), but could not make it fast enough to work without glitches, despite trying several different buffering techniques.
For slower events it may be a good method though. Ruby has the ability to read/write any section of data without loading the whole file - which might help to keep the 'internal' array sizes smaller by loading only what is needed. There are also methods to convert float/integer etc. into ASCII data, or even to use raw binary data.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Don't stagnate, mutate to create!
-
trogluddite - Posts: 1730
- Joined: Fri Oct 22, 2010 12:46 am
- Location: Yorkshire, UK
Re: Flowstone and data logging/viewing
Thanks. I guess the target resolution might be around 250sps per channel, so even at 32 channels it would be equivalent of 8kHz mono in total. Recently found interesting chip (TI ADS1298) to gather data of my interest, and I'm starting to consider to build something with it.
What was the limit speed in your app?
Have you played with display routines to process such logs in FS?
What was the limit speed in your app?
Have you played with display routines to process such logs in FS?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: Flowstone and data logging/viewing
tester wrote:What was the limit speed in your app?
Don't know for sure - I was just attempting to make a simple audio recorder to grab the audio output of an .exe. So other data-rates and analysis were not part of my goal at the time.
No doubt the results would vary very much depending on the PC used (5yr old Q6700 system is my main machine). I was unable to make anything usable, even for a simple mono/44100Hz stream. The recording was pretty much OK, but terrible interruptions to the ASIO stream made it unbearable to monitor the audio - and that was only with a simple test oscillator, so very little CPU load from DSP/GUI etc.
Probably not that surprising - the Ruby 'frames' system is not very efficient - but my knowledge of buffering algorithms etc. is very basic, so maybe better results are possible with the right code.
Possible that I still have the .fsm somewhere, I will take a look - if so, I'll post it up, and maybe we can see if it could be adapted to generate some more useful tests.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Don't stagnate, mutate to create!
-
trogluddite - Posts: 1730
- Joined: Fri Oct 22, 2010 12:46 am
- Location: Yorkshire, UK
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 54 guests