When using an Event Handler why can you attach synchronize commands from certain events and not others?
E.G.
You can add a date/time event and send a sync command from that when transitioning to an event handler
You can't add a UDP input event and send a sync command from that when transitioning to an event handler
Can you send a sync from all event inputs when transitioning to an Event Handler or not? If so the software should allow you on all events and if not, then none of them.
Also, it does work sending a sync command using the date/time event to an event handler.