LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Calculating Historical Rate of Change From Continuous Real-Time Input

Hi, I want to calculate the rate of change of continued data reading, for example, taking the last samples ( assume sample every minute = 15 samples ) and then calculating the rate of change/slop.

like the slop of the curve >>>and that curve in 15 min span with data always updated with new samples ... do I need to use shift registers any idea?

0 Kudos
Message 1 of 4
(248 Views)

Hi seola,

 


@seola30 wrote:

do I need to use shift registers …?


Well, yes.

(You may use PtByPt-DataQueue, which uses shift registers internally, to keep an array of recent samples.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(243 Views)

Hi, I want to calculate the rate of change of continued data reading, for example, taking the last samples ( assume sample every minute = 15 samples ) and then calculating the rate of change/slop.

like the slop of the curve >>>and that curve in 15 min span with data always updated with new samples ... do I need to use shift registers any idea?

0 Kudos
Message 3 of 4
(190 Views)

Hi jeaju,

 

either talk to your classmate seola or don't create new accounts for the very same topic...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(171 Views)