01-08-2009 04:50 AM
01-08-2009 04:58 AM
Hi bob84,
Thanks for your post and I hope your well.
Firstly, I think you'll be lucky to find someone out here who has done your exact application and will then give you the code.
Secondly, we would most likely require more information - are you continously acquring data, outputs, what hardware your using...(endless list).
I would suggest looking in the NI Example Finder (Help>>Find Examples) and then go to NI Hardware Input/Output, DAQmx (assuming your using DAQmx devices, cDAQ..) and take a look at some of the acquire and graph continous int clk examples.
The architecure you'll most likely require is the produce/consumer pattern which woud allow you to acquire continously at a constant rate and then performance anaglsis (and plotting) in a seperate loop. Are you familar with this pattern?
Also - before I would post any code I would need to know what version of LabVIEW you were using (as well as answers to my previous questions).
Hope this helps,