Mark Weiss
Member
I'm building these macros now. The hot key part is confusing since I am letting this do its thing unattended--there's no hotkey input.Three macros and one variable for the main logic, plus a couple of "helper macros":
Think that through, maybe with some scratch paper, and see if it works for you.
- Program Transition:
- Set the variable to 2
- Play the bumper
- Every 15-minutes regardless, AND variable not 0:
- Decrement the variable (must decrement here, don't set it to a constant)
- Variable is 0:
- Set the variable to 1
- Play the bumper
The hotkey is just a placeholder. Use whatever condition you want to change programs.
View attachment 99866
The condition to Play the Bumper is intentionally blank, so it only runs when another macro calls it.
The action here is also a placeholder. Replace it with whatever you actually do to play the bumper.
The Return from Bumper macro is entirely a placeholder. You can do what you like with it too. I use this structure a lot because I normally have live cameras, and I want to return automatically to the same camera after a video.
Can you explain the first macro in more detail? Perhaps it isn't needed for my application?