LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting makes subvi frozen Labview 10.0

Solved!
Go to solution

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 

0 Kudos
Message 1 of 5
(2,535 Views)

Hi Ott,

 

maybe you disabled the debugging features in the VI properties...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 5
(2,534 Views)

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:

 

  • You mention "frozen" in the title but don't mention it again in the body of the posts. Debugging setttings do not "freeze" anything. Is this a different problem?
  • Are you saying that the "single step" function still works?
  • Are you talking about the continuous run function or something else?
  • Could it be you have a breakpoint set somewhere? (Any red frames or dots on the diagram)?
  • Also try "menu...edit...remove breakpoints from hierarchy"
0 Kudos
Message 3 of 5
(2,516 Views)

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

0 Kudos
Message 4 of 5
(2,509 Views)
Solution
Accepted by topic author Ott

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)

0 Kudos
Message 5 of 5
(2,497 Views)