Page 1 of 1

Assigned MACRO key question

Posted: Sat Feb 21, 2004 12:00 pm
by Digital Dan
If I assign a MACRO to the 0 key to turn on three devices, then select a channel and enter 07 as the channel number is the 0 in 07 going to send the MACRO?

Dan

Re: Assigned MACRO key question

Posted: Sat Feb 21, 2004 1:07 pm
by Nils_Ekberg
Digital Dan wrote:If I assign a MACRO to the 0 key to turn on three devices, then select a channel and enter 07 as the channel number is the 0 in 07 going to send the MACRO?

Dan
More than likely. Once you put the macro on the button it is really no longer the 0 EFC anymore

Re: Assigned MACRO key question

Posted: Sat Feb 21, 2004 1:07 pm
by gjarboni
Digital Dan wrote:If I assign a MACRO to the 0 key to turn on three devices, then select a channel and enter 07 as the channel number is the 0 in 07 going to send the MACRO?

Dan
Without an extender a macro can't call another macro, so the answer is no. With an extender the zero will call the macro and you'll get stuck in an endless loop or you'll crash the extender.

Posted: Sat Feb 21, 2004 1:20 pm
by johnsfine
In case gjarboni's answer wasn't complete enough:

Assuming you are not using an extender, the use of any key X in any macro Y will ignore any macro defined on X and will do whatever X would have done if there were no macro on X.

So your macro definition on '0' defines what '0' does when '0' is used outside of a macro. It does not affect what '0' does when '0' is used in a macro, including when '0' is used in its own macro.