Forums
Simple oscilliscope with user generated data - Printable Version

+- Forums (http://mitov.com/forum)
+-- Forum: VCL Components (/forum-6.html)
+--- Forum: PlotLab (/forum-27.html)
+--- Thread: Simple oscilliscope with user generated data (/thread-308.html)



Simple oscilliscope with user generated data - Turby - 04-24-2012 11:19 PM

Hi,

How do I go about configuring a simple single channel oscilloscope ? I want, for example, 10 seconds worth of data to be shown on the display, the with the oldest data being scrolled off to the left (and preferably kept so it can be scrolled back into view). New data is added to the right hand side based on an event occurring with my application ?

I have tried using Channels[0].AddYPoint(myDataValue) but this shows all data received not just the last 10 seconds worth...

Regards


RE: Simple oscilliscope with user generated data - Dave - 04-25-2012 03:55 AM

Hi! Did you have a look at the PlotLab demo's?

Regards,
Dave