05-27-2010 02:08 PM
Is there any way to turn off error checking when editing. I have a fairly large VI and it takes 3-4 seconds for each change I make because Labview will check for errors and it is really annoying.
Cheers
05-27-2010 02:14 PM
CommGuru wrote:Is there any way to turn off error checking when editing. I have a fairly large VI and it takes 3-4 seconds for each change I make because Labview will check for errors and it is really annoying.
Cheers
No, the Vi is recompiled after every change.
I keep my VI's small so I have never noticed the delay.
Ben
05-27-2010 03:31 PM
Thanks. It would be a nice feature to add......HINT, HINT
Have an option setting to turn off auto-recompile, which changes the "Run" arrow to just grey (not broken), then when the user tries to run, the VI is then compiled and displays errors (if any).
Cheers