LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

break on boolean wire state

Solved!
Go to solution

This seems basic but I can't find any way to set a breakpoint on a wire that carries a boolean state that stops execution when the state goes to FALSE. Is there any way to do that?

 

 

0 Kudos
Message 1 of 4
(2,443 Views)
Solution
Accepted by jmannnh

Put a 'Conditional Probe'.

Conditional Probe


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 4
(2,440 Views)

Insert a case structure in the line. Put the breakpoint in the False case. The True case is wired through but without a breakpoint.

 

Lynn

 

Breakpoint.png

0 Kudos
Message 3 of 4
(2,431 Views)

Very creative.

0 Kudos
Message 4 of 4
(2,410 Views)