From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,172 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,161 Views)