LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get the chart to start from ZERO?

Hello everyone,
 
Could anybody tell me if it's possible to use a chart that shows the acquisition since Time Zero ( instead of moving forward ) ?
 
Thanks a lot,
 
Marc
0 Kudos
Message 1 of 5
(3,302 Views)

You have to set a suitable chart history length ( based on number of Points you want to display on your chart) and selecting the x axis scale 'start' as 0 and 'end' as ( chart history length-1)

Also, disable autoscale X axis in the pop down menu of your Chart

0 Kudos
Message 2 of 5
(3,298 Views)
Hi devchander,
 
 
Thank you very much for your answer. I was actually wondering if it was possible to have a chart that needn't to have to set it's history length. The last data would be plot at the end of the history ( so that the length of the history changes it self). I am not sure I am very clear... lol
 
Do u know if this exists...?
 
Thanks,
 
Marc
 
 
 
0 Kudos
Message 3 of 5
(3,251 Views)
That would be a graph, but you would have to build your own 'history' and feeding each run all the data. With LabVIEW 8 and a x-control it would be possible. but you would fill all the available memory of the PC!

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 4 of 5
(3,244 Views)

Hi Ton,

 

Thanks for ur answer !

 

Marc

0 Kudos
Message 5 of 5
(3,216 Views)