03-26-2007 01:32 PM
03-26-2007 01:36 PM
03-26-2007 01:37 PM
03-27-2007 08:32 AM
07-29-2009 09:25 PM
Sorry, I still can't use my 5.1 file in 8.2,
the file below is my 5.1 file,
could anyone help me to recorrect ?
thanks a lot !!
07-29-2009 10:03 PM - edited 07-29-2009 10:03 PM
I was able to open it just fine in LV 8.6.1. Why? Because the file you posted is already saved in LV 8.2.
Why aren't you able to use it in LV 8.2? Are you getting some kind of error message? If so, what does it say?
07-30-2009 01:38 AM
sorry, I forget to paste the message,
the following is my problem, Thanks so much~
Error 7 occurred at Open File+.vi:Open File
Possible reason(s):
LabVIEW: File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux.
Verify that the path is correct using the command prompt or file explorer.
07-30-2009 01:50 AM - edited 07-30-2009 01:51 AM
Well that error message says it all, does it. You are trying to open a file somewhere that is not there.
When you would look at the diagram you would see various Spreadsheet file functions that try to read a spreadsheet file from a hardwired path. You should make sure that all the files you try to read in there are actually present on your harddisk at the path location this diagram specifies.
If I may say so the wiring is horrendous and the application with its hardwired path constants very user unfriendly.
Rolf Kalbermatter
07-30-2009 10:12 AM
Lillas wrote:sorry, I forget to paste the message,
the following is my problem, Thanks so much~
Error 7 occurred at Open File+.vi:Open File
Possible reason(s):
LabVIEW: File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux.
Verify that the path is correct using the command prompt or file explorer.
Well that is a completely different problem than saying you need to upgrade a LV 5.1 VI.