LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build application

It is possible that a for loop doesn't work in a vi compiled?
because I have a for loop in a VI, and when I compile...I doesn't see
anything that the for loop must do. I made a test whit an boolean indicator
that I turn on on the loop and he turn on in the development environnement,
but not in the application..there is a way to solve this problem?

Eric Poirier
0 Kudos
Message 1 of 4
(2,866 Views)
LabVIEW does work slightly differently when compiled with the application builder, but there shouldn't be any problem with basic structures. It sounds like the portion of your code simply isn't being called properly.

Are you using dynamic loading of .vis?
Are you calling .vis by filename or refnum?

Let me know and I'll try to help.
0 Kudos
Message 2 of 4
(2,866 Views)
My application use the VI server. I seem to be unable to control VIs by
internet.
0 Kudos
Message 3 of 4
(2,866 Views)
Are you trying to run remote VIs? If you are, make sure LabVIEW itself is actually running on the remote PC, otherwise you won't be able to run any VIs.
0 Kudos
Message 4 of 4
(2,866 Views)