From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
10-14-2008 02:32 PM
This Occasional Nugget contains detailed tips related to using Quick Drop in LabVIEW 8.6. These tips are intended for intermediate and advanced LabVIEW users who want to take their LabVIEW programming speed to the next level.
If anyone has other suggestions on boosting programming speed with Quick Drop, please let me know.
-D
P.S. - Check out past nuggets here.
10-14-2008 03:30 PM
Thank you Darren for giving us Quick Drop!
I am using daily now that I am (finally) working with LV 8.6.
Once I get my short-cuts memorized, I hope to be able to give the "WIre-Slinger" a run for his money.
Ben
10-14-2008 04:24 PM
I haven't started using Quick Drop yet. But what is interesting is that although LabVIEW is a completely graphical programming language, using QD which I'm sure allows you to work faster, takes you back to the days of communicating with the computer by typing and less by pointing and clicking.
This is similar to the way I use AutoCAD. I almost entirely use keyboard shortcuts for typing commands, and use the mouse just to move around and select entities. Even though there are hundreds of pallettes with buttons, if I actually used the mouse to find them, click on a button, and then move back to my drawing area to act on lines and circles and objects, would greatly slow me down.
Next time I need to do some heavy programming from scratch in LabVIEW (right now I'm in a mode of just cleaning up and modifying some 1-2 year old code), I'll have to start using Quick Drop to speed things up. Thanks for the tips.
10-15-2008 07:40 AM
Thanks Darren,
As always, your Nuggets are educational and worth reading.
I used the Ctrl-Spacebar to switch tools from selector to wire, but didn't realize it could do more (never took the time to investigate, either).
I will certainly try out this feature in an upcoming LV project (currently doing embedded C programming).
Thanks again, and keep posting your fantastic "Occasional" Nuggets.
RayR
01-30-2009 05:09 PM
Here is a text file containing my latest Quick Drop shortcuts (updated 01/30/2009).
-D
02-01-2009 10:22 AM - edited 02-01-2009 10:29 AM
Darren wrote:Here is a text file containing my latest Quick Drop shortcuts (updated 01/30/2009).
-D
It HAS to be the dyslexic in me Darren that developed almost the same set of shortcuts but many of mine are the the reverse of yours, eg ba vs ab. So I guess you remeber the full names of operators "Build Array" while I think of where do I find them Array >>> Build....
Note to self: If ever coding on Darren's machine think backwards (after copying his ini file to your memory stick) !
Question to all of you Quck-Droppers!
How much use are you getting out of teh FP shortcuts?
I ask since I have not been moved to define any FP shortcuts since I do so little work with FPs
Curious,
Ben
02-01-2009 02:27 PM
I use shortcuts for the following FP objects on a daily basis:
Error In, Error Out, Numeric Control, Numeric Indicator, String Control, String Indicator
The other ones in my shortcuts file I only use occasionally. I'm trying to stick to the 'c' for control and 'n' for indicator convention so I won't have to think so much ('nc' is numeric control, 'nn' is numeric indicator, etc.). Also note that I don't use one of those strange Microsoft 'split' keyboards, so 'n' is still relatively easy for my left hand to reach (compared to 'i', which is farther away...that's why I use 'n' for indicators instead of 'i').
-D
02-05-2009 12:59 PM
Public Service Announcement!
If you have not tried the short-cuts with QD you are missing out on a great experience. It is that "great experience" that prompts me to post this reply.
So what is this great experience?
I was coding along today and I needed to drop a case structure. Without thinking about what the short-cut was, my hand just "did it" and the case structure was drop-able!
For you musician out there, it was like getting to the point where you think "G-chord" and your hand just does it without thinking.
End of public service announcement.
Ben
05-27-2009 03:16 PM