From 11:00 PM CST Friday, Feb 14th - 6:30 PM CST Saturday, Feb 15th, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CST Friday, Feb 14th - 6:30 PM CST Saturday, Feb 15th, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
07-25-2013 03:23 PM
Good afternoon,
I came across a post describing how to read a file line by line with a single function, but there were no attached VIs and I could not find this function anywhere in labview
Source: http://forums.ni.com/t5/LabVIEW/How-to-read-from-a-file-line-by-line/td-p/479838
Can someone please tell me what the name of the function in the center is?
Thank you
07-25-2013 03:31 PM
Inside of Read from SpreadSheetFile Function.
ReadLinesFromFile.vi
07-25-2013 03:39 PM - edited 07-25-2013 03:39 PM
thanks
07-25-2013 04:43 PM
C:\Program Files\National Instruments\LabVIEW 2012\vi.lib\Utility\file.llb\Read Lines From File.vi
07-25-2013 06:04 PM
There is no need for this function; the Read from Text File function provides the same functionality. Right-click it to change from reading characters to reading lines.
07-26-2013 07:58 AM
@kennethone wrote:
Good afternoon,
I came across a post describing how to read a file line by line with a single function, but there were no attached VIs and I could not find this function anywhere in labview
Source: http://forums.ni.com/t5/LabVIEW/How-to-read-from-a-file-line-by-line/td-p/479838
Can someone please tell me what the name of the function in the center is?
Thank you
That function is how we did it before LabVIEW 8. NI did a massive upgrade to the File IO functions with the release of LabVIEW 8.0. So you can now just use the Read From Text File function, right-click on it and check the Read Lines.
07-26-2013 10:59 AM
Too bad there isn't also a good replacement for:
C:\Program Files\National Instruments\LabVIEW 2012\vi.lib\Utility\file.llb\Write Characters to File.vi