14
TLX Matrix Switch Interfaces
thinklogical
Rev. H
–
Jan. 2019
TLX48
17564
– Switch Connection Status Broadcast
•
32-bits, TLX48's primary IP address
•
16-bits, 0 for the Upper (only) switch chassis
•
16-bits, first port number in the list (which starts from 1, not 0)
•
16-bits, last port number in the list
•
N * 16-bits, the input port that is connected to output port X. Zero means the port is
NOT connected
Example:
c0 a8 0d 19 00 00 00 01 00 30 00 11 00 12
…
IP address =
192.168.13.25
Chassis = 0
First Port number = 1
Last Port number = 48 (
0x0030
)
Output 1 is connected to input 17 (
0x0011
)
Output 2 is connected to input 18 (
0x0012
)
17565
– Port Settings (localhost only)
48 sets of the following data:
•
(8 bits) output level 0 is off
•
(8 bits) input level
•
(8 bits) connected to input port number, starting from
0
A 'C' data structure for this will be:
struct s_block {
unsigned char
output_level;
unsigned char
input_level;
unsigned char
connectedTo;
} data_block [48];
17566
– Hardware Status
Reserved for future use.
Summary of Contents for thinklogical TLX160
Page 1: ......