Playing Macros in Q's

I have been trying to play 3 ques with macro's attatched to them.

 

q1000 M1 Qtime 0 follow 6

q1001 M 2 Qtime 0 follow 20:00

Q1002 M3 Qtime 0

They are 3 macros 1, GoToQ OUT 2, SUB 1 OUT SUB 2 OUT (FOH and Stage scroller power) 3, SUB 3 OUT (Mover and WDMX power)

basically switching off the movers 20 mins after i have left and ran q 1000.

This however is not working and takes me straight to que 0, i tried it in a lower que, 100 for example and the cue numbers became white bold writing like the rest of the ques, but still hasnt worked. Have i missed something here? as i cant seem to find a way to make these ques work?

 

Cheers BEcky

  • By making the first macro Go To Cue Out, it appears to me that you are exiting the cue list & thus preventing the other 2 cues & their macros from running.

    Perhaps that first macro could be rewritten to trigger a second cue list with the other 2 macros?



    [edited by: jrgoss at 9:01 AM (GMT -6) on Mon, Nov 21 2011]
  • Hi Becky,

    Never sure what a programmer is after in their particular situation, so I am not certain if you NEED the Macros need to run in a Q.  I believe The GTC Out command obviates the follow 6 into Q1001 as Macro 1 took you from Q1000 to Q0 intrerrupting the follow.  If it would work to be in Q0 rather than Q1002 at the end of this deal, then try something like this.

    Macro 1 - GTC Out

    Go_To_Cue Out Time 0 [Enter]

    MacroButton 2 [Enter]

    Macro 2  - FOH + SCROLLERS OUT

    Macro_Wait 6 [Enter]

    Sub 1 Thru 2 Out [Enter]

    MacroButton 3 [Enter]

    Macro 3 - MOVERS OUT

    Macro_Wait 1 2 0 0 [Enter]

    Sub 3 Out [Enter]

    Hope that helps

    Eric

  • Or you could do without the Go to Cue Out macro, make cue 1000 a Blackout, aswell as Asserting the cue and putting the All fade attribute on it.

    Then to activate the sequence

    [Cue] 1 [/] 1000 [Enter] [Load] [Go]

     

  • I think this could be solved very simply with a single macro, utilising the 'MacroWait' feature:

    GoToQ OUT

    MacroWait 6

    SUB 1 OUT

    SUB 2 OUT

    MacroWait 1200  (1200 seconds = 20 minutes)

    SUB 3 OUT

     

    Does that work for you?

  • Thankyou everyone for the suggestions!!

    jrgross you are totally right the gotocue out macro was just taking me 'out' of the cue sequence. i have now taken this out and recorded Q 1000 as a simple everything at '0' as such.

    thanks again, Becky

Related