FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro-Support
Wissen
Community
Über Uns
Referenzen
Jobs
Allgemeiner Kontakt
Händlerverzeichnis
FlexPro-Support
DE
EN
FR
Placeholder
Produkte und Lösungen
Support und Downloads
Unternehmen
Magazin
Kontakt
Sprache
MyWeisang

Account Einstellungen

Topic

Extracting Events from One Signal, applying Time to Another

Startseite ' Community ' Allgemein ' Extracting Events from One Signal, applying Time to Another

Anzeigen von 5-Stellen - 1 bis 5 (von insgesamt 5)
  • Autor
    Beiträge
  • #33764
    John Huxtable
    Teilnehmer

    I have speed data from two fans. I use a formula to calculate the difference between them and event isolation to determine times when this difference is greater than +/- 30 rpm.

    I then wish to use the associated time stamps to observe the vibration responses when the fan speed difference is greater than +/- 30 rpm.

    The raw data are in separate signals but all have the same time base. I am using version 8.0.24 standard

    #33768
    John Huxtable
    Teilnehmer

    I have speed data from two fans. I use a formula to calculate the difference between them and event isolation to determine times when this difference is greater than +/- 30 rpm.

    I then wish to use the associated time stamps to observe the vibration responses when the fan speed difference is greater than +/- 30 rpm.

    The raw data are in separate signals but all have the same time base. I am using version 8.0.24 standard

    #33765
    Bernhard Kantz
    Teilnehmer

    For this you can use the index operator.

    Example:
    [code]
    Dim idx = ValuesInInterval(Speed1 – Speed2, -30, 30, EVENT_INDEX + EVENT_COMPLEMENT)
    Speed1.X[idx]
    [/code]

    support@weisang.com

    #33766
    John Huxtable
    Teilnehmer

    I think I see how that gets me the time stamps in “speed1” but how do I apply this to “response1”?

    #33767
    Bernhard Kantz
    Teilnehmer

    If you have a FPScript formula IDX which calculates the indices you can create an additional formula. This formula creates a signal with the y-values of the data set ‘response1’ and the x-values of ‘speed1’.
    [code]
    Signal(response1[IDX], speed1.X[IDX]
    [/code]
    support@weisang.com

Anzeigen von 5-Stellen - 1 bis 5 (von insgesamt 5)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.