Ensemble Designs BrightEye NXT 410 Clean HDMI Router User Manual
Page 113
www.ensembledesigns.com
Page 113
BrightEye NXT 410/415/430 Compact Router Installation, Configuration and Operations Guide
Direct Crosspoint Take Command
Description:
This command requests a Take operation on the specified destination-source pair(s).
Syntax:
@
@
ASCII ‘@’ (40H) followed by ASCII space character ‘ ’ (20H).
Identifies the start of a command.
X:
ASCII ‘X’ followed by ASCII ‘:’.
Identifies this as a Direct Crosspoint Take command.
The level(s) to be affected. Multiple levels may be specified
by listing several digits in a row.
The BrightEye NXT Router only supports level 0 and ignores
other levels.
A level is specified by a single valid ASCII hex digit.
(E.g. ‘0’ to ‘9’ or ‘A’ to ‘F’).
/
ASCII forward slash character ‘/’ (2FH).
Separates Levels from destination-source pairs.
Forward slash is also used to separate multiple destination-
source pairs when more than one pair is specified.
Destination number.
Up to 4 characters (including leading zeros) may be used to
specify the destination.
Any valid ASCII hex digits. (E.g. ‘0’ to ‘9’ or ‘A’ to ‘F’).
,
Comma character (2CH).
Separates destination numbers from source numbers in each
destination-source pair.
Source number.
Up to 4 characters (including leading zeros) may be used to
specify the source.
Any valid ASCII hex digits. (E.g. ‘0’ to ‘9’ or ‘A’ to ‘F’).
ASCII carriage return character (0DH).
Example 1:
Perform a Take of Source 10 (0AH) on Destination 4. Level 0 must be specified.
Request:
In Hex
40 20 58 3A 30 2F 34 2C 41 0D
In
ASCII
@
X:0/4,A
Response:
In Hex
53 3A 30 34 2C 61 0D 0A
In
ASCII
S:04,a
Example 2:
Perform a Take of sources on multiple destinations: Source 9 on Destination 3, Source 7
on Destination 1, and Source 5 on Destination 2.
Request:
In Hex
40 20 58 3A 30 2F 33 2C 39 2F 31 2C 37 2F 32 2C 35 0D
In
ASCII
@
X:0/3,9/1,7/2,5