01-26-2023 06:18 AM
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.
Solved! Go to Solution.
01-26-2023 06:48 AM
01-26-2023 08:30 AM
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!
01-26-2023 08:52 AM
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.
01-26-2023 09:33 AM
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.
01-26-2023 10:25 AM - edited 01-26-2023 12:21 PM
You could just align the first point of the new graph with the last point of the previous graph.
01-26-2023 10:58 AM
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!