LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open and close a vi front panel dynamically

Actually yes
There is LabVIEW
 
Go to File>Print...>'Your current VI'>VI documentation> then select block diagram>HTML file> select your image format> then save your file.
 
Charly
It's always sunny in California! Certified LabVIEW Associate Developer!
Message 11 of 16
(1,250 Views)
Thanks, Charly!  and yes it has great whether here in bay area!
0 Kudos
Message 12 of 16
(1,248 Views)
Better yet is the code capture tool available at this link  http://forums.lavag.org/Code-Capture-Tool-file121.html
Message 13 of 16
(1,245 Views)
I'll give a try. thanks!
0 Kudos
Message 14 of 16
(1,241 Views)
Hi Scot,

you should set the option input of the 'Open VI reference' to 8, this will open a new reentrant instance of the VI (like a memory copy).
Here's the help on this:

If you target a reentrant VI and do not use this option, this function returns a reference to the VI without allocating a parallel data space for the VI reference. When you do not use this option, multiple calls to this function for a reentrant VI return references to the same VI with the same data space, and this function does not clone the VI.

The tool suggested by Ravensfan was partly written by me, it is great for your purpose, you select the part you want to capture, start the tool (Tools->Code Capture Tool), review your setting (FP-none, BD-selected, Clipboard-FileName), finish the capture.
Then you switch over to your internet browser, in the file dialog you past the file name from the clipboard and the file is attached.

Thanks Raven.

Ton


Message Edited by TonP on 05-29-2008 06:21 AM
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 15 of 16
(1,228 Views)

Ton, 

it worked when I set the input to the Open VI reference with "8" and the capture tool is very cool. 

Thanks a lot for your help!

Scott

 

0 Kudos
Message 16 of 16
(1,202 Views)