LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3D Plot blinking

Hello,

I'm trying to make a 3D Graph, using CWGraph3D, CWPlots3D, CWPlot3D. This can be seen in the image below. Outside of the image, several more Plots are added, in similar fashion as shown.
I use 'RemoveAll' to reset the image, otherwise the graph would continuously be replotted over itself. Which is -obviously- not what I want, and it also causes a memory leak. However, now the graph starts blinking, as every iteration the graph is removed and then remade.

 

Regards,
Ralph

Capture.PNG

0 Kudos
Message 1 of 2
(2,847 Views)

Hi Ralph,

 

However, now the graph starts blinking, as every iteration the graph is removed and then remade.

Yes, that's how it is. What else do you expect?

 

Did you try the DeferPanelUpdate property of the VI front panel while generating/updating the 3D plots?

 

Best regards,
GerdW


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