Close Generic Object Refnum.vi


This VI is polymorphic to allow closing an array of refnums.


Current VIs Parents Ref.vi


Gets a reference to the parent of the VI calling this function. This is useful for creating reusable VIs that opperate on their parent.


Current VIs Reference.vi


Gets a reference to the parent of the VI calling this function. This is useful for creating reusable VIs that opperate on their parent.


Dist Build App from LLB (proxy).vi


"Call By Reference" proxy for .\project\prodisttol.llb\Dist Build App from LLB.vi


Fit VI window to Largest Dec.vi


This utility will fit (resize and center) a VI (defined by the "VI Ref" input) about the largest decoration in that VI. It will add a border defined by border spacing in units of pixels. If there are no decorations found in the VI it is a no-op and will not produce an error. Unfortunately, this VI can not find locked decorations (yet).


Get All Control Values {Variant}.vi


Gets all of the control of indicator values depending on the Boolean input Control. An input of TRUE will return all of the control while an input of FALSE will return all of the indicators.


Get ClassID Name.vi


Gets the ClassID of a LabVIEW object by RefNum and outputs an enumeration using names such as "Digital Numeric", "Boolean", "String", "Path", etc.


Get Control Value {Variant}.vi


Get the value of the named control as flattened data.


Get Frontmost VI.vi


Gets the name of the frontmost VI


Get Text Label Decs from VI.vi


Returns references to the free labels (floating text) on a VI's Front Panel.


is OpenG.vi


Checks if a VI's path is in vi.lib dir or subDir.


Is VI-LIB.vi


Checks if a VI's path is in vi.lib dir or subDir.


List Open Front Panels.vi


Returns an array of the names of all VIs in memory whose front panels are open.


List VI Hierarchy.vi


Returns a cluster of all of the Standard VIs, Control Type Definitions, Global VIs, and Polymorphic VIs in a VI's hierarchy. You may optionally exclude any VIs whose paths are in vi.lib or any of its recursive subdirectories.


Metrics-Advanced.vi


Gets Metrics.Advanced Attribute cluster which contains the following VI metrics: # nodes # signals # structures # diagrams diag depth # controls # indicators # inputs # outputs # global reads # global writes # local reads # local writes # attr reads # attr writes # cins # dlls diagram width diagram height


Open Untitled VI.vi


Creates and opens a new Untitled VI. A reference to the newly created VI will be returned if a TRUE is wired to the "Return Refnum", otherwise "Not a Refnum" is returned. The front panel of the newly create VI will be opened unless a FALSE is wired to the "Open Front Panel" input.


Open VI Clone Reference.vi


This VI clones a specified VI, creates a reference to the clone by saving a copy of the VI as a VI Template and then opening a reference to the template. It then deletes the template on disk, while leaving the clone in memory. As is, this VI can only produce non-strict references to VIs. The "type specifier VI Refnum" should be added if you wish to "Call by Reference". It is suggested that you make a copy of this VI and add the type specifier for each strict reference you require. A Polymorphic VI implimentation is not realistically capable of including all possible permutations of connector panel types, which is required for strict references and used by the "Call By Reference Node".


Save VI ConPane Image.vi


Save an image to file of a VI's Connector Pane.


Set Control Value {Variant}.vi


Sets the value of the anmed control to that of the variant data.