Hello,
Thanks for the time to ask this question. I am a novice user of LabVIEW, so I may not be able to grasp a lot of terminology, but I can understand the basics.
I am using LabVIEW 7.1 and I am trying to read values from a file with a Read Lines from File VI. This is happening inside of a while loop, each loop causing a new line to be read. My goal is for the loop to terminate once the end of the file is reached. I have tried to do this by wiring the EOF option on the Read Lines from File VI to the conditional terminal of the while loop (needs a true to end the loop). My hopes is that this EOF option would give a true when the end of the file is reached. I haven't been successful with this.
I have tried another option to end the loop when the end of the file is reached, but it is very complicated and difficult. I wanted to ask if there is an easy way to do this.
ATTACHED: The LabVIEW file I've been working with, along with the file I've been reading from. (not my difficult way of doing it)
Thanks for your help!
tvp9933