Chapter 3. Communication protocol and control code
This code system is used for controlling and operating
TAIDEN
professional Matrix Switchers by central
control system or user programming software.
Protocol: Baud Rate: 9600; Data: 8 bits; Stop: 1 bit;
Parity Check Bit: No
Type
Code
Description
Lock;
Lock keyboard
Unlock;
Unlock keyboard
BeepOff;
Beep off
BeepOn;
Beep on
TAIDEN;
Select COM1 protocol to be TAIDEN;
EXTRON;
Select COM1 protocol to be EXTRON;
System Code
OTHER;
Select COM1 protocol to be OTHER;
If central control system does not execute switch within 15 s after input channel, TMX main unit cleans up
channel automatically.
0xd9 0xe1 [x1] [x2]
Video of input channel [x1] switch to output channel [x2]. If input channel [x1] is 0,
output channel [x2] will be closed.
0xd9 0xe2 [x1] [x2]
Audio of input channel[x1] switch to output channel [x2]. If input channel [x1] is 0,
the output channel [x2] will be closed.
0xd9 0xe3 [x1] [x2]
Video and audio of input channel [x1] switch to output channel [x2]. If input channel
is 0, the output channel [x2] will be closed.
0xd9 0xe4 [x1] e9
Video of input channel [x1] switch to all output channels
0xd9 0xe5 [x1] e9
Audio of input channel [x1] switch to all output channels
0xd9 0xe6 [x1] e9
Video and audio of input channel [x1] switch to all output channels
0xd9 0xec 0x01 0x00
Close all output channels
0xd9 0xeb 0x03 0x00
Go through from all input channels to corresponding output channels
0xd9 0xed 0x02 0x00
Execute switch
0xd9 0xe7 0xe7 scene
Save corresponding relation to scene 0,1,2…9
0xd9 0xe8 0xe8 scene
Recall scene XX
0xd9 0xe9 0xe9 scene
Clear scene XX
0xd9 0xc1 0xc1 0x00
Query the matrix type
0xd9 0xc2 0xc2 0x00
Query the input status of all output channels
Operation Co
de (T
AIDEN)
0xd9 0xc4 [x1] 0x00
Query the input status of the output channel [x1]
[x1]All.
Input channel [x1] switch to all output channels
All#.
Setup all channels one-to-one correspondence: 1->1, 2->2, 3->3…
All$.
Close all channels
[x1]#.
Input channel [x1] switch to output channel [x1]
[x1]$.
Close output channel [x1]
[x1]V[x2].
Video of input channel [x1] switch to output channel [x2]
[x1]V[x2],[x3],[x4].
Video of input channel [x1] switch to output channel [x2], [x3], [x4]
[x1]A[x2].
Audio of input channel [x1] switch to output channel [x2]
[x1]A[x2],[x3],[x4].
Audio of input channel [x1] switch to output channel [x2],[x3],[x4]
[x1]B[x2].
Video and audio of input channel [x1] switch to output channel [x2]
Operation Co
de (OTHER)
[x1]B[x2],[x3],[x4].
Video and audio of input channel [x1] switch to output channel [x2],[x3],[x4]
11