LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to export xy graph with indicator field.

Solved!
Go to solution

hi,

 I want export my graph in .emf format.For this i have used invoke node>>Image export. If i use this , i can only export the graph not other indicator filed(numeric and string indicatror).how can i export graph with indicator field??

here is .vi that i have used.

 

0 Kudos
Message 1 of 3
(2,236 Views)
Solution
Accepted by topic author tadhika

Thanks for your post in our Discussion Forum,

 

is it necessary to export the picture in the .emf Format?

Otherwise I can provide two possibilities:

 

The easiest way to make a screenshot of a certain area of the frontpanel is to 

create a SubVI with all the elements you want to take a screenshot from and

then take a screenshot from the whole frontpanel of the SubVI.

This works fine although the frontpanel is not visible while the picture is taken.

The screenshot can be taken with a method-node as seen in the example attached to this post.

 

Another possibility is to crop a screenshot of a whole frontpanel to the region which you are interested in.

How this works is described here: http://forums.ni.com/t5/LabVIEW/take-screenshot-of-part-of-front-panel/td-p/1613750

The downside is that you have to manually set the region which might change due to scrolling or changes on the panel.

 

Best regards,

Peter

0 Kudos
Message 2 of 3
(2,195 Views)

thanks .I did as u said.and it works well.now its fine..thanks.

0 Kudos
Message 3 of 3
(2,192 Views)