System information

125
Responses
When a successful SET, SETL, INC, DEC, or RECALL command is sent to an Audia device via RS-232 or TCP/IP,
Audia will respond with: ‘+OK’ followed by a carriage return and line feed.
Example: Sending the string: SET 2 AMLVLIN 4 2 1< LF> will result in an: +OK<CR><LF> response.
A successful GET or GETL command will result in a numerical response to the command string followed by
<CR><LF>.
The response from a ATP string with a GET command can contain negative numbers, and/or decimal points, depending
on type of Attribute addressed. If the control system does not support negative numbers or decimal places a GETL
command may be used instead.
Example: After sending the above example to an E Desk device the string:
GET 2 AMLVLIN 4 2<LF> would result in the response: 1.0000<CR><LF> this tells us that the level is currently set
to 1dB.
If an incorrect command string is sent, an E Desk will respond with: -ERR <CR><LF>