32
16.3.10
pkt
: Packet Number
This is the divided packet number
kkkkkkkjjjjjjjiiiiiiiB
(
Binary
) for transferring a single parameter set.
16.3.11
prm
: Parameter ID
The Parameter ID indicates the parameter type. When transferring parameters (see "Part V Parameter List" below) individually
(as opposed to bulk transfer), this field is used to identify the parameter being transferred by its parameter ID.
16.3.12
idx
: Data Index Number
The data index number indicates the first array number of the array from which transfer starts.
16.3.13
len
: Data Length
Data length indicates the transfer array length minus 1 for individual parameter transfer when the parameter contains a
character string or other similar array structure.
In the case of bulk parameter set transfer, data length indicates the number of data words (16-bit data) included within a
packet minus 1.
16.3.14
data
: Parameter Data
Parameter data indicates the parameter value. Data that is the size of the number of arrays equivalent to
len
+
1
follows.
For the structure of one data item, the length depends on the data bit width, as shown below.
Each block of data is packed from the lowest order byte first. In the case of multiple-byte data, the lowest weighted bit
is the LSB of the first "data" block, and the highest weighted bit is the MSB of the final "data" block. The following
shows an example of how data would be divided for transfer in the case of 32-bit data.
Format: 0iiiiiiiB (LSB)
0jjjjjjjB
0kkkkkkkB (MSB)
Format: 0pppppppB (LSB) 0qqqqqqqB (MSB)
Format: 0iiiiiiiB
Format: 0lllllllB
Format: 0dddddddB
(0eeeeeeeB)
(0fffffffB)
(0gggggggB)
(0hhhhhhhB)
:
:
1
Number of Data
1 - 7
1
8 - 14
2
15 - 21
3
22 - 28
4
29 - 32
5