11-18-2009 05:23 AM
Hello!
My question is how labview detects the end of file at the Read from Spreadsheet File VI. What I would like to do is basically to read from a text file a number of numeric values and afterwards build an array containing these values. Till now I have made a vi that uses the aforementioned vi and put it in a while loop that its conditional terminal is connected to the EOF? but it never stops. Could you please suggest a solution to my problem? (I have already seen a similar question in this forum but the answers didn't help me..) The VI along with an example file to read are attached.
Thank you very much
11-18-2009 06:10 AM
Please take off the while loop. and directly connect the indicator to the all rows output of the VI.
That will give you a 2D array of whatever is there in the spreadsheet.
Hope this helps.
11-18-2009 06:46 AM
11-18-2009 07:01 AM