Hi,
We have a main VI that runs specific tests that the users want. The
main VI works fine in the development environment, but when we made it
into an executable file, all the tests work fine except for one. This
test will run continuously for some reason, it finishes and then
restarts by itself.
Basically, the sub-VI sends an indicator to the main VI that it has
finished executing, so the main VI then allows the next test to run.
We ran the main in the development environment with this test and it
works fine, but in the executable file, the done signal never becomes
true, so this sub-VI runs continuously in the main VI. Do you know
what's wrong?
Thanks.