LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Give user the option to save data/graph after program execution

Hi,

 

I have a program that uses a for loop to take in analog data, performs calculations and then generates a simple XY Graph.

I would like the option to save the generated graph after the program has executed, but i do not want to save the data each time i run the program. This would ideally be presented in a button on the front panel that would prompt "Do you wish to save?", and the user would select yes/no accordingly.

Is this functionality available in labview, and if so, what functionality should I use to implement it?  

 

I have attached a VI of a sample program similar to the program described.

0 Kudos
Message 1 of 5
(2,736 Views)

Hi

 

Just add a two button dialog box at the end of the for loop. When the graph is made, the user decided to save it or not.

Message 2 of 5
(2,724 Views)

Dialog and User Interface >> 2 button dialog.

Message 3 of 5
(2,722 Views)

Thank you. It seems simple now.

 

Would you be able to save the VI in format 14.0.1 or below? I cannot open it.

 

Thank you

0 Kudos
Message 4 of 5
(2,712 Views)
Message 5 of 5
(2,709 Views)