Jump to content
C4 Forums | Control4

dimming single light or lighting scene with up/down buttons


alex.w *//

Recommended Posts


Well there's a bunch of ways to do this, and it all depends on the situation.

 

The 'coolest' method is that you bind a light or scene to each other button, pressing that button can then give you up/down control with the buttons via setting the keypad to track last button press.

The 'best' method (provided you don't want to do the above and want to only use them for one light or one scene) is to have a light or scene link their top/bottom to the up/down button.

Both of the above are quick and clean - but require ComposerPro.

 

Both CAN be done programatically though.

The second is easiest emulated:

On up you'd program:

WHEN up is pressed

press top button of [light or scene you want]

WHEN up is released

release top button.... I think you get the idea

 

The second is similar but you'd program each button to set a number variable to a specific value and then:

WHEN up is pressed

IF variable is equal to 1

-press top button of [light or scene you want]

IF variable is equal to 2.....etc

 

The programming method tends to be more susceptible to delay, in that it may take a split second to start and stop on your press and release - which can make it hard to go to EXACT values. Then again it mau be worth trying - often enough it'll work perfectly acceptable.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.