LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW 2019 moving objects out of containers

Solved!
Go to solution

I've updated to LabVIEW 2019 and discovered, on block diagrams, I can't move objects out of one container without the wires trying to remain intact.  For example (a poor example but simplistic), let's say I have a flat sequence next to a while loop.  Inside the sequence is a sub-VI, inside the while loop is a graph object that is wired to the sub-VI. If I create a 2nd VI and move the sub-VI into it, the wires are all maintained to the 1st while loop instead of breaking as it used to do in past versions of LabVIEW. 

 

Is there a setting so I can return to the original behavior?

 

Another example:

before move:

Block Diagram _ before.png

after:

Block Diagram _ after.png

 

Instead of helping, this new feature tends to cause more work.

 

Thanks,

Ron

0 Kudos
Message 1 of 7
(2,705 Views)
Solution
Accepted by topic author mysticfree

If you tap the W key while you are dragging your objects out, it will break off the wires.

 

I personally like the new feature.  I find it helpful far more often than I need to tap the W to break off and cause it to act like the old way.

Message 2 of 7
(2,685 Views)

Thanks, Ravenfan!  I agree. This feature has been handy.  But there have been instances where it made more work.

 

Is there a list of 2019's shortcut keys?

 

Thanks again!

0 Kudos
Message 3 of 7
(2,680 Views)

Offhand, I don't know where such a list would be.

 

Oh, and if you tap W a second time, it will turn the connected mode back it.  It will continue to toggle it on and off depending how many times you press it.

0 Kudos
Message 4 of 7
(2,675 Views)

@RavensFan wrote:

If you tap the W key while you are dragging your objects out, it will break off the wires.

 

I personally like the new feature.  I find it helpful far more often than I need to tap the W to break off and cause it to act like the old way.


I always forget about that key so i hold Ctrl to copy them out instead ... (Though in my defence i haven't done much LV the last year) 😞 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 5 of 7
(2,670 Views)

@mysticfree wrote:

 

Is there a setting so I can return to the original behavior?

 


You can insert DragAutoWire = false into your LabVIEW.ini file.

See: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000004AQCSA2

 

UliB

Message 6 of 7
(2,663 Views)

Here is the help topic for LabVIEW Keyboard Shortcuts:

 

https://zone.ni.com/reference/en-XX/help/371361R-01/lvhowto/keyboard_shortcuts/

 

The "W" shortcut to cancel auto wire connect on drag is listed in that document.

Message 7 of 7
(2,659 Views)