03-27-2006 04:38 AM
03-27-2006 08:30 PM
03-27-2006 10:55 PM
sir,
I have not changed anything from the past application setup, Labview is not showing any error number, it is just shutting down the application and the problem is while starting the compilation itself and not with the exe files.
vamsi
03-28-2006 12:04 AM
03-28-2006 12:34 AM
03-28-2006 01:16 PM
Hello vamsi,
Thank you for posting to the NI Discussion Forums. LabVIEW will crash like this only if Windows shuts it down. This is usually a result of some sort of corrupt external code call. You mention including DIO DAQ, what device are you using, and are you making DAQ driver calls in your program? If the daq calls are removed and you still get errors, check to see if you have any Call Library Node VIs in your program that call external code (DLLs). Use highlight execution generously to see exactly where the program crashes, and use that as a clue to help with the debugging. Also, consider posting a screenshot of your code that is crashing with any additional information on the problem you think may be relevant. I hope we can help once we get a little more information-
04-04-2006 12:59 AM
sir, that error of abrupt closing of labview is still persisting , i have attached my vi to this mail if there is any errot in the code please suggest changes, i am using CRIO 7831 for comkpilation.
vamsi
04-04-2006 07:55 AM
Please include all your subvis as well.
04-04-2006 02:35 PM
I would also recommend that in addition to including your sub-VIs in your reply, you also begin to “whittle down” your code until you have the absolute _smallest_ portion of code that reproduces the problem. If you do this, people will be much more likely to take a look at your code, when they do look at the code it will be easier to understand what is going on, and when you do this it will probably become much more apparent what the problem is as well. I hope that this very general advice helps us narrow down the problem to an easy to identify level.
Thanks again for posting to the NI Discussion Forums, and I look forward to hearing back from you!