Remote input with light switch

Hi all,

I'm currently working on a show that includes a practical light switch to trigger a few lighting cues and inhibit submasters. I've gotten it hooked up to the I/O gateway without issue, however there have been two challenges I've yet to find a good solution for. Any suggestions?

1) I need the same switch to trigger different things at different points in the show. ie while the desk is in cue 3, the light switch should trigger cue 4. When I'm in cue 12, the same light switch should trigger cue 13. In cue 25, it should bring the sub to 15%, and then a second press should bring the sub to 100%.

The only way I've achieved this so far is to have macros executed that repopulate the show control tab with the desired actions. However, such an approach feels fraught, and I think there's a bug where if the macro is executed when the show control tab is selected then it doesn't repopulate the actions correctly (even if the macros are background macros).

2) The analog input seems to register an input only when a switch is turned on (ie the rising edge), and not when the switch is turned off (a falling edge). This is fine for momentary switches, but less useful for latching switches such as a typical light switch where I want it to actuate on either a rising or falling edge, not just a rising one. For the current show I've used external electronics to turn any edge change into a pulse, but it'd be nice to not need the extra stuff in-between.

 

Thanks!

Blake.

Parents
  • Hi Blake,

    Macros and the Show Control setup window are a bit of a mess right now.  That's a known issue, I believe.

    I would try this:

    •Write a secondary cue list that is a copy of your main list with all of the channel data removed.  Link list 1 to list 2. Every time you want a show control cue to be "armed" insert two point cues in list 2.  In your first example, you'd have Cue 3 and Cue 4 in your main list, and Cue 3 and Cue 3.01 and Cue 3.02 and Cue 4 in your secondary list.

    •Link whatever action macros you want to the ##.01 cues in that secondary cue list.  Set the ##.02 cues to loop back to themselves as a safety (so repeated light switches don't advance List 2 unless List 1 advances first)

    •Make a macro to press "Go" on List 2. Set that macro as the action for your show control light switch.

     

    That should work...

    ~P

Reply
  • Hi Blake,

    Macros and the Show Control setup window are a bit of a mess right now.  That's a known issue, I believe.

    I would try this:

    •Write a secondary cue list that is a copy of your main list with all of the channel data removed.  Link list 1 to list 2. Every time you want a show control cue to be "armed" insert two point cues in list 2.  In your first example, you'd have Cue 3 and Cue 4 in your main list, and Cue 3 and Cue 3.01 and Cue 3.02 and Cue 4 in your secondary list.

    •Link whatever action macros you want to the ##.01 cues in that secondary cue list.  Set the ##.02 cues to loop back to themselves as a safety (so repeated light switches don't advance List 2 unless List 1 advances first)

    •Make a macro to press "Go" on List 2. Set that macro as the action for your show control light switch.

     

    That should work...

    ~P

Children
Related