LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does labview have drag and drop capability while a program is running

Suppose I have a cluster with controls of various datatypes on the front panel of one vi. Is it possible to represent that cluster with an icon, and then drag that icon on to the front panel of a second vi? The information in the cluster would then be available in the second vi.
0 Kudos
Message 1 of 4
(2,791 Views)
You can't drag and drop a control to a running VI but what you can do is select the control, right click on it and select Copy Data. Then in the other VI, right click the control that you want to copy the data to and select Paste Data.
Message 2 of 4
(2,791 Views)
Thank you Dennis. I'll try something along those lines.
0 Kudos
Message 3 of 4
(2,791 Views)
I did this. Take a look at G Toolbox/Drag&Drop on my web
page.

George Zou
http://gtoolbox.yeah.net
George Zou
Message 4 of 4
(2,791 Views)