On 01/04/2014 09:44, Michael Schnell wrote: > In fact Bob is not doing this (eating up CPU Cycles), but he uses > wait(), which only hampers it's own project. Actually Bob's "wait" uses his own TTimer-based code, and is not well designed. As Flavio wrote, he would be best to replace all his waits with a Sleep, and remove his timer altogether. Howard