LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

intermediate result out of a finite state machine

I am wondering if there was a way to use intermediate value outside a finite state machine to control a subvi. My finite state machine is made of a while loop and a case structure. Right now, no data are available outside the while loop until the end of the cycle.

Thanks

Message Edited by ouelle on 04-10-2005 04:45 PM

0 Kudos
Message 1 of 2
(2,171 Views)
Simplest would be a local variable (... but there are many other ways such as value properties, LV2 style globals, notifiers, queues, etc.)
0 Kudos
Message 2 of 2
(2,160 Views)