Why cannot a VI be run in LabView version 7.1, if it ran in version 6.1?

Why cannot a VI be run in LabView version 7.1, if it ran in version 6.1?

Post by Raluc » Wed, 15 Sep 2004 01:36:43


I developed a VI in LabView 6.1 and try to open it in version 7.1. The
error was as follows "Compile Error - Report this error to NI Tech
Support: nmx unbundler bad sea/eea or edisp-sdisp = 0x1"

It was suggested to me that I should mass compile all my 6.1 files,
before opening them in version 7.1.
I did so and then the error became "Code could not be generated
correctly for this VI / An error occurred in compiling this VI"

Please advise of a potential solution.

Regards,
Raluca C.
 
 
 

Why cannot a VI be run in LabView version 7.1, if it ran in version 6.1?

Post by Ed Dicken » Wed, 15 Sep 2004 02:00:20

A couple things you might try.

Open the offending VI in 6.1 and do a "Save As" and either save it to
a different location or with a different name. Then try opening it in
7.1.

If that doesn't work, open the VI in6.1 again, select all the code on
the block diagram, copy and paste it into a new, blank VI. Then save
this new vi with a different name and try it in 7.1.

If that doesn't work, you may be out of luck. You should be able to
open any 6.1 VI in 7.1 without problems. NI may be able to dig into
the VI for you and figure out what is wrong, but no promises there.
You might be stuck rewriting from scratch in 7.1.

Good luck and let us know what find out.

Ed