LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3D Graphs

Solved!
Go to solution

I have an application where I don't have arrays in x,y,x but a single point scalar which updates continuously. I realise I can fill up a buffer to accomplish

a graph but this intriduces a delay and a refresh. What I want is a single dot that moves around in 3D space. How do I do this?

0 Kudos
Message 1 of 5
(2,364 Views)

Simply insert a few "built array" nodes of height one and it will turn your three scalars into three arrays with one elements each, to be fed to the graph. It will draw as a single dot if you set the graph properties correctly.

0 Kudos
Message 2 of 5
(2,363 Views)

Well it sort of works except the dor keeps returning to (o,o,o) the origin in between each point it plots.

0 Kudos
Message 3 of 5
(2,354 Views)

Please attach a simplified version of your code.

0 Kudos
Message 4 of 5
(2,350 Views)
Solution
Accepted by topic author tomnz

What appeared to be the problem was that I needed a wait in the loop. For some reason this stopped its antics.

0 Kudos
Message 5 of 5
(2,346 Views)