LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3D surface blinking problem

Hello,

When I am working with the CWgraph3D control, I met another problem.
Say, I am plotting a surface with given x, y and z vectors. The vectors are changing every time in a loop. I have the plot showed right but it is just blinking (due to the fact that I "remove all" plots every time before I plot new things in the 3D control). I wonder how can I solve this problem to have a smooth display?
FYI, I am giving the x, y and z vectors from 3 points (P1, P2, P3) in real time moving; So I want to keep trace of motion of the surface which created by the 3 points.
I have attached an example.  Thank you for you help.

 

Regards.

0 Kudos
Message 1 of 4
(2,955 Views)

Did you try not delting all and just updating theplot numbrs yu are using?

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 4
(2,933 Views)

I have this same problem. I create a number of 3D plots using CWPlot3D, Plot3DCurve, that are added together (using CWPlots3D, Add). Every iteration requires a 'RemoveAll'. This causes the plot to start blinking. 
I'm new to LabView, so Ben's answer does not mean much to me. 

Is it possible to prevent this blinking?

0 Kudos
Message 3 of 4
(2,623 Views)

You have more problems than that!

 

You just replied to a 6 year old post!  

 

Go ahead and start a new thread (feel free to provide a link to this old post) and attach the code you have so we can help you better.


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 4
(2,621 Views)