03-21-2017 05:23 AM
Hello:
I want to be able to specify and create a route, for example (a 50 mts straigth line, then a quarter curve with a radio of 10 mts) so I want to be able for a user to draw it and then export the route as an X, Y points..... I have no Idea how to do that in lab view
Regards
03-21-2017 05:36 AM
Sounds like you should take a look into graph theory.
When the route is fixed, you can create a mathematical form (formula) for it or use vectors to describe the route.
Using a formula makes display easy as you can create a set of values and draw them directly on a (xy) graph. Using vectors makes creation of a set of values a bit more difficult. However, once done, you can also use an xy graph or an image display to draw lines:
03-27-2017 04:05 AM
If I want every pixel to be 0.1 mts, and I want to especify for example "line of 10 meters north" then "1/4 arc with radius 7mts" or "diagonal south west angle 30º 18meteres"
Something like a simple autocad line drawer.
03-27-2017 05:59 AM
You have to compute each component for the graphics and put them together......