OpenTP1 Version 7 Messages

[Contents][Index][Back][Next]

KFCA32460-E (G)

Message length is invalid. Profile ID = aa....aa Message length = bb....bb(byte) Buffer size = cc....cc(byte)

The value set in the MessageLength property of the MessageBuffer class is 0 or less, or exceeds the buffer size . Alternatively, the buffer is not set.
aa....aa: Profile ID of the configuration definition
bb....bb: Message length (unit: bytes)
cc....cc: Buffer size (unit: bytes)
S: Interrupts processing, and then throws TcnIllegalArgumentException.
O: Check and correct the buffer setting in the MessageBuffer class or the MessageLength property setting, and then retry.