11-13-2007 06:08 AM
11-13-2007 10:00 AM
11-14-2007 12:22 AM
11-14-2007 08:23 AM
11-14-2007 10:23 AM
11-14-2007 10:27 AM
11-14-2007 11:33 AM
Sharonoff, my error logs pointed specifically to timed loop threads, which directed our debugging trail that way. I can't say that you and I experienced the same problem, since I was told that the exception error 0xC0000005 is a generic error in an RT crash, but you could try to replace your timed loops with while loops to see if that at least eliminates the crash. The workaround we got from NI was to use while loops and the RT wait timers (not the regular ones). According to them, this should provide pretty good timing without the overhead of the timed loops, unless you need to use any of the extra features that timed loops present.
Another thing, what's your CPU & memory usage on the RT? Are they high? Stable?
11-14-2007 11:35 AM
11-15-2007 10:27 AM - edited 11-15-2007 10:29 AM
11-15-2007 10:32 AM