12-18-2018 11:47 PM
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.
12-19-2018 12:02 AM
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
12-19-2018 01:19 AM - edited 12-19-2018 01:21 AM
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???
01-03-2019 03:54 AM
Thanks for the advice