xpmode (crosspoint mix mode)
This command may be used as a query to read the
matrix crosspoint mix mode, or as an update to set the
mode. The crosspoint is specified by using the 2
dimensional address syntax. Addresses for the first
dimension (input channel) must be in the range 1 to 8,
or wildcarded. Addresses for the second dimension
(mix bus) must be in the range 1 to 24, or wildcarded. If
the input is wildcarded, then the command applies to
the entire column of the matrix associated with the
specified mix bus. If the output is wildcarded, then the
command applies to the entire row of the matrix associ-
ated with the specified input channel. The data type is
integer, with the following values allowed:
0 means that the crosspoint is in DIRECT mode
1 means that the crosspoint is in OVERRIDE mode
2 means that the crosspoint is in BACKGROUND
mode
3 means that the crosspoint is in AUTO mode
5 means that the crosspoint is in PHANTOM mode
If an entire column is being transmitted then the data
type is array of integer of size 8. If an entire row is being
transmitted then the data type is array of integer of size
24. In these cases the value 99 may be used in an
update to indicate that a particular crosspoint mix mode
is to remain unchanged by the command.
Examples:
REQUEST
QUERY
xpmode(5,9)?<CR>
QUERY
xpmode(*,1)?<CR>
QUERY
xpmode(1,*)?<CR>
UPDATE
xpmode(8,1)=0
<CR>
UPDATE
xpmode(*,5)=
{3,1,3,...
99,99,3}<CR>
UPDATE
xpmode(5,*)=
{3,1,3,...
99,99,3}<CR>
Rio Rancho, NM
RESPONSE
OK 3<CRLF>
OK {3,3,0,...
3,3,3}<CRLF>
OK {3,3,0,...
3,3,3}<CRLF>
OK<CRLF>
OK<CRLF>
OK<CRLF>
xpmt (crosspoint mute)
This command may be used as a query to read the
matrix crosspoint mute status, or as an update to set
the status. The crosspoint is specified by using the 2
dimensional address syntax. Addresses for the first
dimension (input channel) must be in the range 1 to 8,
or wildcarded. Addresses for the second dimension
(mix bus) must be in the range 1 to 24, or wildcarded. If
the input is wildcarded, then the command applies to
the entire column of the matrix associated with the
specified mix bus. If the output is wildcarded, then the
command applies to the entire row of the matrix associ-
ated with the specified input channel. The data type is
integer, either "1" meaning that the crosspoint is muted,
or "0" meaning that it is not. If an entire column is being
transmitted then the data type is array of integer of size
8. If an entire row is being transmitted then the data
type is array of integer of size 24. In these cases the
value 99 may be used in an update to indicate that a
particular crosspoint mute is to remain unchanged by
the command.
Examples:
REQUEST
QUERY
xpmt(3,9)?<CR>
QUERY
xpmt(*,5)?<CR>
QUERY
xpmt(5,*)?<CR>
UPDATE
xpmt(1,3)=0<CR>
UPDATE
xpmt(*,5)=
{0,1,0,...
99,99,99}<CR>
UPDATE
xpmt(5,*)=
{0,1,0,...
99,99,99}<CR>
xpmttog (crosspoint mute toggle)
This command may be used as a simple command to
toggle the matrix crosspoint mute status. The crosspoint
is specified by using the 2 dimensional address syntax.
Addresses for the first dimension (input channel) must
be in the range 1 to 8. Addresses for the second
dimension (mix bus) must be in the range 1 to 24.
Examples:
REQUEST
COMMAND xpmttog(3,9)<CR>
Reference Manual
RESPONSE
OK 1<CRLF>
OK {0,0,0,...
1,1,0}<CRLF>
OK {0,0,0,...
1,1,0}<CRLF>
OK<CRLF>
OK<CRLF>
OK<CRLF>
RESPONSE
OK<CRLF
53
Need help?
Do you have a question about the DM84 and is the answer not in the manual?
Questions and answers