User | Kudos |
---|---|
15 | |
12 | |
5 | |
4 | |
4 |
The "Run Continously" tools is typically used as a debugging tool to quickly play with inputs for "pure" subVIs that don't have a toplevel while loop (see also my comments here). This sandbox mode has the unwelcome side effect that the computer uses 100% of at least a single CPU core while doing so, starving all other processes that might already run on the computer. It gets even worse if I use "run continuously" on several subVIs at the same time. (Yes, I am a multitasker! :D)
Another use of the continous run button seems to be a certain other class of users. Also in this case, the high CPU use is a serious drawback.
All use scenarios I can think of suffer from this. There is no real advantage to run this fast without taking a breather.
My suggestion (first mentioned elsewhere) is that there should be an implicit small wait (e.g. 10ms) between each restart so the continuouly running VI behaves more politely and is less demanding of system resources.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.