beautypg.com

Chapter 9 annex, 1 code specification – CREATOR Digital Conference System User Manual

Page 60

background image

CREATOR CHINA 2010-09 WWW.CREATOR1997.COM

51

User

’s Manual of Intelligent Digital Conference System

Chapter 9 Annex

9.1 Code Specification

Form: A0 [XX] 10 00 07 [YY] FF FF FF AF [ZZ]

Specification:

1. [XX]、[YY] and [ZZ] are all hexadecimal, and [YY] stands for ID code.[ZZ]=FFFF-([XX] +10+00+07+

[YY] +FF+FF+FF)

2. Arithmetic: [ZZ] =FFFF-([XX] +10+00+07+ [YY] +FF+FF+FF), get the low bit from the result.

3. Delegate unit set number form number 2, ID code form number 1, and progressive increase.


◆ Adopting 128 binary system arithmetic, every increase of 128 in Discussion unit number (S/N)

means 7F increase of ID code. ID code [YY] high bit increases a bit, at the same time [XX] plus one, if

Discussion number (S/N) constantly increases, [YY] should be increased from 0 again. [ZZ] will follow

the above arithmetic, as following chart.

No. of Discussion unit(S/N)

(decimal)

ID code(hexadecimal)

Return code in serial port(hexadecimal)

0002

1

A0 10 10 00 07 01 FF FF FF AF DA

0003

2

A0 10 10 00 07 02 FF FF FF AF D9

0004

3

A0 10 10 00 07 03 FF FF FF AF D8

0005

4

A0 10 10 00 07 04 FF FF FF AF D7

0128

7F

A0 10 10 00 07 7F FF FF FF AF 5C

0129

100

A0 11 10 00 07 00 FF FF FF AF DA

0130

101

A0 11 10 00 07 01 FF FF FF AF D9

0131

102

A0 11 10 00 07 02 FF FF FF AF D8

0132

103

A0 11 10 00 07 03 FF FF FF AF D7

0133

104

A0 11 10 00 07 04 FF FF FF AF D6

0256

17F

A0 11 10 00 07 FF FF FF FF AF 5B

0257

200

A0 12 10 00 07 00 FF FF FF AF D9

0258

201

A0 12 10 00 07 01 FF FF FF AF D8

0259

202

A0 12 10 00 07 02 FF FF FF AF D7

0260

203

A0 12 10 00 07 03 FF FF FF AF D6

0261

204

A0 12 10 00 07 04 FF FF FF AF D5

0384

27F

A0 12 10 00 07 7F FF FF FF AF 5A

No. of Discussion unit(S/N)

(decimal)

ID code(hexadecimal)

Return code in serial port(hexadecimal)

0385

300

A0 13 10 00 07 00 FF FF FF AF D8

0386

301

A0 13 10 00 07 01 FF FF FF AF D7