01-28-2013 02:27 PM
Hello guys, look I have this situation:
I was running a executable file (I don't have acces to the code) and this error appeared: LabVIEW: Memory is Full VI"Nameofmyvi.vi"was stopped at unknown""at call to"Nameofmyvi" I've read that its possible that this happens when we deal with large data set, at a possible solution is manipulating the code, but since I told you guys before: I don't have access to it.
So, I'll be very pleased if you guys can help me.
Cheers
01-28-2013 02:33 PM - edited 01-28-2013 02:34 PM
Without the code there is nothing you can really do. Improving the memory handling or fixing the memory leak requires modifying the code. At best you could start and stop the application more frequently if this is possible. Other than that you can't do anything about the issue.
01-28-2013 02:35 PM
As already said, the problem is likely with the code having poor memory management. Without the code, there's not much you can do.
01-28-2013 02:44 PM
Like others have said, not much can be done without the code. But I'd give this suggestion: Try to copy the entire block diagram to another VI and see if it has the same problem. Sometimes that does the trick but if VI is poorly written with memory leaks, this won't solve the problem. Good luck !
01-28-2013 03:37 PM
Actually, if the programmer generates an Error 2 it'll give the same error. That happened to me in some inherited code where the previous programmer used Error 2 as cancel from some sub-vi.
/Y