05-03-2023 09:47 AM
After I tried to restart and reinstall labVIEW, this error continue occurring. The 'write to mea files' VI cannot be opened. I checked the path of lvStorage.dll, "C:\Program Files (x86)\National Instruments\LabVIEW 2021\resource\lvStorage.dll". It is in the original location. I don't know why other functions cannot locate this library and how to specify the location of this library.
''The library specified for this node cannot be found or loaded. Right-click the Call Library Function node and select Configure, then choose the correct library name or path.''
I tried to configure it, but I cannot even find the button 'configure'.
Is there someone have the same issue? Can someone please help me?
05-03-2023 01:08 PM
Are you using 64bit LabVIEW?
05-04-2023 02:16 AM
No. I'm using 32bit LabVIEW, community version, 2021SP1
05-04-2023 09:35 AM
> ''The library specified for this node cannot be found or loaded. Right-click the Call Library Function node and select Configure,
> then choose the correct library name or path.''
> I tried to configure it, but I cannot even find the button 'configure'.
To configure a CLFN (Call Library Function node), you need to "Right-click the Call Library Function node" on the block diagram and "select Configure" on the menu. Configure is a menu item, not a button. These steps are same for any CLFN.
But you can't even switch to diagram because this VI is not a normal VI. It is an express VI.
Your options:
1. Use other Storage/DataPlugin VIs
2. Convert this VI to normal VI, then you can configure the CLFN on the diagram. But this convert is irreversible! To convert, right click the VI, on the menu, select "Open Front Panel".
3. Mess Compile Storage VIs. From any VI's menu bar => Tool => Advanced => Mass Compile...
4. Re-install