LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Which run time engine do i need to install?

What is the error message? The code 7 just means 'file not found' - you need to know which file was not found. It could be a missing NI component or it could be some configuration file used by the application that is missing.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 11 of 15
(1,182 Views)

Hi,

 

 

In error out it says

 

 

code 7

 

"open/create/replace file in open config data.vi->read setup plank combiner 7300.vi->input port tests.vi->elevation and plank combiner measurements.vi->board test top level.vi->new front panel.vi  "

 

 

This .exe was running fine  but after moving all .exe into new computer i am facing this problem. 

 

Regards,

Faheem

0 Kudos
Message 12 of 15
(1,174 Views)

You need to look at the documentation for your program. It is trying to open a configuration file that is used by your application. You need to find/create that configuration file.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 13 of 15
(1,167 Views)

hi there

thanks for replying

 

 

I dont have code of those .exe any more.

Is there any way to fix them.

 

 

Thanks

0 Kudos
Message 14 of 15
(1,163 Views)

It isn't broken - it's an error generated by the program because it is looking for a configuration file which doesn't exist (e.g. to configure the hardware by the looks of it). You need to find a copy of that configuration file from an old installation and put it on the new computer.

 

Does the error message show the path to the file (not the source of the error) anywhere? Does the software produce any error logs you can look at? If you can find the file path of where it's looking for the configuration file, you could try creating an empty file in the same path/file name and see if it lets you get any further. If not, you could try and use an application which lets you see what calls to files (maybe something like process monitor?) the program is making and you might be able to get the file path from that.

 

If you don't have the source code and can't figure it out (or there's no documentation) - you're pretty stuck and it's going to be difficult to get running.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 15 of 15
(1,149 Views)