07-22-2005 07:52 AM
07-22-2005 11:32 AM
Dhananjay,
As a disclaimer, I am not interpreting the error log file that you posted. The single most common cause that I have found for crashing a RT target with Error Code 18 is for the RT system to run out of memory. You may want to look at the VI to determine how much memory it is using (VI Description>>Memory Usage). If you are allocating many arrays of large arrays of data, and you are not manipulating it effectively (causing extra copies of the data), it is very easy to overload the available memory of many of the RT targets.
Regards,
Aaron
07-25-2005 10:36 AM
07-25-2005 11:58 AM