I am using a keypad to enter a value which sets the timer value.I use F1 and F2 keys to increase the value of the timer.But the problem is that the timer does not start from the value i enter immidiately as i enter it on the keypad.For example the set value of the timer is 800 sec and i input a timer value of 30 sec(by decreasing using f2 key) ,it first finished the 800 sec and then starts counting down the 30 sec.How do i update the timer value immidiately as i enter it using the keypad? I guess it is beacause i am using the gettimerSV[] function to get the set value of the timer instead of the present value.Do we have a funtion like gettimerPV[] or something?