07-31-2015 11:39 AM
Hello,
I tried your suggestion and it works. I do however seem to have some issues where a spur is missed (please see the attached VI).
In the attached VI, Array 1 works fine, however, Array 2 misses the last spur.
Is there is way to fix this?
Thanks,
hiNi.
08-03-2015 04:47 PM
Hello,
I am still not able to correctly extract the highest spur from the above mentioned VI. Can you point me in a direction where I can correct my VI to extract the highest spur?
Thanks,
hiNi.
08-04-2015 08:00 AM
Maybe try a logarithmic fit instead of a cubic spline.
Seems like one pass through a logarithmic fit and a threshold of 20 works ok.
Don't use Value properties to retrieve the value of an indicator. You should be passing values along wires and through shift registers.