LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I preserve the type specifier VI Refnum when I build the application ?

I have a VI (EXEC TST) that calls another (STUB)dynamically. They work in the development environment (see attachments below). When I create a build file (I do include the STUB as a dynmamic VI), I get an error message that says an input is not specified (see attachment). In the compiled version, I seem to have lost the type specifier Renum. How do I make this work ?
Download All
0 Kudos
Message 1 of 2
(2,577 Views)
Make sure that the path which you use to load STUB will work correctly when this is built into an executable. The error you mentioned, "input is not specified", occurs usually when the path you pass to open VI reference is incorrect. If you are building the path, and something goes wrong, it will send which is what causes this error. That's my best guess. Hope this gets you started.
J.R. Allen
Message 2 of 2
(2,577 Views)