140
Value
Value determines what a DSP block is being set to, incremented by, or decremented by. The Attribute
section will define which type of value the string will need in order to execute the ATP string.
Example: INC 1 AMLVLIN 4 1 1<LF>
In an Automatic mixer input level string, the Value equal to 1 states that the fader is to be incremented by 1
dB.
Example: SET 2 MMLVLIN 5 2 –100<LF>
In a matrix mixer input level string, the value is set to –100dB.
Example: RECALL 1 PRESET 1004<LF>
For a preset recall we are telling device 1 to recall the fourth preset.
*When GET is used, a Value will not need to be specified since GET is a request command. A Value must
be set in order for SET, INC, DEC, and RECALL command strings to work.
Example: GET 4 MMLVLOUT 5 <LF>
We are asking the level of a matrix mixer's output. There is no Value required for this string.
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 Audia 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 Audia will respond with: -ERR <CR><LF>