LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

certification appropriate library name

Dear everyone,

 

Since I mis-loaded the another dll, I tried to change via configuration of Library Node Function(like photo1). 

However, which dll should be loaded is only displayed (like photo2) at first loading time. So, I don't know how to find the correct name. It would be glad if someone could tell me the way.

 

Best Regards

Download All
0 Kudos
Message 1 of 2
(1,597 Views)

Hi Tomoya,

 

The name prompt is used when searching for a file, because LabVIEW anticipates that you will be able to find a specific file only if you know the name (otherwise, how could you work out which file is being searched for?)

 

When you use the CLFN (call library function node) you are specifying the library directly. LabVIEW cannot provide an appropriate prompt because you could be wanting to select anything!

 

If you didn't save the code (or you have a backup using source code control) then you can close it without saving, and reload it. Then, it will still be searching for the previously selected library.

 

If you already saved with the new library selected, and it is not the correct library, and you do not have an older copy of the code with the correct name specified, then you must work out the correct library yourself using the context (what function are you looking for, etc) and the documentation available with the DLLs.

 

I hope this helps although I fear it may not be what you wanted to hear. Perhaps someone else has another suggestion or explanation.


GCentral
0 Kudos
Message 2 of 2
(1,575 Views)