07-12-2010 01:38 PM
I have a VI that is called by a sub sequence. I had it set for suspend when called but have cleared that option. This VI comes to the front when running and displays progress so I can tell when it is running. Now when the sub sequence runs, TestStand shows that it is running but the VI never pops up nor do the sequences progress. How can I tell what is going on? If another breakpoint is set somewhere would it not come to the front?
thanks,
jvh
07-13-2010 08:52 AM - edited 07-13-2010 08:53 AM
If you are using the development environment for labview you can step into the VI from teststand (i.e. set a breakpoint on the step and do step into) and see what it's doing. One possibility for the problem you are seeing is that maybe you don't have the VI configured to show its front panel.
Hope this helps,
-Doug