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
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