X

Table Of Contents
Chapter 23 Work in the Environment 802
Value Byte Format: The following table outlines the resulting data format of the value option
you send: (The unused bits of the transfer in nibbles (X in 0XXXNNNN) are sent with the
information at the relevant positions of the SysEx strings. If you want to transfer these deleted
bits, you need to enter zeros in the SysEx string.)
Value option Result
Auto The value is sent as one byte if the value range
maximum is 127 or less. If the maximum is higher
than 127, the value is sent as two bytes, the MSB (most
signicant byte) rst.
One Byte The value is sent as one byte.
MSB/LSB The value is sent in two bytes, with the MSB (most
signicant byte) rst.
LSB/MSB The value is sent in two bytes, with the LSB (least
signicant byte) rst.
BCD 4 LSB The value is sent as Binary Coded Decimal in four
bytes, in the order 1, 10, 100, 1000.
BCD 4 MSB The value is sent as Binary Coded Decimal in four
bytes, in the order 1000, 100, 10, 1.
2 Nibbles L The value is sent in two nibbles, with the least
signicant nibble rst.
3 Nibbles L The value is sent in three nibbles, with the least
signicant nibble rst.
4 Nibbles L The value is sent in four nibbles, with the least
signicant nibble rst.
2 Nibbles M The value is sent in two nibbles, with the most
signicant nibble rst.
3 Nibbles M The value is sent in three nibbles, with the most
signicant nibble rst.
4 Nibbles M The value is sent in four nibbles, with the most
signicant nibble rst.
2 ASCII M The value is sent in two nibbles, the most signicant
nibble rst; the nibbles are sent in ASCII format for
the hex value. For example, the value $7F (= 127 in
decimal) will be transmitted as a 7 and F.
3 ASCII M Same as 2 ASCII M, but in 3 nibbles.
4 ASCII M Same as 2 ASCII M, but in 4 nibbles.