From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error filename measurement file

Solved!
Go to solution

Hi.

In my project, I have used the Read Measurement File function to read .tdms file. When I run the program on another folder or another PC, then select Open file name an error occurred, error window appears. Although it did not do wrong program operation but It is very uncomfortable. So I hope how could this error window does not appear?
Thanks.Open file error.jpgRead measurement file.jpg

0 Kudos
Message 1 of 7
(2,569 Views)

Hi ducta,

 Please copy all the files to a new folder or a new drive on a whole and try to read from that.

 

Regards,

SrikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 2 of 7
(2,563 Views)

It is reported "Location is not available". I understand that it can not find the old location. But when transferred to another computer, you probably do not have the location as established. I want to know how it was not error Location is not available anymore. I need the how to config file functions Measurement Read?

0 Kudos
Message 3 of 7
(2,527 Views)

Can you post your actual VI.  It is really impossible to debug code with an Express VI without the actual VI.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 4 of 7
(2,513 Views)

Thanks for your answer - Proven Zealot.Config Read.jpgStart Path.jpg
I deleted all the Start Path and Filename. Now only the first Browser to open filename new error window appeared and notice that "Location is not available" - Access is denied. Then open filename next time isn't fail again. Error only appear once - the first read.

Download All
0 Kudos
Message 5 of 7
(2,502 Views)
Solution
Accepted by topic author ducta9

Your default path is "C:\Documents and Settings\user\Desktop\Save file\test.lvm".  If you are on a Windows 7 machine, that folder does not exist.  It is now "C:\Users\user\Desktop\Save file\test.lvm" (assuming you want this file on the desktop).  Since the search starts in the folder of the current path value, you get the error.  Change your default path to something that is valid.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 6 of 7
(2,495 Views)

Thank 
I was understand and have removed the old default filename. PMy program have worked correctly.

Thanks for your help again.

0 Kudos
Message 7 of 7
(2,488 Views)