LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the mean value for particular time step

Solved!
Go to solution

Hello everyone,

 

I have one column with the thousands of values. Around 32000.

I want to find the mean value with the time step of 160. Which means first I have to find the mean value of first 160 element and then so on until 32000.

for example (1,160),(2,161),(3,162),.... (_, 32000)

 

And from all the mean value I have to choose the one maximam value.

 

please give me some idea 

 

Reagards,

Maulik

0 Kudos
Message 1 of 4
(2,310 Views)

hello everyone ,

 

I want to modified my question to better understanding for all.

please refer the below attached file.

 

From that file the column B has the different pressure values.

I want to find the mean value from row 3 to row 6 then row 4 to row 7 then row 5 to row 8 and so on until row 17.

So the time step is 3.

 

regards,

Maulik

0 Kudos
Message 2 of 4
(2,298 Views)

Hi Maulik,

 

this is very basic LabVIEW programming and you should be able to do that on your own after going through free online beginner courses...

 

check.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 4
(2,297 Views)
Solution
Accepted by topic author mrdesai88

Hi Sir,

 

Thank you very much for your solution and advice.

 

yours sincerely,

Maulik

0 Kudos
Message 4 of 4
(2,290 Views)