Error when running matlab mfile in labview 8.2

Asked By 10 points N/A Posted on -
qa-featured

 

Hello all,

I am not able to run matlab in labview successfully. Each time I try to run it, I get an error on my screen. the screenshot of the error is attached below:

 

The message states:

Error 7 occurred at open file+ .vi:Open File

Possible reasons(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. Gor example, use as path separators on Windows, : on Mac OS X, and  on Linux. Verify that the path is correct using the command prompt or file explore.

Can anyone please tell me what might be the root cause of the problem and how to fix it up?

Any help will be highly praised.

Regards

SHARE
Answered By 0 points N/A #192102

Error when running matlab mfile in labview 8.2

qa-featured

 

In software development Error 7 is generically use for “File not found Errors”, it is possible that you have move some subVIs file called in the main VI to another location in your drives, check to see if all the necessary VI files are in the project directories, if it is there already try transferring them and copying them back again to the same location.

Related Questions