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,854 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,852 Views)

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

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

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

0 Kudos
Message 5 of 7
(3,845 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,843 Views)

Now got it. 

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