LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem from "Read from Spreadsheet file.vi"

dear all,

I run into some problems from "Read from Spreadsheet file.vi".
I have a waveform file which has 4437 rows and 10 columns, representing 10 channel waveform.
Use "Read from spreadsheet file.vi" , I can only output one column waveform.  I don't understand why I can not get a 2-D array with 10 row & 4437 columns from the file.

How can I get all columns of waveform? Anybody can tell me? The files are attached

It is a Labview 7.1 file, Thank you very  much!

 
Download All
0 Kudos
Message 1 of 7
(3,582 Views)

Hi hbin,

      Try setting the  ReadFromSS "delimiter" input to space ("\s") instead of the default (Tab). Smiley Wink

Cheers

Message Edited by Dynamik on 03-12-2006 06:22 PM

When they give imbeciles handicap-parking, I won't have so far to walk!
Message 2 of 7
(3,572 Views)
Hi, DynamiK,
 It still does not work after I input a string constant with "\s",
I still only got one row from the file after transpose.

Am I have type erros with "\s"? 

0 Kudos
Message 3 of 7
(3,565 Views)
Hii,
      I think here is wat u want as u, wrote that u want ten different channels in the ten different graph, so always give the selection to the column, instead of row, bcos, that shows the channel. I am attaching the file here. have a look at it and if anything else, get back to me.
 
Thanks,
Nishant
Message 4 of 7
(3,552 Views)


Hi, Nishant. Your modified vi still does not work, there are nothing out in Waveform chart 2 & 3
Thanks anyway
0 Kudos
Message 5 of 7
(3,551 Views)
Hi hbin
 
You don't have to use "\s" as delimiter but just a space. Wire either a stringconstant and just enter a space or wire a space-constant (new in LV8.0).
 
In addition to that, you should use a waveform graph - not a chart, as these two types of display are not for the same purpose.
 
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 6 of 7
(3,548 Views)
Becktho, your way works:), thank you very much!
Also thanks any of your guys answering me, giving me suggestions:).

Sometimes I feel the help file from LabView  is not detailed enough that I can not  understand :(.
0 Kudos
Message 7 of 7
(3,541 Views)