LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

wait to start "create channel"

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.

0 Kudos
Message 1 of 4
(2,717 Views)

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.

With regards,
JK
(Certified LabVIEW Developer)
Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
0 Kudos
Message 2 of 4
(2,697 Views)

Hi,

 

but... if I use a while loop with Create Virtual Channel, I will create continously channels... I will try it.

0 Kudos
Message 3 of 4
(2,658 Views)

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

0 Kudos
Message 4 of 4
(2,649 Views)