07-05-2012 09:20 AM
Hi,
Maybe this is a very simple question for you guys, but I am just wondering how to pass boolean value ( and maybe other data type too ) from one while loop to another while loop.
See the attach file for simple example.
Best regards,
Alvin Chandra
07-05-2012 09:24 AM
You can do this with help of Local Variables or with messaging techinques Queues,Notifiers..
07-05-2012 09:24 AM
You should use a local variable (right click the boolean control: create>variable) and read the help and attend a LabVIEW class.
Christian
07-05-2012 09:36 AM
Hey Alvin,
I'm not sure how extensive your diagram will look but you should be able to do a simple state machine/diagram if you're trying to keep in sequential. Just a thought.