14
MVS-12 Command Reference
The following commands are sent from the MVS-12 to your remote device.
IPS : Status Information
Sends current memory number, multi-out layout and matrix out status. (response to RPS command)
stxIPS:a,b,c,defg;
a : Memory Number (0-3)
b : Multi-Out Layout (0-4)
c : Matrix Select (0-3)
d : Matrix Out 1 (0-9, A, B)
e : Matrix Out 2 (0-9, A, B)
f : Matrix Out 3 (0-9, A, B)
g : Matrix Out 4 (0-9, A, B)
stx I P S : a , b , c , d e f g ;
O2H 49H 50H 53H 3AH *1 2CH *1 2CH *1 2CH *2 *2 *2 *2 3BH
*1 = 30H-33H
*2 = 30H-39H,41H,42H
IVA : Multi-Out Assign Information
Sends input channel information for each window of current multi-out layout. (response to RVA command)
stxIVA:abcdefghijkl;
a : Multi-out window 1 input (0-9, A, B)
b : Multi-out window 2 input (0-9, A, B)
c : Multi-out window 3 input (0-9, A, B)
d : Multi-out window 4 input (0-9, A, B)
e : Multi-out window 5 input (0-9, A, B)
f : Multi-out window 6 input (0-9, A, B)
g : Multi-out window 7 input (0-9, A, B)
h : Multi-out window 8 input (0-9, A, B)
i : Multi-out window 9 input (0-9, A, B)
j : Multi-out window 10 input (0-9, A, B)
k : Multi-out window 11 input (0-9, A, B)
l : Multi-out window 12 input (0-9, A, B)
stx I V A : a b c d ef g h i j kl ;
O2H 49H 56H 41H 3AH * * * * * * * * * * * * 3BH
* = 30H-39H,41H,42H
IIN : Names of Inputs
Sends names of inputs (response to RIN command).
stxIIN:a,nnnnnnnn;
a: Input (0-9, A, B)
n: Name (8 characters)
stx I I N : a , n n n n n n n n ;
O2H 49H 49H 4EH 3AH *1 2CH *2 *2 *2 *2 *2 *2 *2 *2 3BH
*1 = 30H-39H,41H,42H
*2 = 20H-7EH
* If the name is shorter than 8 characters, remaining part is automatically filled with space (20H).
Commands Transmitted from MVS-12