09-18-2014 08:30 AM
09-18-2014 08:40 AM
Hi,
can you offered me another solution? thank you for the comment
09-18-2014 08:43 AM
09-18-2014 08:54 AM
hi,
where do I increase the sampling rate scan engine? what value do you think I have to. I'm not a professionnal in labview.
thank you for helping me
09-18-2014 08:56 AM
09-18-2014 09:41 AM
Hi,
I found that increasing the sample rate scan engine but it did not change my program. I'd like to do in FPGA, how I should proceed in the knowledge that I've ever handled the labview FPGA ? Can you show me an example of code that I can apply to my situation?
thanks
09-18-2014 12:53 PM
The scan engine should be okay for this application. I would run the scan engine at 500 Hz. Put a for loop around the AI2 read and a 2 msec wait to get maybe 250 samples at 500 Hz. This will give you an array of data instead of a single point at a time. Wire that array into your waveform and analyze it.
There are better ways to do it, but this should work. It should give you results twice per second.
Bruce