12-22-2006 01:42 PM
12-22-2006 01:43 PM
12-22-2006 02:50 PM
12-27-2006 12:26 PM
01-05-2007 03:58 PM
01-08-2007 04:34 PM
10-27-2007 04:39 AM
hi
i m facing the same problem during my acquisition.
can anybody plzzzzzzzzz specify the error and also let me know what is the aactual problem that i m facing?..also let me know the solution...
Sahara
10-27-2007 03:04 PM
07-29-2008 11:55 AM
07-30-2008 10:56 AM
Hi Brad,
I took a look at your VI and do think that you could benefit from using a producer/consumer design pattern. You might also consider replacing the DAQ Assistant with using the lower level DAQmx VI’s. Using the lower level VI’s correctly will be more efficient than the DAQ assistant. Also to decrease overhead in the VI try to eliminate all or at least most of the local variable usage and the stacked sequence structures. Use data flow to control when things execute instead of the sequences. If you need data transferred between iterations of a loop use shift registers instead of local variables. Local variables are much less efficient than just connecting items together with wires. Below are links to some great resources on these topics.
Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition Applications
Application Design Patterns: Producer/Consumer
Tutorial: Timing, Shift Registers, and Case Structures
Let me know if you have any questions and take care.
Thanks,