LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Drag & drop using booleans - question !

Solved!
Go to solution

Hello 2 all !

 

Here is what i'm trying to do :

 

I have 2 boolean controls wich are independent one from another on the front panel.

I want to be able to change the state of the "Slave" control by dragging and dropping "Master" over it.

Example :

"Master" - initialy FALSE.

"Slave" - initialy TRUE.

After drag&drop operation:

"Master" - still FALSE.

"Slave" - becomes FALSE.

 

Here is a vi in wich i've tried to deal with this problem.

 

Is this behavior possible ?

 

Thank you !

Andrew.

 

0 Kudos
Message 1 of 3
(3,104 Views)
Solution
Accepted by topic author AndreiN2014
do you want to do something similar to this? this is not a perfect example but i hope it will help you

Tushar Jambhekar
tushar@jambhekar.com

Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog

Message 2 of 3
(3,090 Views)

Thank you Tushar Jambhekar !

 

The code that you so kindly provided got me started on the right track :smileyhappy: !

 

I've modified it a little bit and got to the expected behavior.

 

Thank you very much !

0 Kudos
Message 3 of 3
(3,056 Views)