LabVIEW Real-Time Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
AlexAAuck

Allow Dynamically Launched VIs to be marked as "Always Deploy"

Status: New

At the moment, there is a small development problem with dynamically launched VIs (via the Asynchronous Call method). They are not recognised as dependencies during the deployment process, so the code can't be run effectively in development mode via the run arrow (those VI's will return File Not Found errors).


A simple fix for this would be to be able to mark VI's as "always deploy" in the project window.

1 Comment
dwisti
Member

Interesting idea. I always have to manually deploy (right-click > deploy) each dynamic VI each time I want to run in development mode.