LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use Write To Spreadsheet File in labview?

hi,
 
i am trying to use Write to spreadsheet file.vi from the file I/O palette, but the example in the LV help are confusing.
What i am trying to do is, that i am using statistics object to give me
  1. Mean
  2. RMS
  3. Standard deviation
  4. Variance
  5. Max
  6. Min
  7. Range
  8. Total samples

I am using numeric indicator to display the results. Is it possible to write these in a spreadsheet file directly?

I know its possible but i am not able to do it. can someone help me with this.

 I also want to append (add data in the same file without deleting the previous readings).

I have attaced the VI that i am working on.

 

Ravi

0 Kudos
Message 1 of 38
(55,231 Views)
I had this same issue a couple of weeks ago.  This is how I handled it.  You need to save your file as a text file and then you can import it into excel.  Hope this helps!
Message 2 of 38
(55,214 Views)
Hallo Raviras,

I just modified your vi a little bit. I hope that I could help you!

0 Kudos
Message 3 of 38
(55,208 Views)

hi dude,

I have LV 8.0, the VI that you mailed me is not opening. Is there a way to convert it into my version file?

tell me how to do it, i will try to do that.

Ravi

0 Kudos
Message 4 of 38
(55,208 Views)
Hallo,
hier is the same vi in LV 8.0
0 Kudos
Message 5 of 38
(55,199 Views)
hi everyone,
 
thanks a lot...Smiley Happy
you guys are awesome!!
 
 
0 Kudos
Message 6 of 38
(55,180 Views)
I think you forgot the wire the STD of signal B to the build array... don't forget the wire that one!Smiley Wink
0 Kudos
Message 7 of 38
(55,173 Views)

hi guys

i am not able to open any of these files.i need to use SpreadSheet Write To File.Please atleast provide a snapshot of the blockdiagram.

Thanks in advance

0 Kudos
Message 8 of 38
(55,062 Views)

What exactly are you finding difficult about the Write to Spreadsheet File? The relevant part of the diagram is below but there isn't anything there that you can't get from the help or shipping examples.

Message Edited by Dennis Knutson on 10-04-2007 07:34 AM

0 Kudos
Message 9 of 38
(55,049 Views)

Hi thank you for the reply.

Actually i am previously giving the path name input as something like D:/Temp.txt.

Then its prompting some error.

Now i have changed it by using build path.Now that problem is solved.

I have some other problem. I want 2D data(Time data and measurement data) to be written into the file.

For that i have 620x100 array. so i want to keep them under Time and Data column seperatley.

Please help me in solving this problem out.(snapshot)

0 Kudos
Message 10 of 38
(55,019 Views)