Ultimatte-9 Operations Manual
March 1, 2000
104
COMMAND ID example:
02 01 82 FF
// Returns the version information of the Ultimatte-9 Main Unit
02 = Start of Message
01 = Byte count
82 = Command ID
FF = End of Message Character
Reply: (long byte stream of ASCII Data)
CONTROL ID example:
02 04 A8 00 01 FF FF
// Change Matte Density to 0x01FFn absolute mode
02 = Start of Message
04 = Byte count
A8 = Command ID absolute
00 = Control ID
01 FF = Absolute change
FF = Checksum
Reply: 02 04 04 00 01 FF 08
02 = Start of Message
04 = Byte count
04 = Change list
00 = Control ID
01 FF = Absolute change
08 = Checksum
CONTROL ID example:
02 04 81 00 00 28 FF
// Increment Matte Density by 0x0028 in relative mode
02 = Start of Message
04 = Byte count
81 = Command ID relative
00 = Control ID
00 28 = Relative change
FF = End of Message Character
Reply: 02 04 04 00 02 27 31
02 = Start of Message
04 = Byte count
04 = Change list
00 = Control ID
02 27 = Absolute change
31 = Checksum