Magic RDS 4 > Configuration Options and Possibilities
PTY NEWS
(1/1)
radioroccella:
Good morning, I have set PTY switching during the transmission of NEWS from source 1.
Unfortunately, I have other sources that are playing during normal programming and therefore the PTY is subsequently changed.
How can I block PTY switching during the transmission of News from source 1?
Jan:
Only single source should control the PTY at the same time. Otherwise use JavaScript for programming the switching logic (this may not be trivial).
Back to your question: Advanced RDS encoders should support Port Access Control or equivalent feature. You can block PTY switching by setting the PTY command enable flag to 0. Then unblock by setting back to 1.
Example for PIRA encoders
--- Code: ---send command:"PTY=1"
send command:"PAC 0,8E=0"
--- End code ---
PTY not allowed to change here
--- Code: ---send command:"PAC 0,8E=1"
send command:"PTY=15"
--- End code ---
radioroccella:
Thanks Jan for the quick response.
Unfortunately, I'm not very good with Java.
Could you please provide me with more information and some practical application examples?
Navigation
[0] Message Index
Go to full version