On Mon, 11 Apr 2016 16:34:14 -0500 Matthew Chambers <[email protected]> wrote:
> I'm setting up a new system for a news talker, I have macro carts to do my > satellite switcher switching, I'd like the macro cart to execute and then > stop and wait for a gpi closure before advancing to the next event (weather > that be spots, an ID or another show segment. I put a PS 1! as the last > line of the macro, but it will just blow through until it hits a top of > hour ID which has a stop event. < In my experience, if using segue transitions, the stop command needs a sleep pause after it, if the preceding event is a segue. Otherwise the segue will start the next event before the stop command is executed. I am using 2 logs, with macros switching between them and had to play around with inserting sleep commands after the stop command--and sometimes before, depending on the circumstances. Although I had trouble with the timing of the stop command, I have never had it ignore that command completely. That must be due to what is in the macro following it. Look in the /var/log/syslog file to examine exactly how things are executing. That is very revealing. --Chuck W. _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
