LabVIEW Shortcut Menu Plug-Ins

cancel
Showing results for 
Search instead for 
Did you mean: 

CloseReference.llb

Overview

CloseReference.llb

Description

Closes the reference of a right-clicked node (i.e. open/write file, property, invoke, etc). The appropriate close native is used and wired up to the reference.

References coded so far:  "ByteStream", "TCPNetConnection", "Visa", "UDPNetConnection".."Queue", "UserEvent", "LVObjApp", "LVObjVI", "GenericClass", "TDMS File" 

CloseReference Menu.png

CloseReference After.png

Also works on loops and structures by checking all available output nodes.

Close Reference After 2.png

Hardware and Software Requirements

LV2016

Steps to Implement or Execute Code

Follow procedures for copying right click plugins. Right click on a node that uses references.

Additional Information or References

Todo:

  1. I may wire in the error wire eventually, but existing wires aren't the easiest thing to work with in scripting. 
  2. If anyone has references they want added, let me know.
Josh
Software is never really finished, it's just an acceptable level of broken
Comments
Suda苏打!
Member
Member
on

oh.thanks very much.

 

I use QuickDrop,redefine some shortcut.it's so fast,but i want to study this,How did that.

Contributors