Pira.cz Technical Forum

Magic RDS 4 => Configuration Options and Possibilities => Topic started by: m1k6 on March 04, 2022, 04:56:47 pm

Title: Setting 6A
Post by: m1k6 on March 04, 2022, 04:56:47 pm
Hello,
we're using the "Generic UECP" model. Is it possible to set the content of 6A (InHouse) e.g. by using a bridge or virtual port?
Title: Re: Setting 6A
Post by: Jan on March 04, 2022, 06:35:50 pm
Any group can be inserted via Virtual port in UECP format.

A special ASCII command IH= is available as well for IH, which can be inserted via terminal or virtual port:

Code: [Select]
IH=000012345678
or via script and task scheduler:

Code: [Select]
send connection:* command:"IH=000012345678"
The bytes are according to the UECP MEC 25:

00 = Group Version A
01 = Group Version B

Bit 7: Set to 0
Bits 6..5: Buffer Configuration
Bits 4..0: Block 2, 5 Bits

Block 3 MSB
Block 3 LSB
Block 4 MSB
Block 4 LSB

The group 6A must be enabled (placed) in Group sequence.