I have two questions about the commands in mine cue and executors.
1. I have two executors saved, each one contains a queue of three cue. Can I combine them together on a third executor to create a 6 cue queue from the previous executors, saved one by one?
2. Is there a possibility, using a command stored in any cue in the main executable, to run in another cue specific executable? For example, cue 6 from main cue runs cue 9 in exec 1.206?
Comand in cue, store cue.
BECOME PART OF THE COMMUNITY - Sign up here
-
-
Hi,
1. You can copy your Cues from one Exekutor to another. I think syntax is
Copy Exec 1 Cue 1 Thru 3 to Exec 3 Cue 1 Thru 3
Copy Exec 2 Cue 1 Thru 3 to Exec 3 Cue 4 Thru 6This is to copy your cues from Executor 1 and 2 to Executor 3
2. You can try something like: Goto Exec 1.206 Cue 9
or Go Exec 1.206 Cue 9Hope I can help you, because I haven´t try this Comands
-
Goto command works (i typed go to, ups ...)
Copy exec is not working. I get the command, copy M to N is not supported. So probably will not succeed. Or something else I'm doing wrong.
Thanks djkoenig -
Hey guys,
this is the description of the error message:
# 36 Copy N to M elements not supported: You are trying to copy a larger number of objects to a smaller number of objects.
you can find them here: http://help2.malighting.com/Pa…ror_Messages/en/1.3/error
regarding the copy command please check this page: http://help2.malighting.com/Page/MA_dot2/keyword_copy/en/1.3
Cheers,
Lars
-
Ok Lars. I wrote a command instead of error message. I read the links. But I'll still go on the subject. So I can copy one cue from one executor to the other cue of the second executor. I checked, the works well. And I can not copy a few cue at a time? Something like COPY EXEC X.Y CUE 1 THRU 3 AT EXEC X.Z CUE 4 THRU 5? Where are the smaller and larger values here? Here and here are 3 cues? Is there a way to copy several cue at a time?
-
Hey nasula,
in your command examples you are trying to copy 1 thru 3 (three cues) at 4 thru 5 (two cues) this is why it comes up with the error message. Please try to copy without mentioning a range at the target executor. For Example:
Copy Cue 2 Thru 4 Executor X At Cue 3 Executor Y
Cheers!
Lars -
Hello Lars.
FACT, I made a mistake but only in this forum. I know where I make a mistake. I can copy several cue at a time but only one cue. Something like - copy cue 1 thru 3 exec 1.203 at cue 4 exec 1.202. If I type in the executor on which I copy eg copy cue 1 thru 3 exec 1.203 at cue 4 thru 6 exec 1.202 it does not work, and I get error 36.
That works.
Thanks
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!