I have one problem.
In attachment I send one photo of circle and one array (20 elements).
Does someone know how can I make the circle like this in Labview with this array?
Blue dots represent data from array.
Best regards
Solved! Go to Solution.
Posting a VI with an empty array does not help.
1. Show what you have tried.
2. Include some data (like the data in your .jpg image) saved as default for the array.
Consider: XY Graph, Polar Plot, PIcture Control.
Lynn
I'm just trying to introduce this array as a circle. This .jpg image is just example (from some other dates), and is not associated with array in VI.
Hi Sljuka,
Lynn's suggestions are pretty good. Maybe the picture control will be an easy to use option. We won't know until you give us more details about how you want the circle to look like - are the values of the array angles or radiuses? In your photo of a circle all dots look equally distant, its not a lot of information to build from.
Compass plot is another option. You can use this VI I attached as a starting point for a 2D Compass-style plot.
Please ask more specific questions and provide some code that you have been working on.
Have a great day,
Patricia
Thanks