11-08-2012 06:46 AM
Hi All,
Currently I am upgrading all my LabVIEW code from LV 8.5 to LV2011 SP1. I have a lot of these files to upgrade and majority of them upgrade just fine. Maybe out of 300 files I have two files right now that I cannot open up in LV2011 SP1 and save it under this software version. It does not give me any error message nor do I get the front panel. All it does, it starts to load and when it comes to finally compile and to open up the front panel at that point it just sits there and eventually LV freezes and I have to close LV forcefully. I even tried to do a mass compile but with no success. It seems that it cannot compile the file fully If I go back and try to open these two files in LV8.5 I can open both of these files just fine without any problems.
I have read a lot of posts on this forum hopping to find a solution but unfortunately with no success.
I would really appreciate if someone could give me some tips what else I can try out. I would hate to redo these two files because they are large files and I hope to find an easier way to get them to open up in LV2011 SP1.
Thank you
Solved! Go to Solution.
11-08-2012 09:52 AM
Here's a couple of things I have tried (in no particular order) under similar circumstances:
11-08-2012 10:30 AM - edited 11-08-2012 10:31 AM
let's see them.
A couple ideas:
11-08-2012 10:39 AM - edited 11-08-2012 10:40 AM
@nxb wrote:
All it does, it starts to load and when it comes to finally compile and to open up the front panel at that point it just sits there and eventually LV freezes and I have to close LV forcefully.
How long did you wait? Sometimes you simply need to wait a bit longer, even if is says "not responding".
How complex are the VIs? (you said they are "large files")
I suggest you submit these VIs to NI so they can analyze what the problem is.
Or you could also attach one of the files here. Maybe it can be opened in LabVIEW 2012, then backsaved to 2011.
11-21-2012 08:59 AM
Hi All,
Just to inform you that I was able to eventually open those two files. After I have systematically deleted portions of code of these two files I have finally discovered that I had a lot of "Add Sequence Local" on mine sequential frame. After removing all these Sequence Locals and by creating a new subVI that mimics the job of those Sequence Locals I was able to finally open those two files just fine.
So it turns out that these "Add Sequence Local" take a lot of memory and therefore it took too long for my two files to open up.
Thank you very much to everyone who tried to help me on this issue but special thanks goes to "Charles_CLA".