Hi,
I am using Labview 8.0.1 and have a problem with the application builder.
I have programmed a software that is controlling our stack test station. This stack test station is capabel of testing 4 stacks independently.
The problem is, that there is some hardware (e.g. one Keithley), that is identically for all 4 testing places. In order to ensure, that no I-O-conflict can occur, I made one VI called Stack - Performance-Test\Stack-Inbetriebnahme - 10.vi, that is starting all VIs, that are controlling hardware. This VI is although the Frontpanel that is shown to the user.
If a measurement is startet, a VIT called Programm 4.VIT was started, that is doing the measurement. This worked fine and I had no problems making an .exe out of this.
As our research team wanted to do some tests that needed a slightly different routine, I copied the programm 4.VIT outsight Labview, renamed it to programm 6.VIT and then added it to the project. I changed the name of the VIT when opening it dynamically.
As I wanted to build an application out of the project, I always received the error message, that the programm 6.VIT was causing an error.
I then operated the VI in Labview and found two minor problems where some subVIs are called dynamically.
But now the hole programm runs fine - and I still receive the error message, when trying to build the .exe-file. Additionally, I get an error too, when I just take the main VI (where I only changed the name of the VI to call) and try to build it.
I attached both VIs, that seem to make problems. It would be great, if anyone has an idee, what is causing the problem.
Regards,
Frank