@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 🙂 )