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
(3,987 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
(3,985 Views)

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

0 Kudos
Message 3 of 7
(3,983 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
(3,980 Views)

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

0 Kudos
Message 5 of 7
(3,978 Views)
Solution
Accepted by topic author 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
(3,976 Views)

Now got it. 

0 Kudos
Message 7 of 7
(3,971 Views)