03-31-2009, 02:12 PM
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
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

