LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview runtime broken 5.1.1

I created a 'development' library file with labview development that includes ALL sub vi's. When I try to run it with runtime it says a sub-vi is not executable. I open it back up with development just fine and re-save it. It is still broken with runtime. I have labview development 5.1 and runtime 5.1.1. Any ideas?
0 Kudos
Message 1 of 3
(2,702 Views)
Hi Stee1hed,
You can use runtime to run executables. They aren't used to run development VIs or .llb files. In your case, i think you are creating a llb file with all the sub vi's by saving with options, you are not creating a executable. To be able to use the runtime you could create a executable and include all the subvi's or the llb as support files.

Hope this helps,
pravin
0 Kudos
Message 2 of 3
(2,702 Views)
If you create an exe without any labview files in it (it's only about 43k), the resulting exe file is runtime and when ran it will bring up a file dialog to find the labview file you want to run. You can select a vi or llb from here for runtime to execute. It's abstract but has worked always before now.
0 Kudos
Message 3 of 3
(2,702 Views)