09-12-2006 08:57 AM
09-12-2006 09:08 AM
09-12-2006 10:32 AM
Hi,
Attching the VI would be difficult since it is big. I am attaching the dataLogging part of the state machine. The size of the folder where the JPEG files is now 3.41 GB. Each JPEG is baout 39 KB.
The last statement of my previous question is a doubt. When we develop programs using labview and we run the program, if an error is encountered Pop Ups display the error. What happens if we convert the program into an executable and these errors occur?
09-12-2006 10:36 AM
Your data logging portion of code did not attach.
Have you tried writing to a new, empty directory? 3.4G/39K = over 87,000 files in that folder. Could it be the OS is having a hard time with that many files? Just a guess.
09-12-2006 12:18 PM
oops soory for not attaching the code part. i hv attached the code.
09-12-2006 12:48 PM
I would have to say thar it is probably the write to jpeg portion of the code but i would also suspect it to be the size of the folder that is causing there problem. You can debug this by putting a case structure around the jpeg code with a constant true or false so that the code will not execute or if you have the disable structure just put that around it. Then run your code and see if still hangs at the same point.
How big is the other file that you are writing to for the write to binary file.
09-12-2006 12:55 PM
09-13-2006 08:26 PM
09-14-2006 12:39 AM
09-14-2006 02:10 AM