Jump to content
C4 Forums | Control4
  • 0

button push cycle's stations


ecschnei

Question

On OS 2.91 how can I program one of my C4-KD120-WH buttons to cycle through 3-4 stations for my wife? for example...

1st push turns on 98.1

2nd push turns on 101.1

3rd push turns on Sirius channel 8 - 80's on 8 (I have a tuner not OS 2.10)

4th push --> starts the cycle back over and selects 98.1 again...

Thanks all!

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Create a number variable

on button push, variable =+1

on variable programming:

when variable changes value

   If variable = 1

        Tune to 98.1

  if variable = 2

        Turn to 100.7

etc, etc.

on the last station line, you need this

   If variable = 8

        Tune to 107.9

        Variable = 0

Link to comment
Share on other sites


Create a number variable
on button push, variable =+1
on variable programming:
when variable changes value
   If variable = 1
        Tune to 98.1
  if variable = 2
        Turn to 100.7
etc, etc.
on the last station line, you need this
   If variable = 8
        Tune to 107.9
        Variable = 0
Thank you sir!

Sent from my SAMSUNG-SM-G920A using Tapatalk

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.