06-13-2023 06:53 AM - edited 06-13-2023 06:59 AM
Hi. I want to acquire my analog input data in real time. Currently, I'm fine with acquiring the data, after the all the samples have been collected. I just want to also see the data in real time, as the vi is ran.
Here is a screen shot, and I also attach my vi.
I will be very thankful if I get advised by an explicit vi or a screenshot.
Thank you.
06-13-2023 07:01 AM
Hi hobbes,
@hobbes8000 wrote:
I just want to also see the data in real time, as the vi is ran.
Use a loop around the DAQmxRead function.
(There should be DAQmx examples in the example finder, which explain how to do that.)