Issue Details
If I put probes inside time loops this results in an imminent use of computational resources that are most of the time unnecessary. Timed loops are periodic execution commands that will deploy all the tasks within the loop. On the other hand, a feature like probing requires to fetch and show data at a point that is unexpected to the logic of a regular VI. Thus the usage of the probing resource within a timed loop, such for, case or while, heavily impacts the use of computational resources and typically is reflected as a delayed execution, lag within the running code or ultimately a timeout error if the loop is long.