LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I look at the code written for a Library Function Node?

The node that I am interested in is on the mathematics/curve fitting/Non Linear Lev-Mar Fit.vi/get new coefficients.vi of the functions panel within labview. When I right click on the node and go to configure the path ends in a file with extension *.so. Is there any way that I can open this up to see what is inside?
0 Kudos
Message 1 of 3
(2,692 Views)
*.so files in UNIX are what *.dll files are in Windows: Libraries of compiled functions that were written in a programming language and compiled into machine code. Unfortunately the source code for these functions cannot be recovered from these files.
Message 2 of 3
(2,692 Views)
Thank you for your help.
0 Kudos
Message 3 of 3
(2,692 Views)