LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform graph real time acquisition

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.

hobbes8000_0-1686657119022.png

 

 

0 Kudos
Message 1 of 2
(559 Views)

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

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(553 Views)