Got a scripting Error code 7 with Labview

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

I got a LabView scripting error 7 whenever I run this particular application on a PC.  The path I used was correct and wondered why the error happened.  Anyone who could help me with this kind of problem?  I tried the internet but I couldn’t find any appropriate solution.

Error 7 occurred at Call Library Function Node in NetComm_UsageReport_report.vi:1->/WPI_MotorControlOpen Jaguar.v->WPI_RobotDriveOpen4MotorWithJaguar.vi->holonomic fina.vi

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 X, and / on Linux.  Verify that the path is correct using the command prompt or file explorer.

 

SHARE
Answered By 0 points N/A #85575

Got a scripting Error code 7 with Labview

qa-featured

 

Hi there,

If you look closely at the error you have been having with labview, you will clearly see that the main cause of the error that is the location you specified to call upon a function doesn’t have the specified files here the files are as follows.

NetComm_UsageReport_report.vi:1-

>WPI_MotorControlOpen Jaguar.vi:-

>WPI_RobotDriveOpen4MotorWithJaguar.vi-

>holonomic fina.vi

The problem is not an error at all if you mean by programming error, this error is more like a dialog box telling the user that the files required for the function to be called upon doesn’t exist in the directory that the user has targeted and therefore has to search in the appropriate directory in order to successfully call upon the function

Related Questions