LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Drawing a curved line of any shape from circular arcs

Solved!
Go to solution

To generate a LabVIEW application for drawing a curved line of any shape from circular arcs. The program will allow you to:

◮ data entry (circle radius, circle arc angle) for all components

◮ saving/loading data regarding components using a text file (each line in the file contains the data for a single component)

◮ drawing the curved line.

0 Kudos
Message 1 of 7
(1,025 Views)

Hi Jevr,

 

and what is your question?

 

General comments:

  • Attach what you tried so far and explain where you are stuck.
  • We cannot debug/run/edit images using LabVIEW…
  • We usually don't do your homework…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(1,014 Views)

Hi!

Thanks for response.

 

I tried to generate so far the multi arc`s in the same graph, but I don`t have any idea how to make them to be connected , now I have the same origin for that 3 arc.

 

The question is: How can I change the position of the arcs to build something like sin wave ?

 

Thank you!

Download All
0 Kudos
Message 3 of 7
(987 Views)

You need to be significantly more specific.

 

How exactly should they be "connected"? There are infinite possibilities. One possibility would be to make the output tunnel concatenating instead of indexing..

 

You cannot create a sine wave by connecting arcs. can you draw what you like to see?

 

Please attach your VI instead of picture.

0 Kudos
Message 4 of 7
(969 Views)

I attached the .vi and a draw of a 3 arcs.

I need to have a base arc and at the end of the first one to start the next one, and so on.

For now I am happy that I have 3 arcs in the same graph :))

I hope you understand what I am trying to do.

Download All
0 Kudos
Message 5 of 7
(827 Views)
Solution
Accepted by topic author Jevr

You could just align the first point of the new graph with the last point of the previous graph.

 

altenbach_1-1674750302627.png

 

 

0 Kudos
Message 6 of 7
(899 Views)

whoooooooo, thanks! I understand now, I manage to make it work on my side and complete with the rest of that 2 requests. Thank you very much, I was stuck for a few hours and ask many people.

 

Have a nice day!

0 Kudos
Message 7 of 7
(887 Views)