User Manual

Table Of Contents
RM Series (RM-CR/RM-CG) Remote Control Protocol Specications Version 1.0.0 rev1
9
3. Command Specications
3.2.4. Event processing change notication
1-5) Alert notication
Command Option 1 Option 2 Description
NOTIFY event RM:Alert “<xx>:
<yyyyyyyyy>,<zzzzzz>”
<xx>: Alert number (Hex)
<yyyyyyyyy>:Alert message
<zzzzzz>:warning/error/fault
Example: Notication: NOTIFY event RM:Alert “01:SYSTEM ERROR,fault”
Meaning: Fault type 01 SYSTEM ERROR alert occurs
3.3. Commands for controlling a device
3.3.1. Device status query
2-1) Device run mode query
Command Option 1 Description
devstatus runmode Queries the run mode
Response
Response string Description
OK devstatus runmode "normal" Normal run mode
OK devstatus runmode "update" Update mode
Example: Command: devstatus runmode
Response: OK devstatus runmode "normal"
Meaning: Query the run mode.
The device is currently in normal run mode.
Note: After device responds with -OK devstatus runmode "normal"-, device starts to send commands.
When starting remote control, be sure to send "devstatus runmode" to the device.
When the device responds as [OK devstatus runmode "normal"], the device is ready to receive commands.
2-2) Device error status query
Command Option 1 Description
devstatus error Queries the error status
Response
Response string Description
OK devstatus error "none" No alerts
OK devstatus error "fault" fault alert
OK devstatus error "error" error alert
OK devstatus error "warning" warning alert
Details: "falut" = Alert (fault) is occurring.
"error" = Alert (Error) is occurring.
"warning" = Alert (Warning) is occurring.
Example: Command: devstatus error
Response: OK devstatus error "fault"
Meaning: Query the alert status.
Alert(Fault) is occurring.