® Waves System
V 1.1 - 2009
I.D. AL - EventPlayer MP3/Wav/DMX player - User manual
xxxb: Range number depending on the directory number
000b: Range 0 -> from 000 to 127
001b: Range 1 -> from 128 to 255
010b: Range 2 -> from 256 to 383
011b: Range 3 -> from 384 to 511
100b: Range 4 -> from 512 to 639
101b: Range 5 -> from 640 to 767
110b: Range 6 -> from 768 to 895
111b: Range 7 -> from 896 to 999 (binary values over 999 are ignored).
Method of calculation:
1) range = value from the above table in relation to the directory number
2) value = directory number - range x 128
Example of a frame triggering directory 278 in player number 6:
Directory number = 278
1) 278 is in range 2 (from 256 to 383) - table above
2) Value = 278 - 2 x 128 = 22
The frame is:
Byte 1: 10000110b (86h) : status byte, player number 6
Byte 2 : 00100001b (21h) : range 2, go to command (0001b)
Byte 3 : 00010110b (16h) : value 22
●
●
●
●
●
00000010b : Transport bar command
The function is defined by the byte of data as follows:
Value of data for byte 3:
00000001b (01h) : Play
00000010b (02h) : Stop
00000011b (03h) : Next file in the current directory
00000100b (04h) : Previous file in the current directory
Note: the other values are ignored.
●
●
●
●
●
00000011b : setting of volume
Value is defined by the following data byte:
Values of data for byte 3 included between 0 and 64
00000000b (00h) : Mute (0)
00100000b (20h) : Volume maximum (64)
Note : Any other value will be ignored
12.2 - Transmission Control Protocol
The EventPlayer provides 2 data transmission modes:
1 - One mode of information transfer, information which comes in, goes out identically (Daisy Chain)
2 - One mode - surveillance mode - sending information on changes of status
- 32 -