OSC control of cue firing from Show Cue System

I am trying and finally succeeded in getting SCS "command" to fire cues on my Element. BUT. The cues trigger, yet nothing happens. The fired cue has a gold outline, but the lights themselves do not change. When pushing a go button on the board, the present cue is in a solid gold box. Not an outline. it's as if I just punched "cue 11 enter" on the console. looks like it needs one more command to actually make it "go". 

I am using " /eos/cue/x/fire" as the command (worked on Q-Lab).

 

I have tried substituting "start" and "go" as well, but they all come to the same nothing. What am i missing? I tried MIDI show control as well, but Element just would not listen, no matter WHAT settings I used on either component. Never had this trouble before.

This is going to be used for a lighting sequence triggered by timed triggers in time with music.

Thanks!

Parents
  • Are you sending an argument with the message?  number for button edge: 1.0=down, 0.0=up (optional)

    If you are sending it just with the 1.0 then you are not releasing the button and the action would not trigger.  Either send it with a 1 and a 0 or send it without an argument.  

    Does SCS transmit arguments or just the message?

     

    I haven't used this particular command over osc but have used the /eos/macro/#/fire successfully.

     

  • Have you tried to get a macro to fire. This is one of the easy events you can fire to tell if you are formatting everything correctly. Also Tab 99 diagnostics had osc monitoring in/out that you can turn on. This will allow you to watch the messages come in and see what the console is doing with them.
    If you want to use the arguments you need to either transmit the 1 and then the 0 or don't transmit either one. If you just transmit a 1 then you are basically holding down a button and never releasing it.
    It would be useful to know what software version you have on your element as well.
  • the 1 in the message is the cue number. There is no mention of adding anything to the message, but is I did want to release the "button", where would that "0" go? Would i need to put a "1" (press) in the message somewhere?

    It is interesting that the manual does not list a "fire" or "start" command for the eos. just a few variations of "go" (page 90). But then again, "fire" worked with Qlab. go figure. (53)
Reply
  • the 1 in the message is the cue number. There is no mention of adding anything to the message, but is I did want to release the "button", where would that "0" go? Would i need to put a "1" (press) in the message somewhere?

    It is interesting that the manual does not list a "fire" or "start" command for the eos. just a few variations of "go" (page 90). But then again, "fire" worked with Qlab. go figure. (53)
Children
Related