Comfort Automation/ Security System Forums
ULT 7.047 to / 7.050 - Printable Version

+- Comfort Automation/ Security System Forums (https://www.comfortforums.com)
+-- Forum: Support (https://www.comfortforums.com/forum-2.html)
+--- Forum: Firmware History (https://www.comfortforums.com/forum-60.html)
+---- Forum: Comfort Firmware (https://www.comfortforums.com/forum-79.html)
+---- Thread: ULT 7.047 to / 7.050 (/thread-3675.html)

Pages: 1 2


- srooks - 04-22-2014


  1. 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,


- ident - 04-22-2014

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



- srooks - 04-22-2014

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!


- ident - 04-23-2014

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