User Manual

Table Of Contents
RM Series (RM-CR/RM-CG/RM-TT/RM-WAP) Remote Control Protocol Specications Version 1.2.0
17
3. Command Specications
3.4.2. Prameter information query request
3-10) Number of parameters query
Command Description
prmnum Queries number of parameters
Response
Response string Description
OK prmnum xxx Number of parameters
Details: xxxx = Number of parameters
Example: Command: prmnum
Response: OK prmnum 114
Meaning: Query number of paramters
Number of parameters are 114
3-11) Query specic parameter's structure
Command Option 1 Description
prminfo (parameter index) Query parameter structure
Response
Response string Description
OK prminfo 1 X:InputGain 144 1 10 -62 0 "dB" integer knob rw Parameter structure of #1
Meaning: Query the content of second address
Meaning: There are (144x1) parameters at the "X:InputGain" address
Range = +10~-62, default value = 0
Unit string = "dB"
Type = Integer value
Recommended UI type = Knob type
Read/Write functions = Both read and write
Details) OK prminfo <index> <address> <Number of sub-address X> <Number of sub-address Y>
<Min> <Max> <Default> <Unit String> <Parameter type> <Recommended UI type> <Read/Write attributes>
<Magnication>
Index index Integer Index value when requst (Maximum value is prmnum -1)
Address address Alphabet Parameter address string
Address that is written on specications of the device to be operated
Number of sub-address X xnum Integer Number of sub-address X in the address (above)
Number of sub-address Y ynum Integer Number of sub-address Y in the address (above)
Min min Integer Minimum value of parameter value (immediate value)
Minimum value of characters for string parameters (always 0)
Max max Integer Maximum value of parameter value (immediate value)
Maximum value of characters for string parameters (immediate value)
Default default Integer
String
Initial value of parameter value (immediate value)
Initial value string for string parameters
Unit String unit String Unit string
Parameter type type Integer * Refer to parameter type code below
Recommended UI type ui Alphabet * Refer to recommended UI type code below
Read/Write attributes attrib Alphabet rw= Can both read and write
r= Read only
Magnication scaling Integer Magnication value (1,10,100,…)