LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Draw a circle and its center..

Solved!
Go to solution

Please suggest a vi that can represent a circle and its center as two plots in a graph

0 Kudos
Message 1 of 13
(1,432 Views)

try  generate 2 sinusoid functions, shifted of 90 degress on phase, and bundle to plot on  XY graph 

LVNinja_0-1703255064419.png

 

Message 2 of 13
(1,408 Views)

here's a rube goldberg-ish version by  using labviews built in "plot circle by radius", complex numberes, build cluster array and a XY Graph

note: by updating the radius, the pixel center is set to center_x = center_y = radius

 

circle-center.png

Message 3 of 13
(1,391 Views)
Solution
Accepted by junnyy

Since we're doing homework now, here's my entry:

 

Example_VI.png

 

 

Spoiler
And my actual entry for the "postage stamp challenge":

Example_VI.png
EDIT: This might be a little smaller:

BertMcMahan_0-1703262272793.png

 

Message 4 of 13
(1,380 Views)

It wa helpful to me 

Thank you!!

0 Kudos
Message 5 of 13
(1,335 Views)

@BertMcMahan wrote:

Since we're doing homework now ...


for the sake of christmas 😉

0 Kudos
Message 6 of 13
(1,277 Views)

I'm deducting 1 point from your homework grade for not plotting the center 😆

 

0 Kudos
Message 7 of 13
(1,260 Views)

@BertMcMahan wrote:
BertMcMahan_0-1703262272793.png

From the bag of Altenbach 😉

 

Kudos

Message 8 of 13
(1,047 Views)


@alexderjuengere wrote:

@BertMcMahan wrote:
BertMcMahan_0-1703262272793.png

From the bag of Altenbach 😉

 

Kudos


Don't forget to wire a T into the "exclude end?" input on the ramp pattern or you will have a point at 0 and 2pi.
Message 9 of 13
(1,041 Views)

@deceased wrote:


Don't forget to wire a T into the "exclude end?" input on the ramp pattern or you will have a point at 0 and 2pi.

Which is required if we want to close the circle... 😄

 

(With the end excluded, we would have a gap)

Message 10 of 13
(999 Views)