From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(1,985 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
(1,973 Views)

Dialog and User Interface >> 2 button dialog.

Message 3 of 5
(1,971 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
(1,961 Views)
Message 5 of 5
(1,958 Views)