Comfort Automation/ Security System Forums
Counters - Printable Version

+- Comfort Automation/ Security System Forums (https://www.comfortforums.com)
+-- Forum: Products (https://www.comfortforums.com/forum-3.html)
+--- Forum: Questions on Using Comfort (https://www.comfortforums.com/forum-159.html)
+--- Thread: Counters (/thread-1320.html)

Pages: 1 2


- admin - 03-31-2009

Setting a counter value does not send a dimming command to the corresponding Cbus

What you can do is to use a Response in the Movement zone
If Counter X = 240
  Do Response Dim 240
Endif
If Counter X = 228
  Do Response Dim 228
Endif
.. etc

Counter X is  where you copied the original counter to

I think you get the idea



- Ingo - 03-31-2009

That made me smile, a lot of coding just because we don\'t have arithmatic and an elegant way to restore values... New feature request perhaps  ?????