Skip to end of banner
Go to start of banner

Using the Import Shared Library Wizard

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

https://zone.ni.com/reference/en-XX/help/371361R-01/lvexcodeconcepts/importing_shared_library/

Import Shared Library Wizard

  1. Launch LabVIEW and navigate to Tools >> Import... >> Shared Library (.dll) to launch the Import Shared Library Wizard.

  2. Select Create VIs for a shared library and then Next

  3. Input the file paths for the Shared Library (.dll) File and Header (.h) File

  4. Continue configuring each page as needed, importing your desired functions, and selecting Next.

  5. When finished with configuration, select Finish to create your LabVIEW Project library (.lvlib) file.

 

Shared Library (.dll File) path:

for 64-bit LabVIEW version

C:\Program Files\Elprotronic\ARM\API-DLL\bin\x64\FlashProARM-FPAsel.dll

for 32-bit LabVIEW version

C:\Program Files (x86)\Elprotronic\ARM\API-DLL\bin\win32\FlashProARM-FPAsel.dll

Header (.h) File path:

C:\Program Files\Elprotronic\ARM\API-DLL\include
  • No labels