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

Change Sec to mSec on Xaxis of a graph

Startseite ' Community ' Allgemein ' Change Sec to mSec on Xaxis of a graph

Anzeigen von 4-Stellen - 1 bis 4 (von insgesamt 4)
  • Autor
    Beiträge
  • #34082
    Nicolas Beaupré
    Teilnehmer

    Hi,

    I got datasets wich X-Axis unit is in seconds. I would like to plot them in a graph where the time-Axis of the graph is in milliseconds…

    The only way I see is to do a scaling on the Xcomponents values of the dataset, but I want them to stay in seconds…

    Is there a way to plot them in mSec without changing the dataset ?
    Thanks!

    #34085
    Nicolas Beaupré
    Teilnehmer

    Hi,

    I got datasets wich X-Axis unit is in seconds. I would like to plot them in a graph where the time-Axis of the graph is in milliseconds…

    The only way I see is to do a scaling on the Xcomponents values of the dataset, but I want them to stay in seconds…

    Is there a way to plot them in mSec without changing the dataset ?
    Thanks!

    #34083
    Bernhard Kantz
    Teilnehmer

    You don’t need to change the x-values of the data set [b]data[/b].
    Create a formula for scaling of the values:
    [CODE]
    Signal(data.y, data.x * 1000)
    [/CODE]
    Now you can visualize the new formula instead of the original data set.

    Alternatively you can scale your data in the diagram.
    Open the properties window of the curve in the diagram.
    Open the properties page [b]data[/b].
    Choose [b]Seperate data sets for X and Y-components.[/b]
    Now can insert the X-data set: [b]1000 * data.x[/b]

    support@weisang.com

    #34084
    Nicolas Beaupré
    Teilnehmer

    Thanks!
    It work fine and I can use it VBA 🙂

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