LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot open VI file in edit mode.

I cannot open a VI project that I was working on. Every time I try to open the file it gives me a message that "not enough memory to complete this operation".

This is a large project and I need to be able to access the block diagram.

This happens when I try to open it in edit mode.

Thanks.

Message Edited by Minguccio on 01-06-2006 11:41 AM

0 Kudos
Message 1 of 7
(3,629 Views)

Typically a VI that is not running is is "edit mode". (unless you press ctrl+M). Do you have problem with "edit mode" in general or only when you try to view the diagram?

Is this one big VI or can you isolate the problem to a subVI? How big is the VI? Can you attach it?

It is possible that the VI is corrupt.

What is your LabVIEW version?

0 Kudos
Message 2 of 7
(3,612 Views)
When I double click on the .vi file it gives me the message of "Not enough memory to complete this operation". Afterwards the front panel shows up but not editable.

My version is Labview 8.0 Full Development System.

I was working on the vi and then Labview crashed and after that I can't open the file any longer. I don't have a back up of the project. Is there anything that I can do?

Thank you.
0 Kudos
Message 3 of 7
(3,608 Views)
Minguccio,
I've done some poking around and may have found some useful information. This error will ocurr if you have too many (and I mean a ton) of controls on the front panel. I haven't heard of this error since LabVIEW 5.1 though and we've upgraded the number of controls you can have on your front panel since then. However, try deleting some controls from your front panel to see if this helps out.
 
My investigation also lead me to tcp errors. Are you using tcp\ip anywhere in your programming? I found this discussion that may help out if that's the case.
 
Let us know what you find.
 
Best Regards,
 
Chris C
Applications Engineering
National Instruments
 
0 Kudos
Message 4 of 7
(3,575 Views)
Chris,

I don't seem to have a ton of controls in my project and I am not using any tcp/ip processes.
I would like to delete a few controls but I cannot open the project in edit mode and therefore cannot access neither the block diagram nor the controls window.

Any other suggestions would be greatly appreciated.

Thank you.
0 Kudos
Message 5 of 7
(3,557 Views)
Minguccio,
Go ahead and post the top level vi that seems to be giving the trouble (I'm assuming that you have a "Top VI \ SubVI" structure).
 
 
Chris C
National Instruments
Applications Engineering
0 Kudos
Message 6 of 7
(3,534 Views)
Chris,

Thank you for your time that you have taken to answer my messages.

I found a backup copy of the project and was able to resume my project without too much trouble.

Thanks.
0 Kudos
Message 7 of 7
(3,505 Views)