05-01-2009 11:44 AM
Labview 8.5 crashes with no error messages...just exits...while loading the attached VI. Going to cause me a lot of grief if I can't recover it.
TIA,
Les
Solved! Go to Solution.
05-01-2009 12:00 PM
I can get it to open but you have not included any of the subVIs.
Frankly, if it's corrupt, you might be better off rewriting it. It does not make any sense and it is, imho, very poorly written. I have no idea why you think you need all of the separate event structures, nor why you have a lot front panel controls you poll instead of using an event, or why you would have constants wired to the while loop's termination terminals.
Rewritten, you can make it fit on one screen and then you can actually have a chance of maintaining it.
05-01-2009 12:23 PM
I can open it too, but I strongly recommend that you rewrite this from scratch, because it is not maintainable code.
Who wrote all this? 😮
05-01-2009 12:32 PM
LMAO!...At least you can load it.....OK, now that we have established that I don't have a CLUE what I'm doing.....( BTW the program actually works )...where is there an error log I can look at, or how can I create one?
TIA
05-01-2009 01:02 PM
What I did not mention before is that it loads fine in 8.6. Just tried to load it with 8.5 and it crashed. I then opened it in 8.6 and did a save for previous. 8.5 was then able to open it. Try the attached.
05-01-2009 01:09 PM
Outstanding! Thanks.....
....If I ever get the time, I will rewrite it...but for now it does what is supposed to, and has for months...
Thanks,
Les
05-01-2009 01:29 PM
05-01-2009 01:34 PM