04-05-2006 10:28 AM
04-10-2006 04:56 AM
Hi
For starters her is a bit more info on your error,
(DAQmx) Error -200279 During a Continuous, Buffered Acquisition
http://forums.ni.com/ni/board/message?board.id=170&message.id=177889
Secondly you could be right about your loop timings and getting a buffer overflow. In a loop every thing has to execute once before it runs again.
Express
You say you are writing to file, how are you doing this? If you are opening writing and closing the file all within the loop it will do this every time the loop iterates, this can take quite a bit of time. What you might want to do is open the file out side the loop and close it when the loop has finished running this will give you a significant performance increase.
You say you are new to the game. Is there any specific areas where you would like some more information. I have added the kb link and a link for using DAQmx don’t for get there is a load of shipped examples that you can find in LabVIEW find examples (Help>>example finder).
Getting Started with NI-DAQ Software
http://digital.ni.com/public.nsf/websearch/DD52ABD7C15F0B15862562910074F09E?OpenDocument
KnowledgeBase
http://digital.ni.com/public.nsf/MainPage?OpenForm&node=133020_US
Regards
Tim
NI AE
04-10-2006 07:24 AM