07-11-2010 11:51 AM
There is a situation inside a timed loop where there is a possibility of a function returning an Error. And this Error can be safely ignored and the Timed loop allowed to run.
Question is what happens in the process of suppressing this error ? The Timed loop fires once every 10mS and this means that in a second I am going to supress 100 errors ? Will this compromise the execution of the program when allowed to run for a long time ( typically 10 days at a stretch ) - of course not that the error is going to manifest all through the 10 days !
Put simply : It is always good to code such that there is no need to supress an error. But when this is not possible is there any performance penalty in using this Clear Error function ?
Thanks
Solved! Go to Solution.
07-11-2010 12:22 PM
You can see for yourself what the function does. No more overhead than calling a subVI that does nothing.