- Timer action if timer value is 0, then timer count is taken from Last Action Value so the timer count can be loaded from a parameter like a counter
What\'s the best way to convert a KT03 slider value (say with a minute scale) into a seconds value for a timer, using this new feature?
Thx,
A KT03 slider is mapped to a Counter
so you can program as follows, assuming counter 2
Get Counter Counter002
Do Response XXX After 0 Seconds Using Timer01
This will take the value from counter 2 which came from the slider and use it as the delay before the Response XXX
What about scaling. What\'s the best way of converting a slider with a range of 1-10 into seconds (60 - 600)? A KT03 slider can only have values of 0 to 255.
Thanks!
You can use the Multiply action
eg
Get Counter Counter002
Multiply Immediate 60
Set Counter002
Do Responsex After 0 Seconds Using Timer01
counters have range of up to 65535