cancel
Showing results for 
Search instead for 
Did you mean: 

how to draw array like circle

SOLVED
sljuka
Member
Solved!

how to draw array like circle

Message contains an attachment

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

4 REPLIES 4
johnsold
Knight of NI

Re: how to draw array like circle

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

sljuka
Member

Re: how to draw array like circle

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.

PatriciaAD
NI Employee (retired)
Solution

Re: how to draw array like circle

Message contains an attachment

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

sljuka
Member

Re: how to draw array like circle

Thanks