Function block to get the average of a numeric variable over time
-
Dear Support team,
I need a function block to get the average of a numeric variable over time:
in1: numeric value
in2: time period
=> (out): average of all different values received on the input during specified time time periodIs there any pre-defined function block in Mervis for this? (did not found...!)
Many thanks in advance for your help
-
Hello @pascal37,
there isn't a moving average FB per-se, but try looking into the B86 Filter:Best regards,
Martin -
Hi @Martin-Kudláček,
Many thanks for you advise: it could be helpfull or maybe also b84 or b85...
I will check whitch FB match best my needs.Kind regards, Pascal
-
Hi @Martin-Kudláček,
b86_filter is effectively the best fit for my case, many thanks!