LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

graph & chart history length

Solved!
Go to solution

I was wondering why "chart" has got a "chart history length" property for the length of the displayed data, 

but "graph" doesn't have such a "history length" property. 

 

Why!?

0 Kudos
Message 1 of 7
(4,227 Views)

Hi Cashany,

 

maybe because charts have a history and graphs don't?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 7
(4,225 Views)

So, how do graphs work without a history (memory)?

0 Kudos
Message 3 of 7
(4,223 Views)

Hi Cashany,

 

you have to make your own buffers then.

 

Well, there are examples coming with LabVIEW. There ARE examples showing how to use charts and graphs!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 7
(4,220 Views)

All right, I'll see the examples and try to understand how graphs & charts exactly work. 

0 Kudos
Message 5 of 7
(4,218 Views)
Solution
Accepted by Cashany

Hi Cashany,

 

"how graphs & charts exactly work": charts collect data in their history buffer and plot the history, while graphs only plot the data you provide them...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 6 of 7
(4,216 Views)

Now got it. 

0 Kudos
Message 7 of 7
(4,211 Views)