Hi Guys,
I'm programming the ion for the first time and wanted to know of any macros that people find usfull.
Cheers.
George.
Hi Guys,
I'm programming the ion for the first time and wanted to know of any macros that people find usfull.
Cheers.
George.
On a previous console, I had a bunch of macros for turning some specific work lights on or off (since I never used the room enough to learn the channel numbers).
On the Ion, the only macro I have clears and resets the parked channels to the base room look (safety and aisle lights on at 80%). Since the parked channels don't load with a show, if you add a parked channel for a show, it won't clear when you re-load your default house patch/sub system.
I have no DMX devices, only conventionals.
>Hi Guys,
>I'm programming the ion for the first time and wanted to know of any macros that people find usfull.
have fun.
How about "CHAN 1 <ENTER><CLEAR> on an RVI button so the designer can get back to page one.
Although this command looks simple, when put into a macro it doesn't work. The reason is that the macro playback doesn't wait for actions to complete before sending out the next keystroke. I found this a common problem with any macro that causes a display change. The fix is to use MACRO_WAITs at key points in your macro:
CHAN 1 <ENTER>MACRO_WAIT 1<CLEAR>
www.etcconnect.com