LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

About displaying the right data in LabView

My Lab View system was working fine for reading the pressure transducers (from Omega) and all on a sudden it started displaying erroneous data. Now in block diagram I can see the actual voltage reading and the converted pressure reading (around 209 psi for the screen shot), but the display is showing less. Could you please help. 

Download All
0 Kudos
Message 1 of 4
(1,963 Views)

First comment,

Remove all flat sequence since you are using the error wire, the data flow will be respected.

Your code will then be much easier to read.

Benoit

0 Kudos
Message 2 of 4
(1,953 Views)

Hi ishti,

 

you should also read from a DAQmx task in one place only!

Why do you read from the very same task in several loops? Doesn't make sense to me…

 

I prefer IndexArray over "WDT Index Channel" because cleanliness: you can increase IndexArray in size to get more than one waveform element from your waveform array!

Why do you need to build an the very same array of timestamps three times in the upper most loop???

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 4
(1,936 Views)

Thanks for the advice

0 Kudos
Message 4 of 4
(1,892 Views)