05-15-2014 09:13 PM
hi
i am studying A* example for NIARC 2014
in the "find path with a star.vi" ,why i coun't step into subvis like "get cell in path" or "a*".
and what i am trying to do is.
insert couple middle points. then show and compare the origianl path with the paths via through middle points in same interface.
thanks for help
Solved! Go to Solution.
05-15-2014 10:55 PM
If you could give a link to the example or a copy of the code you are working on that would probably help greatly with our understanding of your problem. Without a look at what you are doing already or working with it is a little hard to give advice. But I would suggest looking over the combination of strip path and build path that you are using at the moment. From the sounds of it you are going to want to be stripping the path from one location and using it to build another path.
05-16-2014 07:39 AM
i want to step into those subvis in "find path with a star.vi"
but it just step over even the step into button has been pressed
05-16-2014 09:12 AM
Are the VIs password protected?
Has the "Allow debugging" been disabled on the "VI Properties/Execution" tab?
05-16-2014 09:49 PM
find some locked subvi in project lib
is this the reason
05-17-2014 12:31 PM
Many VIs that ship with LabVIEW have debugging turned off. This can improve runtime performance, but it also prevents anyone from stepping through the VIs. If you want to step through these VIs, you can turn debugging back on from the VI Properties dialog (Ctrl-I, then go to the Execution page). I would suggest turning debugging back off to return the VIs back to the state in which they shipped, once you are done debugging.
05-17-2014 02:55 PM
Im not sure but it seems to me that in case of that library if you want to see what is inside of VIs you need full LabVIEW licence.
05-18-2014 05:42 AM
I meant full LabVIEW Robotics Module (not evaluation or something similar)
05-18-2014 07:12 AM
hi CMal:
yes! i can step into the a* now.
and have accepted your reply as solution.
thanks very much
you know A* only give the shortest route,
i am looking for a route by available top speed +difficulty on maneuverability +trafficability
any hints on that?
05-18-2014 07:15 AM