LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to make a change in the library that is called in a subvi? (in this case the GetCoefficients in the Levemberg-Marguardt curve fit)

Hi,
I need to make a change in the way the new coefficients are calculated. It's the "get new coefficients.vi" in the nonlinear levenberg marquardt algorithm.
A library is called, but the change must be made in that library. Is there any way to do this? I do understand C++ or similar language where the library might be programmed in, that's not the problem.

with kind regards
Hasse wiersma
0 Kudos
Message 1 of 2
(2,405 Views)
No, we do not have access to the source code for that shared library, it ships as part of LabVIEW and only NI has the source code. You will need to re-write (either in LabVIEW or C++/DLL) all the code completely.

-Jim
0 Kudos
Message 2 of 2
(2,405 Views)