LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform Pass/Fail Testing

Hello list...

I'm kind of new to Labview, and don't want to reinvent the wheel here
(or re-write something that's already been written)

In my applications, I acquire waveforms from a Tek 3014B scope &
transfer them into Labview.

I want to compare the measured waveforms with a previously acquired,
known-good waveforms that I saved in the form of a csv files using the
scope's FDD.

Because I've got to do this in numerous, ongowing applications, I don't
want to spend the time drawing the limits in the "Mask & Limit Testing.vi".

I'm looking for a vi that can take my known-good waveform and
programmatically generate the upper and lower limits given simply the
amount the amplitude and time. I would then use these as the limit mask
inputs
to the "Mask and Limit Testing.vi" to compare the acquired
waveform to.

Thanks to all,
Mike
0 Kudos
Message 1 of 2
(2,595 Views)
Here is a vi that I created to read multiple historical binary string traces and create limit profiles. The binary string is an array of data. I take all the historical data for each string trace and create a max/min array for the overall data set. The max/min array is then reduced by a factor of ten ot have less datapoints for the limit clusters. It would be real nice if you could pass a waveform or another set of array data into the limit vi's instead of a cluster.
0 Kudos
Message 2 of 2
(2,595 Views)