15h= key_left_bottom_block
(wipe)
16h= key_top_block (wipe)
17h= key_bottom_block (wipe)
18h= key_right_block (wipe)
19h= key_left_block (wipe)
1ah= key_horizontal (wipe)
1bh= key_vertical (wipe)
20h= key_border_on
22h= key_background_color
24h= key_speed*
26h = key_PIP
3bh = key_menu
3ch = key_up
3dh = key_down
3eh = key_left
3fh = key_right
40h = key_reset
41h = key_plus
42h = key_minus
*Note: Send the key_speed code to the SE500,the speed of effect will be changed follow below rule.
SPEED_1
Æ
SPEED_2
Æ
SPEED_3
Æ
SPEED_1
Æ
,,,,
6. The return parameter of SE500 control command status
5th 6
th
7
th
8th 9th 10th
11th
12th
parameter
#0
parameter
#1
Parameter
#2
parameter
#3
parameter
#4
parameter
#5
parameter
#6
Parameter
#7
Error code
Busy
flag
Effect
Mode
+Speed
Effect
No.
Background
Color
& border
LED1 LED2 LED3
13th 14th ,,,
parameter
#8
parameter
#9
,,,
LED4 LED5 ,,,
1) The error code
01h = Time out (over 15ms)
02h = length error
03h = checksum error
04h = not support command
05h = operated error
2) The Busy Flag
00h = ready
01h = busy
11h = busy + T_bar active
3) The effect mode & effect speed
The bit 3 to bit0 is the effect mode
x0h=cut mode, x1h=MENU mode, x2h=fade mode, x3h=wipe mode, x4h=QUAD mode, x5h=POP
mode, x6h=PIP mode
The bit6 to bit4 are the auto effect speed
0xh = SPEED_1, 1xh= SPEED_2
2xh = SPEED_3
37