Hi,
The X values inside the upper and lower limit specification cluster define the interval in which you want your limits to be applied. The Y values inside the upper and lower limit specification cluster are used for interpolation. To illustrate how the "Limit Testing for Unevenly Sampled Data Measurement VI" works, lets use the numbers in the example program and see how high limit curve is plotted.
Based on the numbers in the example
X_high Y_High
6 1
11 0.8
16 0.5
X values of signal between the lowest and highest values of X_high (i.e. between 6 and 16)are
6.7
9.0
11
13
Now this VI is finding the y values of high limit corresponding to x values 6.7,9.0,11,13 using interpolation. So in the XY graph, for the
high limit, you see four points corresponding to
x = 6.7,9.0,11,13. Similarly since the Lowest and highest values for low limit are also 6 and 16, so for low limit curve, you see four points corresponding to
x = 6.7,9.0,11,13.
About dt and t0 values, you need to wire a "-1" to dt and t0 should be equal to the first value in the "X values for signal".
Regards,
Ankita A.