‎12-31-2013 05:51 AM
While debugging a certain problem in my code, I used the suggestion in the marked solution of:
That is, I changed the VI properties of my subvi so it opens the pane when it is executed. When finished, I changed the VI properties back to default. But it still opens. I did this and saved and did it again and saved. I selected customize and unchecked the checkbox for opening the pane when executed (which seems to automatically change the selection from customize to default). I closed and reopened LabVIEW. I restarted my computer. The change in the VI properties is still there (saying not to open it when executed), but the pane just keeps coming back.
Any suggestions?
Thank you.
Batya
Solved! Go to Solution.
‎12-31-2013 08:56 AM
Did you change the calling of the subVI in the main? There is a right click option (SubVI Node Setup) where you can do the same thing. Did you perhaps set a breakpoint?
‎12-31-2013 09:09 AM - edited ‎12-31-2013 09:10 AM
@Dennis_Knutson wrote:
Did you change the calling of the subVI in the main? There is a right click option (SubVI Node Setup) where you can do the same thing. Did you perhaps set a breakpoint?
No and no. But now I learned something new (I didn't know I could set this in the main. A new way to get myself in trouble -- yippee! )
I did "remove breakpoints from hierarchy" and it found none (breakpoint usually brings up the block diagram, though, not the front panel).
Batya
‎12-31-2013 09:13 AM
Attach the main and subVI.
‎12-31-2013 09:19 AM
OK, I got it. Unfortunately, I tried two things at once (both of which I was sure I did yesterday ) so I don't know which it was that fixed it.
First of all, I forgot to mention that this is a real time project. So I rebooted the realtime system.
I also cleared the compiled object cache.
I really thought I'd already tried this. Maybe I had to do it twice?
Thank you for your help.
Batya