05-16-2006 03:25 PM
05-16-2006 03:34 PM
05-17-2006 07:11 PM
Hi BoumSenior,
What happens if you set the initial count after you do the configure? That code would be:
cwcounter1.configure;
cwcounter1.InitialCount := 445;
cwcounter1.start;
Does that make a difference?
-Justin M.
05-18-2006 07:33 AM
Still does the same things, I resolve this with a internal variable in my pgm, and do the calculate internaly instead.
Thanks,