08-02-2023 11:10 AM
while vi opening time this error was shown, Pls help me solve the error.
08-02-2023 11:50 AM
Check your Project file for any vi symbols with the yellow warning signs.
Mine is shown with conflicts, but could be a missing or relocated file just as well.
08-02-2023 11:56 AM
dhevendhiran@yahoo.com wrote:
while vi opening time this error was shown, Pls help me solve the error.
It's pretty straightforward. The file wasn't found, better go looking for it.
Now that we got the snarkiness out of the way, (sorry couldn't resist), there's a few reasons why LabVIEW can't find it. The most popular is that the library or folder that contains it is not available to you. Often when you open a project on your computer that was developed on another computer, you forget to copy over the dependencies. Or maybe there was a toolkit installed on the other computer that isn't installed on yours. I don't see a VI of the name mentioned on my computer, so this is likely to be a custom VI made by someone somewhere. Since you haven't shown us any code, we can't really do more than guess.
I hope this points you in the right direction.
08-02-2023 11:58 AM
dhevendhiran@yahoo.com wrote:
while vi opening time this error was shown, Pls help me solve the error.
Check for your Login_Password.vi in your system/Project Source files.
Open the Main Vi and proceed with error and once Main Vi is opened, you can replace the empty error VI with the Login_password.vi.
08-02-2023 12:41 PM
@PalanivelThiruvenkadam wrote:
dhevendhiran@yahoo.com wrote:
while vi opening time this error was shown, Pls help me solve the error.
Check for your Login_Password.vi in your system/Project Source files.
Open the Main Vi and proceed with error and once Main Vi is opened, you can replace the empty error VI with the Login_password.vi.
Assuming it's somewhere on the OPs computer. 😉