LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

waveform graph

In a waveform graph, if x axis is given timestamp values, how to find all the y axis values in between two particular timestamp values?

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

Hi ash,

 

In a waveform graph

Simply set the "Interpolation" style of your plot to "connect points" mode to see "all y values in between"…

 

how to find all the y axis values in between two particular timestamp values?

Use Interpolate1DArray on our input data…

Best regards,
GerdW


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

Hi Gerd,

If i use interpolate function i can give only one input. How to give the range ( max and the min)?

 

0 Kudos
Message 3 of 4
(2,193 Views)

Hi ash,

 

when you want to repeat the same operation multiple times you should use a loop…

 

What about using a loop to get the Interpolate1DArray output for several X values between Xmin and Xmax?

Best regards,
GerdW


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