LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serching for a VI that will take an analog input and display data with a Limit Mask.

I am looking to measure a waveform for a analog input. This waveform must meet spesific requirements. I would like to put a limit mask around this waveform and allow LabView to give a pass/fail result to an operator.
0 Kudos
Message 1 of 3
(2,267 Views)
The 'Waveform Scalar Limit Comparison' VI in the Functions>Waveform>Waveform Operations menu allows you to receive waveform data and set a 'Compare Condition' and 'Limit' value. If any part of your waveform data exceeds these parameters, then it outputs a boolean False.
Good luck with it, Doug
0 Kudos
Message 2 of 3
(2,267 Views)
Assuming that you have LabVIEW 6, look at the waveform mask functions under Analyze>Waveform Monitoring. There are examples under Measurements>Limit Mask Testing. We use these functions to verify if T1/T3 pulses meet ANSI specifications. Good Luck.
0 Kudos
Message 3 of 3
(2,267 Views)