I am currently using two channels from a USB-6251 that bring in two EMG (muscle activation) voltage signals. I am trying to graph both of these and display the waveform in realtime using Labview and the DAQ assistant. The issue is that I am only able to view a very small amount of data (< 1 second). I would like to see at least 10 seconds of data.
It is my understanding that
Time = Samples to Read / Rate
So by increasing my sampling rate or decreasing my samples to read should increase the amount of time of data that I see on the graphs. However, the lowest I can go for samples to read is 30, thus making the required sampling rate really high. So high that I had to add a delay to the VI in order to prevent CPU slowing. I am hesitant to add too much of a delay since the purpose of viewing the data in realtime is for live feedback.
Is there another way to do this I am new to labview so I am still learning all of its capabilities.
Thank you in advance for you help!
I've attached some pictures of my setup