LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How go access data in chart's history

I want to be able to:

1. display analog data on a chart,

2. stop the chart from being updated,

3. take the data in the chart's history,

4. filter the data from the chart's history, and

5. refresh the chart with the new data

 

Can someone please provide guidance on how to do steps 3 and 5?

For #5 above, I want the chart screen to be updated instantaniously (not scrolled as with the initial data display).   

 

Thanks in advance.

0 Kudos
Message 1 of 4
(2,949 Views)

The Property node "History" will when read return the entire chart history or when read reaplace the previous history with the data you pass to it.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 4
(2,946 Views)

Hi VI Joe,

 

given the 5 points you want to achieve I would rather suggest using a graph instead of a chart.

Then you can have to do your own buffering (in a shift register!?) with the advantage to have full control over the buffered data...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 4
(2,937 Views)
Thanks for the great advice!
0 Kudos
Message 4 of 4
(2,913 Views)