10-23-2007 07:34 AM
10-23-2007 07:44 AM
Have you looked at these threads?
http://forums.ni.com/ni/board/message?board.id=250&message.id=13974
http://forums.ni.com/ni/board/message?board.id=280&message.id=1022 << unlikely (?)
If you notice that it "crashes" after approximately the same amount of time, it would sound as if a counter has wrapped around and you may be sending a negative number.
I don't think upgrading to LV8.5 and increasing RAM would change anything. Try writing to a log file all DAQ transactions (commands, etc) and any values from counters (if you are using them <anything that periodically increments a value> ). You may also want to look at the memory consumption during the run (doesn't hurt).
JLV
10-23-2007 07:57 AM
10-24-2007 09:32 AM
10-24-2007 10:19 AM
10-24-2007 03:22 PM
HI,
How Do I Handle Error 50202 in LabVIEW or MAX?
AMD Multi-Core/CPU Systems Can Cause Unexpected Behavior in NI Driver Software
You should verify that you do not have any of the effected hardware, and if so perform the recommended fixes. Another test to perform is try running an shipping example which can be found by selecting Help in LabVIEW and going to Find Examples. Once the example finder opens browse to Hardware Input and Output>>DAQmx I would suggest a simple analog acquire for an extended amount of time. If the error is repeated you can more than likely rule out any coding errors. I hope you find this information useful. Please post back if you have any further questions.07-18-2008 12:53 PM