03-28-2013 10:51 AM
I have been working on this vi for about an hour.
When I try to save I ge an error that says "Can not load help information of find_resources.vi"
So it will not let me save it.
Solved! Go to Solution.
03-28-2013 11:48 AM
I don't know what's this error, however in an emergency I would try to copy and paste the whole block diagram to a new vi.
Unless the error arises for all vi's, of course...
03-28-2013 12:28 PM
@pincpanter wrote:
I don't know what's this error, however in an emergency I would try to copy and paste the whole block diagram to a new vi.
Unless the error arises for all vi's, of course...
Yeah, I came to the same conclusion. It only seemed to effect that one vi so I don't know what was going on....
03-28-2013 03:48 PM
@RTSLVU wrote:
@pincpanter wrote:
I don't know what's this error, however in an emergency I would try to copy and paste the whole block diagram to a new vi.
Unless the error arises for all vi's, of course...
Yeah, I came to the same conclusion. It only seemed to effect that one vi so I don't know what was going on....
That particular VI got corrupted some how.
12-01-2013 12:26 PM
Well, I have this same error when trying to save a VI.
I was editing, then LabVIEW Crashed, but let me recover several VIs and the project.
I tried to copy the entire diagram of the VI, however, it will not copy.
The entire While Loop and Case Structure inside will not copy, only the controls and indicators outside the loop.
I tried to copy only the While Loop, then only the case structure, but neither worked.
However, I was able to copy some of the case contents to save time with the re-write.
When LV crashes, it's not pretty!
This reminds me of those "insane object" errors back in the good old days.
12-02-2013 09:32 AM - edited 12-02-2013 09:33 AM
Hi James,
That error is usually indicative that the VI is unfortunately corrupt. I'm sorry that you had to spend some time rewriting your code. I wanted to provide some information that I found in case you ran into anything like this again in the future.
If "Select All" then copying to a VI does not work, that is usually a good sign that the VI is corrupt. At that point, there is not much you can do except possibly look at the recovery VIs that LabVIEW saves. If the VI is there, you can try moving it out of the recovery directory and opening it. The location for the autosave directory varies depending on how your system is set up, but it is typically located in your Documents folder > LabVIEW Data > LVAutoSave. For more information on how LabVIEW autosave works, take a look at this KnowledgeBase article.
Regards,