...
References
LabVIEW Manual: Using the Import Shared Library Wizard
Prerequisites
Call a Dynamic Link Library (DLL) from LabVIEW
Installation package for FlashPro-ARM, GangPro-ARM (both 32-bit and 64-bit builds)
Import Shared Library Wizard
...
Code Block |
---|
C:\Program Files\Elprotronic\ARM\API-DLL\include |
...
In the "Select Functions to Convert" window, all functions are selected by default. However, if you want to export the library to LabVIEW to contain fewer VIs, you can uncheck the functions dedicated to Visual Basic.
...
The "Configure Project Library Settings" window will automatically enter the name of the library. The previously specified path to the dynamic library is also automatically entered.
...
"Error Handling mode" allows you to configure the combination of errors in the generated VIs.
Due to the fact that FPA API functions have different types of returned values, it is best to select the "Simple Error Handling" option.
...
After generating the library, you can view the list of created VIs in the library
...
In the opened Block Diagram Window you can check if the library is available in the palette:
...