71
Configuration Options and Possibilities / Re: PTY NEWS
« Last post by Jan on July 20, 2025, 12:32:27 pm »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
PTY not allowed to change here
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: [Select]
send command:"PTY=1"
send command:"PAC 0,8E=0"PTY not allowed to change here
Code: [Select]
send command:"PAC 0,8E=1"
send command:"PTY=15"
Recent Posts