11-06-2013 04:26 AM
Great!!! Thanks a lot! 🙂
11-06-2013 10:50 AM - edited 11-08-2013 10:58 AM
@ntmkd wrote:
I did the same yesterday but I send the data to the Call by Reference VI and it was giving me some data type error. Now I just wired the variant data directly to the Nonlinear fit VI and worked perfectly.
If you are calling the model by reference elsewhere, you need of course wire the variant also to the correct input of the model. That always works fine for me. 🙂
For a simple example, have a look at my "Example 2: FitCurveSelect " posted here long ago.
Of course you can get also more complicated, have a look at the variant structure I use in the models here.
11-07-2013 02:04 AM
Wow, interesting 😄 Thanks a lot, I will keep this in mind.. Cheers 🙂