LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Highlight Funktion

Hi all,

is it possible to increase or decrease the speed of the highlight funktion?
It would be very usefull...

--
MfG / best regards
M.Waschk mailto:waschk@mavd.de
0 Kudos
Message 1 of 4
(2,874 Views)
I have not seen any method to change the rate of the highlight function. If you are doing a lot of highlighting/debugging, remove all the extra time-delays you have added - they won't be needed of course in highlight mode. This might be a valid request for NI to consider in future upgrades of Labview. Doug
0 Kudos
Message 2 of 4
(2,874 Views)
> I have not seen any method to change the rate of the highlight
> function.

😞
....

>This might be a valid request for NI to
>consider in future upgrades of Labview.

I think so...

anyway thanx

--
MfG / best regards
M.Waschk mailto:waschk@mavd.de
0 Kudos
Message 3 of 4
(2,874 Views)
I don't believe it is possible to increase or decrease the speed of execution highlighting.

But, other techniques are available. I will briefly list some of the possibilities I have used when I found myself in situation where I wanted to control the highlighting speed.

Increase speed:
Use break points to allow the code to run quickly up to the point you are interested in. Then go to execution highlighting. Remeber to remove break point when done!

Use arrays built at the edge of loops as temporary "logs" of intersting values.

Include conditional checks that only execute after a specific number of iterations to let you skip thru a number of iterations, and then set execution highlighting.

Decrease speed:
Use single stepping.
Use one button dialog to stop where you want.


Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 4
(2,874 Views)