02-28-2014 09:08 PM
Hello,
I am attempting to find the maximum input signal value and display it in the front panel. I have managed to succesfully do this for values which are positive. but when my signal is completely negative it wont update my max.
i have attached my VI.
Thanks for your help.
Dylan
Solved! Go to Solution.
02-28-2014 09:20 PM
Place the shift register on the borders of the outer while loop and initialize it with "-Inf".
Your inner FOR loop makes very little sense, delete it.
02-28-2014 09:34 PM - edited 02-28-2014 09:34 PM