ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data and plot it

Solved!
Go to solution

Right click on a control/indicator and select Create>Invoke Node>Create Image. Right click again on the control/indicator and select Create>Reference. Wire the reference to the method and wire the Image Data to the Write JPEG (PNG, BMP) function.

 

Message Edited by Dennis Knutson on 02-19-2009 10:09 AM
0 Kudos
Message 11 of 16
(1,343 Views)

thanks so much for quick response.it is really helpful!

 

in LabVIEW 8.6 I found "get image" but I did not find "create image."

it looks like the attachment.

there is no pick to connect to "new picture"

I ran it and found that it save the black plot.

 

Could you please let me know how to save the final picture?

 

Thanks very much

Cynitha

 

0 Kudos
Message 12 of 16
(1,318 Views)

Sorry about the typo. The Get Image is correct.

 

I don't know what you mean by 'there is no pick to connect to "new picture"'. In the quick image that I did, I did not do any dataflow to ensure that the Get Image method is run after you write the data to it. Could be that is your problem.

 

0 Kudos
Message 13 of 16
(1,313 Views)

thanks for quick response, Dennis,

 

My question is that "get image" function saves the figure before the program runs.

 

For example, I put some data in the table of the attachment2 code and run it. The image saved is as the attachment1 with no data info on it.

I hope to save the image with data info.

 

Please let me know if my explanation is not clear, and please give me some advice.

 

thanks

cynitha

 

Download All
0 Kudos
Message 14 of 16
(1,305 Views)
Solution
Accepted by cynitha
As I said, there is no dataflow in the quick example. You should add some. Maybe place the method inside a single sequence structure and wire the new picture to it.
0 Kudos
Message 15 of 16
(1,300 Views)

thanks very much, Dennis! : )

 

I appreciate your help!

 

cynitha

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