Denon AVR Control Protocol: Application Model: AVR-X4000 Application Terminal: Ethernet RS-232C

Download as pdf or txt
Download as pdf or txt
You are on page 1of 56

Denon AVR control protocol

Ver.03
Application model : AVR-X4000
Application terminal: Ethernet
RS-232C
Rev 10.3.0

Version
01
02
03

Date
12.Mar.13
25.April.13
21.May.13

Contents
Original
Corrected SIMPLAY command
Corrected Tuner/HD Radio preset channel command
TPAN**, TPANMEM**, TPHD**, TPHDMEM**
(** is replaced from "A1 G8" to "01 56")

-1-

Page
P10,P33
P26,P27
P48,P49

Connector specification
. RS-232C
Connector type: DB-9pin female type, slave straight connection (DCE type)
( 1pin : GND , 2pin : TxD , 3pin : RxD , 5pin : Common(GND) , 4,6,7,8,9pin : NC )
Communication format:
Synchronous system
: Tone step synchronization
Communication system
: A half duplex
Communication speed
: 9600bps
Character length
Parity control
Start bit
Stop bit
Communication procedure
Communication data length

:
:
:
:
:
:

8 bits
None
1 bit
1 bit
Non procedural
135 bytes (maximum)

-2-

RJ-45(10BASE-T/100BASE-TX)

. Ethernet
Connector type
Example

Ethernet
Cross cable

AVR

PC

Example

HUB
PC

AVR

Communication format
Communication
Communication
Communication
Communication

Ethernet
Straight
cable

Ethernet
Straight
cable

system
speed
port
data length

:
:
:
:

A half duplex
10Mbps/100Mbps
TCP port 23 (telnet)
135bytes (maximum)

-3-

NETWORK SETUP of AVR-X4000


>Procedure of Network Setup mode.
(1)Press SETUP MENU button, then Menu appears on FL-display(and GUI)
(2)Select Setup Menu > Network > Settings .
(3)Set parameters described below.
<DHCP>
"On"---Use this setting when DHCP server is on the local network.
"Off"---Use this setting when DHCP server is not on the local network.
<IP Address> When <DHCP> sets "Off, please set IP address.
When <DHCP> sets "On, you can confirm the IP address that is set by server.
<Subnet Mask> When <DHCP> sets "Off, please set Subnet Mask.
When <DHCP> sets "On, you can confirm the Subnet Mask that is set by server.
<Gateway>
Set the address of Gateway when Gateway is on the local network.
Do not set this parameter when Gateway is not on the local network.
<Primary DNS> Do not set this parameter.
<Second DNS> Do not set this parameter.
<Proxy>
Set this parameter "Off".
<Network Option: IP Control>
(1)Press SETUP MENU button, then Menu appears on FL-display (and GUI)
(2)Select Setup Menu > Network > IP Control
(3)Set parameters described below.
Always On---Use this setting when using the AVR-X4000 Connected in a network.
Off In Standby--- Use this setting when not using the AVR-X4000 connected in a network.
This setting is reducing the power consumption in the standby mode.

-4-

Protocol specification
The following three data forms are defined.
COMMAND :
The message sent to a system(AVR) from a controller(Touch Panel etc.)
A command to a system is given from a controller.
EVENT
:
The message sent to a controller (Touch Panel etc.) from a system (AVR)
The result is sent, when a system is operated directly and a state changes.
*The form of EVENT presupposes that it is the same as that of COMMAND.
**Refer to the following table for the contents of COMMAND and EVENT.
RESPONSE :
The message sent to a controller (Touch Panel etc.) from a system (AVR)
if the request command (COMMAND+?+CR(0x0D)) has came from a controller.
The RESPONSE should be sent within 200ms of receiving the COMMAND.
*The form of RESPONSE presupposes that it is the same as that of EVENT.

Basic specification: The command by ASCII CODE, parameter expression


*ASCII CODE which can be used is from 0x20 to 0x7F: the alphabet and the number of 0-9, and space (0x20), some signs,
AND carriage return (0x0D) --- It is used only as a pause sign.

Command structure: COMMAND + PARAMETER + CR (0x0D)


COMMAND: ASCII CODE of 2 characters
Ex.
SI : Select Input source
MS : surround Mode Setting
MV : Master Volume setting
PW : system PoWer setting
PARAMETER : ASCII CODE ( up to 25 characters)
ex.
DVD : function name
SUPER STADIUM : surround mode name
*Special Parameter--- ? : for request command

-5-

The example of a command

* <CR> is the meaning of 0x0D.


SIDVD<CR> : Select Input source DVD
MSSTEREO<CR> : surround Mode Set to STEREO
MVUP<CR> : Master Volume UP
PWON<CR> : system PoWer ON
PWSTANDBY<CR> : system PoWer STANDBY
SI?<CR> : Request command for now playing input source >> Return RESPONSE SI***<CR>

-6-

Others

A) COMMAND is receivable also during transmission of EVENT.


B) Since CHANNEL VOLUME changes simultaneously when the SURROUND MODE changes, the value of the channel volume of all channels
returns as EVENT.
C) CHANNEL VOLUME returns the data of ALL channels by the present SURROUND MODE also including an intact channel. In this case,
the data of an intact channel is set to "50".
D) Since SURROUND MODE changes simultaneously when the INPUT source changes, the SURROUND MODE (and also the value of the channel
volume of all channels , It described in B) ) returns as EVENT.
E) When SURROUND MODE is the same in between INPUT source change before and after, EVENT of SURROUND MODE and CHANNEL VOLUME
does NOT return.
F) Although EVENT of SURROUND MODE returns when the present SURROUND MODE is set up again, CHANNEL VOLUME does NOT return.
G) When SURROUND MODE is changed, before returning SURROUND MODE after change as EVENT, the present SURROUND MODE is returned.
H) The RESPONSE should be sent as opposed to the request command by all the commands with which an EVENT exists , not need to
the another request commands(ex. SV command).
I) The PARAMETER (with COMMAND and RESPONSE, EVENT) of minimum level of MASTER VOLUME defines 99.
J) If the MASTER VOLUME & CHANNEL VOLUME set with 0.5dB step, the PARAMETER (with COMMAND and RESPONSE, EVENT) defines three
ASCII characters as bellows.
Ex.
MASTER VOLUME =
+18.0dB : MV98<CR>
|
|
+1.0dB : MV81<CR>
+0.5dB : MV805<CR>
0dB : MV80<CR>
-0.5dB : MV795<CR>
-1.0dB : MV79<CR>
|
|
-79.5dB : MV005<CR>
--- : MV00<CR>
* At the **.0dB step, only uses two ASCII characters as PARAMETER, same as usual.
K) 1 seconds later, please transmit the next COMMAND after transmitting a power on COMMAND PWON .
-7-

COMMAND and PARAMETER list


PARAMETER
function
example
ON
POWER ON/STANDBY change
PWON<CR>
STANDBY
PWSTANDBY<CR>
?
Return PW Status
PW?<CR>
MV
UP
MASTER VOLUME UP/DOWN , direct change to **(**dB)
MVUP<CR>
DOWN
MVDOWN<CR>
**:00 to 98 by ASCII , 80=80(0dB), 00=-0(--dB)(MIN)
**
MV80<CR>
?
Return MV Status
MV?<CR>
CV
FL UP
CHANNEL VOLUME UP/DOWN , direct change to **dB
CVFL UP<CR>
FL DOWN
---FRONT Lch
CVFL DOWN<CR>
FL **
**:38 to 62 by ASCII , 50=0dB
CVFL 50<CR>
FR UP
CVFR UP<CR>
FR DOWN
---FRONT Rch
CVFR DOWN<CR>
FR **
**:38 to 62 by ASCII , 50=0dB
CVFR 50<CR>
C UP
CVC UP<CR>
C DOWN
---CENTERch
CVC DOWN<CR>
C **
**:38 to 62 by ASCII , 50=0dB
CVC 50<CR>
SW UP
CVSW UP<CR>
SW DOWN
---SUBWOOFER1ch
CVSW DOWN<CR>
SW **
**:38 to 62 by ASCII , 50=0dB,00=OFF
CVSW 50<CR>
SW2 UP
CVSW UP<CR>
SW2 DOWN
---SUBWOOFER2ch
CVSW DOWN<CR>
SW2 **
**:38 to 62 by ASCII , 50=0dB,00=OFF
CVSW 50<CR>
SL UP
CVSL UP<CR>
SL DOWN
---SURROUND Lch
CVSL DOWN<CR>
SL **
**:38 to 62 by ASCII , 50=0dB
CVSL 50<CR>
SR UP
CVSR UP<CR>
SR DOWN
---SURROUND Rch
CVSR DOWN<CR>
SR **
**:38 to 62 by ASCII , 50=0dB
CVSR 50<CR>
SBL UP
CVSBL UP<CR>
SBL DOWN
---SURROUND BACK Lch (SBch 2SP)
CVSBL DOWN<CR>
SBL **
**:38 to 62 by ASCII , 50=0dB
CVSBL 50<CR>
MV, CV COMMAND : "*" parameter uses two or three ASCII characters. (see page6 J) section)
COMMAND
PW

-8-

PARAMETER
function
example
SBR UP
CVSBR UP<CR>
SBR DOWN
---SURROUND BACK Rch (SBch 2SP)
CVSBR DOWN<CR>
SBR **
**:38 to 62 by ASCII , 50=0dB
CVSBR 50<CR>
SB UP
CVSB UP<CR>
SB DOWN
---SURROUND BACKch
(SBch 1SP)
CVSB DOWN<CR>
SB **
**:38 to 62 by ASCII , 50=0dB
CVSB 50<CR>
FHL UP
CVFHL UP<CR>
FHL DOWN
---FRONT HEIGHT Lch
CVFHL DOWN<CR>
FHL **
**:38 to 62 by ASCII , 50=0dB
CVFHL 50<CR>
FHR UP
CVFHR UP<CR>
FHR DOWN
---FRONT HEIGHT Rch
CVFHR DOWN<CR>
FHR **
**:38 to 62 by ASCII , 50=0dB
CVFHR 50<CR>
FWL UP
CVFWL UP<CR>
FWL DOWN
---FRONT WIDE Lch
CVFWL DOWN<CR>
FWL **
**:38 to 62 by ASCII , 50=0dB
CVFWL 50<CR>
FWR UP
CVFWR UP<CR>
FWR DOWN
---FRONT WIDE Rch
CVFWR DOWN<CR>
FWR **
**:38 to 62 by ASCII , 50=0dB
CVFWR 50<CR>
?
Return CV Status
CV?<CR>
MV, CV COMMAND : "*" parameter uses two or three ASCII characters. (see page6 J) section)

COMMAND
CV

-9-

COMMAND
MU

SI

PARAMETER
ON
OFF
?
PHONO
CD
HDRADIO
TUNER
DVD
BD
TV
SAT/CBL
MPLAY
GAME
AUX1
AUX2
NET
PANDORA
SIRIUSXM
SPOTIFY
FLICKR
FAVORITES
IRADIO
SERVER
USB/IPOD
USB
IPD
IRP
FVP
?

function
VOLUME MUTE ON/OFF change

example
MUON<CR>
MUOFF<CR>
Return MU Status
MU?<CR>
SIPHONO<CR>
SICD<CR>
---HD RADIO (North America model Only)
SIHDRADIO<CR>
---FM TUNER(Except North America model)
SITUNER<CR>
SIDVD<CR>
---Blu-ray
SIBD<CR>
---TV AUDIO
SITV<CR>
---CBL/SAT
SISAT/CBL<CR>
SIMPLAY<CR>
---MEDIA PLAYER
SIGAME<CR>
SIAUX1<CR>
SIAUX2<CR>
---NETWORK
SINET<CR>
(North America model Only)
SIPANDORA<CR>
(North America model Only)
SISIRIUSXM<CR>
(North America & Europe model Only)
SISPOTIFY<CR>
SIFLICKR<CR>
SIFAVORITES<CR>
SIIRADIO<CR>
SISERVER<CR>
Select iPod/USB
SIUSB/IPOD<CR>
Select INPUT source iPod/USB and USB Start Playback
SIUSB<CR>
Select INPUT source iPod/USB and iPod Direct Start Playback SIIPD<CR>
Select INPUT source NETWORK and Internet Radio Start Playback SIIRP<CR>
Select INPUT source NETWORK and Favorites Start Playback SIFVP<CR>
Return SI Status
SI?<CR>

- 10 -

COMMAND
ZM

PARAMETER
ON
OFF
?
FAVORITE1
FAVORITE2
FAVORITE3
FAVORITE4
FAVORITE1
MEMORY
FAVORITE2
MEMORY
FAVORITE3
MEMORY
FAVORITE4
MEMORY

function
MAIN ZONE ON/OFF change
Return ZM Status
FAVORITE STATION 1-3 MODE SELECT

FAVORITE STATION 1-3 MODE MEMORY

example
ZMON<CR>
ZMOFF<CR>
ZM?<CR>
ZMFAVORITE1<CR>
ZMFAVORITE2<CR>
ZMFAVORITE3<CR>
ZMFAVORITE4<CR>
ZMFAVORITE1 MEMORY<CR>
ZMFAVORITE2 MEMORY<CR>
ZMFAVORITE3 MEMORY<CR>
ZMFAVORITE4 MEMORY<CR>

- 11 -

COMMAND
SD

DC

SV

SLP

PARAMETER
AUTO
HDMI
DIGITAL
ANALOG
?
AUTO
PCM
DTS
?
ON
OFF
DVD
BD
TV
SAT/CBL
MPLAY
GAME
AUX1
AUX2
CD
?
OFF
***
?

function
set AUTO mode (Priority:HDMI>>DIGITAL>>ANALOG)
set force HDMI INPUT mode
set force DIGITAL INPUT (Optical,Coaxial)mode
set force ANALOG INPUT mode
Return SD Status
set DIGITAL INPUT AUTO mode
set DIGITAL INPUT force PCM mode
set DIGITAL INPUT force DTS mode
Return DC Status
VIDEO SELECT mode set to ON
VIDEO SELECT mode cancel
VIDEO SELECT mode set to ON, and select source
---Blu-ray
---TV AUDIO
---CBL/SAT
---MEDIA PLAYER

Return SV Status
MAIN ZONE SLEEP TIMER setting
***:001 to 120 by ASCII , 010=10min
Return SLP Status

- 12 -

example
SDAUTO<CR>
SDHDMI<CR>
SDDIGITAL<CR>
SDANALOG<CR>
SD?<CR>
DCAUTO<CR>
DCPCM<CR>
DCDTS<CR>
DC?<CR>
SVON<CR>
SVOFF<CR>
SVDVD<CR>
SVBD<CR>
SVTV<CR>
SVSAT/CBL<CR>
SVMPLAY<CR>
SVGAME<CR>
SVSAUX1<CR>
SVSAUX2<CR>
SVCD<CR>
SV?<CR>
SLPOFF<CR>
SLP120<CR>
SLP?<CR>

COMMAND
MS

PARAMETER
MOVIE
MUSIC
GAME
PURE DIRECT
DIRECT
STEREO
STANDARD
DOLBY DIGITAL
DTS SUROUND
MCH STEREO
ROCK ARENA
JAZZ CLUB
MONO MOVIE
MATRIX
VIDEO GAME
VIRTUAL
?
QUICK1
QUICK2
QUICK3
QUICK4
QUICK5
QUICK1 MEMORY
QUICK2 MEMORY
QUICK3 MEMORY
QUICK4 MEMORY
QUICK5 MEMORY
QUICK ?

function
Select SURROUND mode

---MULTI CH STEREO mode

Return MS Status
QUICK SELECT 1-5 MODE SELECT

QUICK SELECT 1-5 MODE MEMORY

Return MSQUICK Status

- 13 -

example
MSMOVIE<CR>
MSMUSIC<CR>
MSGAME<CR>
MSPURE DIRECT<CR>
MSDIRECT<CR>
MSSTEREO<CR>
MSSTANDARD<CR>
MSDOLBY DIGITAL<CR>
MSDTS SURROUND<CR>
MSMCH STEREO<CR>
MSROCK ARENA<CR>
MSJAZZ CLUB<CR>
MSMONO MOVIE<CR>
MSMATRIX<CR>
MSVIDEO GAME<CR>
MSVIRTUAL<CR>
MS?<CR>
MSQUICK1<CR>
MSQUICK2<CR>
MSQUICK3<CR>
MSQUICK4<CR>
MSQUICK5<CR>
MSQUICK1 MEMORY<CR>
MSQUICK2 MEMORY<CR>
MSQUICK3 MEMORY<CR>
MSQUICK4 MEMORY<CR>
MSQUICK5 MEMORY<CR>
MSQUICK ?<CR>

COMMAND
VS

PARAMETER
ASPNRM
ASPFUL
ASP ?
SC48P
SC10I
SC72P
SC10P
SC10P24
SC4K
SCAUTO
SC ?
SCH48P
SCH10I
SCH72P
SCH10P
SCH10P24
SCH4K
SCHAUTO
SCH ?
AUDIO AMP
AUDIO TV
AUDIO ?
VPMAUTO
VPMGAME
VPMMOVI
VPM ?

function
Set Aspect Ratio to 4:3 mode
Set Aspect Ratio to 16:9 mode
Return VSASP Status
Set Resolution to 480p/576p
Set Resolution to 1080i
Set Resolution to 720p
Set Resolution to 1080p
Set Resolution to 10P24
Set Resolution to 4K
Set Resolution to AUTO
Return VSSC Status
Set Resolution to 480p/576p (HDMI)
Set Resolution to 1080i(HDMI)
Set Resolution to 720p(HDMI)
Set Resolution to 1080p(HDMI)
Set Resolution to 10P24(HDMI)
Set Resolution to 4K (HDMI)
Set Resolution to AUTO(HDMI)
Return VSSCH Status(HDMI)
Set HDMI AUDIO Output to AMP
Set HDMI AUDIO Output to TV
Return VSAUDIO Status
Set Video Processing Mode to AUTO
Set Video Processing Mode to GAME
Set Video Processing Mode to MOVIE
Return VSVPM Status

- 14 -

example
VSASPNRM<CR>
VSASPFUL<CR>
VSASP ?<CR>
VSSC48P<CR>
VSSC10I<CR>
VSSC72P<CR>
VSSC10P<CR>
VSSC10P24<CR>
VSSC4K<CR>
VSSCAUTO<CR>
VSSC ?<CR>
VSSCH48P<CR>
VSSCH10I<CR>
VSSCH72P<CR>
VSSCH10P<CR>
VSSCH10P24<CR>
VSSCH4K<CR>
VSSCHAUTO<CR>
VSSCH ?<CR>
VSAUDIO AMP<CR>
VSAUDIO TV<CR>
VSAUDIO ?<CR>
VSVPMAUTO<CR>
VSVPMGAME<CR>
VSVPMMOVI<CR>
VSVPM ?<CR>

MODE: ?
LOM ON
LOM OFF
LOM ?
PHG LOW
PHG MID
PHG HI
PHG ?
SP:FH
SP:FW
SP:SB
SP:HW
SP:BH
SP:BW
SP: ?

function
PARAMETER setting
TONE CONTROL ON/OFF
Return PSTONE CONTROL Status
CINEMA EQ. ON/OFF

example
PSTONE CTRL OFF<CR>
PSTONE CTRL OFF<CR>
PSTONE CTRL ?<CR>
PSCINEMA EQ.ON<CR>
PSCINEMA EQ.OFF<CR>
Return PSCINEMA EQ.Status
PSCINEMA EQ. ?<CR>
CINEMA / MUSIC / GAME mode change
PSMODE:MUSIC<CR>
(This parameter can change DOLBY PL2,PL2x, DTS NEO:X mode.) PSMODE:CINEMA<CR>
PSMODE:GAME<CR>
---SB=ON PL2x mode / SB=OFF PL2 mode
--- GAME can change DOLBY PL2 & PL2x & DTS NEO:X mode
Return PSMODE: Status
PSMODE: ?<CR>
Loudness Management ON/OFF Control
PSLOM ON<CR>
PSLOM OFF<CR>
Return PSLOM: Status
PSLOM ? <CR>
PSPHG LOW<CR>
PL z HEIGHT GAIN direct change
PSPHG MID<CR>
PSPHG HI<CR>
Return PSPHG Status
PSPHG ?<CR>
Speaker Output set(F.Height/F.Wide/S.Back)
PSSP:FH<CR>
PSSP:FW<CR>
PSSP:SB<CR>
PSSP:HW<CR>
PSSP:BH<CR>
PSSP:BW<CR>
Return PSSP: Status
PSSP: ?<CR>


PARAMETER
TONE CTRL OFF
TONE CTRL ON
TONE CTRL ?
CINEMA EQ.ON
CINEMA EQ.OFF
CINEMA EQ. ?
MODE:MUSIC
MODE:CINEMA
MODE:GAME

COMMAND
PS

- 15 -

COMMAND
PS

PARAMETER
MULTEQ:AUDYSSEY
MULTEQ:BYP.LR
MULTEQ:FLAT
MULTEQ:MANUAL
MULTEQ:OFF
MULTEQ: ?
DYNEQ ON
DYNEQ OFF
DYNEQ ?
REFLEV 0
REFLEV 5
REFLEV 10
REFLEV 15
REFREV ?
DYNVOL HEV
DYNVOL MED
DYNVOL LIT
DYNVOL OFF
DYNVOL ?
LFC ON
LFC OFF
LFC ?
CNTAMT UP
CNTAMT DOWN
CNTAMT **
CNTAMT ?

function
MultEQ XT32 mode direct change

Return PSMULTEQ: Status


Dynamic EQ = ON
Dynamic EQ = OFF
Return PSDYNEQ Status
Reference Level Offset=0dB
Reference Level Offset=5dB
Reference Level Offset=10dB
Reference Level Offset=15dB
Return PSREFLEV Status
Dynamic Volume = Heavy
Dynamic Volume = Medium
Dynamic Volume = Light
Dynamic Volume = OFF
Return PSDYNVOL Status
Audyssey LFC = ON
Audyssey LFC = OFF
Return PSLFC Status
Containment Amount UP/DOWN, direct change to **
**:00 to 99 by ASCII , 00=0,
---AVR-X4000 can be operated from 1 to 7 (01 to 07)
Return PSCNTAMT Status

- 16 -

example
PSMULTEQ:AUDYSSEY<CR>
PSMULTEQ:BYP.LR<CR>
PSMULTEQ:FLAT<CR>
PSMULTEQ:MANUAL<CR>
PSMULTEQ:OFF<CR>
PSMULTEQ: ?<CR>
PSDYNEQ ON<CR>
PSDYNEQ OFF<CR>
PSDYNEQ ?<CR>
PSREFLEV 0<CR>
PSREFLEV 5<CR>
PSREFLEV 10<CR>
PSREFLEV 15<CR>
PSREFLEV ?<CR>
PSDYNVOL HEV<CR>
PSDYNVOL MED<CR>
PSDYNVOL LIT<CR>
PSDYNVOL OFF<CR>
PSDYNVOL ?<CR>
PSLFC ON<CR>
PSLFC OFF<CR>
PSLFC ?<CR>
PSCNTAMT UP<CR>
PSCNTAMT DOWN<CR>
PSCNTAMT **<CR>
PSCNTAMT ?<CR>

PARAMETER
function
DSX ONHW
Audyssey DSX ON(Heights & Wides)
PSDSX
DSX ONH
Audyssey DSX ON(Heights)
PSDSX
DSX ONW
Audyssey DSX ON(Wides)
PSDSX
DSX OFF
Audyssey DSX OFF
PSDSX
DSX ?
Return PSDSX Status
PSDSX
STW UP
STAGE WIDTH UP/DOWN, direct change to **dB
PSSTW
STW DOWN
**:00 to 99 by ASCII, 50=0dB
PSSTW
STW **
---AVR-X4000 can be operated from -10 to +10(40 to 60)
PSSTW
STW ?
Return PSSTW Status
PSSTW
STH UP
STAGE HEIGHT UP/DOWN , direct change to **dB
PSSTH
STH DOWN
**:00 to 99 by ASCII , 50=0dB
PSSTH
STH **
---AVR-X4000 can be operated from -10 to +10(40 to 60)
PSSTH
STH ?
Return PSSTH Status
PSSTH
PS COMMAND : "*" parameter uses two or three ASCII characters. (see page6 J) section)

COMMAND
PS

- 17 -

example
ONHW<CR>
ONH<CR>
ONW<CR>
OFF<CR>
?<CR>
UP<CR>
DOWN<CR>
50<CR>
?<CR>
UP<CR>
DOWN<CR>
50<CR>
?<CR>

PARAMETER
function
BAS UP
BASS UP/DOWN , direct change to **dB
PSBAS
BAS DOWN
**:00 to 99 by ASCII , 50=0dB
PSBAS
BAS **
---AVR-X4000 can be operated from -6 to +6(44 to 56)
PSBAS
BAS ?
Return PSBAS Status
PSBAS
TRE UP
TREBLE UP/DOWN , direct change to **dB
PSTRE
TRE DOWN
**:00 to 99 by ASCII , 50=0dB
PSTRE
TRE **
---AVR-X4000 can be operated from -6 to +6(44 to 56)
PSTRE
TRE ?
Return PSTRE Status
PSTRE
DRC AUTO
Dynamic Compression direct change
PSDRC
DRC LOW
PSDRC
DRC MID
PSDRC
DRC HI
PSDRC
DRC OFF
PSDRC
DRC ?
PSDRC
LFE UP
LFE UP/DOWN , direct change to **dB
PSLEE
LFE DOWN
**:00 to 99 by ASCII , 00=0dB, 10=-10dB
PSLFE
LFE **
---AVR-X4000 can be operated from 0 to -10
PSLFE
LFE ?
Return PSLFE Status
PSLFE
EFF UP
EFFECT UP/DOWN , EFFECT LEVEL direct change to **dB
PSEFF
EFF DOWN
**:00 to 99 by ASCII , 00=0dB, 10=10dB
PSEFF
EFF **
---AVR-X4000 can be operated from 1 to 15
PSEFF
EFF ?
Return PSEFF Status
PSEFF
DEL UP
DELAY UP/DOWN , direct change to ***dB
PSDEL
DEL DOWN
***:000 to 999 by ASCII , 000=0ms, 300=300ms
PSDEL
DEL ***
---AVR-X4000 can be operated from 0 to 300
PSDEL
DEL ?
Return PSDEL Status
PSDEL
PS COMMAND : "*" parameter uses two or three ASCII characters. (see page6 J) section)

COMMAND
PS

- 18 -

example
UP<CR>
DOWN<CR>
50<CR>
?<CR>
UP<CR>
DOWN<CR>
50<CR>
?<CR>
AUTO<CR>
LOW<CR>
MID<CR>
HI<CR>
OFF<CR>
?<CR>
UP<CR>
DOWN<CR>
10<CR>
? <CR>
UP<CR>
DOWN<CR>
10<CR>
?<CR>
UP<CR>
DOWN<CR>
***<CR>
?<CR>

PARAMETER
function
example
PAN ON
PANORAMA ON/OFF
PSPAN ON<CR>
PAN OFF
PSPAN OFF<CR>
PAN ?
Return PSPAN Status
PSPAN ?<CR>
DIM UP
DIMENSION UP/DOWN , direct change to **dB
PSDIM UP<CR>
DIM DOWN
**:00 to 99 by ASCII , 00=0,
PSDIM DOWN<CR>
DIM **
---AVR-X4000 can be operated from 0 to 6
PSDIM **<CR>
DIM ?
Return PSDIM Status
PSDIM ?<CR>
CEN UP
CENTER WIDTH UP/DOWN , direct change to **dB
PSCEN UP<CR>
CEN DOWN
**:00 to 99 by ASCII , 00=0
PSCEN DOWN<CR>
CEN **
---AVR-X4000 can be operated from 0 to 7
PSCEN 07<CR>
CEN ?
Return PSCEN Status
PSCEN ?<CR>
CEG UP
CENTER GAIN UP/DOWN , direct change to **dB
PSCEG UP<CR>
CEG DOWN
**:00 to 99 by ASCII , 00=0.0
PSCEG DOWN<CR>
CEG **
--- AVR-X4000 can be operated from 0.0 to 1.0
PSCEG 10<CR>
CEG ?
Return PSCEG Status
PSCEG ?<CR>
SWR ON
SW ON/OFF
PSSWR ON<CR>
SWR OFF
PSSWR OFF<CR>
SWR ?
Return PSSWR Status
PSSWR ?<CR>
RSZ S
ROOM SIZE direct change
PSRSZ S<CR>
RSZ MS
PSRSZ MS<CR>
RSZ M
PSRSZ M<CR>
RSZ ML
PSRSZ ML<CR>
RSZ L
PSRSZ L<CR>
RSZ ?
Return PSRSZ Status
PSRSZ ?<CR>
DELAY UP
AUDIO DELAY UP/DOWN , direct change to ***dB
PSDELAY UP<CR>
DELAY DOWN
***:000 to 999 by ASCII , 000=0ms, 200=200ms
PSDELAY DOWN<CR>
DELAY ***
---AVR-X4000 can be operated from 0 to 200
PSDELAY 200<CR>
DELAY ?
Return PSDELAY Status
PSDELAY ?<CR>
PS COMMAND : "*" parameter uses two or three ASCII characters. (see page6 J) section)

COMMAND
PS

- 19 -

COMMAND
PS

PARAMETER
RSTR OFF
RSTR LOW
RSTR MED
RSTR HI
RSTR ?
FRONT SPA
FRONT SPB
FRONT SPA+B
FRONT?

function
AUDIO RESTORER direct change

Return PSRSTR Status


FRONT SPEAKER direct change

Return PSFRONT Status

- 20 -

example
PSRSTR OFF<CR>
PSRSTR LOW<CR>
PSRSTR MED<CR>
PSRSTR HI<CR>
PSRSTR ?<CR>
PSFRONT SPA<CR>
PSFRONT SPB<CR>
PSFRONT A+B<CR>
PSFRONT?<CR>

PARAMETER
function
OFF
Picture Mode=OFF
STD
Picture Mode=STANDARD
MOV
Picture Mode=MOVIE
VVD
Picture Mode=VIVID
STM
Picture Mode=STREAM
CTM
Picture Mode=CUSTOM
?
Return PV Status
CN UP
CONTRAST UP/DOWN , direct change to **dB
CN DOWN
**:44 to 56 by ASCII , 50=0
CN **
--- AVR-X4000 can be operated from -6 to +6(44 to 56)
CN ?
Return PVCN Status
BR UP
BRIGHTNESS UP/DOWN , direct change to **dB
BR DOWN
**:00 to 12 by ASCII , 00=0
BR **
--- AVR-X4000 can be operated from 0 to 12
BR ?
Return PVBR Status
ST UP
Saturation UP/DOWN , direct change to **dB
ST DOWN
**:44 to 56 by ASCII , 50=0
ST **
--- AVR-X4000 can be operated from -6 to +6(44 to 56)
ST ?
Return PVST Status
HUE UP
HUE UP/DOWN , direct change to **dB
HUE DOWN
**:44 to 56 by ASCII , 50=0
HUE **
--- AVR-X4000 can be operated from -6 to +6(44 to 56)
HUE ?
Return PVHUE Status
DNR OFF
DNR direct change
DNR LOW
DNR MID
DNR HI
DNR ?
Return PVDNR Status
ENH UP
ENHANCER UP/DOWN, direct change to **dB
ENH DOWN
**:00 to 12 by ASCII, 00=0
ENH **
--- AVR-X4000 can be operated from 0 to 12
ENH ?
Return PVENH Status
PV COMMAND : "*" parameter uses two ASCII characters. (see page6 J) section)

COMMAND
PV

- 21 -

example
PVOFF<CR>
PVSTD<CR>
PVMOV<CR>
PVVVD<CR>
PVSTM<CR>
PVCTM<CR>
PV?<CR>
PVCN UP<CR>
PVCN DOWN<CR>
PVCN 50<CR>
PVCN ?<CR>
PVBR UP<CR>
PVBR DOWN<CR>
PVBR 12<CR>
PVBR ?<CR>
PVST UP<CR>
PVST DOWN<CR>
PVST 50<CR>
PVST ?<CR>
PVHUE UP<CR>
PVHUE DOWN<CR>
PVHUE 50<CR>
PVHUE ?<CR>
PVDNR OFF<CR>
PVDNR LOW<CR>
PVDNR MID<CR>
PVDNR HI<CR>
PVDNR ?<CR>
PVENH UP<CR>
PVENH DOWN<CR>
PVENH 12<CR>
PVENH ?<CR>

PARAMETER
function
example
PHONO
ZONE2 mode set , and select source
Z2CD<CR>
|
---The name of PARAMETER is
|
USB/IPOD
the same as that of the time of SI COMMAND.
Z2USB/IPOD<CR>
USB
Select ZONE2 source iPod/USB and USB Start Playback
Z2USB<CR>
IPD
Select ZONE2 source iPod/USB and iPod Direct Start Playback Z2IPD<CR>
IRP
Select ZONE2 source NETWORK and Internet Radio Start Playback Z2IRP<CR>
FVP
Select ZONE2 source NETWORK and Favorites Start Playback Z2FVP<CR>
SOURCE
ZONE2 mode cancel
Z2SOURCE<CR>
UP
ZONE2 VOLUME UP/DOWN , direct change to **dB
Z2UP<CR>
DOWN
Z2DOWN<CR>
**:00 to 98 by ASCII , 80=80(0dB), 00=-0(--dB)(MIN)
**
Z280<CR>
ON
ZONE2 ON/OFF change
Z2ON<CR>
OFF
Z2OFF<CR>
?
Return Z2 Status
Z2?<CR>
Z2MU
ON
ZONE2 OUTPUT MUTE ON/OFF change
Z2MUON<CR>
OFF
Z2MUOFF<CR>
?
Return Z2MU Status
Z2MU?<CR>
Z2CS
ST
ZONE2 Channel setting
Z2CSST<CR>
MONO
Z2CSMONO<CR>
?
Return Z2CS Status
Z2CS?<CR>
Z2CV
FL UP
ZONE2 CHANNEL VOLUME UP/DOWN , direct change to **dB
Z2CVFL UP<CR>
FL DOWN
---FRONT Lch
Z2CVFL DOWN<CR>
FL **
**:38 to 62 by ASCII , 50=0dB
Z2CVFL 50<CR>
FR UP
ZONE2 CHANNEL VOLUME UP/DOWN , direct change to **dB
Z2CVFR UP<CR>
FR DOWN
---FRONT Rch
Z2CVFR DOWN<CR>
FR **
**:38 to 62 by ASCII , 50=0dB
Z2CVFR 50<CR>
?
Return Z2CV Status
Z2CV?<CR>
Z2HPF
ON
ZONE2 HPF ON/OFF
Z2HPFON<CR>
OFF
Z2HPFOFF<CR>
?
Return Z2HPF Status
Z2HPF?<CR>
Z2 Z2CV COMMAND : "*" parameter uses two ASCII characters. (see page6 J) section)
COMMAND
Z2

- 22 -

PARAMETER
function
BAS UP
ZONE2 BASS UP/DOWN , direct change to **dB
BAS DOWN
**:00 to 99 by ASCII , 00=0dB
BAS **
---AVR-X4000 can be operated from -10 to +10(40 to 60)
BAS ?
Return Z2PSBAS Status
TRE UP
ZONE2 TREBLE UP/DOWN , direct change to **dB
TRE DOWN
**:00 to 99 by ASCII , 00=0dB
TRE **
---AVR- X4000 can be operated from -10 to +10(40 to 60)
TRE ?
Return Z2PSTRE Status
Z2SLP
OFF
ZONE2 SLEEP TIMER setting
***
***:001 to 120 by ASCII , 010=10min
?
Return Z2SLP Status
Z2
FAVORITE1
ZONE2 FAVORITE STATION 1-3 MODE SELECT
FAVORITE2
FAVORITE3
FAVORITE4
FAVORITE1 MEMORY ZONE2 FAVORITE STATION 1-3 MODE MEMORY
FAVORITE2 MEMORY
FAVORITE3 MEMORY
FAVORITE4 MEMORY
QUICK1
ZONE2 QUICK SELECT 1-5 MODE SELECT
QUICK2
QUICK3
QUICK4
QUICK5
QUICK1 MEMORY
ZONE2 QUICK SELECT 1-5 MODE MEMORY
QUICK2 MEMORY
QUICK3 MEMORY
QUICK4 MEMORY
QUICK5 MEMORY
QUICK ?
Return Z2QUICK Status
Z2PS COMMAND : "*" parameter uses two ASCII characters. (see page6 J) section)
COMMAND
Z2PS

- 23 -

example
Z2PSBAS UP<CR>
Z2PSBAS DOWN<CR>
Z2PSBAS 50<CR>
Z2PSBAS ?<CR>
Z2PSTRE UP<CR>
Z2PSTRE DOWN<CR>
Z2PSTRE 50<CR>
Z2PSTRE ?<CR>
Z2SLPOFF<CR>
Z2SLP120<CR>
Z2SLP?<CR>
Z2FAVORITE1<CR>
Z2FAVORITE2<CR>
Z2FAVORITE3<CR>
Z2FAVORITE4<CR>
Z2FAVORITE1 MEMORY<CR>
Z2FAVORITE2 MEMORY<CR>
Z2FAVORITE3 MEMORY<CR>
Z2FAVORITE4 MEMORY<CR>
Z2QUICK1<CR>
Z2QUICK2<CR>
Z2QUICK3<CR>
Z2QUICK4<CR>
Z2QUICK5<CR>
Z2QUICK1 MEMORY<CR>
Z2QUICK2 MEMORY<CR>
Z2QUICK3 MEMORY<CR>
Z2QUICK4 MEMORY<CR>
Z2QUICK5 MEMORY<CR>
Z2QUICK ?<CR>

COMMAND
Z3

Z3MU

Z3CS

Z3CV

Z3HPF

PARAMETER
PHONO
|
USB/IPOD
USB
IPD
IRP
FVP
SOURCE
UP
DOWN
**
ON
OFF
?
ON
OFF
?
ST
MONO
?
FL UP
FL DOWN
FL **
FR UP
FR DOWN
FR **
?
ON
OFF
?

function
ZONE3 mode set , and select source
---The name of PARAMETER is
the same as that of the time of SI COMMAND.
Select ZONE3 source iPod/USB and USB Start Playback
Select ZONE3 source iPod/USB and iPod Direct Start Playback
Select ZONE3 source NETWORK and Internet Radio Start Playback
Select ZONE3 source NETWORK and Favorites Start Playback
ZONE3 mode cancel
ZONE3 VOLUME UP/DOWN , direct change to **dB
**:00 to 98 by ASCII , 80=80(0dB), 00=-0(--dB)(MIN)
ZONE3 ON/OFF change
Return Z3 Status
ZONE3 OUTPUT MUTE ON/OFF change
Return Z3MU Status
ZONE3 Channel setting
Return Z3CS Status
ZONE3 CHANNEL VOLUME
---FRONT Lch
**:38 to 62 by ASCII
ZONE3 CHANNEL VOLUME
---FRONT Rch
**:38 to 62 by ASCII
Return Z3CV Status
ZONE3 HPF ON/OFF

UP/DOWN , direct change to **dB


, 50=0dB
UP/DOWN , direct change to **dB
, 50=0dB

Return Z3HPF Status

Z3 Z3CV COMMAND : "*" parameter uses two ASCII characters. (see page6 J) section)
- 24 -

example
Z3PHONO<CR>
|
Z3USB/IPOD<CR>
Z3USB<CR>
Z3IPD<CR>
Z3IRP<CR>
Z3FVP<CR>
Z3SOURCE<CR>
Z3UP<CR>
Z3DOWN<CR>
Z380<CR>
Z3ON<CR>
Z3OFF<CR>
Z3?<CR>
Z3MUON<CR>
Z3MUOFF<CR>
Z3MU?<CR>
Z3CSST<CR>
Z3CSMONO<CR>
Z3CS?<CR>
Z3CVFL UP<CR>
Z3CVFL DOWN<CR>
Z3CVFL 50<CR>
Z3CVFR UP<CR>
Z3CVFR DOWN<CR>
Z3CVFR 50<CR>
Z3CV?<CR>
Z3HPFON<CR>
Z3HPFOFF<CR>
Z3HPF?<CR>

PARAMETER
function
BAS UP
ZONE3 BASS UP/DOWN , direct change to **dB
BAS DOWN
**:00 to 99 by ASCII , 00=0dB
BAS **
---AVR-X4000 can be operated from -10 to +10(40 to 60)
BAS ?
Return Z3PSBAS Status
TRE UP
ZONE3 TREBLE UP/DOWN , direct change to **dB
TRE DOWN
**:00 to 99 by ASCII , 00=0dB
TRE **
---AVR-X4000 can be operated from -10 to +10(40 to 60)
TRE ?
Return Z3PSTRE Status
Z3SLP
OFF
ZONE3 SLEEP TIMER setting
***
***:001 to 120 by ASCII , 010=10min
?
Return Z3SLP Status
Z3
FAVORITE1
ZONE3 FAVORITE STATION 1-4 MODE SELECT
FAVORITE2
FAVORITE3
FAVORITE4
FAVORITE1 MEMORY ZONE3 FAVORITE STATION 1-4 MODE MEMORY
FAVORITE2 MEMORY
FAVORITE3 MEMORY
FAVORITE4 MEMORY
QUICK1
ZONE3 QUICK SELECT 1-5 MODE SELECT
QUICK2
QUICK3
QUICK4
QUICK5
QUICK1 MEMORY
ZONE3 QUICK SELECT 1-5 MODE MEMORY
QUICK2 MEMORY
QUICK3 MEMORY
QUICK4 MEMORY
QUICK5 MEMORY
QUICK ?
Return Z3QUICK Status
Z3PS COMMAND : "*" parameter uses two ASCII characters. (see page6 J) section)
COMMAND
Z3PS

- 25 -

example
Z3PSBAS UP<CR>
Z3PSBAS DOWN<CR>
Z3PSBAS 50<CR>
Z3PSBAS ?<CR>
Z3PSTRE UP<CR>
Z3PSTRE DOWN<CR>
Z3PSTRE 50<CR>
Z3PSTRE ?<CR>
Z3SLPOFF<CR>
Z3SLP120<CR>
Z3SLP?<CR>
Z3FAVORITE1<CR>
Z3FAVORITE2<CR>
Z3FAVORITE3<CR>
Z3FAVORITE4<CR>
Z3FAVORITE1 MEMORY<CR>
Z3FAVORITE2 MEMORY<CR>
Z3FAVORITE3 MEMORY<CR>
Z3FAVORITE4 MEMORY<CR>
Z3QUICK1<CR>
Z3QUICK2<CR>
Z3QUICK3<CR>
Z3QUICK4<CR>
Z3QUICK5<CR>
Z3QUICK1 MEMORY<CR>
Z3QUICK2 MEMORY<CR>
Z3QUICK3 MEMORY<CR>
Z3QUICK4 MEMORY<CR>
Z3QUICK5 MEMORY<CR>
Z3QUICK ?<CR>

ANALOG TUNER Control


function
TUNER Frequency UP/DOWN
--- ****.** MHz at FM band (<050000 is FM.)

Return TF Status
TUNER PRESET CH UP/DOWN , direct change to No.**
** 01-56 01=CH01,56=CH56



TM

example
TFANUP<CR>
TFANDOWN<CR>
TFAN008750<CR>
(87.50MHz at FM)
TFAN?<CR>
TPANUP<CR>
TPANDOWN<CR>
TPAN01<CR>
(PRESET No.01)
TPAN?<CR>
TPANMEM<CR>
TPANMEM**<CR>

Return TP Status
TUNER PRESET MEMORY
TUNER PRESET MEMORY, Preset stored at No.**
** 01-56 01=CH01,56=CH56
AN?
Return TM Status
TMAN?<CR>
ANAUTO
---Tuning mode set to AUTO mode
TMANAUTO<CR>
ANMANUAL
---Tuning mode set to MANUAL mode
TMANMANUAL<CR>
TF, TP, TM COMMAND : '*' parameters can NOT operate when INPUT source isnt TUNER.


TP

PARAMETER
ANUP
ANDOWN
AN******
(6 digits)
AN?
ANUP
ANDOWN
AN**
(PRESET No.)
AN?
ANMEM
ANMEM**



COMMAND
TF

- 26 -

HD RADIO Control(North America model only)


example
TFHDUP<CR>
TFHDDOWN<CR>
TFHD105000<CR>
(1050.00kHz at AM)
TFHDMC2<CR>

--- ****.** kHz at AM band (>050000 is AM.)


****.** MHz at FM band (<050000 is FM.)
---HD Multi Cast CH Select
(* Multi Cast 1-8)
---Frequency and HD Multi Cast CH Select

Return TFHD Status


HD PRESET CH UP/DOWN , direct change to No.**
** 01-56 01=CH01,56=CH56


HD?
HDUP
HDDOWN
HD**
(PRESET No.)
HD?
HDMEM
HDMEM**

function
HD Channel UP/DOWN , direct change

Return TPHD Status


HD PRESET MEMORY
HD Radio PRESET MEMORY, Preset stored at No.**
** 01-56 01=CH01,56=CH56
HD RADIO BAND , MODE Select
---Band set to AM
---Band set to FM
Return TMHD Status
---Tuning mode set to AUTO-HD mode
---Tuning mode set to AUTO mode
---Tuning mode set to MANUAL mode
---Tuning mode set to ANALOG AUTO mode
---Tuning mode set to ANALOG AUTO MANUAL mode
Return TMHD Status
Return HD Status HD?
---BAND, STATION NAME, MULTI CAST CURRENT,
MULTI CAST NUMBER, SIGNAL LEVEL,
ARTIST, TITLE,ALBUM, GENRE, PROGRAM TYPE, MODE

TFHD008750MC5<CR>
(87.50kHz at FM)
TFHD?<CR>
TPHDUP<CR>
TPHDDOWN<CR>
TPHD01<CR>
(PRESET No.01)
TPHD?<CR>
TPHDMEM<CR>
TPHDMEM**<CR>



TP

PARAMETER
HDUP
HDDOWN
HD******
(6 digits)
HDMC*
(1 digit)
HD******MC*

COMMAND
TF

TM

HDAM

HD

HDFM
HD?
HDAUTOHD
HDAUTO
HDMANUAL
HDANAAUTO
HDANAMANU
HD?
?

- 27 -

TMHDAM<CR>
TMHDFM<CR>
TMHD?<CR>
TMHDAUTOHD<CR>
TMHDAUTO<CR>
TMHDMANUAL<CR>
TMHDANAAUTO<CR>
TMHDANAMANU<CR>
TMHD?<CR>
HD?<CR>

Network Audio/USB /iPod DIRECT Extended Control


PARAMETER
90
91
92
93
94
9A
9B
9C
9D
9E
9F
9G
9H
9I
9J
9K
9M

function
Cursor Up Control
Cursor Down Control
Cursor Left Control
Cursor Right Control
Enter (Play/Pause) Control
Play Control(iRadio/mServer/USB)
Play/Pause Control(iPod Direct)
Pause Control
Play/Pause Control(iPod Direct)
Stop Control
Skip Plus Control
Skip Minus Control
Manual Search Plus Control(USB/iPod)
Manual Search Plus Control(USB/iPod)
Repeat One (USB/iPod DIRECT/mServer/Spotify)
Repeat All (USB/iPod DIRECT/mServer/Spotify)
Repeat Off (USB/iPod DIRECT/mServer/Spotify)
Random On/Repeat ALL (USB/mServer/Spotify)
Shuffle Songs Control (iPod Direct Only)
Random Off (USB/mServer/Spotify)
Shuffle Off Control (iPod Direct Only)
Toggle Switch Browse Mode/Remote Mode Control
(iPod Direct Only)
Page Next Control
Page Previous Control
Manual Search STOP Control(USB/iPod)
Repeat(toggle)
(Media Server,USB,iPod Direct,Spotify,AirPlay)
Random(toggle)"
(Media Server,USB,iPod Direct,Spotify,AirPlay)

example
NS90<CR>
NS91<CR>
NS92<CR>
NS93<CR>
NS94<CR>
NS9A<CR>
NS9B<CR>
NS9C<CR>
NS9D<CR>
NS9E<CR>
NS9F<CR>
NS9G<CR>
NS9H<CR>
NS9I<CR>
NS9J<CR>
NS9K<CR>
NS9M<CR>

COMMAND
NS

9W
9X
9Y
9Z
RPT
RND

- 28 -

NS9W<CR>
NS9X<CR>
NS9Y<CR>
NS9Z<CR>
NSRPT<CR>
NSRND<CR>

(Return NSA0-NSA8,Refer to Page 39


NSE<CR>


Preset Call
** 00-55 00=CH01,55=CH56
Preset Memory, Preset stored at No.**
** 00-55 00=CH01,55=CH56
Return Preset Channel 01-56 status UTF-8

example
NSA<CR>

(Return NSE0-NSE8,Refer to Page 40


NSD0<CR>
(*:0-9,A-Z)
NSB00<CR>
NSC00<CR>



B**
(PRESET No.)
C**
(PRESET No.)
H

- 29 -




D*

function
Return Onscreen Display Information List
(ASCII CODE Character)
Request Onscreen Display Information List
(UTF-8 CODE Character)
Direct Text Search(iRadio/mServer/USB only)

PARAMETER
A



COMMAND
NS

NSH<CR>

Cursor/Enter/Setup Menu
COMMAND
MN

PARAMETER
CUP
CDN
CLT
CRT
ENT
RTN
OPT
INF
MEN ON
MEN OFF
MEN?
PRV ON
PRV OFF
PRV?
ZST ON
ZST OFF

function
Cursor Up Control
Cursor Down Control
Cursor Left Control
Cursor Right Control
Enter Control
RETURN Control
OPTION Control
INFO Control
Setup Menu ON Control
Setup Menu OFF Control
Return MNMEN(Menu) status
InstaPrevue ON Control
InstaPrevue OFF Control
Return MNPRV(InstaPrevue) status
"All Zone Stereo ON" direct Control
"All Zone Stereo OFF" direct Control

example
MNCUP<CR>
MNCDN<CR>
MNCLT<CR>
MNCRT<CR>
MNENT<CR>
MNRTN<CR>
MNOPT<CR>
MNINF<CR>
MNMEN ON<CR>
MNMEN OFF<CR>
MNMEN?<CR>
MNPRV ON<CR>
MNPRV OFF<CR>
MNPRV?<CR>
MNZST ON <CR>
MNZST OFF<CR>

TRIGGER CONTROL
COMMAND
TR

1
1
2
2
?

PARAMETER
ON
OFF
ON
OFF

function
Trigger 1 ON/OFF Control

example
TR1 ON<CR>
TR1 OFF<CR>
TR2 ON<CR>
TR2 OFF<CR>
TR?<CR>

Trigger 2 ON/OFF Control


Return TR status

- 30 -

Remote Lock/Panel Lock


COMMAND
SY

PARAMETER
REMOTE LOCK ON
REMOTE LOCK OFF
PANEL LOCK ON
PANEL+V LOCK ON
PANEL LOCK OFF

function
REMOTE CONTROL LOCK ON/OFF
PANEL BUTTON (Except MASTER VOL.)CONTROL LOCK ON
PANEL BUTTON & MASTER VOL. CONTROL LOCK ON
PANEL BUTTUM & MASTER VOL. CONTROL LOCK OFF

example
SYREMOTE LOCK ON<CR>
SYREMOTE LOCK OFF<CR>
SYPANEL LOCK ON<CR>
SYPANEL+V LOCK ON<CR>
SYPANEL LOCK OFF<CR>

function
ID Number for UPGRADE is displayed on FL Display

UGIDN<CR>

UPGRADE ID Display
COMMAND
UG

PARAMETER
IDN

- 31 -

example

EVENT(or RESPONSE) and PARAMETER list


EVENT
PW
MV

CV

PARAMETER
ON
STANDBY
**

function
POWER ON/STANDBY change
MASTER VOLUME change , **:00 to 98 by ASCII
98 = 18dB(MAX)
80 = 00dB
01 = -79dB
005 = -79.5dB
00 = ---(MIN)
CHANNEL VOLUME change , **:00,38 to 62 by ASCII
62 = +12dB(MAX)
50 = 0dB
38 = -12dB(MIN)
00 = OFF (define ONLY SWch in DIRECT mode.)

example
PWON<CR>
PWSTANDBY<CR>
MV80<CR>

FL **
CVFL 50<CR>
FR **
CVFR 50<CR>
C **
CVC 50<CR>
SW **
CVSW 50<CR>
SW2 **
CVSW2 50<CR>
SL **
CVSL 50<CR>
SR **
CVSR 50<CR>
SBL **
(at SBch 2SP)
CVSBL 50<CR>
SBR **
(at SBch 2SP)
CVSBR 50<CR>
SB **
(at SBch 1SP)
CVSB 50<CR>
FHL **
CVFHL 50<CR>
FHR **
CVFHR 50<CR>
FWL **
CVFWL 50<CR>
FWR **
CVFWR 50<CR>
MU
ON
OUTPUT MUTE ON/OFF change
MUON<CR>
OFF
MUOFF<CR>
The PARAMETER of MV, CV EVENT : Uses two or three ASCII characters. (see page6 J) section)

- 32 -

EVENT
SI

PARAMETER
PHONO
CD
HDRADIO
TUNER
DVD
BD
TV
SAT/CBL
MPLAY
GAME
AUX1
AUX2
NET
PANDORA
SIRIUSXM
SPOTIFY
FLICKR
FAVORITES
IRADIO
SERVER
USB/IPOD
USB DIRECT
IPOD DIRECT
USB
IPD
IRP
FVP

function
INPUT source change
---HD RADIO (North America model Only)
---FM TUNER(Except North America model)
---Blu-ray
---TV AUDIO
---CBL/SAT
---MEDIA PLAYER

---NETWORK
(North America model Only)
(North America model Only)
(North America & Europe model Only)

---iPod/USB

- 33 -

example
SIPHONO<CR>
SICD<CR>
SIHDRADIO<CR>
SITUNER<CR>
SIDVD<CR>
SIBD<CR>
SITV<CR>
SISAT/CBL<CR>
SIMPLAY<CR>
SIGAME<CR>
SIAUX1<CR>
SIAUX2<CR>
SINET<CR>
SIPANDORA<CR>
SISIRIUSXM<CR>
SISPOTIFY<CR>
SIFLICKR<CR>
SIFAVORITES<CR>
SIIRADIO<CR>
SISERVER<CR>
SIUSB/IPOD<CR>
SIUSB DIRECT<CR>
SIIPOD DIRECT<CR>
SIUSB<CR>
SIIPD<CR>
SIIRP<CR>
SIFVP<CR>

EVENT
ZM

SD

DC

SV

SLP

PARAMETER
ON
OFF
FAVORITE1
FAVORITE2
FAVORITE3
FAVORITE4
FAVORITE1 MEMORY
FAVORITE2 MEMORY
FAVORITE3 MEMORY
FAVORITE4 MEMORY
AUTO
HDMI
DIGITAL
ANALOG
ARC
NO
AUTO
PCM
DTS
ON
OFF
DVD
BD
TV
SAT/CBL
MPLAY
GAME
AUX1
AUX2
CD
OFF
***

function
MAIN ZONE ON/OFF change
FAVORITE STATION 1-3 MODE SELECT

FAVORITE STATION 1-3 MODE MEMORY

INPUT mode change

ARC playing
No Input
DIGITAL INPUT mode change

VIDEO SELECT mode set


VIDEO SELECT mode cancel
VIDEO SELECT mode set to ON, and select source
---Blu-ray
---TV AUDIO
---CBL/SAT
---MEDIA PLAYER

MAIN ZONE SLEEP TIMER setting change

- 34 -

example
ZMON<CR>
ZMOFF<CR>
ZMFAVORITE1<CR>
ZMFAVORITE2<CR>
ZMFAVORITE3<CR>
ZMFAVORITE4<CR>
ZMFAVORITE1 MEMORY<CR>
ZMFAVORITE2 MEMORY<CR>
ZMFAVORITE3 MEMORY<CR>
ZMFAVORITE4 MEMORY<CR>
SDAUTO<CR>
SDHDMI<CR>
SDDIGITAL<CR>
SDANALOG<CR>
SDARC<CR>
SDNO<CR>
DCAUTO<CR>
DCPCM<CR>
DCDTS<CR>
SVON<CR>
SVOFF<CR>
SVDVD<CR>
SVBD<CR>
SVTV<CR>
SVSAT/CBL<CR>
SVMPLAY<CR>
SVGAME<CR>
SVSAUX1<CR>
SVSAUX2<CR>
SVCD<CR>
SLPOFF<CR>
SLP120<CR>

EVENT
MS

PARAMETER
DIRECT
PURE DIRECT
STEREO
MULTI CH IN
M CH IN+PL2X C
M CH IN+PL2X M
M CH IN+PL2Z H
M CH IN
+DOLBY EX
MULTI CH IN 7.1
M CH IN+NEO:X C
M CH IN+NEO:X M
M CH IN+NEO:X G
DOLBY PL2 C
DOLBY PL2 M
DOLBY PL2 G
DOLBY PL2X C
DOLBY PL2X M
DOLBY PL2X G
DOLBY PL2Z H
DOLBY DIGITAL
DOLBY D EX
DOLBY D+PL2X C
DOLBY D+PL2X M
DOLBY D+PL2Z H
DOLBY D+NEO:X C
DOLBY D+NEO:X M
DOLBY D+NEO:X G

function
SURROUND mode change

example
MSDIRECT<CR>
MSPURE DIRECT<CR>
MSSTEREO<CR>
MSMULTI CH IN<CR>
MSM CH IN+PL2X C<CR>
MSM CH IN+PL2X M<CR>
MSM CH IN+PL2Z H<CR>
MSM CH IN+DOLBY EX<CR>
MSMULTI CH IN 7.1<CR>
MSM CH IN+NEO:X C<CR>
MSM CH IN+NEO:X M<CR>
MSM CH IN+NEO:X G<CR>
MSDOLBY PL2 C<CR>
MSDOLBY PL2 M<CR>
MSDOLBY PL2 G<CR>
MSDOLBY PL2X C<CR>
MSDOLBY PL2X M<CR>
MSDOLBY PL2X G<CR>
MSDOLBY PL2Z H<CR>
MSDOLBY DIGITAL<CR>
MSDOLBY D EX<CR>
MSDOLBY D+PL2X C<CR>
MSDOLBY D+PL2X M<CR>
MSDOLBY D+PL2Z H<CR>
MSDOLBY D+NEO:X C<CR>
MSDOLBY D+NEO:X M<CR>
MSDOLBY D+NEO:X G<CR>

- 35 -

EVENT
MS

PARAMETER
DTS NEO:X C
DTS NEO:X M
DTS NEO:X G
DTS SURROUND
DTS ES DSCRT6.1
DTS ES MTRX6.1
DTS+PL2X C
DTS+PL2X M
DTS+PL2Z H
DTS+NEO:X C
DTS+NEO:X M
DTS+NEO:X G
DTS96/24
DTS96 ES MTRX
MCH STEREO
ROCK ARENA
JAZZ CLUB
MONO MOVIE
MATRIX
VIDEO GAME
VIRTUAL
DOLBY D+
DOLBY D+ +EX
DOLBY D+ +PL2X C
DOLBY D+ +PL2X M
DOLBY D+ +PL2Z H
DOLBY D+ +NEO:X C
DOLBY D+ +NEO:X M
DOLBY D+ +NEO:X C

function

- 36 -

example
MSDTS NEO:X C<CR>
MSDTS NEO:X M<CR>
MSDTS NEO:X G<CR>
MSDTS SURROUND<CR>
MSDTS ES DSCRT6.1<CR>
MSDTS ES MTRX6.1<CR>
MSDTS+PL2X C<CR>
MSDTS+PL2X M<CR>
MSDTS+PL2Z H<CR>
MSDTS+NEO:X C<CR>
MSDTS+NEO:X M<CR>
MSDTS+NEO:X G<CR>
MSDTS96/24<CR>
MSDTS96 ES MTRX<CR>
MSMCH STEREO<CR>
MSROCK ARENA<CR>
MSJAZZ CLUB<CR>
MSMONO MOVIE<CR>
MSMATRIX<CR>
MSVIDEO GAME<CR>
MSVIRTUAL<CR>
MSDOLBY D+<CR>
MSDOLBY D+ +EX<CR>
MSDOLBY D+ +PL2X C<CR>
MSDOLBY D+ +PL2X M<CR>
MSDOLBY D+ +PL2Z H<CR>
MSDOLBY D+ +NEO:X C<CR>
MSDOLBY D+ +NEO:X M<CR>
MSDOLBY D+ +NEO:X G<CR>

EVENT

PARAMETER
DOLBY TRUEHD
DOLBY HD
DOLBY HD+EX
DOLBY HD+PL2X C
DOLBY HD+PL2X M
DOLBY HD+PL2Z H
DOLBY HD+NEO:X C
DOLBY HD+NEO:X M
DOLBY HD+NEO:X G
DTS HD
DTS HD MSTR
DTS HD+PL2X C
DTS HD+PL2X M
DTS HD+PL2Z H
DTS HD+NEO:X C
DTS HD+NEO:X M
DTS HD+NEO:X G
DTS ES 8CH DSCRT
DTS EXPRESS
MPEG2 AAC
AAC+DOLBY EX
AAC+PL2X C
AAC+PL2X M
AAC+PL2Z H
AAC+NEO:X C
AAC+NEO:X M
AAC+NEO:X G
ALL ZONE STEREO

function

(JAPAN
(JAPAN
(JAPAN
(JAPAN
(JAPAN
(JAPAN
(JAPAN
(JAPAN

model
model
model
model
model
model
model
model

Only)
Only)
Only)
Only)
Only)
Only)
Only)
Only)

- 37 -

example
MSDOLBY HD<CR>
MSDOLBY HD<CR>
MSDOLBY HD+EX<CR>
MSDOLBY HD+PL2X C<CR>
MSDOLBY HD+PL2X M<CR>
MSDOLBY HD+PL2Z H<CR>
MSDOLBY HD+NEO:X C<CR>
MSDOLBY HD+NEO:X M<CR>
MSDOLBY HD+NEO:X G<CR>
MSDTS HD<CR>
MSDTS HD MSTR<CR>
MSDTS HD+PL2X C<CR>
MSDTS HD+PL2X M<CR>
MSDTS HD+PL2Z H<CR>
MSDTS HD+NEO:X C<CR>
MSDTS HD+NEO:X M<CR>
MSDTS HD+NEO:X G<CR>
MSDTS ES 8CH DSCRT<CR>
MSDTS EXPRESS<CR>
MSMPEG2 AAC<CR>
MSAAC+DOLBY EX<CR>
MSAAC+PL2X C<CR>
MSAAC+PL2X M<CR
MSAAC+PL2Z H<CR>
MSAAC+NEO:X C<CR>
MSAAC+NEO:X M<CR
MSAAC+NEO:X G<CR>
MSALL ZONE STEREO<CR>

EVENT
MS

PARAMETER
QUICK1
QUICK2
QUICK3
QUICK4
QUICK5
QUICK0

function
QUICK SELECT mode change

---QUICK 1(or 2, 3, 4, 5) Change QUICK SELECT OFF

- 38 -

example
MSQUICK1<CR>
MSQUICK2<CR>
MSQUICK3<CR>
MSQUICK4<CR>
MSQUICK5<CR>
MSQUICK0<CR>

EVENT
VS

PARAMETER
ASPNRM
ASPFUL
SC48P
SC10I
SC72P
SC10P
SC10P24
SC4K
SCAUTO
SCH48P
SCH10I
SCH72P
SCH10P
SCH10P24
SCH4K
SCHAUTO
AUDIO AMP
AUDIO TV
VPMAUTO
VPMGAME
VPMMOVI

function
ASPECT setting change
NRM=4:3 , FUL=16:9
Resolution(analog) setting change

Resolution(HDMI) setting change

HDMI AUDIO Output setting change


Video Mode setting change

- 39 -

example
VSASPNRM<CR>
VSASPFUL<CR>
VSSC48P<CR>
VSSC10I<CR>
VSSC72P<CR>
VSSC10P<CR>
VSSC10P24<CR>
VSSC4K<CR>
VSSCAUTO<CR>
VSSCH48P<CR>
VSSCH10I<CR>
VSSCH72P<CR>
VSSCH10P<CR>
VSSCH10P24<CR>
VSSCH4K<CR>
VSSCHAUTO<CR>
VSAUDIO AMP<CR>
VSAUDIO TV<CR>
VSVPMAUTO<CR>
VSVPMGAME<CR>
VSVPMMOVI<CR>

EVENT
PS

PARAMETER
TONE CTRL OFF
TONE CTRL ON
CINEMA EQ.ON
CINEMA EQ.OFF
MODE:CINEMA
MODE:MUSIC
MODE:GAME
MODE:HEIGHT
LOM ON
LOM OFF
PHG LOW
PHG MID
PHG HI
MULTEQ:AUDYSSEY
MULTEQ:BYP.LR
MULTEQ:FLAT
MULTEQ:MANUAL
MULTEQ:OFF
DYNEQ ON
DYNEQ OFF
REFLEV 0
REFLEV 5
REFLEV 10
REFLEV 15
DYNVOL HEV
DYNVOL MED
DYNVOL LIT
DYNVOL OFF

function
TONE CONTROL ON/OFF change
CINEMA EQ. ON/OFF change
CINEMA / MUSIC / GAME / HEIGHT mode change

Loudness Management ON/OFF change


PL z HEIGHT GAIN change

MultEQ XT32 mode change

DYNAMIC EQ ON/OFF change


Reference Level Offset change

DYNAMIC VOLUME change

- 40 -

example
PSTONE CTRL OFF<CR>
PSTONE CTRL OFF<CR>
PSCINEMA EQ.ON<CR>
PSCINEMA EQ.OFF<CR>
PSMODE:CINEMA<CR>
PSMODE:MUSIC<CR>
PSMODE:GAME<CR>
PSMODE:HEIGHT<CR>
PSLOM ON<CR>
PSLOM OFF<CR>
PSPHG LOW<CR>
PSPHG MID<CR>
PSPHG HI<CR>
PSMULTEQ:AUDYSSEY<CR>
PSMULTEQ:BYP.LR<CR>
PSMULTEQ:FLAT<CR>
PSMULTEQ:MANUAL<CR>
PSMULTEQ:OFF<CR>
PSDYNEQ ON<CR>
PSDYNEQ OFF<CR>
PSREFLEV 0<CR>
PSREFLEV 5<CR>
PSREFLEV 10<CR>
PSREFLEV 15<CR>
PSDYNVOL HEV<CR>
PSDYNVOL MED<CR>
PSDYNVOL LIT<CR>
PSDYNVOL OFF<CR>

EVENT
PS

PARAMETER
LFC ON
LFC OFF
CNTAMT **
DSX ONHW
DSX ONH
DSX ONW
DSX OFF
STW **
STH **

function
Audyssey LFC change
Containment Amount change
Audyssey DSX change

STAGE WIDTH change


STAGE HEIGHT change

- 41 -

example
PSLFC ON<CR>
PSLFC OFF<CR>
PSCNTAMT 07<CR>
PSDSX ONHW<CR>
PSDSX ONH<CR>
PSDSX ONW<CR>
PSDSX OFF<CR>
PSSTW 50<CR>
PSSTH 50<CR>

PARAMETER
function
BAS **
BASS change
TRE **
TREBLE change
DRC AUTO
Dynamic Compression change
DRC LOW
When the input signal is Dolby TrueHD
DRC MID
DRC HI
DRC OFF
LFE **
LFE change
EFF **
EFFECT LEVEL change
DEL ***
DELAY change
PAN ON
PANORAMA ON/OFF change
PAN OFF
DIM **
DIMMENSION change
CEN **
CENTER WIDTH change
CEG **
CENTER GAIN change
SWR ON
SW ON/OFF change
SWR OFF
RSZ S
ROOM SIZE change
RSZ MS
RSZ M
RSZ ML
RSZ L
DELAY ***
AUDIO DELAY change
RSTR OFF
AUDIO RESTORER change
RSTR LOW
RSTR MED
RSTR HI
FRONT SPA
FRONT SPEAKER direct change
FRONT SPB
FRONT SPA+B
PS COMMAND : "*" parameter uses two or three ASCII characters. (see page6 J) section)
EVENT

PS

- 42 -

example
PSBAS 50<CR>
PSTRE 50<CR>
PSDRC AUTO<CR>
PSDRC LOW<CR>
PSDRC MID<CR>
PSDRC HI<CR>
PSDRC OFF<CR>
PSLFE 10<CR>
PSEFF 10<CR>
PSDEL 100<CR>
PSPAN ON<CR>
PSPAN OFF<CR>
PSDIM 06<CR>
PSCEN 07<CR>
PSCEG 10<CR>
PSSWR ON<CR>
PSSWR OFF<CR>
PSRSZ S<CR>
PSRSZ MS<CR>
PSRSZ M<CR>
PSRSZ ML<CR>
PSRSZ L<CR>
PSDELAY 200<CR>
PSRSTR OFF<CR>
PSRSTR LOW<CR>
PSRSTR MID<CR>
PSRSTR HI<CR>
PSFRONT SPA<CR>
PSFRONT SPB<CR>
PSFRONT A+B<CR>

EVENT
PV

PARAMETER
OFF
STD
MOV
VVD
STM
CTM
CN **
BR **
ST **
HUE **
DNR OFF
DNR LOW
DNR MID
DNR HI
ENH **

function
Picture Mode=OFF
Picture Mode=STANDARD
Picture Mode=MOVIE
Picture Mode=VIVID
Picture Mode=STREAM
Picture Mode=CUSTOM
CONTRAST change
BRIGHTNESS Change
Saturation change
Hue Change
DNR change

ENHANCER change

- 43 -

example
PVOFF<CR>
PVSTD<CR>
PVMOV<CR>
PVVVD<CR>
PVSTM<CR>
PVCTM<CR>
PVCN 50<CR>
PVBR 12<CR>
PVST 50<CR>
PVHUE 50<CR>
PVDNR OFF<CR>
PVDNR LOW<CR>
PVDNR MID<CR>
PVDNR HI<CR>
PVENH 12<CR>

EVENT
Z2

PARAMETER
PHONO
|
USB DIRECT
IPOD DIRECT
SOURCE
QUICK1
QUICK2
QUICK3
QUICK4
QUICK5
QUICK0
FAVORITE1
FAVORITE2
FAVORITE3
FAVORITE4
FAVORITE1
FAVORITE2
FAVORITE3
FAVORITE4
**

MEMORY
MEMORY
MEMORY
MEMORY

function
ZONE2 source change
---The name of PARAMETER is
the same as that of the time of SI COMMAND.
ZONE2 mode cancel
ZONE2 QUICK SELECT mode change

---Z2 QUICK SELECT 1(or 2, 3, 4, 5)


Change QUICK SELCT OFF
ZONE2 FAVORITE STATION 1-3 MODE SELECT

ZONE2 FAVORITE STATION 1-3 MODE MEMORY

ZONE2 VOLUME change , **:00 to 98 by ASCII


98 = 18dB(MAX)
80 = 00dB
01 = -79dB
00 = ---(MIN)
ZONE2 ON/OFF change

ON
OFF
Z2MU
ON
ZONE2 OUTPUT MUTE ON/OFF change
OFF
The PARAMETER of Z2 EVENT : Uses two ASCII characters. (see page4 J) section)

- 44 -

example
Z2PHONO<CR>
|
Z2USB DIRECT<CR>
Z2IPOD DIRECT<CR>
Z2SOURCE<CR>
Z2QUICK1<CR>
Z2QUICK2<CR>
Z2QUICK3<CR>
Z2QUICK4<CR>
Z2QUICK5<CR>
Z2QUICK0<CR>
ZMFAVORITE1<CR>
ZMFAVORITE2<CR>
ZMFAVORITE3<CR>
ZMFAVORITE4<CR>
ZMFAVORITE1 MEMORY<CR>
ZMFAVORITE2 MEMORY<CR>
ZMFAVORITE3 MEMORY<CR>
ZMFAVORITE4 MEMORY<CR>
Z280<CR>

Z2ON<CR>
Z2OFF<CR>
Z2MUON<CR>
Z2MUOFF<CR>

EVENT
Z2CS
Z2CV
Z2HPF
Z2PS

PARAMETER
ST
MONO
FL **
FR **
ON
OFF
BAS **
TRE **

function
ZONE2 Channel setting
**:38 to 62 by ASCII , 50=0dB
**:38 to 62 by ASCII , 50=0dB
ZONE2 HPF ON/OFF change
ZONE2 BASS change
ZONE2 TEBLE change

- 45 -

example
Z2CSST<CR>
Z2CSMONO<CR>
Z2CVFL 50<CR>
Z2CVFR 50<CR>
Z2HPFON<CR>
Z2HPFOFF<CR>
Z2PSBAS 50<CR>
Z2PSTRE 50<CR>

EVENT
Z3

PARAMETER
PHONO
|
USB DIRECT
IPOD DIRECT
SOURCE
QUICK1
QUICK2
QUICK3
QUICK4
QUICK5
QUICK0
FAVORITE1
FAVORITE2
FAVORITE3
FAVORITE4
FAVORITE1
FAVORITE2
FAVORITE3
FAVORITE4
**

Z3MU

ON
OFF
ON
OFF

MEMORY
MEMORY
MEMORY
MEMORY

function
ZONE3 source change
---The name of PARAMETER is
the same as that of the time of SI COMMAND.
ZONE3 mode cancel
ZONE3 QUICK SELECT mode change

---Z3 QUICK SELECT 1(or 2, 3, 4, 5)


Change QUICK SELCT OFF
ZONE3 FAVORITE STATION 1-4 MODE SELECT

ZONE3 FAVORITE STATION 1-4 MODE MEMORY

ZONE3 VOLUME change , **:00 to 98 by ASCII


98 = 18dB(MAX)
80 = 00dB
01 = -79dB
00 = ---(MIN)
ZONE3 ON/OFF change
ZONE3 OUTPUT MUTE ON/OFF change

- 46 -

example
Z3PHONO<CR>
|
Z3USB DIRECT<CR>
Z3IPOD DIRECT<CR>
Z3SOURCE<CR>
Z3QUICK1<CR>
Z3QUICK2<CR>
Z3QUICK3<CR>
Z3QUICK4<CR>
Z3QUICK5<CR>
Z3QUICK0<CR>
Z3FAVORITE1<CR>
Z3FAVORITE2<CR>
Z3FAVORITE3<CR>
Z3FAVORITE4<CR>
Z3FAVORITE1 MEMORY<CR>
Z3FAVORITE2 MEMORY<CR>
Z3FAVORITE3 MEMORY<CR>
Z3FAVORITE4 MEMORY<CR>
Z380<CR>

Z3ON<CR>
Z3OFF<CR>
Z3MUON<CR>
Z3MUOFF<CR>

EVENT
Z3CS
Z3CV
Z3HPF
Z3PS

PARAMETER
ST
MONO
FL **
FR **
ON
OFF
BAS **
TRE **

function
ZONE3 Channel setting
**:38 to 62 by ASCII , 50=0dB
**:38 to 62 by ASCII , 50=0dB
ZONE3 HPF ON/OFF change
ZONE3 BASS change
ZONE3 TEBLE change

- 47 -

example
Z3CSST<CR>
Z3CSMONO<CR>
Z3CVFL 50<CR>
Z3CVFR 50<CR>
Z3HPFON<CR>
Z3HPFOFF<CR>
Z3PSBAS 50<CR>
Z3PSTRE 50<CR>

ANALOG TUNER Control

AN**(PRESET No.)

function
TUNER Frequency change
--- ****.** kHz at AM band
****.** MHz at FM band
TUNER PRESET change to No.**
** 01-56 01=CH01,56=CH56
Change Preset Channel select OFF
TUNER PRESET MEMORY
** 01-56 01=CH01,56=CH56
---Tuning mode set to AUTO mode
---Tuning mode set to MANUAL mode

(1050.00kHz at AM)
TPAN01<CR>
(PRESET No.01)
TPANOFF<CR>
TPANMEM01<CR>



ANOFF
ANMEM**

example
TFAN105000<CR>



TP

PARAMETER
AN******
(6 digits)

EVENT
TF

TM

ANAUTO
ANMANUAL

- 48 -

TMANAUTO<CR>
TMANMANUAL<CR>

HD RADIO Control(North America model only)


EVENT

example
TPHD105000<CR>
(1050.00kHz at AM)
TFHDMC2<CR>

TPHD01<CR>
(PRESET No.01)
TPHDOFF<CR>
TPHDMEM01<CR>





TP

TF

function
--- ****.** kHz at AM band (>050000 is AM.)
****.** MHz at FM band (<050000 is FM.)
---HD Multi Cast CH change
(* Multi Cast 1-8, Analog 0)
HD**(PRESET No.) HD RADIO PRESET change to No.**
** 01-56 01=CH01,56=CH56
HDOFF
Change Preset Channel select OFF
HDMEM**
HDRADIO PRESET MEMORY
** 01-56 01=CH01,56=CH56
HD RADIO BAND , MODE change
HDAM
---Band set to AM
HDFM
---Band set to FM
HDAUTOHD
---Tuning mode set to AUTO-HD mode
HDAUTO
---Tuning mode set to AUTO mode
HDMANUAL
---Tuning mode set to MANUAL mode
HDANAAUTO
---Tuning mode set to ANALOG AUTO mode
HDANAMANU
---Tuning mode set to ANALOG AUTO MANUAL mode
ST NAME(8 digits) HD STATION NAME change
STL NAME
HD STATION LONG NAME change
(56 digits)
SIG LEV *
HD ANTENNA SIGNAL STATUS change
(1 digit)
PARAMETER
HD******
(6 digits)
HDMC*(1 digit)

TM

HD

MLT CURRCH *
(1 digit)
MLT CAST CH
(1 digits)

TMHDAM<CR>
TMHDFM<CR>
TMHDAUTOHD<CR>
TMHDAUTO<CR>
TMHDMANUAL<CR>
TMHDANAAUTO<CR>
TMHDANAMANU<CR>
HDST NAME ********<CR>
HDSTL NAME (56 digits)<CR>

HD MULTI CAST CURRENT CH change

HDSIG
HDSIG
HDSIG
HDSIG
HDSIG
HDSIG
HDSIG
HDMLT

HD MULTI CAST CH NUMBER

HDMLT CAST CH *<CR>

- 49 -

LEV 0<CR>
LEV 1<CR>
LEV 2<CR>
LEV 3<CR>
LEV 4<CR>
LEV 5<CR>
LEV 6<CR>
CURRCH *<CR>

EVENT
HD

PARAMETER
PTY(18 digits)
ARTIST(40 digits)
TITLE(40 digits)
ALBUM(40 digits)
GENRE(23 digits)
MODE

HD
HD
HD
HD
HD
HD

function
PROGRAM TYPE change
ARTIST NAME change
TITLE NAME change
ALBUM NAME change
GANRE change
MODE(ANALOG/DIGITAL)

- 50 -

example
HDPTY (18 digits)<CR>
HDARTIST (40 digits)<CR>
HDTITLE (40 digits)<CR>
HDALBUM (40 digits)<CR>
HDGENRE (23 digits)<CR>
HDMODE DIGITAL<CR>
HDMODE ANALOG<CR>

Network Audio/USB /iPod DIRECT Extended Control


EVENT

PARAMETER

NSA
0
1
2
3
4
5
6
7
8

function
Onscreen Display Information is Answered
By the NSA Command.
Display Line1 Information
Display Line3 Information
Display Line4 Information
Display Line5 Information
Display Line6 Information
Display Line7 Information
Display Line8 Information
Display Line9 Information
Display Line10 Information

- 51 -

example

NSA0**************_?????<CR>
NSA1 ************_?????<CR>
NSA2 ************_?????<CR>
NSA3 ************_?????<CR>
NSA4 ************_?????<CR>
NSA5 ************_?????<CR>
NSA6 ************_?????<CR>
NSA7**************_?????<CR>
NSA8**************_?????<CR>
*:Character Length MAX96byte
_:Null
?:Exclusion(The character after Null
should be disregarded)
:Cursor&Playable
Information Data(1Byte)
Bit1:Playable Music
Bit2:Directory
Bit4:CURSOR SELECT=1
Bit7:Picture
Bit3,5,6,8:Don't Care
NSA0Now Playing USB_????<CR>
NSA1 Come Away With Me_???<CR>
NSA2 Norah Jones_?????????<CR>
NSA3 _????????????????????<CR>
NSA4 _????????????????????<CR>
NSA5 00:11
100%_???????<CR>
NSA6 _????????????????????<CR>
NSA7_????????????????????<CR>
NSA8_????????????????????<CR>

EVENT

PARAMETER

NSE
0
1
2
3
4
5
6
7
8

function
Onscreen Display Information(mServer/iRadio) is
Answered By the NSE Command.
Display Line1 Information
Display Line3 Information
Display Line4 Information
Display Line5 Information
Display Line6 Information
Display Line7 Information
Display Line8 Information
Display Line9 Information
Display Line10 Information

- 52 -

example

NSE0**************_?????<CR>
NSE1 ************_?????<CR>
NSE2 ************_?????<CR>
NSE3 ************_?????<CR>
NSE4 ************_?????<CR>
NSE5 ************_?????<CR>
NSE6 ************_?????<CR>
NSE7**************_?????<CR>
NSE8**************_?????<CR>
*:UTF-8 CODE Character(MAX96byte)
_:Null
?: Don't Care (The character after Null
should be disregarded)
:Cursor&Playable
Information Data(1Byte)
Bit1:Playable Music =1
Bit2:Directory
Bit4:CURSOR SELECT=1
Bit7:Picture
Bit3,5,6,8:Don't Care
************_?????:96byte Fixed
<example>
NSE0Now Playing USB_????<CR>
NSE1 Come Away With Me_???<CR>
NSE2 Norah Jones_?????????<CR>
NSE3 _????????????????????<CR>
NSE4 _????????????????????<CR>
NSE5 00:11
100%_???????<CR>
NSE6 _????????????????????<CR>
NSE7_????????????????????<CR>
NSE8_????????????????????<CR>

Preset Call
** 00-55 00=CH01,55=CH56
Preset Memory, Preset stored at No.**
** 00-55 00=CH01,55=CH56
Return Preset Channel CH1-CH56 status UTF-8
** 00-55 00=CH01,55=CH56

NSB00<CR>

NSC00<CR>

- 53 -

B**
(PRESET No.)
C**
(PRESET No.)
H

example

NS

function

PARAMETER

COMMAND

NSH00**********(20
NSH01**********(20
|
NSH54**********(20
NSH55**********(20

digits)<CR>
digits)<CR>
digits)<CR>
digits)<CR>

Cursor/Enter/Setup Menu
COMMAND
MN

PARAMETER
MEN ON
MEN OFF
PRV ON
PRV OFF
ZST ON
ZST OFF

function
Setup Menu ON Control
Setup Menu OFF Control
InstaPrevue ON Control
InstaPrevue OFF Control
All Zone Stereo ON Control
All Zone Stereo OFF Control

MNMEN
MNMEN
MNPRV
MNPRV
MNZST
MNZST

example
ON<CR>
OFF<CR>
ON<CR>
OFF<CR>
ON<CR>
OFF<CR>

TRIGGER CONTROL
EVENT
TR

1
1
2
2

PARAMETER
ON
OFF
ON
OFF

function
Trigger
Trigger
Trigger
Trigger

1
1
2
2

ON
OFF
ON
OFF

example
TR1
TR1
TR2
TR2

ON<CR>
OFF<CR>
ON<CR>
OFF<CR>

Remote Lock/Panel Lock


EVENT
SY

PARAMETER
REMOTE LOCK ON
REMOTE LOCK OFF
PANEL LOCK ON
PANEL+V LOCK ON
PANEL LOCK OFF

function
REMOTE CONTROL LOCK ON/OFF
PANEL BUTTON(Except MASTER VOL.)CONTROL LOCK ON
PANEL BUTTON & MASTER VOL. CONTROL LOCK ON
PANEL BUTTUM & MASTER VOL. CONTROL LOCK OFF

example
SYREMOTE LOCK ON<CR>
SYREMOTE LOCK OFF<CR>
SYPANEL LOCK ON<CR>
SYPANEL+V LOCK ON<CR>
SYPANEL LOCK OFF<CR>

UPGRADE ID Display
COMMAND
UG

PARAMETER
IDN ************
IDN NG

function
ID Number for UPGRADE is displayed on FL Display
************:12-digit ID Number
Cant get ID number from DPMS
- 54 -

example
UGIDN ************<CR>
UGIDN NG<CR>

Extension COMMAND
The RC code can be sent from Serial protocol commands

Protocol specification
Command structure: COMMAND + RC FORMAT + RC DATA + CR (0x0D)
COMMAND : ASCII CODE of 2 characters
Ex.
RC : RC CODE
RC FORMAT : ASCII CODE of 3 characters
Ex.
KSK : KASEIKYO FORMAT
SHP : SHARP FORMAT

RC DATA : ASCII CODE of 7 characters


For details of the RC CODE , please refer to the IR remote control code list.
KASEIKYO FORMAT

SHARP FORMAT

- 55 -

The example of a command

* <CR> is the meaning of 0x0D.


RCKSK0410002<CR> : All Power ON by using KASEIKYO FORMAT

RCSHP0230033<CR> : All Power ON by using SHARP FORMAT

- 56 -

You might also like