RC controls different Maestro routines

How would I implement this using RC controls via PWM? For example, using a toggle button on the transmitter to trigger between routine A and routine B? I currently only need to trigger one routine by simply switching on the Maestro using a RC power switch. I would like to trigger a second routine.

Hello.

The Maestro cannot accept RC signals as inputs, but you could convert that signal to a simple digital signal using something like our RC Switch with Digital Output and then handle it like a button input. You would then need to write a script to read that input and call the appropriate sequence based on that input. You can find some examples to reference for handling button inputs in the “Example Scripts” section of the Maestro user’s guide.

Brandon