Command Chaining
Multiple commands can be chained in the same string. Each command is delimited by a pipe
character ('|'). When chaining commands, enter the message starting character and the
message closing character once only, at the beginning of the string and at the end.
Commands in the string do not execute until the closing character is entered. A separate
response is sent for every command in the chain.
Maximum String Length
64 characters (except for special commands that are defined in the command syntax
description).
Practical Command Examples
Ask all level status
#AUD-LVL? 1,1
#AUD-LVL? 1,2
#AUD-LVL? 1,3
#AUD-LVL? 1,4
#AUD-LVL? 2,1
#AUD-LVL? 2,2
#AUD-LVL? 2,3
#AUD-LVL? 2,4
Set volume output to -70 dB (very low output)
#AUD-LVL? 2,2
#AUD-LVL 2,2,-70
#AUD-LVL 2,1,-70
#AUD-LVL 2,3,-70
#AUD-LVL 2,4,-70
Set volume output to -6 dB (normal output)
#AUD-LVL 2,1,-6
#AUD-LVL 2,2,-6
#AUD-LVL 2,3,-6
#AUD-LVL 2,4,-6
Set volume output to 0 dB (normal output)
#AUD-LVL 2,1,0
#AUD-LVL 2,2,0
#AUD-LVL 2,3,0
#AUD-LVL 2,4,0