User | Kudos |
---|---|
5 | |
2 | |
2 | |
1 | |
1 |
I have 2 suggestions for the highlight feature.
Maybe it could it be done by selecting an area, as done with the diagram disable?
Or with break points. Highlight between points?
Most of the time when highlighting, you don’t need the entire VI to highlight just one small section or frame. So, you put in a break point before and after the section you want. When the code pauses, you turn highlight on. When it pauses again, you turn it off. On large loop iterations, this is very time consuming.
An example would be for nested loops. If there are 3 nested loops and you would like to highlight one small area of code in the second loop. You have to: continually wait for the inner loop in highlight, or pause-highlight-unpause every iteration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Duplicate of http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Variable-Speed-highlight-execute/idi-p/920528
and http://forums.ni.com/t5/LabVIEW-Idea-Exchange/User-defined-partial-Highlight-Execution/idi-p/917701