LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I add highlight execution to a vi?

Solved!
Go to solution
I want to debug a vi but it has no highlight execution..is this something I can add?
0 Kudos
Message 1 of 5
(2,643 Views)
Go to "VI properties...execution" and enable debugging. Should be enabled by default.
0 Kudos
Message 2 of 5
(2,642 Views)

Check VI properties->Execution. It might be that this vi is 'Subroutine' priority or it is reentrant.

 

Felix 

Message 3 of 5
(2,634 Views)

it is reentrant does this mean I cant debug?

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

calpe3003 wrote:

it is reentrant does this mean I cant debug?


 

Only if your LabVIEW version is prehistoric.
 
More recent LabVIEW version allow debugging of reentrant VIs. You'll get a "clone" for each instance. (see e.g. these instructions)
 
Message 5 of 5
(2,604 Views)