02-17-2019 12:28 PM
I pretty new to LabView and I am using a pressure transducer. I understand that using this will give me a voltage and I have calibrated it so I know the conversion of voltage to pressure.
After calibration I want to use it to measure the pressure through a pipe over a period of 5 seconds. However, I used DAQ assist and for the calibration it gave me perfect results over 1 second. I am using the same code but I am unable to increase the time scale of my graph from 1 second. If I increase the axes to 5 seconds, the graph stops at 1 second. My graph continously runs but after 1 second it reruns.
I would be very grateful if someone could help me record more than 5 seconds of results so that I can see the pressure changes. Thank you so much in advance.
02-17-2019 12:33 PM
In situations where you are looking for help with your code, it helps if you actually show us your code! Attach your VI.
You said you are using a waveform graph. A graph only shows whatever data you sent it. It doesn't maintain a history like a waveform chart. So try using a waveform chart.