Posted by: Jan
« on: November 01, 2021, 12:06:33 pm »Yes, that XCMD use is correct. It has some advantages compared to RT2MSG and DPS2MSG commands, especially instant support of RT+.
For example
Message 02:
<rds><item><dest>3</dest><text>Visit our website at <url>http://radio.com</url></text></item></rds>
and in the scheduler:
XCMD=<rds><msg>2</msg></rds>
The text, incl. RT+, will appear on the receiver according to the <dest> parameter (see the xcmd.pdf for complete specs).
- Store the fixed text messages (in the XCMD format) to the bank of Messages (01 to 99)
- Call the message in the scheduler by XCMD=<rds><msg>n</msg></rds> where n is 1 to 99
For example
Message 02:
<rds><item><dest>3</dest><text>Visit our website at <url>http://radio.com</url></text></item></rds>
and in the scheduler:
XCMD=<rds><msg>2</msg></rds>
The text, incl. RT+, will appear on the receiver according to the <dest> parameter (see the xcmd.pdf for complete specs).