Overview
3
Example: A string to mute a standard mixer output might look like this:
SET 3 SMMUTEOUT 5 5 1 <LF>
The individual components for this string are:
Command Device
Number
Attribute
Instance
ID
Number
Index1
Index2
Value
Line
feed
SET
3
SMMUTEOUT
5
5
1
<LF>
Notice that Index1 is not used since there is nothing entered in this parameter.
Example: A string to turn up a cross point on a matrix mixer might look like this:
INC 2 MMLVLXP 4 3 2 1 <LF>
The individual components for this string are:
Command Device
Number
Attribute
Instance
ID
Number
Index1
Index2
Value
Line
feed
INC
2
MMLVLXP
4
3
2
1
<LF>
In this example Index1 and Index2 are both used, together they specify which
cross point is to be changed.