LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Access to chart histor buffer

Suppose I have a waveform chart with several thousand points accumulated in the buffer.  Now I realize I want to save
this data.  If I had planned ahead and used a waveform graph, I could easily do that.  But since I am stuck with the chart, what can I do?  I know the data is in the computer memory because Labview maintains a buffer for the chart.  Is there any way I can access that information?
0 Kudos
Message 1 of 3
(2,556 Views)

Pop-up on the terminal and choose

create >>> property >>> History (its at the bottom)

It will be an array of whatever datatype you are using (if using 1-d array of WF's then it will be 2-d)

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 3
(2,552 Views)
Sure enough, there it is.  Many thanks!
0 Kudos
Message 3 of 3
(2,545 Views)