Parsing the Status Response
6
7
Specifications: (typical)
Video Supported: 480i/p, 720p, & 1080i/p
Video Bandwidth: 325MHz (-3dB), 200mVp-p
Video Crosstalk: <80dB @ 5MHz
Audio Supported: Digital(PCM) & Analog Audio, 20Hz~20kHz
Control Method: RS-232 and hand held remote
Power Supply: 12VDC @ 2A
Power Consumption (max): 1.6A
Safety Approvals: CE, FCC, RoHS(2002/95/EC)
Dimensions: 3.46"H x 17.37”W x 7.87”D
Shipping Weight 3.25Kgs / 5.42lbs.
Specifications subject to change without notice.
Note: Some controllers may not accept ASCII strings. The HEX equivalents
for each command are listed below.
HEX Response
53,42,41,4C,4F,4E,41,4B
53,42,41,4C,4F,46,41,48
53,42,55,44,30,xx,30,31
53,42,55,44,30,xx,30,32
53,42,55,44,30,xx,30,33
53,42,55,44,30,xx,30,34
53,42,53,59,53,4C,4F,4B
53,42,53,59,53,55,4C,4B
53,42,52,53,54,41,43,4B
53,42,53,54,41,54,41,4B53,42,41,53,4B,53,54,41
Request status information.
Ask Status
53,4241,4C,4C,52,53,54
Sets all outputs to input 1
Reset
53,42,53,59,53,4D,55,4B
When locked off, RS232, IR
& front buttons are enabled
Locked Toggle
Off
53,42,53,59,53,4D,4C,4B
When locked on, (disables
buttons) only RS232 works
Locked Toggle
On
53,42,49,30,xx,4F,30,34
Set output 4. Input is xx.
xx=(31,32, 33, 34, ..., 38).
Channel 4
Setting
53,42,49,30,xx,4F,30,33 Set output 3. Input is xx.
xx=(31,32, 33, 34, ..., 38).
Channel 3
Setting
53,42,49,30,xx,4F,30,32 Set output 2. Input is xx.
xx=(31,32, 33, 34, ..., 38).
Channel 2
Setting
53,42,49,30,xx,4F,30,31
Set output 1. Input is xx.
xx=(31,32, 33, 34, ..., 38).
Channel 1
Setting
53,42,55,44,30,xx,30,35
53,42,55,44,30,xx,30,36
53,42,55,44,30,xx,30,37
53,42,55,44,30,xx,30,3853,42,49,30,xx,4F,30,38
Set output 8. Input is xx.
xx=(31,32, 33, 34, ..., 38).
Channel 8
Setting
53,42,49,30,xx,4F,30,37 Set output 7. Input is xx.
xx=(31,32, 33, 34, ..., 38).
Channel 7
Setting
53,42,49,30,xx,4F,30,36 Set output 6. Input is xx.
xx=(31,32, 33, 34, ..., 38).
Channel 6
Setting
53,42,49,30,xx,4F,30,35
Set output 5. Input is xx.
xx=(31,32, 33, 34, ..., 38).
Channel 5
Setting
53,42,53,59,53,4D,4F,46
System power off
Power Off
53,42,53,59,53,4D,4F,4E System power on
Power On
HEX Command Description
Function
System Power On
Acknowledge the request for status
SBUD0000{input-3}{output-1}
SBUD0000{input-1}{output-2}
SBUD0000{input-1}{output-3}
SBUD0000{input-1}{output-4}
SBUD0000{input-1}{output-5}
SBUD0000{input-8}{output-6}
SBUD0000{input-5}{output-7}
SBUD0000{input-4}{output-8}
System control is unlocked
SBALONAK
SBSTATAK
SBUD00000301
SBUD00000102
SBUD00000103
SBUD00000104
SBUD00000105
SBUD00000806
SBUD00000507
SBUD00000408
SBSYSULK
SBUD0000{input-3}{output-1}SBUD00000301
Response
Meaning
Prefix
{
{
{
Input-3
Output-1
Many advanced control systems may require status feedback from the
matrix switcher. When the switcher responds to a status request, it will
show all of the current input and output settings.
The following example is a response to the status request command:
SBASKSTA
Example:
Parsing the Response
Each of the channels will report back their input/output settings. The
input/output data will be preceded by the prefix: SBUD0000.
Programmers can store the 4 characters that follow the prefix. The first
two characters indicate the input and the last two characters indicate
the output.