User Manual

Table Of Contents
MTX3/MTX5-D/MRX7-D/XMV Series/EXi8/EXo8 Remote Control Protocol Specications V3.1.0 rev10
35
3. Command Specications
3.4.2. Preset processing request
3-8) Number of Preset lists
Command Description
ssnum Queries the number of preset lists
Response
Response string Description
OK ssnum (num) The number of preset lists
Details: (num) = Quantity
Example: Command: ssnum
Notication: OK ssnum 51
Meaning: Query the number of presets.
The number of presets is 51.
3-9) Nth preset information
Command Option 1 Description
ssinfo (index) Queries the preset information at the specied index in the
preset list.
Response
Response string Description
OK ssinfo (index) "xxxxxx" (attrib) "yyyyyy" "zzzzzz" Preset information at the specied index in the preset list.
Details: (index) = Requested index number
"xxxxxxx" = Text expressing the relevant preset number
(attrib) = Relevant preset attribute
preinst = preinstalled preset
reserve = reserved area
user = user preset available
empty = empty
"yyyyyyy" = = title text of the relevant preset
"zzzzzz" = comment text of the relevant preset.
(reserved for future use. MTX does not currently use comments. "" will be returned.)
Example: Command: ssinfo 10
Notication: OK ssinfo 10 "10" user "Preset 10" ""
Meaning: Query the contents of the preset at index 10 (preset 10).
The preset at index 10 contains
display number = "10"
title = "Preset 10"
comment = ""
and is a stored preset.
Note: The character encoding for preset titles and comments conforms to the setting specied by the scpmode encoding
command.