01-29-2014 06:59 AM
Hallo,
I have a little crazy question - is there some possibility to access strip chart history buffer?
I'm just lazy to develop data circular buffer management ....
Thanks a lot for any hint!
George
01-30-2014 11:57 AM
Hi,
What are you trying to do with the history? The usage would affect how you would access it. I might suggest using an example like this that has a circular buffer that might save time.
01-30-2014 12:20 PM
Hi, Evan,
thanks for reply.
My idea is use already used memory of the strip chart (not duplicate the amount of allocating memory) - mainly to export recorded traces - e.g. when user decided: "this is interesting - let's make some analysis of this, maybe at home".
The Strip Chart hasn't simple solution to use cursors - and by exporting the history buffer (traces) to some file / array is quite easy use standard graph with cursors etc.
Of course, the cicular buffer is OK.
George
02-05-2014 02:08 AM
You could support this idea and wait...