LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I find the minimum in real time

I 'am doing some type of sensing mechanism. I that the data is step count versus intensity. So I want to record the minimum in real time from. Please kindly help

0 Kudos
Message 1 of 6
(3,999 Views)

Use the Max & Min vi in the Comparison palette.

 

 

 

0 Kudos
Message 2 of 6
(3,993 Views)

Hi perumpadapu,

 

you should have learned by now to provide some meaningful example (data)…

 

There are functions to detect minima: ArrayMinMax, "smaller than" comparison, PtByPtArrayMinMax, MinMax comparison, ...

 

It all depends on your data!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 6
(3,989 Views)

My data is a two dimensional array coming from a graph, step count versus intensity(Volts). So I want to find the minima in reflected intensity in time. If you can advice a solution ,it's very helpful to me.

0 Kudos
Message 4 of 6
(3,941 Views)

Hi perumpadapu,

 

a graph is a data sink, so it can't be the source of your data…

 

Can you attach a VI containing a 2D array of typical data? LV2011 preferred…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 6
(3,922 Views)

yeh, I will send it

0 Kudos
Message 6 of 6
(3,910 Views)