LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Only Run Continuously

Is there a way to only allow a user to run a VI (or *.exe) continuously? Or
to have a VI run continuously when called? My work around for this is to
wrap a WHILE loop around the VI's diagram. This seems sloppy to me.
0 Kudos
Message 1 of 3
(4,071 Views)
The run continously starts and stops running each time. That is sloppy behaviour. The while loop is the correct behaviour !
greetings from the Netherlands
Message 2 of 3
(4,071 Views)
Albert is correct.
The continuous run button is just a convenient way re-running code.
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 3
(4,071 Views)