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

Change Sec to mSec on Xaxis of a graph

Home page Community General Change Sec to mSec on Xaxis of a graph

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34082
    Nicolas Beaupré
    Participant

    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é
    Participant

    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
    Participant

    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é
    Participant

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

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