LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

buold a mask for a waveform

Solved!
Go to solution

hello to all, 

 

i have to build a mask for a signal and check if the real signal stay in my mask range...

 

in what way can i build it?

 

for example: i have as input a square waveform -2V,+2V, f=1 KHz

my range in +/- 0.2V

 

obviosuly i would that labview could overlap my waveforms and check if the real one stay into the other two.

Using LabVIEW 7.1
0 Kudos
Message 1 of 4
(2,744 Views)
In LabVIEW, a mask test is done with the Limits function.
0 Kudos
Message 2 of 4
(2,725 Views)

i found mask and limit testing VI in labview...but using it can i build a mask that continue in time? or can only define a mask for a small period of time? 

 

and in which way can i let my waveform start in the same moment as my mask? 

Using LabVIEW 7.1
0 Kudos
Message 3 of 4
(2,722 Views)
Solution
Accepted by topic author gigi85

The limits are bound by whatever length of time, however as a practical matter, you would set the limits according to whatever your single acquisition is. You can of course apply each, repeated waveform acquisition to the limit.

 

The limits and the waveform is aligned with setting the t0 of each to be the same.

Message 4 of 4
(2,714 Views)