Macro doing not what is programmed into it

Hello,

I have written a macro in Offline 1.9.6 to do the following

Goto Cue 0.5 Time 3

Wait 3.5

Sub 1 Thru 61 Home

If I run the macro without the wait 3.5 it does what I expect but with the wait in there it homes channels 1 thru 61, not sub 1 thru 61.

Is this a known issue? 91 pages of results pop up if I put Macro Wait in the search box ;-(

Parents
  • Hi Oovis,

     

    It seems that this Macro is throwing an error on the command line at some point around the 'Sub' command, thus trying to post 'Channel 1 thru 61 Home'.

    If you add 2x 'CLR_Command' into the macro just before the line 'Sub 1 thru 61 Home' this should fix it.

     

    Graham



    [edited by: grahamparker at 4:13 AM (GMT -6) on Tue, Mar 29 2011]
Reply
  • Hi Oovis,

     

    It seems that this Macro is throwing an error on the command line at some point around the 'Sub' command, thus trying to post 'Channel 1 thru 61 Home'.

    If you add 2x 'CLR_Command' into the macro just before the line 'Sub 1 thru 61 Home' this should fix it.

     

    Graham



    [edited by: grahamparker at 4:13 AM (GMT -6) on Tue, Mar 29 2011]
Children
Related