Park Macro bug?

I wrote a Macro in Macro Editor using the touch screen to post Address.  it reads

_address 84+93+98+123+178 @ Full [Enter]

Note the numbers are not exact.  It appears the _ is causing both Channel and Address to park.  (Address 84 and Channel 84 etc.) Even though the Address is not patched to that channel.  IN fact one of the channels is not even patched at all.

In live i leaned the Macro and it reads

Address 84 @ Full [Enter]

It worked fine and i edited it with the correct address for the event.  

Show and log file attached.  BYT Wizard of Oz 2017 2017-01-10 08-22-35.esf

Parents Reply
  • The _address command isn't going to be the actual address instruction - most likely it is for the Show Control event display (as it too has an address key). You could also use the Address keyboard shortcut, as that will also enter the right command. Because of that ambiguity in the softkey list, the recommendation is always going to be to learn the macro (as you did), as it will show the syntax the console is expecting.
Children
Related