12-17-2009 12:48 PM
I am using the Read From Spreadsheet VI in an application. If the app goes to open the file and it is not there the LabView Error Dialog pops up.
In other parts of the app I use a VI to verify if the file is present then if the file is not present it is skipped, this is accomplished with a little extra coding.
I was just wondering if this feature is built into the Read from spreadsheet VI and i am simply overlooking it.
Thanks
Tim C.
12-17-2009 12:55 PM
12-17-2009 12:57 PM
As far as I could check, those VI's are coming with source code, so double click and debugging is possible. They use the old 'Easy Read/Write' file stuff, which has the error handler coded inside instead of presenting you the error cluster.
I have rewritten all these and added some extra error checking (as you already mentioned) and placed them in my reusable lib. Was worth the effort, so I'd recommend you to do the same and not using the build-in ones.
Felix
12-17-2009 12:59 PM