07-13-2011 09:04 AM
Hi,
I had a strange issue. Same main program, same subvi - it used to work. When came to subvi, the subvi popup and users could interface with it. I am not sure what I touched, the subvi will working if use step function , but not for continuous running. What I noticed is in the block diagram, when I right click on the wire to set the breakpoint, the function is not listed there anymore - basically the probe functions are hidden.
What's the setting triggering the functions to hidden?
Thanks,
Ott
Solved! Go to Solution.
07-13-2011 09:07 AM
07-13-2011 10:45 AM - edited 07-13-2011 10:46 AM
The debugging advice above is a good point to start but I think there is more (or less).
There are a few things that are not clear yet:
07-13-2011 11:28 AM
Pls. see the attached example. Run test_sample.vi and you will find out what I mean freeze.
I put two breakpoint there, if use step after the first breakpoint, it works.
Thanks,
Ott
07-13-2011 12:29 PM - edited 07-13-2011 12:38 PM
your "test sample.vi" proerties (VI properties...windows appearance...customize) are set to "modal". Set it back to normal.
(A modal window will be on top of all other windows and will not allow interaction with other labview windows, such as your subVI. Check the help)