01-24-2024 12:49 AM
제가 만든 프로그램인데 접선을 원안으로 넣었고 접선과 원이 만나는 접점의 좌표를 클릭하면 자동으로 알수있게 하고싶습니다..
너무 어렵네
02-07-2024 02:29 AM
First of all, clean your code. It will help you make less mistakes and will help people in the community read and understand your code much quicker. Please refer to these and these articles.
I have attached a cleaner version of your VI for your reference.
As I understand, you want to display the intersection points between the lines and the circles on the graph. One way of doing this is finding the intersection points mathematically and programmatically creating cursors on the graph.
Please refer to this website to find the intersection points mathematically.
To create cursors in the block diagram, check this article.
Please let me know if you need anything else.