jdunham Posted April 26, 2011 Report Share Posted April 26, 2011 Please vote for conditional array indexing! http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Conditional-auto-indexing/idi-p/918682 http://forums.ni.com/t5/LabVIEW-Idea-Exchange/quot-Conditional-Append-quot-at-array-indexing-tunnel/idc-p/1116902 see also http://lavag.org/topic/7574-conditional-append/page__p__44719entry44719 There is an OpenG function which does this, a native polymorphic version would be so much better. A lot of times I have an array of clusters, and I want to filter the array by testing the value of one of the elements. This feature would really help clean up the code. Jason Quote Link to comment
Yair Posted May 1, 2011 Report Share Posted May 1, 2011 Do you also hate looking for the property or class you want through the whole hierarchy of nested menus? Well, no more - http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Add-Intellisense-support-to-the-property-node/idi-p/1540954 Quote Link to comment
SteveChandler Posted May 1, 2011 Report Share Posted May 1, 2011 Wouldn't it be cool if the specific dynamic dispatch icon and wire appearance were displayed in highlight execution? http://forums.ni.com...n/idi-p/1533634 Quote Link to comment
Michael Aivaliotis Posted May 4, 2011 Report Share Posted May 4, 2011 Please vote for this idea: Make the LabVIEW "resource" folder a symbolic path If you have ever tried to build reusable tools for LabVIEW, you understand the pain. Currently, it is extremely difficult or almost impossible to build any tools that call VIs inside of the LV resource folder. Quote Link to comment
Ton Plomp Posted May 5, 2011 Report Share Posted May 5, 2011 Search and replace code segments (snippets) Quote Link to comment
dannyt Posted May 17, 2011 Report Share Posted May 17, 2011 Hi, I have added an idea here to hopefully improve the usability of the LVCompare function idea link I would like to optional command line switch to be available from within the resulting "Differences" window cheers Dannyt Quote Link to comment
SteveChandler Posted May 19, 2011 Report Share Posted May 19, 2011 Please vote for the Bundled Project Library. It is like a Packed Project Library but is not compiled. It would be an lvlibb - a single file containing everything in the library. Quote Link to comment
Jeffrey Habets Posted July 9, 2011 Report Share Posted July 9, 2011 Allow us to force a reload of system locale settings Quote Link to comment
Samapico Posted July 18, 2011 Report Share Posted July 18, 2011 (edited) I didn't know there was a place to post these on LAVA... I posted an idea that you OOP guys should like: A simple "New -> Child Class" menu item in the context menu when you right-click an existing class... Idea link Edited July 18, 2011 by Samapico Quote Link to comment
jgcode Posted August 7, 2011 Report Share Posted August 7, 2011 LabVIEW Spell Check For String Control in Run Time Quote Link to comment
jgcode Posted August 7, 2011 Report Share Posted August 7, 2011 Replace Missing VI in LabVIEW Project using Palette Quote Link to comment
jgcode Posted August 7, 2011 Report Share Posted August 7, 2011 Pressing Undo after dropping a Structure places Structure back on Cursor Quote Link to comment
Antoine Chalons Posted August 22, 2011 Report Share Posted August 22, 2011 improve "cluster to array" primitive" for reference, here is the discussion on LAVA. Quote Link to comment
asbo Posted September 14, 2011 Report Share Posted September 14, 2011 Allow Diagram Disable Structure and Conditional Disable Structure to be replaced with a Case Structure Add the ability to replace a disable structure with a case structure 1 Quote Link to comment
asbo Posted September 30, 2011 Report Share Posted September 30, 2011 Make Queues use the value of the data type input as default output value in error conditions 1 Quote Link to comment
Daklu Posted October 7, 2011 Report Share Posted October 7, 2011 Extend class representation in project explorer (Wow, it's almost to double digit kudos. That's a record for me!) Quote Link to comment
Antoine Chalons Posted November 7, 2011 Report Share Posted November 7, 2011 want to know how long your build took? >> vote here! Quote Link to comment
Antoine Chalons Posted January 17, 2012 Report Share Posted January 17, 2012 you use a non-english LV version and want to give feedback to NI on localization? >> vote here note : I'm not using localized LV at work, but when I teach LV at university the students do use localized versions so I get to see some mistakes and feel like I should help NI to improve that. Quote Link to comment
SteveChandler Posted January 26, 2012 Report Share Posted January 26, 2012 Do you ever create a control or indicator on a front panel by copying an existing one rather than going to the palette? Maybe you set a bunch of properties on the original and want to copy from that so you don't have to set them again on another control. What is the very first thing you do after copying a new control? You edit the label to give it a new name. But after you make a copy the control is selected and not the label text. This idea is to select the text in the label after making a copy so that it is ready to start typing the new name. About ten percent of the time that I double click the text to select it all I end up turning off size to text. Grr.. Quote Link to comment
Yair Posted January 27, 2012 Report Share Posted January 27, 2012 OK, for this one NI needs actual feedback. Which is better? .........or......... Should the index inputs on LVOOP array element accessors be required? Read the comments there and then vote (or not): http://forums.ni.com...d/idi-p/1851907 Quote Link to comment
dannyt Posted February 27, 2012 Report Share Posted February 27, 2012 http://forums.ni.com/t5/LabVIEW-Idea-Exchange/I-would-love-to-have-a-Native-LabVIEW-DHCP-server/idi-p/1891513 Have you ever wanted a Native LAbVIEW DHCP server.? http://forums.ni.com/t5/LabVIEW-Idea-Exchange/New-VI-Analyzer-Test-check-the-quot-Separate-compiled-code-from/idi-p/1882483 A missing test in the VI Analyzer test suite Quote Link to comment
Antoine Chalons Posted May 18, 2012 Report Share Posted May 18, 2012 http://forums.ni.com/t5/LabVIEW-Idea-Exchange/64bit-LabVIEWs-should-support-VI-Analyzer-toolkit/idi-p/1996687 What? VI Analyzer doesn't work with 64bit LabVIEW Quote Link to comment
Antoine Chalons Posted May 21, 2012 Report Share Posted May 21, 2012 http://forums.ni.com/t5/LabVIEW-Idea-Exchange/quot-ROI-change-quot-event-on-image-display-control/idi-p/1999021 Catch ROI change events on image display controls Quote Link to comment
hooovahh Posted May 21, 2012 Report Share Posted May 21, 2012 http://forums.ni.com...l/idi-p/1999021 Catch ROI change events on image display controls I'm sure you're probably aware of this, but what I've done in the past is use the Mouse Up event on the control, and then check to see if the ROI has changed from what it was previously. Still nothing wrong with catching this event. 1 Quote Link to comment
Antoine Chalons Posted June 15, 2012 Report Share Posted June 15, 2012 If anyone thinks the State Diagram Editor was a good tool and want it back, vote up! 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.