LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Time Axis on Waveform Chart porblem

Hello all,

 

I have problem with values on time axis on my Waveform Chart. I would like to start axis form 0s and end automatically at the end of the measurement. 

 

But I have some strange value you can see on the picture 

Download All
0 Kudos
Message 1 of 21
(3,017 Views)

Hi plpablo,

 

use a graph to get a good customizable time/x axis…

Charts are limited here!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 21
(3,015 Views)

Graph will be updated in realtime ? 

0 Kudos
Message 3 of 21
(3,012 Views)

Hi pablo,

 

the graph will be updated when you wire new data to its terminal…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 21
(3,004 Views)

Hi GerdW,

 

As you suggested I changed chart to Graph. 

Now my 10 s measurement looks like picture in the attachment but it should end in the middle of the graph. How to customize time axis  ? 

0 Kudos
Message 5 of 21
(2,984 Views)

Auto scale


"Should be" isn't "Is" -Jay
0 Kudos
Message 6 of 21
(2,978 Views)

When I Use auto scale I do not see mesurmet form the beginning. 

 

I need to see graph from 0s to the end on of the plot. 

0 Kudos
Message 7 of 21
(2,962 Views)

Hi pablo,

 

I need to see graph from 0s to the end on of the plot.

Then you need to collect the needed data for the graph, similar to the history of a chart.

 

Did you examine the example VIs coming with LabVIEW in the example finder? There is an example explaining the differences between charts and graphs and how to use both…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 8 of 21
(2,960 Views)

 

according to information found here :

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9zsSAC

if I want add dynamic data in the loop I should use chart, but in chart I have problem with time scale. 

 

so question is chow to work with graph in loop or how to get time axis right in the chart 

0 Kudos
Message 9 of 21
(2,947 Views)

Hi pablo,

 

did you look for example VIs in the examle finder?

 

Anyway, here's an example:

check.png

Don't get used to DDT wires and your life will become easier…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 21
(2,944 Views)