Page
26
6.8
See the section
1.6.2 REMOTE COMMANDS
for the list of usable commands and
responses.
REMOTE EXAMPLES
Command to read the amplifiers status:
ASCII String to amplifier: STATUS(cr)(lf)
Hex equivalent of string: 0x53,0x54,0x41,0x54,0x55,0x53,0x0d,0x0a
Action: None
Response: Responds with the amplifiers current status.
Example of response: STANDBY(cr)(lf)
Hex value of example response: 0x53,0x54,0x41,0x4e,0x44,0x42,0x59,0x0a,0x0d
Command to place unit in operate mode:
ASCII String sent to amplifier: OPRT(cr)(lf)
Hex equivalent of string: 0x4f, 0x50, 0x52, 0x54,0x0d,0x0a
Action: The amplifier will go to Operate mode if the amplifier was previously in Standby mode.
Response: None
Example of response: N/A
Hex value of example: N/A
Command to read the amplifiers forward power:
ASCII String to amplifier: POWERFWD(cr)(lf)
Hex equivalent of string: 0x50,0x4f,0x57,0x45,0x52,0x46,0x57,0x44,0x0d,0x0a
Action: None
Response: Responds with the amplifiers forward power reading.
Example of response : POWER FWD: 09005 W(cr)(lf)
Hex value of example response :
0x50,0x4f,0x57,0x45,0x52,0x20,0x46,0x57,0x44,0x3a,0x20,0x30,0x39,0x30,0x30,0x35,0x2