LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to match dynamic waveform to a sample waveform?

Hi
 
My proposal is to check the signal from some pins of a microchip, under different status the chip will output different waveforms, so I capture a sample waveform as a pattern, and then I want to continuously acquire waveform from microchip to match the pattern and them trigger LabVIEW event..
 
How to deal with this?
 
 
 
********************************
*The best Chinese farmer*
********************************
0 Kudos
Message 1 of 7
(3,916 Views)


@paulbin wrote:
I want to continuously acquire waveform from microchip to match the pattern and them trigger LabVIEW event..
 
How to deal with this?
You can use an Event Structure [ES] configured inside a while loop. Either in the ES' timeout event or in some other event configured for a Front Panel Boolean control [say, Acquire], you can put your acquisition code for getting the waveform continually.
 
Then you can have a Compare button under whose value change event you ll do the comparison of the sample & acquired waveforms. Here, you should trigger the other LabVIEW event you want using the Value(Signalling) event for that control.
 
Please explore the NI Example Finder thro' Help -->> Find Examples under the title "acquire"; you ll find a lot of examples.
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 7
(3,905 Views)
Hi parthabe
 
Thanks, I'm aware of how to trigger event in ES, now I'm just seeking a waveform analysis arithmetic or a match pattern vi, I don't have a good thread on this.
 
********************************
*The best Chinese farmer*
********************************
0 Kudos
Message 3 of 7
(3,888 Views)

See my captured patterns.

帖子被paulbin在10-10-2007 09:18 PM时编辑过了

********************************
*The best Chinese farmer*
********************************
Message 4 of 7
(3,879 Views)
Use the Digital Comparison.vi i the Waveform -->> Digital Waveform pallette.
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 5 of 7
(3,875 Views)
The graphs are acquired by AI, those are not regular digital signals, the waveform transition at 1.5V, 3V and so on. So I can't process these signals by digital VIs.
********************************
*The best Chinese farmer*
********************************
0 Kudos
Message 6 of 7
(3,859 Views)
hi ,
  I have same problem in my test project, so i  am very  interested in your discuss.
 Pl keep up it : )
Sonic

Diffrent Strokes for Different Folks
0 Kudos
Message 7 of 7
(3,846 Views)