12-06-2005 09:50 AM
12-06-2005 10:25 AM
hi there
if there are any dll- or CIN- calls involved in your code, check them first! it's quite hard to kill labview with pure G-code, in most cases real chrashes are produced by external code or faulty interfaces between LV and the external code.
another common reason for crashes or at least abort of execution are wrong calculated sizes of arrays (an array-element index out of boundaries will NOT lead to a crash), i.g. if you calculate the new size of the array with division by zero LV may crash or at least abort execution.
you could also save the contents of the array to a file befor the data enters the sub-vi. maybe you find a hint to the error in the data.
another reason could be a corrupted VI.
12-06-2005 10:44 AM
12-06-2005 05:03 PM
01-09-2008 06:38 PM - edited 01-09-2008 06:40 PM