Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/07/2017 in all areas

  1. Hello everyone, I don't know if you have seen/heard about the GDevCon @Steve Watts and his chums (as he calls them) are organizing. It is GDevCon#1, some of the things I think our LAVA friends will love are: It is independent from NI, created and driven by the community Two day conference Focused on real problems encountered everyday by LabVIEW developers Open to everyone (you don't need to have any certification like CLAD, CLD, CLA, etc). The conference will take place in September 2018 somewhere in the UK. If you want to learn more, register at: https://www.gdevcon.com/ Regards, Fab
    3 points
  2. Just wanted to share this. Not sure if this is the best place but better then nowhere! fvi_lib_array_element_last_get.vim
    1 point
  3. I've seen this, looks very promising! I'm going to apply for a VISA
    1 point
  4. There already is a primitive that does this. The Delete From Array returns the last element in the array if nothing is wired to the length and index. There was a thread on LAVA years ago about which was a faster method, and a few versions of LabVIEW the method you showed was faster, but in most the delete from array is faster. And it already has a quick drop dfa.
    1 point
  5. Here's an interesting UI trick, as an example of what one can do with "filter" events: Problem: I like right-click menus to add lots of options to graphs, but the Users seldom discover the right-click options. I would like an obvious menu button for the User to see, but have any click on the button open the graph menu. Solution: put the button on the graph. On "Mouse Down?", hide the button and make the mouse click a right click. The Mouse Down then falls on the graph and triggers "Shortcut Menu Activation?", where I make the button visible again (the User never notices it being hidden). Example Chart Menu Button.vi LabVIEW 2015; controls from Flatline
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.