OutBit_*
* = Article1, Article2, PFL, Jingles
defines the output bit that signals Start/Stop action of Article1, Article2, PFL or a jingle;
bit number is not zero based (begin with 1);
first value defines the output bit for Start action, second value defines output bit for Stop action; if second value is -1 then output bit to signal Stop action is the same bit than the bit for Start action;
e.g. "1, 5" -> Start is signaled on bit1 (static signal), Stop action is signaled on bit5 (static signal);
e.g. "1, -1" -> Start and Stop is signaled on bit1 (Start = static high, Stop = static low);
value of "-1, -1" means: no bit is used to signal Start/Stop action
Possible values:
Default value: 1, -1