how to rerun data from excel into a waveform chart with four inputs

2004-04-20 Thread jawalk01
For labview 6.0 I have not been able to find or make a program which takes already obtained data and is able to rerun that data saved in excel into a waveform chart or graph. Is there an example that I could use for this?

Re: how to rerun data from excel into a waveform chart with four inputs

2004-04-20 Thread SarahM
Hey Jawalk01, I would also suggest looking at the Write to Text File and Read from Text File examples that ship with LabVIEW 6.0. You can find these by opening LabVIEW and going to Help Examples Fundamentals File I/O ASCII Files Write to Text Files (or Read from Text File). The Read from Text

Re: how to rerun data from excel into a waveform chart with four inputs

2004-04-20 Thread zilla
The easy way to do this is to save your Excel data as x.txt. Then you can just use the Read from spreadsheet file.vi.