User Manual
Table Of Contents
MCP1 Remote Control Protocol Specifications V1.0.0
13
3. Command Specifications
3-8) Nth preset information query
Command Option 1 Description
ssinfo (index) Queries the information of the specified preset within the preset list.
Response
Response string Description
OK ssinfo (index) “xxxxxx” (attrib) “yyyyyy” “zzzzzz” Nth preset information within the preset list
Details: (index) = Requested index number
“xxxxxx” = Text expressing the relevant preset number
(attrib) = Relevant preset attribute
preinst = Preinstalled preset
reserve = Reserved area
user = User preset available
empty = Empty
“yyyyyy” = Title text of the relevant preset
“zzzzzz” = Comment text of the relevant preset. (Reserved for future use. Since MCP1 does not currently use
comments, “” will be returned.)
Example: Command: sssinfo 10
Notification: OK ssinfo 10 “10” user “Preset 10” “”
Meaning: Query the contents of the index 10 preset (preset 10).
The preset at index 10 (preset) contains:
display number = “010”
title = “Preset 10”
comment = “”
and is a stored preset.
Important: The character encoding for preset titles and comments conforms to the setting specified by the scpmode encoding
command.










