LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NEED HELP PLEASE?

hi bro i need help how i can make some medical track record information or patient information like name, age, sex, address and disease information then save it to excel or word.

How to make a graph save it to image like jpeg?

tanx before

 

Message 1 of 12
(3,637 Views)

Please don't shout and use a more descriptive topic. 

 

You can use a table to enter the data and use the Write to Spreadsheet File to save it. 

 

To save an image, you use the Get Image method and the Write JPEG function.

 

Save JPEG.PNG

Message 2 of 12
(3,623 Views)
where i can find Get Image Method the write JPEG function?
Message 3 of 12
(3,585 Views)

On the diagram, right click on the graph indicator and select Create>Invoke Node>Get Image.

 

For the Write JPEG File, you do know that you can search for functions don't you?  You could also start with the Graphics & Sound palette and go from there.

Message Edited by Dennis Knutson on 07-15-2009 10:35 PM
Message 4 of 12
(3,583 Views)
why when i run programm it's still want to save it as jpeg image why i cant stop when i sabe the image?
Message 5 of 12
(3,579 Views)

Hi Friend

 

Use report generation to export the graph (any control) image to word document.

Please refer the attached vi for more information

 


Regards

Samuel J

 

0 Kudos
Message 6 of 12
(3,566 Views)

marp84 wrote:
why when i run programm it's still want to save it as jpeg image why i cant stop when i sabe the image?

The program does not "want" to do anything, it is forced to execute exactly as you have coded it 😉

 

Show us some code!

 

( if you use a button inside a loop to initiate an image save, make sure the button is latch action. You should also use the file dialog and bypass saving when the dialog is canceled.)

Message 7 of 12
(3,560 Views)
Do you want me to modify the code with button action..........................
0 Kudos
Message 8 of 12
(3,555 Views)

samuel James wrote:
Do you want me to modify the code with button action..........................

 

No, simply show us some code and we tell you what the problem is.

 

You don't really give us enough information to pinpoint the problem.

0 Kudos
Message 9 of 12
(3,537 Views)
tanx ill try it
0 Kudos
Message 10 of 12
(3,515 Views)