LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save data from graph

hello

i have x-y plot, & i want to save data from graph

what should we done???

0 Kudos
Message 1 of 11
(4,473 Views)

Could you be more specific: what exactly do you want to save, where do you want to save it... ?

0 Kudos
Message 2 of 11
(4,469 Views)

Right click on the graph, "export" to various file formats.  

0 Kudos
Message 3 of 11
(4,462 Views)

@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.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 4 of 11
(4,446 Views)

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

0 Kudos
Message 5 of 11
(4,440 Views)

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).

 

 

 

-----

The best solution is the one you find it by yourself
0 Kudos
Message 6 of 11
(4,437 Views)

hi

thanks alot for ur answerSmiley Very Happy

but i want to put push bottom that when i pushed it start to save data from graph

best regard

 

0 Kudos
Message 7 of 11
(4,413 Views)

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.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 8 of 11
(4,408 Views)

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

0 Kudos
Message 9 of 11
(4,090 Views)
This seems unrelated to the original thread. Please start a new one with details such as where the dats is coming from, what do you mean by convert to decimal, and what you have done so far. Attach your code.
0 Kudos
Message 10 of 11
(4,076 Views)