LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI Run-Time

Hello,
I have to use an application in LabView through CVI.
Now when I launch the application (LabView), I am able to send only one command, while I need to send a several commands. How can I keep application in run time (LabView) for all time I need to send commands.
With Best Regards
0 Kudos
Message 1 of 2
(2,833 Views)
Does your application normally require you to use the run continuously functionality in LabVIEW? If so, you need to use a while loop with a stop button to programmatically run the application continuously rather than relying on the run continuously button.

Regards,
Ryan K.
0 Kudos
Message 2 of 2
(2,818 Views)