10-07-2010 07:57 AM
Hi!
I'm trying to a little applicaion. I don´t know how can I explain my problem so I have attached a example.
I have a property node for the phisical channel control. I want to control this with the TF butom. To actualize to visibility is necesary to RUN the VI but I don't want to create the channel yet. So I would like to RUN the VI and later create the channel (when I order this).
Thank you very much.
10-08-2010 03:25 AM
Hi,
This can be easily done by using while loop and case structure. Take a look into basic LabVIEW examples that gives idea of using case structure, while loop. You can also modify the example vi's to fit to your requirement.
10-13-2010 01:39 AM
Hi,
but... if I use a while loop with Create Virtual Channel, I will create continously channels... I will try it.
10-13-2010 02:21 AM
Take a look also at the event structure examples, and manage the event "change state" on "visible" button.
Event structure should be inside a while loop.
Regards