User Manual

MTX3/MTX5-D/XMV Series/EXi8/EXo8 Remote Control Protocol Specications V1.3.0
37
3. Command Specications
3.5. Command Errors
3.5.1. Command Error Notications
Error notication that indicates errors in commands.
If an error is found when the command is sent, this notication is returned instead of the normal successful notication.
[Notication syntax] ERROR <command name> <error code>
Command name Alphanumeric Name of the command that caused the error
Error code Alphanumeric Error description
* See the error codes below.
Error code
Error code Description
UnknownCommand Ignored because it was an unknown command.
WrongFormat Ignored because the command parameter format was wrong and could not be interpreted.
Examples: The number of parameters is wrong.
The parameter syntax is wrong.
InvalidArgument Ignored because the command parameter content was outside the appropriate range and
could not be interpreted.
Examples: The parameter value is outside the range.
The parameter syntax does not comply with the specications.
The letter case of the parameter is wrong.
UnknownAddress Ignored because the specied address does not exist.
UnknownEventID Ignored because the specied event ID does not exist.
TooLongCommand Could not be interpreted because the command was too long.
AccessDenied Procedure rejected because the peer device is not in an normal running state.
Examples: Rejected because an ssrecall command was received in emergency run
mode.
Busy The device is busy processing; it can’t receive commands.
ReadOnly Ignored because an attempt was made to set a parameter at a read-only address.
NoPermission Ignored because you do not have access permission.
InternalError An internal error may have occurred.
Examples: Failed to process the command.
Attempted to query or change the value of a parameter that does not exist
in the device.