LabVIEW Manager Functions
- Updated2025-01-28
- 1 minute(s) read
LabVIEW Manager Functions
This book describes the LabVIEW Manager functions that you can call from external C/C++ code to interact with the underlying infrastructure of LabVIEW. You can use these functions to perform simple and complex operations, ranging from low-level byte manipulation to sorting data and managing memory.
Complete the following steps to use these functions.
- Include the header file extcode.h and link to labviewv.lib in any C/C++ files from which you want to call the functions.
- Use the function signatures in this book to call the functions.
- Create a shared library of these source files.
- Use the Call Library Function Node to call the shared library in LabVIEW.