LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView Time 2 Hours Ahead of Computer System Time

Hi august,

 

a chart only stores a certain history of values. Once the history buffer "flows over" you will have an updated start time.

You may switch off autoscaling of the x axis, but then your data will be off-screen (if this is possible at all)...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 21 of 24
(589 Views)

When I untick autoscaling, it doesn't work anymore

0 Kudos
Message 22 of 24
(584 Views)

Hi august,

 

it still works, data is just off-screen... 😄

 

Using a chart may be easy to start with, but has it's shortcomings. Choose for yourself!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 23 of 24
(582 Views)

I agree with GerdW's comment on charts. It is difficult to get Charts to do much beyond the default behavior.

 

You might want to consider using a "Graph" instead. This would require buffering the data in an array or something and then drawing the graph each time there is an update. You will have much more direct control over the outcome. There are a number of examples on the NI site showing how to do this.

0 Kudos
Message 24 of 24
(576 Views)