LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can i save VI front panel as a picture?

Hellow!
Is it possible to save the VI frontpanel as a picture? Thanks!
0 Kudos
Message 1 of 12
(4,349 Views)
Hi happybird,
you can use the invoke node -> Get Panel Image and use one the graphics format vi's (located in the graphics and sounds palette) to save to disk.
hope this helps
0 Kudos
Message 2 of 12
(4,338 Views)
This recent post show how to get the front panel and the diagram image. Just use half of it. 🙂
0 Kudos
Message 3 of 12
(4,334 Views)
I see,but my version is labview 7.0,so there's no get panel image method.if i print the screen,it can not show all the panel image,because my front panel is quite big.
0 Kudos
Message 4 of 12
(4,314 Views)
The Get Panel Image method IS available in 7.0. Drop the Invoke Node function on the diagram. Right click and do a Select Class>VI Server>VI. Right click again and select Methods. It's the 11th item down.
0 Kudos
Message 5 of 12
(4,310 Views)
Here is a VI I created to do just what you want. It's not that elegant but it works.
0 Kudos
Message 6 of 12
(4,302 Views)
I have ran this VI,but why it doesnt work,it appears"LABVIEW an input parameter is invalid" NI488 ,Command need GPIB controller to be controlled in charge"
0 Kudos
Message 7 of 12
(4,283 Views)
What version of Labview are you using??

ssmith
0 Kudos
Message 8 of 12
(4,277 Views)
Labview 7.0
0 Kudos
Message 9 of 12
(4,274 Views)
Here's a tiny VI I posted a while ago but now in LabVIEW 7.0.

Just place it inside your VI in a event or case structure. Whenever it is called, it takes an image of the front panel of the calling VI (not of itself, of course :)).

Let me know if this works for you. 😄

Message Edited by altenbach on 06-09-2005 04:20 PM

0 Kudos
Message 10 of 12
(4,263 Views)