12-22-2022 07:34 AM
Hi, I am fairly new to LabWindows/CVI. Can anyone help with how to the function definition/source file of a Library Function for which I can view the function panel?
12-22-2022 08:38 AM
Hello,
Many don't have associated source code, just compiled object or lib files. But some, such as toolbox.fp do have source code which can be found in the C:\Program Files\NI\LabWindows directories... It's just the same filename with a .c extension instead of .fp
12-22-2022 08:54 AM
For instruments whose source code is distributed you should be able to load the code in an editor window by operating this way:
The code will be loaded into an editor window and if you run the program in debug mode you can place breakpoint into the code and run it step-by-step to understand how it work and modify/correct it.