Jump to content
C4 Forums | Control4

double tap dimmer to dim another dimmer


Recommended Posts

Is there a way to program a wireless dimmer to dim another wireless dimmer?

I was thinking along the lines of

top double tap from off state

if < 25

top double tap increases to 25%

stop

if <50

if >= 25

increase to 50%

stop

and so on to 75% then 100%

but this is not working stops at 25% does not go to 50% , do I need to have some kind of delay; or is there another way to accomplish this?

I basically want one dimmer switch to dim two dimmers independently.

Link to comment
Share on other sites


As I said the lines under the IF statement are not embedded.

Drag the "command/arrow" lines ON TOP of the IF statement, you'll see them jump to the side a bit telling you they are now part of the IF statement.

IF yayaya

DO yayaya

should be:

IF yayaya

DO yayaya

Link to comment
Share on other sites

As I said the lines under the IF statement are not embedded.

Drag the "command/arrow" lines ON TOP of the IF statement, you'll see them jump to the side a bit telling you they are now part of the IF statement.

IF yayaya

DO yayaya

should be:

IF yayaya

DO yayaya

THANKS!!!!!! you saved me a lot of time!

extra question: can a double tap be used the same way as a single tap hold. e.g. tap once, tap twice then hold and have the dimmer lower?

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.