Skip to main content
Electronic Theatre Controls Inc

Eos Macro Looping and How to Denote the Number of Loops

Symptoms/Issue

If you are creating a macro is Eos Family Software you may want it to loop, or do a certain set of commands multiple times in a row.  

Description/Explanation of Issue

To create a loop, when creating a Macro use {Macro_Loop_Begin} to denote the start of the loop.  Follow this with a number if you want the loop to happen a certain number of times.  Please note that this number is how many times the loop should go back after the first time, so {Macro_Loop_Begin} 1 would loop twice.  

Follow this with the command you want to have occur multiple times.  To show where the loop should end, use {Macro_Loop_End}.

Here is an example: