LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Take max, min, averages speed of motor?

Exp: I have to conect Pc with motor, and pc read the speed of motor in 10min. Maybe there are 3,4 measurements (it's not constant) in each min. How can I read the max, min, averages  of speed in each min?
0 Kudos
Message 1 of 2
(2,522 Views)
Hi ha noi,

there are functions to calc min, max and mean...
You only have to collect the data for each minute of measurement in separate arrays.
Or use shift registers (in your measurement loop) to collect the values. When a new minute has started you calc your results from collected data and clear the shift registers before wiring new values.
Best regards,
GerdW


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