78
Control Response
Operation
W
Blank On
BLANK=ON<CR>
W
Blank Off
BLANK=OFF<CR>
R
Blank Status
GET=BLANK<CR>
W
Freeze On
FREEZE=ON<CR>
W
Freeze Off
FREEZE=OFF<CR>
R
Freeze Status
GET=FREEZE<CR>
W
Menu On
MENU=ON<CR>
W
Menu Off
MENU=OFF<CR>
W
Auto PC
RC=AUTOPC<CR>
W
Up
RC=UP<CR>
W
Down
RC=DOWN<CR>
W
Right
RC=RIGHT<CR>
W
Left
RC=LEFT<CR>
W
OK
RC=OK<CR>
High
Altitude
W
High Altitude
mode On
HIGHALT=ON<CR>
W
High Altitude
mode Off
HIGHALT=OFF<CR>
R
High Altitude
mode status
GET=HIGHALT<CR>
Read/
Write
Condition
Response
Example
W
Success
i:OK<CR>
< BLANK=ON<CR>
> i:OK<CR>
W
Illegal format : Don't
exist command or
structure
e:0002
INVALID_COMMAND<CR>
< INVALID=ON<CR>
> e:0002
INVALID_COMMAND<CR>
W
Unsupported item:
this command
parameter can't
support
e:000A
INVALID_PARAMETER<CR>
< BLANK=INVALID<CR>
> e:000A
INVALID_PARAMETER<CR>
W
Block item: Current
state can't use.
e:1011
FUNCTION_NOT_AVAILABL
E<CR>
< ASPECT=AUTO<CR>
> e:1011
FUNCTION_NOT_AVAILABLE<CR>
R
Success
g:XXX=YYY<CR>
XXX=Command Name,
YYY=Parameter Name
< GET=BLANK<CR>
> g:BLANK=ON<CR>