LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stepping through a vi application

I have inherited a large LabVIEW application and am having trouble understanding the sequence of events. Is their an efficient way to step through the code so i can follow program flow fro step to step? App is in LV 7.0
Thanks,
IC
0 Kudos
Message 1 of 2
(2,277 Views)
Several troubleshooting tools are available. On the block diagram the "Light Bulb" button in the tool bar turns on "Execution Highlighting." This will show the flow of data through the VI. If the VI has critical timng or loops with large numbers of iterations this can be very slow. You can also place breakpoints and probes on the diagram. Temporarily creating indictors at various point is also useful.

Lynn
0 Kudos
Message 2 of 2
(2,275 Views)