LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

hold and updates the max. value

I am trying to make a program to hold the maximum value and when it gets the maximum it automatically updates the previous value. please give me the solution.
0 Kudos
Message 1 of 4
(3,270 Views)

Hi sanju,

 

you just need the MinMax function and a shift register…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(3,254 Views)

Just use the Array Max & Min PtByPt Set the sample lenght to zero.

0 Kudos
Message 3 of 4
(3,230 Views)

Hi Sanju,

 

To expand on what GerdW said...

 

minmax.JPG

 

 

Hope this helps!

0 Kudos
Message 4 of 4
(3,211 Views)