Forums

Full Version: Simple oscilliscope with user generated data
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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

Dave

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

Regards,
Dave
Reference URL's