LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build Exe

Sorry i have posted the question in other forums
Good Morning
 
I have Main vi,from which I will run many vis in parallel(Open Reference).
 
This program works fine, but when i created an executable for the main vi and tried to open the parallel vis it gives the error message "Missing subvi write to spreadsheet file".
 
Pls give me suggestions
 
Thanks
0 Kudos
Message 1 of 10
(3,515 Views)

Hi Veeru,

are you sure this vi is part of your executable? Are all vi´s which you load dynamically part of the exe or lie the beside? Maybe you use the "write to spreadsheet file" vi in a dynamic loaded vi which is not part of the exe, so this vi is also not in the exe.

Hope it helps.
Mike

Message 2 of 10
(3,512 Views)
Hi veeru,
              Did you change the location of the "Write spread sheet file" by saving it in a different location?
0 Kudos
Message 3 of 10
(3,494 Views)

Thanks all

It is in the same location where i got all the files

 

0 Kudos
Message 4 of 10
(3,487 Views)
You need to pay attention to what Mike said. Dynamic VIs are not automatically part of the build. You need to add these to the project.
Message 5 of 10
(3,477 Views)
Hi
 
When i add the files, i am getting a conflict for a subvi(becuase this subvi is used in the main vi and all the other vis which will be called from main vi).
 
What happens is when i add a file to my computer in the project explorer,the subvi gets added to the dependencies and while i am adding the other vis to my computer in project explorer the subvi getting added again and it gives conflicts in dependencies.
 
Pls let me know ,I can post the error i am getting.
 
Thanks
0 Kudos
Message 6 of 10
(3,442 Views)

Thanks all

I have solved the problem

0 Kudos
Message 7 of 10
(3,417 Views)
Hi veeru,
              So what was the problem finally.Can you share what solved it?
0 Kudos
Message 8 of 10
(3,415 Views)

Good morning muks

The problem was conflict.As i said in my last message i used a subvi in the main vi and other vis(which will be opened from mainvi).

I used the subvi in many part of the program but from different directory(same subvi ).when it loaded it gave the conflicts,then i tried to load everything from same directory,it works fine

Thanks all

0 Kudos
Message 9 of 10
(3,397 Views)
Thanx for sharing it veeru
0 Kudos
Message 10 of 10
(3,386 Views)