04-26-2004 10:07 AM
04-27-2004 01:41 AM
10-25-2011 02:41 AM
Hi there,
It seems I am having the same problem. But I didn't understand your solution, why is it better to build such a complex way to open a file, then a simple box?
In the attachment I am sending my VI.
Regards
10-25-2011 02:52 AM
Please attach your actual VI instead of a picture. It would also be important to know what's in the path control. Is it a valid path to a file?
Your VI makes very little sense overall. Whay are you reading the same file 5 times as fast as you can and the looking at only one row each time? Reading the file needs to be done only once before the loop. Then you can autoindex at the loop boundary, eliminating everything else, except for the array indicator. Still, things will be so fast that all you will see is the 5th row. Maybe you want to place a small wait so you see the reading of each row.
What is your LabVIEW version?
10-25-2011 03:53 AM
Hi there,
Thanks for the answer.
I'm answering in the topic: http://forums.ni.com/t5/LabVIEW/Error-1-is-to-open-file-vi-Openfile-occurred-Fehler-1-ist-bei/m-p/17...
Regards