The
SEND_ARRAY/RCV_ARRAY
device pair is part of the CODEC_TEST
system configuration, utilizing instances of IN_ARRAY
and OUT_ARRAY
for
input and output of transmitted data, respectively.
In this example, an array (ASN.1 tag of
76
hexadecimal) of 5 elements of
UINT
type (ASN.1 tag of
47
hexadecimal) is transmitted.

Note that missing elements are filled with the default initial value (0).


The extra data is detected as an error by the
IN_ARRAY
element and nothing is transmitted.
N
elements.The newly entered data (
[6,7]
) replaces the first two elements
[1,2]
of the previously entered dataand is transmitted along with the remaining portions (
[3,4,5]
) of the previously entered data that were not in error. 