LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I correct the X axis in a chart?

I am using Labview 7.1 to sample data. I wish to sample 120 seconds of data. I am using a chart and when I use a simulated signal, the VI works very well. When I connect the chart to the DAQ, the time axis no longer stays between 0 -120. I am using continuous sampling. Is there some way of displaying the data obtained while retaining a meaningful scale on the x axis?
 
Thanks!   
0 Kudos
Message 1 of 2
(2,313 Views)
Hi. I had this problem too. Spent nearly a whole week trying to resolve it.
I was aquiring analogue data on multiple channels over multiple cards with synchronous clocks.
I eventually solved it by setting the chart max, min, and increment properties ia a property node. I could do this becuase I had to use finite samples in the aquisition. Max = max sample no., min=0, increment=dt
 
Hope this helps.
 
sampledout
0 Kudos
Message 2 of 2
(2,274 Views)