LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error reading xls file

Iam attaching the images again.Waveform ,Block diagram and data i'm giving
0 Kudos
Message 11 of 27
(1,212 Views)
Attachments are here.
0 Kudos
Message 12 of 27
(1,210 Views)
Look carefully at your block diagram and mine. Do you see that the output of the Read From Spreadsheet File in yours is a double orange line? Look at mine and you will see it is a single orange line. You are taking the 2D array output and in mine, it is using the 1D array output.
 
Your last txt file is also considerably different than the first. With this new file, you don't need to transpose the array.


Message Edited by Dennis Knutson on 04-26-2008 10:58 AM
0 Kudos
Message 13 of 27
(1,207 Views)
Sir,
    I checked it .But still iam not getting the waveform.I think my data has some problem.Can you see it once,if not correct please send the data you've given for the simulation to get the waveform.
           Bharath
0 Kudos
Message 14 of 27
(1,202 Views)

The code below shows the exact same graph as in my original post.

 

p.s I'm assuming that a docx file is from a new version of Word. I don't have the newest version and cannot open it. If the file contains images, just post the images instead of some proprietary file format.

Message Edited by Dennis Knutson on 04-26-2008 11:22 AM

Message Edited by Dennis Knutson on 04-26-2008 11:24 AM
0 Kudos
Message 15 of 27
(1,199 Views)
Sir,
What is the double below the "read from spread sheet file".
Where do we get that one sir??
Is it the double in PROGRMMING-->NUMERIC-->CONVERSION-->double???
or some thing other?
0 Kudos
Message 16 of 27
(1,190 Views)

It is the polymorphic VI selector. It is only available in newer version of LabVIEW (right-click the VI..visible items...polymorphic selector).

You don't need it here. 😉

0 Kudos
Message 17 of 27
(1,188 Views)
The plot showing is as follows.Can you tell me the reason???
The data is posted 2 posts in prior.

Attaching the plot in MS (old) word doc..
0 Kudos
Message 18 of 27
(1,185 Views)
You are STILL using a waveform chart with a history of 1024. This means that is will only show the last 1k points of your file. Use a waveform graph as already pointed out several times.
0 Kudos
Message 19 of 27
(1,179 Views)
 Thanks a lot  for your patient answers for my basic questions.
 Finally i can able to plot my data.

 Now,Is there any possible way to generate my data repeatedly i.e,18000 samples and next repitition same samples??
 I think we can use looping (for??while??)for that.
 Please add some suggestions.
 
 Bharath.
0 Kudos
Message 20 of 27
(1,166 Views)