Author Topic: Setting 6A  (Read 2111 times)

m1k6

  • Newbie
  • *
  • Posts: 9
  • Hello!
Setting 6A
« 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?

Jan

  • Hero Member
  • *****
  • Posts: 1069
Re: Setting 6A
« Reply #1 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.