02-18-2008 03:13 AM
02-18-2008 03:27 AM
02-18-2008 03:28 AM
Hi LabVIEW5,
read your txt file with LabView using the "Read from text file.vi" and search for your path, then use "Strip Path" to get only the filename.
Mike
02-18-2008 03:34 AM
02-18-2008 03:42 AM - edited 02-18-2008 03:44 AM
Hi LabVIEW5,
you can use "Spreadsheet String to Array.vi" to get an Array of your data. See the example picture.
Use the right seperator for your file. In my example text file it is "\n" which marks line break.
Mike
02-18-2008 03:49 AM
02-18-2008 03:50 AM
02-18-2008 03:55 AM - edited 02-18-2008 03:56 AM
Hi LabView5,
the "\n" is if you change the string control to Code-View (right click on the control and change to code view). Change the inputs "format string" and "input string". Now it works.
Mike
03-06-2008 10:23 PM
03-07-2008 12:54 AM
Hi KarthikeyanMathialagan,
transform your data to an array and use the sort array function.
Mike