09-11-2006 04:23 PM
09-11-2006 05:19 PM
09-12-2006 09:05 AM
Its the DAQBoard1000Highstress.vi. The file is in DAQIO Labview Support Highstress folder.
09-12-2006 10:22 AM
When I unzipped the file I received multiple errors about the lenth of the file names. I don't see anything from the code that did open that is allocating large chunks of memory. There is a missing DLL that could be dooing it.
How long does it take before it crashes? What is the rate that memory is being consumed (Meg / Hour)? How much memory do you have in the PC?
09-12-2006 10:59 AM
09-12-2006 11:09 AM
That is chowing down 1.8 Meg a minute so that would be a problem. You options are:
Add more memory to a point where you can complete a test
Set break points in the program to identify what step or steps are allocating the memory. Once identified you can make a decision to limit total memory consumed (use delete array at certain size) or FIFO data to disk to to prevent PC from crashing.
Hope this help,
09-12-2006 11:29 AM
09-12-2006 11:51 AM
09-12-2006 12:47 PM
09-13-2006 09:08 AM
I know that but the application is product tester and it slows down every second so after two/three hours it slow down to the extend that we have to reboot the machine. Some time LABVIEW refuse to quit and we have to end the task force fully.