Posted 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:
or via script and task scheduler:
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.
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.