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

Comparison of two or more datasets in different files

Startseite ' Community ' Allgemein ' Comparison of two or more datasets in different files

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #33889
    Anonym
    Gast

    I have imported different files with identical channels. How can I compare comfortable one channel of two data sets without using fixed names for the data set?

    #33891
    Anonym
    Gast

    I have imported different files with identical channels. How can I compare comfortable one channel of two data sets without using fixed names for the data set?

    #33890
    Bernhard Kantz
    Teilnehmer

    You can either write a VBA macro or create a user-defined FPScript function.

    Example: “Formula Compare”
    [code]
    Arguments data1, data2
    Maximum(data2-data1) < 1E-15
    [/code]
    Now you can create a second formula to compare two data sets:
    [code]
    Compare(Signal, Signal2)
    [/code]

    support@weisang.com

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