04-26-2011 01:10 PM
Thanks for the tutorials.
I am new to Labview but I have read those and some others. I just don't get the same things as I see in the pictures. I was wondering maybe there is a difference.
Attached is my code.
04-26-2011 01:12 PM - edited 04-26-2011 01:21 PM
"threshold array" takes a scalar as input, but you have an array converted from dynamic data. All you probably need is wrap an autoindexing FOR loop around the interpolation code.
04-26-2011 01:20 PM
Yeah IT WORKS. THANKS
Is there any simple way to get the data from an excel sheet instead of copying all into the arrays?
04-26-2011 02:02 PM
Oh, I got the answer to this one (how to get the data from excel file).
04-26-2011 04:36 PM
Hi Baran,
Glad to hear you got your application working!
If you have no more questions, be sure to set you post to solved.
Have a great day,
Chris
04-26-2011 04:41 PM
Sure. Thanks for your help. Now I can move on to the other parts of the project.