Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/07/2013 in all areas

  1. Name: Shortcut Menu from Cluster Submitter: drjdpowell Submitted: 06 Mar 2013 Category: User Interface LabVIEW Version: 2011License Type: BSD (Most common) A pair of subVIs for connecting a cluster of enums and booleans to a set of options in a menu (either the right-click shortcut menu on control or the VI menu bar). Adding new menu options requires only dropping a new boolean or enum in the cluster. See original conversation here. I use this heavily in User Interfaces, with display options being accessed via the shortcut menus of graphs, tables, and listboxes, rather than being independent controls on the Front Panel. Relies on the OpenG LabVIEW Data Library. Click here to download this file
    1 point
  2. More like the Application property "All VIs in Memory", then loop over "Open VI Reference" and get their execution state.... Abort those you don't want to leave running and don't forget to close your references properly....
    1 point
  3. Why not do it the straight forward way, with a HTTP Get. HTTP_Get.vi //Mike
    1 point
×
×
  • Create New...

Important Information

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