LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reducing speed of execution hightlighting

 
I was trying to debug a VI using highlighting tool. The problem is that the data flow from one node to the other is so quick that I could hardly keep track of it.
 
Is there any setting available to tune down the date flow speed during debugging?
 
Many thanks!
0 Kudos
Message 1 of 4
(2,578 Views)

There is currently no way to change the speed of Execution Highlighting, but LabVIEW R&D has already noted this suggestion.  For now, I recommend you use the "step" debugging functions (step over, step into, step out of) to regulate the speed of your debugging.

Good luck,
-D

0 Kudos
Message 2 of 4
(2,569 Views)
Also, a probe may help.

If the point you are checking is in a loop, temporarily create an array by autoindexing the data at the edge of the loop and put an indicator outside the loop. Then you can see every value which occurred at that point and you can do it at your leisure, totally independent of the loop execution time. Of course the array may get quite large and finding the relevant point in the data may be difficult or tedious.

LV offers many ways to solve most problems.

Lynn
0 Kudos
Message 3 of 4
(2,563 Views)

Many thanks to you all.

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