02-20-2012 01:29 PM
So i have an text spaced(asci) file with date/time on first (x) column and the pbb on the second column (y) column.
When i create i vi for load a signal from asci file, it doesn-t put the time on the x column.
I-m attaching the files.
Pls help me.
02-21-2012 05:32 PM
Hi florin,
Looks like you are using an express VI. Those can be helpful but more often than not are not suited for custom implementations. Probably the best approach for this task would be to break it down into parts. I'd start with the "Read From Spreadsheet File.vi" inputing the data as strings. Next you'll need to convert the string types into numerics. A waveform chart might be best suited to get your time stamps included. Use the build waveform function that will feed into the Waveform Chart.
Give it a shot and let us know if you need help along the way.
Good luck,
Andrew S.