08-10-2016 03:38 AM
Hi!
Below are new Labview 2016 improvments
Improvements to Selecting, Moving, and Resizing Objects
LabVIEW 2016 includes usability improvements to selecting objects, moving objects, and resizing structures on the front panel or block diagram.
I find those things great in certain situations but it slows computer a lot. Does anybody know if you can turn off those feauters? I have an i5 with an SSD and 4 Gb RAM but if I have larger VI the lag when moving objects with those new feauters is quiet a big. It feels like I play a game with 3 FPS.
Solved! Go to Solution.
08-19-2016 02:32 PM - edited 08-19-2016 02:33 PM
I'm seeing the same slowness using LabVIEW 2016 64-bit. For example, pressing Ctrl and dragging a case structure to copy it, takes a long time - moves really slow. Some actions on the Quick Drop are also slow such as Ctrl-R to remove objects and rewire. I'm running on a i7 with 16 GB RAM with Windows 7 Pro.
08-19-2016 06:34 PM
Do you have a large block diagram? Do you have the navigation window open?
If yes to both of those things, many actions on the block diagram are slow because LabVIEW takes a long time to recalculate what the navigation window would look like
So if you have the navigation window open, close it and try again.
08-20-2016 01:10 AM
No I dont have navigation window open. The problem is it is slow regardles of navigation window open.
08-22-2016 08:36 AM
I don't use the navigation window. The block diagram is quite large; about 1600 nodes.
08-22-2016 08:44 AM
Reading this thread reminds me of an war story...
Years ago my sister and her husband were moving to Florida. They purchased a used van and rented a trailer. We loaded it up with everything they had. They got about a mile down the road when the transmision blew out. Turns out it was cheaper to pay AAA to haul the van to Florida than to try and fix the transmision and pay for another truck rental.
The moral of that story was "If you over-load something, do not be suprised if it fails."
The same thing applies to Dremel tools, drills, and LV.
Just my 2 cents,
Ben
08-22-2016 11:00 AM
The 'Audio Analyzer.vi' from the Sound and Vibration sample project right out of LabVIEW 2015 templates has 1667 nodes. The 'SFP Dynamic Signal Analyzer.vi' from the Dynamic Signal Analyzer sample project has 2062 nodes. And so are some other sample projects right out of LabVIEW are just as big. I don't think this is uncommon. The point is that LabVIEW 2015 has no speed issues with these large subVIs. Refactoring some of our controller type subVIs could be expensive; I don't think the customer will pay for the restructuring just to be able to run it in 2016. The question still remains if there's a way to disable these great looking features from LabVIEW at least temporarily.
08-22-2016 01:47 PM - edited 08-22-2016 02:02 PM
If you find live drag too sluggish, you can temporarily toggle it off by pressing the 'x' key during the drag.
It will revert to live drag for the next drag.
You can add 'LiveDrag=False' to your LabVIEW.ini file to disable live drag by default. When live drag is turned off, you can still toggle it back on for a single drag by pressing 'x'.
Also, if any single refresh during a drag takes longer than 200 ms, LabVIEW will automatically turn off live update during the drag. We are aware that for very large panels or diagrams, performance could be an issue, and this was an attempt to automatically mitigate that, but perhaps 200 ms was too conservative.
Craig Smith
LVR&D
08-22-2016 02:06 PM
'LiveDrag=False' in the ini file worked. So is the 'x' while dragging. Thanks so much for the tip!
08-22-2016 02:25 PM
Tnx. I tested it and for moving objects it is working great. Especially x key is great. I couldnt made it to work when holding CTRL key (copying). If anybody will have time to figure it out thanks in advanced.