LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use write to spreadsheet.vi

 
Download All
0 Kudos
Message 1 of 18
(4,503 Views)

Hi hafiz,

   Why dont you do the cntrl-h and look at context help.And you hadn't told anything about the problem?

 

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 2 of 18
(4,501 Views)

What would you like to know?

 

You have data going into the Write to Spreadsheet file VI.  That is a good start.

 

You might want to wire a path control or path constant into that VI so it doesn't pop up a dialog box asking you for the filename on every iteration.

 

Is there anything else you'd like to know?

 

I'd recommend doing a Block Diagram Cleanup on yor code to eliminate the extra bends, backwards wires, and hidden functions laying under the while loop.

0 Kudos
Message 3 of 18
(4,497 Views)
now the writing part is ok, but i have a problem on the reading from spreadsheet. i can read the data table but the question is how can i convert it to a graph. i have done it but it turn out that it give an extra reading making my data hard to be read. anyone can help me. here i attached a VI i modified with a friend of mine, shrekt.
0 Kudos
Message 4 of 18
(4,480 Views)

just you have to provide the path name where you wnt to store it.

 

& pl go to example finder, you will find very easy examples of this kind

 

All the best

Vaibhav Gandhi
,
B.E. Instrumentation & Control,
INDIA
0 Kudos
Message 5 of 18
(4,479 Views)
the data u r reading from your file is it 1-dimension or 2-dimension?
Vaibhav Gandhi
,
B.E. Instrumentation & Control,
INDIA
0 Kudos
Message 6 of 18
(4,472 Views)
currently using 2d
0 Kudos
Message 7 of 18
(4,461 Views)

Try this VI

 

Change the tab to READ., it will read the stored data & will indicate on graph

 

Let me know, if it is your solution or not?

Vaibhav Gandhi
,
B.E. Instrumentation & Control,
INDIA
0 Kudos
Message 8 of 18
(4,445 Views)
hai there, the vi you gave does bring out a contant reading, which is the same problem. you can refer to the picture(comparison) i uploaded, the upper graph(History) is the data taken and saved. when i read it back, it produce a red line graph(saved data) which is similar to the upper graph but with an additional on a blue line graph constant at 1.
0 Kudos
Message 9 of 18
(4,408 Views)
the question is, how can i get rid of that blue line on the saved data graph
0 Kudos
Message 10 of 18
(4,404 Views)