06-28-2019 08:08 AM
How can i display time as it increments it the x-axis when i import the data to an excel graph using toolkit?
:When my program ends, I need the x-axis to show time as in like 1ms or so, I got y-axis showing temperature.
Thanks
06-28-2019 08:10 AM
06-28-2019 08:14 AM
06-28-2019 08:54 AM
Thank you for response
what do I need to connect where?
I attached a picture
06-28-2019 09:05 AM
Maybe this might help more.
06-28-2019 12:59 PM
I'm going to go ahead and try save some time by suggesting if you attach the VI it might be easier to help.
The latest picture is certainly the best of the images for diagnosing the issue, although it's a but unclear (at least to me) what you're looking for.
Do you not want it to be binned? It seems like you have a histogram set up and perhaps you want a scatter plot (the equivalent of an XY graph)?
06-28-2019 01:12 PM
You can change the value of the x-markers by defining x0 and dx. No need for an xy graph, since the values are spaced equally in x.
For the number to show, you also need to make sure you select a suitable scale style.
Attach your VI containing some data and we can give more specific advice.
06-28-2019 04:25 PM
Thanks for the responses.
I was able to get the time in the x-scale to appear, I think there was a clitch or something,
I just deleted the old and attached it again.