Hi
In My progam I have a counter running that count the power consumption.Therefore I use input #5 and a counter count's the pulses,when that counter reach his preset value it switch on a other counter en so on so that i become a counter with 7 digits(99999,99)
That works fine but because I loose some counts I try to use the interrupt input
Now input #5 turn on CusFn#1 ( intrdef 3,10,1)
In CusFn#10 I place ctrpv[9] = ctrpv[9]+1
(counter[9] count's the pulses)
The interrupt input seems to work but the counter doesn't switch over on the preset value but still count's on.
I have try everything but I can't figger out what I have to place in CusFn#10 so that (counter[9]) switch over on his preset value
Is there someone who can help to figger this out
Thanks in advance
Kizor