10-23-2007 02:53 PM
10-24-2007 01:29 PM
10-24-2007 03:03 PM
I believe that has to do with one of the running VI within the sub-panel.
The only way the VI stop is to terminate all the programs at the same time.
The reproducing the problem is difficult at best. It askes 2 or 3 weeks of continuous running before it happens. I was hoping there is a way to log the situation or look for some kind of files to tell me what has happen.
10-25-2007 10:04 AM
Hi Joseph,
Since the problem has only occurred once, it may be difficult to narrow down what's going on. My best suggestion would be to handle your errors in that subVI (an error message won't automatically pop up if the VI is run in a subpanel), and if it stops running again, the error might reveal more clues as to what happened.
10-25-2007 10:45 AM
That is part of the problem. The VI contact is through some global variables. All it does is basically display the data and keep a logging data. It is not clear at this time the VI is erroring out. It could be a schedule problem with Labview where it starved the VI to death.
That is the reason I am for any suggestions to help probe for these kind of problems.
10-26-2007 05:50 PM
Hi Joseph,
My best suggestions are to handle and log any errors that occur. Also, you could monitor the execution state (a property of VIs) of the VI. You could also possibly get the front panel image of the VI when it stops. One other thing to try is profiling the VI to make sure it's not eating up memory.
10-29-2007 12:12 PM
The problem, there is not much to log. There are vitually no place where errors are generated. the only place where it is not running by itself is when it prints a file but the VI that error out has the printing turned off
I am checking the memory used in the computer using the task manager. The machine that does not have the problem actually consumes memory faster than the machine that has the VI stopping. In both cases, the memory used is below the total amount of physical memory.
10-30-2007 04:41 PM
10-31-2007 08:10 AM