05-27-2012 06:42 AM
hello
i have x-y plot, & i want to save data from graph
what should we done???
05-27-2012 10:14 AM
05-27-2012 12:48 PM
Right click on the graph, "export" to various file formats.
05-27-2012 11:09 PM
@mz-nap wrote:
hello
i have x-y plot, & i want to save data from graph
what should we done???
Yse you need to be clear with the question. If you want to save the data that is currently displayed in the graph you can use the Export method else you have to write whatever data that is comming to the graph ( Create a wire branch from the input of the graph to a file i/o.
05-28-2012 12:56 AM
i want to save data from one graph that is in my attach file and save it to excell file or other related file, i can't get good relation between my graph and save function
plz help me
tnx
05-28-2012 01:05 AM
i don't see anywhere you are trying to save the data to a file a normal write to spreadsheet.vi is suffucient. Check the attached code. Also try to avoid the sequence structure and follow a standard design pattern (Eg: State machine).
05-29-2012 12:43 AM
hi
thanks alot for ur answer![]()
but i want to put push bottom that when i pushed it start to save data from graph
best regard
05-29-2012
01:13 AM
- last edited on
05-12-2025
04:35 PM
by
Content Cleaner
Then you have to change the design pattern so that your concept will best fit. Try going to State Machine or Event Driven State machine.
03-30-2015 08:41 PM
Hi
I am new in labview and i want to read this raw data in labview and convert it to decimal by reading each line and the results is saved in excel file
can i be able to have an idea how to go about this kind of project?
Thanking you inadvance
03-30-2015 09:01 PM