NJR-CTB Command Guide
16
4.4.2 Basic settings
4.4.2.1 Setting channel information
@GCHI / @SCHI
Channel information
Function
Getting
Setting
Format
@GCHI, type_1, ch_1, reserved_1 (,
type_2, ch_2, reserved_2
・・・
)
@SCHI, type_1, ch_1, reserved_1,
mac_1, hdmi_1 (, type_2, ch_2,
reserved_2, mac_2, hdmi_2
・・・
)
Return value
@GCHI, type_1, ch_1, reserved_1,
mac_1, hdmi_1 (, type_2, ch_2,
reserved_2, mac_2, hdmi_2
・・・
)
@SCHI, type_1, ch_1, reserved_1,
mac_1, hdmi_1 (, type_2, ch_2,
reserved_2, mac_2, hidmi_2
・・・
)
Parameter
type_1 to type_512: Type
1 = Input, 2 = Output
ch_1 to ch_512: Channel
1 to 512 = Channel1 to Channel512
reserved_1 to reserved_512: Reservation
“1” fixed
mac_1 to mac_512: MAC address
00 to FF = 8 bit (in hex)
×
6 combinations
hdmi_1 to hdmi_512:HDMI
0 = All connectors, 1 to 4 = Connector1 to 4
Example
@GCHI,1,2,1
@GCHI,1,2,1,0008E5690000,0
Getting information of Input Channel2.
All connectors whose MAC address is
00:08:E5:69:00:00 are assigned.
@SCHI,1,2,1,0008E5690000,0
@SCHI,1,2,1,0008E5690000,0
Assigning all connectors whose MAC
address is 00:08:E5:69:00:00 to Input
Channel2.
Completed normally.
Remarks
-