FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder
Products and Solutions
Support and Downloads
Company
Magazine
Contact Us
Language
MyWeisang

Account settings

Topic

Bildung von 1-h-Mittelwerten aus 5-min-Messwerten

Home page Community FPScript Formation of 1 h averages from 5 min measured values

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33363
    phoenix.ap@gmx.de
    Participant

    Hallo!

    Gibt es eine Formel, die aus 5-min-Messwerten die 1-h-Mittelwerte oder Summen berechnet,
    also die ab der vollen Stunde den Mittelwert oder die Summe für jeweils 12 aneinanderhängende Messwerte berechnet bis zum Ende des Signals. Dabei sollten alle “unvollständigen” Stunden am Anfang und Ende des Signals weggelassen werden.

    Thank you very much!

    #33361
    phoenix.ap@gmx.de
    Participant

    Hallo!

    Gibt es eine Formel, die aus 5-min-Messwerten die 1-h-Mittelwerte oder Summen berechnet,
    also die ab der vollen Stunde den Mittelwert oder die Summe für jeweils 12 aneinanderhängende Messwerte berechnet bis zum Ende des Signals. Dabei sollten alle “unvollständigen” Stunden am Anfang und Ende des Signals weggelassen werden.

    Thank you very much!

    #33362
    Bernhard Kantz
    Participant

    Use the FPScript function [b]TimeFilter[/b] or [b]ValuesInInterval[/b] to get the values per hour. After that you can calculate the mean with the FPScript function [b]Mean[/b].

    The FPScript function
    [code]
    Mean(TimeFilter(Data, HOUR, 11.0000000000000, 12.0000000000000))
    [/code]
    calculates the mean of the values in the dataset data between 11:00 h and 12:00 h.

    Support@weisang.com

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.