11-07-2007 09:01 AM
11-07-2007 11:09 PM
11-08-2007 07:36 AM
11-08-2007 08:35 AM
11-08-2007 03:43 PM
Hi metzler,
Thanks for contacting National Instruments. I have been looking into your question and looking over your code a little bit. For one, I do agree with the earlier post that the producer/consumer method may be the best way to go. You can get a good starting point for this by opening LabVIEW and going to New...>>VI>>Frameworks>>Design Pattern and then look at the Producer/Consumer method. This design basically allows you to sample some data at a fast rate and then take the data out of a queue in the consumer loop when you are ready. Also, after looking at your program, I would suggest some methods for controlling the data flow of your program. If you go into the LabVIEW Help, you can search for "dataflow" and you will be able to read about some hints and methods that you would need to enforce. I hope some of this helps and if you have any more questions about this same issue, please feel free to reply back. Thanks!
11-08-2007 07:26 PM
11-09-2007 08:43 AM