Program Control Commands and line input script Challange.
Program Control Commands and line input script Challange.
Hi,
Question, in Program Control Commands i try to put:
MAIN_LINEIN_FEED_ON <mixername>[|<fadetime>|<stopplaylist>|<fadeotherio>] in to On program starting or started:
And this one
MAIN_LINEIN_FEED_OFF <mixername>[|<fadetime>|<stopplaylist>|<fadeotherio>] in to On program Stopped
Now the fun part is, the stoped works like a charm, but the starting or started not, it wil not open a input.
In the script if i usi line in it works with start but it goes to early off let say 30 seconds befor news, is that happends the show will be interrupted to early it needs to stop at say --:59:59 (1 sec of fade)
Any idea?
Question, in Program Control Commands i try to put:
MAIN_LINEIN_FEED_ON <mixername>[|<fadetime>|<stopplaylist>|<fadeotherio>] in to On program starting or started:
And this one
MAIN_LINEIN_FEED_OFF <mixername>[|<fadetime>|<stopplaylist>|<fadeotherio>] in to On program Stopped
Now the fun part is, the stoped works like a charm, but the starting or started not, it wil not open a input.
In the script if i usi line in it works with start but it goes to early off let say 30 seconds befor news, is that happends the show will be interrupted to early it needs to stop at say --:59:59 (1 sec of fade)
Any idea?
Re: Program Control Commands and line input script Challange.
I have to check, when I am back from holiday in one week.
It might be an issue, that it fires little too early? Or the command is broken?
Can you try adding the following commands before the On Program Started, ie..:
ASYNC
SLEEP 1000
MAIN_LINEIN_FEED_ON …
You might also try adding a Reminder to the Program Scheduler and fire the command on this one?
It might be an issue, that it fires little too early? Or the command is broken?
Can you try adding the following commands before the On Program Started, ie..:
ASYNC
SLEEP 1000
MAIN_LINEIN_FEED_ON …
You might also try adding a Reminder to the Program Scheduler and fire the command on this one?
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
Re: Program Control Commands and line input script Challange.
I'm going to try your suggestion, have a nice vacation 