LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to plot scatter data with density-based color in LabVIEW?

I would probably set it to update the graph every n iterations or about once per second so we have something to look at. 😄

 

 

altenbach_0-1754402769734.png

 

0 Kudos
Message 11 of 14
(189 Views)

Yes, I've used nearly zero changes to original implementation (just to measure time spent). I did it in literally in two minutes before running to catch the bus, then left it to process the data overnight. 🙂

But if I try to update every Nth as you suggested (measured on 2M samples, some music and background stuff is running, so, it is a bit slower):

D_mitriy_0-1754640339390.png

 

 

0 Kudos
Message 12 of 14
(150 Views)

I am working on real-time processing on an FPGA, where I have to avoid making any such array.

0 Kudos
Message 13 of 14
(88 Views)

Hi sonisatyam,

 


@sonisatyam wrote:

I am working on real-time processing on an FPGA, where I have to avoid making any such array.


In the FPGA you don't have an UI and so you don't have any graphs or charts…

 

Or to put it the other way around: your data display stays in the host VI where you should have enough memory to handle larger arrays!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 14 of 14
(82 Views)