Macro Help

More
11 months 1 day ago #4430 by camens
Macro Help was created by camens
I need to run a specific command when a macro runs based on the active source.  The activate-source default macro does this:

SetActiveSource|Rogers2!

So when the user of the remote presses a certain button, I need a macro to run based on the active source they are in.  But I'm not getting the command correct.  This is where I'm at:

If|isEQ##{{activesource_{{clientname}}}}##Rogers2##AV|83~Command!

I'm just copying from other entries on the {{activeroom_{clientname}}}} but don't really understand how that works or if I'm doing that correctly.  Any help would be appreciated.
 

Please Log in to join the conversation.

More
11 months 1 day ago #4431 by Nillaz
Replied by Nillaz on topic Macro Help
Maybe I'm misunderstanding what it is exactly you're trying to do, but in my mind it would be easier to use MyDesigner to assign specific commands or macros to buttons within the scene page itself.

SetActiveSource is like a macro that creates a bunch of server variables, so if you really want to do it this way try:

If|isEQ##{{activesource_source_{{clientname}}}}##Rogers2##AV|83~Command!

Please Log in to join the conversation.

More
10 months 4 weeks ago #4440 by camens
Replied by camens on topic Macro Help
You are right, I should just do it on the remote.  Thanks for your help.

Please Log in to join the conversation.

Time to create page: 0.178 seconds