Radio Data System (RDS) > P132, P164, P232(U) and P332 RDS Encoders

Radiotext Default

(1/1)

murrycamper:
Where do I enter the default message for Radiotext if the RDS does not receive an update? I see the timeout setting but do not know where to enter the default message?

Jan:
Default Radiotext is the Radiotext stored in the non-volatile memory.

You may enter it in the GUI, section Text setup, or via console:


--- Code: ---RT1=Default RT typed here
*RT1

--- End code ---

The timeout can be specified in minutes:


--- Code: ---DTTMOUT=10
*DTTMOUT

--- End code ---


In latest firmware version the default text features are considerably extended as you may use X-Command for the default text. This for example brings a possibility to include RT+ in the default Radiotext.

The default text in X-Command format is stored in Message 91 for Program set 1 or Message 92 for Program set 2:


--- Code: ---*MSG91=<rds><item><dest>3</dest><text>Visit us at <url>http://radio.com</url></text></item></rds>

--- End code ---

You may also initiate a timed loop of fixed RT+ messages on the default timeout event:


--- Code: ---*MSG01=<rds><item><dest>3</dest><text>Visit our website at <url>http://radio.com</url></text></item></rds>
*MSG01D=4

*MSG02=<rds><item><dest>3</dest><text>Call us: <phone>609123456</phone></text></item></rds>
*MSG02D=4

*MSG03=<rds><item><dest>3</dest><text>Mail us: <email>studio@radio.com</email></text></item></rds>
*MSG03D=4

*MSG91=<rds><tmr>5:00</tmr></rds>

--- End code ---

See the X-Command specification for details. See also the SETFEAT command description in the Technical manual.

murrycamper:
What is the latest firmware version? I will check to see if I need to upgrade.

Jan:
Current firmware can be downloaded directly from the product page where the latest version is indicated as well (2.1e to this date). You do not need to rush with it if the unit works well for you.

Navigation

[0] Message Index

Reply

Go to full version