I am using C# with DAQmx .NET. I measure analog signal on one channel continuously.
My plan is to read 1024 samples and display it on the screen. If it work correctly, the signal should stay still if there is no change. However, the signal keeps scrolling on the screen.
If I use FiniteSamples, I can get the signal stay still but it is too slow.
Does anyone have any idea to solve this problem?
Thanks in advance.