Panasonic PT-D12K Instruction Manual

Panasonic Projector RS-232C Control Specifications
PT-DZ12000/D12000
Using the Serial Terminals

1. Basic Format

Transmission from the computer begins with STX, then the ID, command, parameter, and ETX are sent in
this order. Add parameters according to the details of control.
Start
(STX)
1 byte 4 bytes 1 byte 3 bytes 1 byte
Basic control command (with parameters)
Start
(STX)
1 byte 4 bytes 1 byte 3 bytes 1 byte Undefined
Basic control command (with subcommand; numeric specification)
Start
(STX)
1 byte 4 bytes 1 byte 3 bytes 1 byte
Subcommand Operation Sign Parameters End
ID Separator
(semicolon)
ID Separator
(semicolon)
ID Separator
(semicolon)
Command End
Command Separator
Command Separator
(ETX)
Parameters End
(colon)
length
(colon)
(ETX)
1 byte
(ETX)
5 bytes 1 byte 1 byte 5 bytes 1 byte
Operation
Specifies method of processing the value specified by parameters.
Code Description of processing
= Sets the value specified by parameters.
_ (underbar) Adds the value specified by parameters to the current value.
Sign
Specifies positive or negative of the value specified by parameters.
Code Description
+ The value specified by parameters is a positive number (including 0).
- The value specified by parameters is a negative number.
Parameters
Sets the setting or the adjustment value without zero suppression by the right justification of five
digits. For example, set as "00001" when a setting value is 1.
2/91
Basic control command (with subcommand; character-string specification)
Start
(STX)
ID Separator
Command Separator
(semicolon)
(colon)
1 byte 4 bytes 1 byte 3 bytes 1 byte
Subcommand = Parameters End
(ETX)
5 bytes 1 byte Variable-length 1 byte
Parameters
The maximum length and the character that can be set vary depending on the kind of the
subcommand. Moreover, the end of the character string is not NULL (00h) but ETX (03h).
ID of the basic control command
ID 4 bytes
String
ALL ADZZ ID23 AD23 ID46 AD46 Group E AD0E ID1 AD01 ID24 AD24 ID47 AD47 Group F AD0F ID2 AD02 ID25 AD25 ID48 AD48 Group G AD0G ID3 AD03 ID26 AD26 ID49 AD49 Group H AD0H ID4 AD04 ID27 AD27 ID50 AD50 Group I AD0I ID5 AD05 ID28 AD28 ID51 AD51 Group J AD0J ID6 AD06 ID29 AD29 ID52 AD52 Group K AD0K ID7 AD07 ID30 AD30 ID53 AD53 Group L AD0L ID8 AD08 ID31 AD31 ID54 AD54 Group M AD0M ID9 AD09 ID32 AD32 ID55 AD55 Group N AD0N ID10 AD10 ID33 AD33 ID56 AD56 Group O AD0O ID11 AD11 ID34 AD34 ID57 AD57 Group P AD0P ID12 AD12 ID35 AD35 ID58 AD58 Group Q AD0Q ID13 AD13 ID36 AD36 ID59 AD59 Group R AD0R ID14 AD14 ID37 AD37 ID60 AD60 Group S AD0S ID15 AD15 ID38 AD38 ID61 AD61 Group T AD0T ID16 AD16 ID39 AD39 ID62 AD62 Group U AD0U ID17 AD17 ID40 AD40 ID63 AD63 Group V AD0V ID18 AD18 ID41 AD41 ID64 AD64 Group W AD0W ID19 AD19 ID42 AD42 Group A AD0A Group X AD0X ID20 AD20 ID43 AD43 Group B AD0B Group Y AD0Y ID21 AD21 ID44 AD44 Group C AD0C Group Z AD0Z ID22 AD22 ID45 AD45 Group D AD0D
ID 4 bytes
String
ID 4 bytes
String
ID 4 bytes
String
3/91
Response (Callback) of the basic control command
In the period when commands can be accepted
Differs according to each command.
In the period when commands cannot be accepted
Hexadecimal 02h 45h 52h 34h 30h 31h 03h
Character E R 4 0 1
In case of the parameter error
Hexadecimal 02h 45h 52h 34h 30h 32h 03h
Character E R 4 0 2
Notes when two or more projectors are used
•Make the communication conditions the same between output/input. IN and OUT can be
independently set respectively. (When you set RS-422 OUT of the first projector to 38 400 bps, set
RS-422 IN of the second projector to 38 400 bps.)
•Make only one to RESPONSE(ID ALL) ON, and make all of the remainder to RESPONSE(ID ALL)
OFF.
•Set ID number different in each projector.
•I/O to RS-422 OUT is not done during MAIN POWER OFF. Turn on MAIN POWER of all projectors.
•Make only one of the each group to RESPONSE(ID GROUP) ON, and make the remainder to
RESPONSE(ID GROUP) OFF.
Attention:
•No command may be sent or received for 10 to 60 seconds after the lamp starts lighting. Try sending
any command after that period has elapsed.
•When sending several commands, be sure to wait for a response from the projector, and send the next
command after 0.5 seconds or more pass.
•It might take time by the time the response returns because the command is processed in the
projector. Set the time-out to ten seconds or more.
4/91
Notes:
•This projector will respond to the computer only in the following cases:
If the sent ID coincides with the projector ID,
RESPONSE(ID ALL) in RS-232C settings of this projector is ON and the sent ID is ALL, or
If Group (A-Z) of the sent ID coincides with RS-232C settings of this projector and RESPONSE(ID
GROUP) in RS-232C settings of this projector is OFF.
•When the command is received during STNDBY, this projector returns the receiving command as it is
as a response (callback) if it is in the period when the concerned command cannot be accepted.
•Each setting/query command concerning P IN P controls operation for information on the user being
set currently by the P IN P setting. Therefore, ER401 is returned as a response (callback) when the P
IN P setting is OFF.
5/91

2. Basic Control Command

Explanatory notes
: Yes (Enable) ×: No (Disable) : Case by case (Refer to the note.)

2.1. Power ON (Lamp ON)

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 50h 4Fh 4Eh 03h
Character A D Z Z ; P O N
Response (Callback)
In the period when the command can be accepted (This command in power-on condition is included)
Hexadecimal 02h 50h 4Fh 4Eh 03h
Character P O N
Acceptability
SECURITY STANDBY NO SIGNAL
Notes:
• When you confirm whether to have succeeded in power-on, confirm it by QPW (query power condition) command after receiving the callback of PON command.
• When REMOTE2 is effective, ER401 is returned as a response (callback).

2.2. Power OFF (Standby)

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 50h 4Fh 46h 03h
Character A D Z Z ; P O F
Response (Callback)
In the period when the command can be accepted (This command in power-off condition is included)
Hexadecimal 02h 50h 4Fh 46h 03h
Character P O F
Acceptability
SECURITY STANDBY NO SIGNAL
Notes:
• When you confirm whether to have succeeded in power-off, confirm it by QPW (Query Power) command after receiving the callback of POF command.
• When REMOTE2 is effective, ER401 is returned as a response (callback).

2.3. AUTO SETUP

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 41h 53h 03h
Character A D Z Z ; O A S
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 41h 53h 03h
Character O A S
Acceptability
SECURITY STANDBY NO SIGNAL
× × × × ×
Note:
• This command is acceptable only when RGB1 or RGB2 is selected and RGB PC signals are input. In other cases, ER401 is returned.
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
6/91

2.4. SHUTTER

Hexadecimal 02h 41h 44h 5Ah
Character A D Z Z ; O S H : *2
Parameters (*1, *2)
Shutter OFF Shutter ON Hexadecimal 30h 31h
Character 0 1
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 53h 48h 3Ah *1 03h
Character O S H : *2
Acceptability
SECURITY STANDBY NO SIGNAL
×
Note:
• The setting by REMOTE2 is given to priority. When a command different from the setting of REMOTE2 is sent, ER402 is returned.

2.5. Freeze

Hexadecimal 02h 41h 44h 5Ah
Character A D Z Z ; O F Z : *2
Parameters (*1, *2)
OFF ON Hexadecimal 30h 31h
Character 0 1
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 46h 5Ah 3Ah *1 03h
Character O F Z : *2
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× × × ×

2.6. Input Change

Hexadecimal 02h 41h
Character A D Z Z ; I I S : *2 *4 *6
Parameters (*1, *2, *3, *4, *5, *6)
RGB1 RGB2 Hexadecimal 52h 47h 31h 52h 47h 32h
Character R G 1 R G 2 VIDEO S-VIDEO Hexadecimal 56h 49h 44h 53h 56h 44h
Character V I D S V D DVI AUX Hexadecimal 44h 56h 49h 41h 55h 58h
Character D V I
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 49h 49h 53h 3Ah *1 *3 *5 03h
Character I I S : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
×
Notes:
• REMOTE2 is given to priority. Calls back ER402 if the input select of REMOTE2 is available.
• When AUX is specified for the parameter with incompatible input module installed in the slot, ER401 is returned.
• When AUX is specified for the parameter with no input module installed in the slot, ER402 is returned.
5Ah 3Bh 4Fh 53h 48h 3Ah *1 03h
SHUTTER FREEZE TEST PATTERN REMOTE2
5Ah 3Bh 4Fh 46h 5Ah 3Ah *1 03h
44h 5Ah 5Ah 3Bh 49h 49h 53h 3Ah *1 *3 *5 03h
SHUTTER FREEZE TEST PATTERN REMOTE2
7/91

2.7. TEST PATTERN

Hexadecimal 02h 41h 44h 5Ah
Character A D Z Z ; O T S : *2 *4
Parameters (*1, *2, *3, *4)
OFF White
Hexadecimal 30h 30h 30h 31h 30h 32h 30h 33h 30h 34h
Character 0 0 0 1 0 2 0 3 0 4
Window Reversed
Hexadecimal 30h 35h 30h 36h 30h 37h 30h 38h 31h 30h
Character 0 5 0 6 0 7 0 8 1 0
Ramp White Red Green Blue
Hexadecimal 31h 31h 32h 31h 32h 32h 32 33 32h 34h
Character 1 1 2 1 2 2 2 3 2 4
10% brightness
Hexadecimal 32h 35h 32h 36h 32h 38h 32h 39h 33h 30h
Character 2 5 2 6 2 8 2 9 3 0
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 54h 53h 3Ah *1 *3 03h
Character O T S : *2 *4
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
×

2.8. ON SCREEN

Hexadecimal 02h 41h 44h 5Ah
Character A D Z Z ; O O S : *2
Parameters (*1, *2)
Shutter OFF Shutter ON Hexadecimal 30h 31h
Character 0 1
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 4Fh 53h 3Ah *1 03h
Character O O S : *2
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× × ×
Note:
• When the display setting of SECURITY is not OFF, ER401 is returned.

2.9. MENU key

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 4Dh 4Eh 03h
Character A D Z Z ; O M N
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 4Dh 4Eh 03h
Character O M N
Acceptability
SECURITY STANDBY NO SIGNAL
× ×

2.10. ENTER key

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 45h 4Eh 03h
Character A D Z Z ; O E N
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 45h 4Eh 03h
Character O E N
Acceptability
SECURITY STANDBY NO SIGNAL
× ×
(White)
5Ah 3Bh 4Fh 54h 53h 3Ah *1 *3 03h
window
5% brightness
(White)
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
Black
Focus Colorbar Gray 1 (20%
Cyan Magenta Yellow
5Ah 3Bh 4Fh 4Fh 53h 3Ah *1 03h
Flag
Reversed flag
brightness)
8/91

2.11. Up () key

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 43h 55h 03h
Character A D Z Z ; O C U
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 43h 55h 03h
Character O C U
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× ×

2.12. Down () key

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 43h 44h 03h
Character A D Z Z ; O C D
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 43h 44h 03h
Character O C D
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× ×

2.13. Left () key

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 43h 4Ch 03h
Character A D Z Z ; O C L
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 43h 4Ch 03h
Character O C L
Acceptability
SECURITY STANDBY NO SIGNAL
× ×

2.14. Right () key

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 43h 52h 03h
Character A D Z Z ; O C R
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 43h 52h 03h
Character O C R
Acceptability
SECURITY STANDBY NO SIGNAL
× ×

2.15. DEFAULT key

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 53h 54h 03h
Character A D Z Z ; O S T
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 53h 54h 03h
Character O S T
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
9/91

2.16. FUNC1 key

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 46h 43h 31h 03h
Character A D Z Z ; F C 1
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 46h 43h 31h 03h
Character F C 1
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× ×
Note:
• The acceptability conforms to the function allocated in FUNC1.

2.17. SYSTEM SELECTOR

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 53h 4Ch 03h
Character A D Z Z ; O S L
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 53h 4Ch 03h
Character O S L
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× ×
Note:
• When the input signal is not switchable, ER401 is returned.

2.18. ASPECT key

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 56h 53h 31h 03h
Character A D Z Z ; V S 1
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 53h 31h 03h
Character V S 1
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×

2.19. Numeric key

Hexadecimal 02h 41h 44h 5Ah
Character A D Z Z ; O N K : *2
Parameters (*1, *2)
0 key 1 key 2 key 3 key 4 key 5 key 6 key 7 key 8 key 9 key Hexadecimal 30h 31h 32h 33h 34h 35h 36h 37h 38h 39h
Character 0 1 2 3 4 5 6 7 8 9
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 4Eh 4Bh 3Ah *1 03h
Character O N K : *2
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×
SHUTTER FREEZE TEST PATTERN REMOTE2
5Ah 3Bh 4Fh 4Eh 4Bh 3Ah *1 03h
SHUTTER FREEZE TEST PATTERN REMOTE2
10/91

2.20. LAMP SELECT

Hexadecimal 02h 41h 44h 5Ah
Character A D Z Z ; L P M : *2 *4
Parameters (*1, *2, *3, *4)
QUAD L1/L4 L2/L3 DUAL L1/L2/L3 Hexadecimal 30h 30h 30h 31h 30h 32h 33h 33h 30h 34h
Character 0 0 0 1 0 2 0 3 0 4 L1/L2/L4 L1/L3/L4 L2/L3/L4 TRIPLE L1 Hexadecimal 30h 35h 30h 36h 30h 37h 30h 38h 30h 39h
Character 0 5 0 6 0 7 0 8 0 9 L2 L3 L4 SINGLE Hexadecimal 31h 30h 31h 31h 31h 32h 31h 33h
Character 1 0 1 1 1 2 1 3
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Ch 50h 4Dh 3Ah *1 *3 03h
Character L P M : *2 *4
Acceptability
SECURITY STANDBY NO SIGNAL
× ×
Note:
• During the lamp change processing, ER401 is returned.

2.21. INSTALLATION

Hexadecimal 02h 41h 44h 5Ah
Character A D Z Z ; O I L : *2
Parameters (*1, *2)
FRONT-FLOOR REAR-FLOOR FRONT-CEILING REAR-CEILING Hexadecimal 30h 31h 32h 33h
Character 0 1 2 3
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 49h 4Ch 3Ah *1 03h
Character O I L : *2
Acceptability
SECURITY STANDBY NO SIGNAL
× ×

2.22. FUNC1

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 46h 43h 3Ah
Character A D Z Z ; O F C :
Hexadecimal *1 *3 03h
Character *2 *4
Parameters (*1, *2, *3, *4)
P IN P SUB MEMORY SYSTEM SELECTOR
Hexadecimal 30h 32h 34h
Character 0 2 4
SYSTEM DAYLIGHT
Hexadecimal 35h 36h 2Dh 31h
Character 5 6 - 1
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 46h 43h 3Ah *1 *3 03h
Character O F C : *2 *4
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
×
Note:
• Parameters *3 and *4 are specified only in case of two digits.
5Ah 3Bh 4Ch 50h 4Dh 3Ah *1 *3 03h
SHUTTER FREEZE TEST PATTERN REMOTE2
5Ah 3Bh 4Fh 49h 4Ch 3Ah *1 03h
SHUTTER FREEZE TEST PATTERN REMOTE2
FREEZE DISABLE
VIEW
11/91

2.23. SUB MEMORY CHANGE

Hexadecimal 02h
Character A D Z Z ; O C S :
Hexadecimal *1 *3 03h
Character *2 *4
41h 44h 5Ah 5Ah 3Bh 4Fh 43h 53h 3Ah
Parameters (*1, *2, *3, *4)
*nn of submemory number (mm-nn)
01 02 03 04
Hexadecimal 30h 31h 30h 32h 30h 33h 30h 34h
Character 0 1 0 2 0 3 0 4
93 94 95 96
Hexadecimal 39h 33h 39h 34h 39h 35h 39h 36h
Character 9 3 9 4 9 5 9 6
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 43h 53h 3Ah *1 *3 03h
Character O C S : *2 *4
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× × × ×

2.24. SUB MEMORY CHANGE (Enhanced)

Hexadecimal 02h
Character A D Z Z ; O C S :
Hexadecimal *1 *3 2Dh *5 *7 03h
Character *2 *4 - *6 *8
41h 44h 5Ah 5Ah 3Bh 4Fh 43h 53h 3Ah
Parameters
mm of submemory number (mm-nn) (*1,*2,*3,*4)
01 02 03 04
Hexadecimal 30h 31h 30h 32h 30h 33h 30h 34h
Character 0 1 0 2 0 3 0 4
92 93 94 95
Hexadecimal 39h 32h 39h 33h 39h 34h 39h 35h
Character 9 2 9 3 9 4 9 5
nn of submemory number (mm-nn) (*5, *6, *7, *8)
01 02 03 04
Hexadecimal 30h 31h 30h 32h 30h 33h 30h 34h
Character 0 1 0 2 0 3 0 4
93 94 95 96
Hexadecimal 39h 33h 39h 34h 39h 35h 39h 36h
Character 9 3 9 4 9 5 9 6
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 43h 53h 3Ah *1 *3 2Dh *5 *7 03h
Character O C S : *2 *4 - *6 *8
Acceptability
SECURITY STANDBY NO SIGNAL
× × × ×

2.25. SUB MEMORY STORE

Hexadecimal 02h
Character A D Z Z ; O E S
41h 44h 5Ah 5Ah 3Bh 4Fh 45h 53h 03h
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 45h 53h 03h
Character O E S
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× × × ×
SHUTTER FREEZE TEST PATTERN REMOTE2
12/91

2.26. SUB MEMORY DELETE

Hexadecimal 02h
Character A D Z Z ; O D S :
Hexadecimal *1 *3 2Dh *5 *7 03h
Character *2 *4 - *6 *8
Parameters (*1, *2, *3, *4, *5, *6)
mm of submemory number (mm-nn) (*1,*2)
01 02 03 04
Hexadecimal 30h 31h 30h 32h 30h 33h 30h 34h
Character 0 1 0 2 0 3 0 4
92 93 94 95
Hexadecimal 39h 32h 39h 33h 39h 34h 39h 35h
Character 9 2 9 3 9 4 9 5
nn of submemory number (mm-nn) (*3,*4)
01 02 03 04
Hexadecimal 30h 31h 30h 32h 30h 33h 30h 34h
Character 0 1 0 2 0 3 0 4
93 94 95 96
Hexadecimal 39h 33h 39h 34h 39h 35h 39h 36h
Character 9 3 9 4 9 5 9 6
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 44h 53h 3Ah *1 *3 2Dh *5 *7 03h
Character O D S : *2 *4 - *6 *8
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× × ×

2.27. PICTURE MODE

Hexadecimal 02h
Character A D Z Z ; V P M :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
Parameters (*1, *2, *3, *4, *5, *6)
DYNAMIC GRAPHIC USER Hexadecimal 44h 59h 4Eh 47h 52h 41h 55h 53h 52h
Character D Y N G R A U S R STANDARD CINEMA NATURAL Hexadecimal 53h 54h 44h 43h 49h 4Eh 4Eh 41h 54h
Character S T D C I N N A T
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 50h 4Dh 3Ah *1 *3 *5 03h
Character V P M : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× × ×
41h 44h 5Ah 5Ah 3Bh 4Fh 44h 53h 3Ah
41h 44h 5Ah 5Ah 3Bh 56h 50h 4Dh 3Ah
13/91

2.28. COLOR

Hexadecimal 02h
Character A D Z Z ; V C O :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
Parameters (*1, *2, *3, *4, *5, *6)
-50 -49 -48 Hexadecimal 30h 30h 30h 30h 30h 31h 30h 30h 32h
Character 0 0 0 0 0 1 0 0 2 48 49 50 Hexadecimal 30h 39h 38h 30h 39h 39h 31h 30h 30h
Character 0 9 8 0 9 9 1 0 0
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 43h 4Fh 3Ah *1 *3 *5 03h
Character V C O : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × × ×
Note:
• It is displayed in the menu by the value in which 50 is subtracted from the specified value.

2.29. TINT

Hexadecimal 02h
Character A D Z Z ; V T N :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
Parameters (*1, *2, *3, *4, *5, *6)
-31 -30 -29 Hexadecimal 30h 30h 30h 30h 30h 31h 30h 30h 32h
Character 0 0 0 0 0 1 0 0 2 29 30 31 Hexadecimal 30h 36h 30h 30h 36h 31h 30h 36h 32h
Character 0 6 0 0 6 1 0 6 2
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 54h 4Eh 3Ah *1 *3 *5 03h
Character V T N : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × × ×
Note:
• It is displayed in the menu by the value in which 31 is subtracted from the specified value.

2.30. COLOR TEMP.

Hexadecimal 02h
Character A D Z Z ; O T E :
Hexadecimal *1 *3 03h
Character *2 *4
Parameters (*1, *2, *3, *4)
LOW MIDDLE HIGH USER1 USER2 DEFAULT
Hexadecimal 30h 31h 32h 34h 39h 31h 30h
Character 0 1 2 4 9 1 0
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 54h 45h 3Ah *1 *3 03h
Character O T E : *2 *4
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×
Note:
• If you specify parameters other than USER1 when COLOR MATCHING is not OFF, ER402 is returned.
41h 44h 5Ah 5Ah 3Bh 56h 43h 4Fh 3Ah
SHUTTER FREEZE TEST PATTERN REMOTE2
41h 44h 5Ah 5Ah 3Bh 56h 54h 4Eh 3Ah
SHUTTER FREEZE TEST PATTERN REMOTE2
41h 44h 5Ah 5Ah 3Bh 4Fh 54h 45h 3Ah
SHUTTER FREEZE TEST PATTERN REMOTE2
14/91

2.31. WHITE BALANCE LOW - R

Hexadecimal 02h
Character A D Z Z ; V O R :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
Parameters (*1, *2, *3, *4, *5, *6)
-127 -126 -125 Hexadecimal 30h 30h 31h 30h 30h 32h 30h 30h 33h
Character 0 0 1 0 0 2 0 0 3 125 126 127 Hexadecimal 32h 35h 33h 32h 35h 34h 32h 35h 35h
Character 2 5 3 2 5 4 2 5 5
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 4Fh 52h 3Ah *1 *3 *5 03h
Character V O R : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×
Notes:
• When a parameter other than USER1 or USER2 is specified for COLOR TEMP., ER401 is returned.
• It is displayed in the menu by the value in which 128 is subtracted from the specified value.

2.32. WHITE BALANCE LOW - G

Hexadecimal 02h
Character A D Z Z ; V O G :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
Parameters (*1,*2,*3,*4,*5,*6)
-127 -126 -125 Hexadecimal 30h 30h 31h 30h 30h 32h 30h 30h 33h
Character 0 0 1 0 0 2 0 0 3 125 126 127 Hexadecimal 32h 35h 33h 32h 35h 34h 32h 35h 35h
Character 2 5 3 2 5 4 2 5 5
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 4Fh 47h 3Ah *1 *3 *5 03h
Character V O G : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× × ×
Notes:
•When a parameter other than USER1 or USER2 is specified for COLOR TEMP., ER401 is returned.
• It is displayed in the menu by the value in which 128 is subtracted from the specified value.
41h 44h 5Ah 5Ah 3Bh 56h 4Fh 52h 3Ah
SHUTTER FREEZE TEST PATTERN REMOTE2
41h 44h 5Ah 5Ah 3Bh 56h 4Fh 47h 3Ah
15/91

2.33. WHITE BALANCE LOW - B

Hexadecimal 02h
Character A D Z Z ; V O B :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
41h 44h 5Ah 5Ah 3Bh 56h 4Fh 42h 3Ah
Parameters (*1, *2, *3, *4, *5, *6)
-127 -126 -125 Hexadecimal 30h 30h 31h 30h 30h 32h 30h 30h 33h
Character 0 0 1 0 0 2 0 0 3 125 126 127 Hexadecimal 32h 35h 33h 32h 35h 34h 32h 35h 35h
Character 2 5 3 2 5 4 2 5 5
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 4Fh 42h 3Ah *1 *3 *5 03h
Character V O B : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×
Notes:
• When a parameter other than USER1 or USER2 is specified for COLOR TEMP., ER401 is returned.
• It is displayed in the menu by the value in which 128 is subtracted from the specified value.

2.34. WHITE BALANCE HIGH - R

Hexadecimal 02h
Character A D Z Z ; V H R :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
41h 44h 5Ah 5Ah 3Bh 56h 48h 52h 3Ah
Parameters (*1, *2, *3, *4, *5, *6)
0 1 2 Hexadecimal 30h 30h 30h 30h 30h 31h 30h 30h 32h
Character 0 0 0 0 0 1 0 0 2 253 254 255 Hexadecimal 32h 35h 33h 32h 35h 34h 32h 35h 35h
Character 2 5 3 2 5 4 2 5 5
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 48h 52h 3Ah *1 *3 *5 03h
Character V H R : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× × ×
Note:
• When a parameter other than USER1 or USER2 is specified for COLOR TEMP., ER401 is returned.

2.35. WHITE BALANCE HIGH - G

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 56h 48h 47h 3Ah
Character A D Z Z ; V H G :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
Parameters (*1, *2, *3, *4, *5, *6)
0 1 2 Hexadecimal 30h 30h 30h 30h 30h 31h 30h 30h 32h
Character 0 0 0 0 0 1 0 0 2 253 254 255 Hexadecimal 32h 35h 33h 32h 35h 34h 32h 35h 35h
Character 2 5 3 2 5 4 2 5 5
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 48h 47h 3Ah *1 *3 *5 03h
Character V H G : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×
Note:
• When a parameter other than USER1 or USER2 is specified for COLOR TEMP., ER401 is returned.
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
16/91

2.36. WHITE BALANCE HIGH - B

Hexadecimal 02h
Character A D Z Z ; V H B :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
41h 44h 5Ah 5Ah 3Bh 56h 48h 42h 3Ah
Parameters (*1, *2, *3, *4, *5, *6)
0 1 2 Hexadecimal 30h 30h 30h 30h 30h 31h 30h 30h 32h
Character 0 0 0 0 0 1 0 0 2 253 254 255 Hexadecimal 32h 35h 33h 32h 35h 34h 32h 35h 35h
Character 2 5 3 2 5 4 2 5 5
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 48h 42h 3Ah *1 *3 *5 03h
Character V H B : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×
Note:
• When a parameter other than USER1 or USER2 is specified for COLOR TEMP., ER401 is returned.

2.37. CONTRAST

Hexadecimal 02h
Character A D Z Z ; V C N :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
41h 44h 5Ah 5Ah 3Bh 56h 43h 4Eh 3Ah
Parameters (*1, *2, *3, *4, *5, *6)
-31 -30 -29 Hexadecimal 30h 30h 31h 30h 30h 32h 30h 30h 33h
Character 0 0 1 0 0 2 0 0 3 29 30 31 Hexadecimal 30h 36h 31h 30h 36h 32h 30h 36h 33h
Character 0 6 1 0 6 2 0 6 3
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 43h 4Eh 3Ah *1 *3 *5 03h
Character V C N : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × × ×
Note:
• It is displayed in the menu by the value in which 32 is subtracted from the specified value.

2.38. BRIGHTNESS

Hexadecimal 02h
Character A D Z Z ; V B R :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
41h 44h 5Ah 5Ah 3Bh 56h 42h 52h 3Ah
Parameters (*1, *2, *3, *4, *5, *6)
-31 -30 -29 Hexadecimal 30h 30h 31h 30h 30h 31h 30h 30h 33h
Character 0 0 1 0 0 2 0 0 3 29 30 31 Hexadecimal 30h 36h 30h 30h 36h 31h 30h 36h 32h
Character 0 6 1 0 6 2 0 6 3
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 42h 52h 3Ah *1 *3 *5 03h
Character V B R : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × × ×
Note:
• It is displayed in the menu by the value in which 32 is subtracted from the specified value.
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
17/91

2.39. SYSTEM DAYLIGHT VIEW

Hexadecimal 02h 41h 44h 5Ah
Character A D Z Z ; V X X :
Hexadecimal 44h 4Ch 56h 49h 30h 3Dh 2Bh
Character D L V I 0 = + *2 *4 *6
Hexadecimal *7 *9 03h
Character *8 *10
Parameters (*1, *2, *3, *4, *5, *6, *7, *8, *9, *10)
OFF 1 Hexadecimal 30h 30h 30h 30h 30h 30h 30h 30h 30h 31h
Character 0 0 0 0 0 0 0 0 0 1
2 3 Hexadecimal 30h 30h 30h 30h 32h 30h 30h 30h 30h 33h
Character 0 0 0 0 2 0 0 0 0 3
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 58h 58h 3Ah
Character V X X : D L V I 0
Hexadecimal 3Dh 2Bh *1 *3 *5 *7 *9 03h
Character = + *2 *4 *6 *8 *10
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×

2.40. SHARPNESS

Hexadecimal 02h
Character A D Z Z ; V S R :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
Parameters (*1, *2, *3, *4, *5, *6)
0 1 2 Hexadecimal 30h 30h 30h 30h 30h 31h 30h 30h 32h
Character 0 0 0 0 0 1 0 0 2 13 14 15 Hexadecimal 30h 31h 33h 30h 31h 34h 30h 31h 35h
Character 0 1 3 0 1 4 0 1 5
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 53h 52h 3Ah *1 *3 *5 03h
Character V S R : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × × ×

2.41. NOISE REDUCTION

Hexadecimal 02h
Character A D Z Z ; V N S :
Hexadecimal *1 03h
Character *2
Parameters (*1, *2)
OFF ON or 1 2 3
Hexadecimal 30h 31h 32h 33h
Character 0 1 2 3
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 4Eh 53h 3Ah *1 03h
Character V N S : *2
Acceptability
SECURITY STANDBY NO SIGNAL
× × × ×
Notes:
• When FRAME DELAY is set to SHORT, ER401 is returned.
• During P IN P, ER401 is returned.
5Ah 3Bh 56h 58h 58h 3Ah
*1 *3 *5
44h 4Ch 56h 49h 30h
SHUTTER FREEZE TEST PATTERN REMOTE2
41h 44h 5Ah 5Ah 3Bh 56h 53h 52h 3Ah
SHUTTER FREEZE TEST PATTERN REMOTE2
41h 44h 5Ah 5Ah 3Bh 56h 4Eh 53h 3Ah
SHUTTER FREEZE TEST PATTERN REMOTE2
18/91

2.42. DYNAMIC IRIS

Hexadecimal 02h
Character A D Z Z ; O A I :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
41h 44h 5Ah 5Ah 3Bh 4Fh 41h 49h 3Ah
Parameters (*1, *2)
Mode
OFF 1 2 3 USER AUTO
Hexadecimal 30h 31h 32h 33h 34h 41h 4Dh 44h
Character 0 1 2 3 4 A M D
* When Mode is OFF - USER, parameters *3 - *6 are not sent. Example: When you set USER into Mode
Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 41h 49h 34h 03h
Character A D Z Z ; O A I 4
* When Mode is AUTO IRIS or DYNAMIC GAMMA, parameters *5 and *6 are not sent. Example: When Mode is AUTO IRIS and you set 3 into AUTO IRIS
Hexadecimal 02h 41h 44h
Character A D Z Z ; O A I :
Hexadecimal 41h 33h 03h
Character A 3
Example: When Mode is MANUAL IRIS and you set 30 into MANUAL IRIS
Hexadecimal 02h 41h 44h
Character A D Z Z ; O A I :
Hexadecimal 4Dh 33h 30h 03h
Character M 3 0
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 41h 49h 3Ah *1 03h
Character O A I : *2
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× × ×

2.43. DYNAMIC IRIS (AUTO IRIS)

Hexadecimal 02h
Character A D Z Z ; O A I :
Hexadecimal 41h
Character A *2
41h 44h 5Ah 5Ah 3Bh 4Fh 41h 49h 3Ah
*1 03h
Parameters (*1, *2)
OFF 1 2 3
Hexadecimal 30h 31h 32h 33h
Character 0 1 2 3
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 41h 49h 3Ah 41h *1 03h
Character O A I : A *2
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× × ×
MANUAL IRIS DYNAMIC
IRIS
5Ah 5Ah 3Bh 4Fh 41h 49h 3Ah
5Ah 5Ah 3Bh 4Fh 41h 49h 3Ah
GAMMA
19/91

2.44. DYNAMIC IRIS (MANUAL IRIS)

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 41h 49h 3Ah
Character A D Z Z ; O A I :
Hexadecimal 4Dh *1 *3 03h
Character M *2 *4
Parameters (*1, *2, *3, *4)
OFF 1 2 3
Hexadecimal 30h 30h 30h 31h 30h 32h 30h 33h
Character 0 0 0 1 0 2 0 3
60 61 62 63
Hexadecimal 36h 30h 36h 31h 36h 32h 36h 33h
Character 6 0 6 1 6 2 6 3
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 41h 49h 3Ah 4Dh *1 03h
Character O A I : M *2
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×

2.45. DYNAMIC IRIS (DYNAMIC GAMMA)

Hexadecimal 02h
Character A D Z Z ; O A I :
Hexadecimal 44h
Character D *2
41h 44h 5Ah 5Ah 3Bh 4Fh 41h 49h 3Ah
*1 03h
Parameters (*1, *2)
OFF 1 2 3
Hexadecimal 30h 31h 32h 33h
Character 0 1 2 3
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 41h 49h 3Ah 44h *1 03h
Character O A I : D *2
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×

2.46. TV-SYSTEM

Hexadecimal 02h
Character A D Z Z ; V S G :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
41h 44h 5Ah 5Ah 3Bh 56h 53h 47h 3Ah
Parameters (*1, *2, *3, *4, *5, *6)
AUTO1 AUTO2 NTSC Hexadecimal 41h 54h 31h 41h 54h 32h 4Eh 54h 53h
Character A T 1 A T 2 N T S NTSC4.43 PAL PAL-M Hexadecimal 4Eh 34h 34h 50h 41h 4Ch 50h 41h 4Dh
Character N 4 4 P A L P A M PAL-N SECAM PAL60 Hexadecimal 50h 41h 4Eh 53h 45h 43h 50h 36h 30h
Character P A N S E C P 6 0
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 53h 47h 3Ah *1 *3 *5 03h
Character V S G : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
20/91

2.47. SHIFT H

Hexadecimal 02h
Character A D Z Z ; V T H :
Hexadecimal *1 *3 *5 *7 03h
Character *2 *4 *6 *8
Parameters (*1, *2, *3, *4, *5, *6, *7, *8)
Hexadecimal 30h 30h 30h 30h 30h 30h 30h 31h 30h 30h 30h 2
Character 0 0 0 0 0 0 0 1 0 0 0 2
Hexadecimal 34h 30h 39h 33h 34h 30h 39h 34h 34h 30h 39h 35h
Character 4 0 9 3 4 0 9 4 4 0 9 5
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 54h 48h 3Ah *1 *3 *5 03h
Character V T H : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × × × ×
Note:
• The maximum value that can be actually set changes according to the input signal and the input resolution setting, etc.

2.48. SHIFT V

Hexadecimal 02h
Character A D Z Z ; V T V :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
Parameters (*1, *2, *3, *4, *5, *6)
Hexadecimal 30h 30h 30h 30h 30h 30h 30h 31h 30h 30h 30h 32h
Character 0 0 0 0 0 0 0 1 0 0 0 2
Hexadecimal 34h 30h 39h 33h 34h 30h 39h 34h 34h 30h 39h 35h
Character 4 0 9 3 4 0 9 4 4 0 9 5
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 54h 56h 3Ah *1 *3 *5 03h
Character V T V : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× × × × ×
Notes:
• The maximum value that can be actually set changes according to the input signal and the input resolution setting, etc.
• When a value of the odd number is specified for the interlace signal, the specified value is returned as a response (callback) though the value to which 1 is subtracted is set.
41h 44h 5Ah 5Ah 3Bh 56h 54h 48h 3Ah
0 1 2
4093 4094 4095
SHUTTER FREEZE TEST PATTERN REMOTE2
41h 44h 5Ah 5Ah 3Bh 56h 54h 56h 3Ah
0 1 2
4093 4094 4095
21/91

2.49. ASPECT

Hexadecimal 02h
Character A D Z Z ; V S E :
Hexadecimal *1 *3 03h
Character *2 *4
Parameters (*1, *2, *3, *4)
• Input route: VIDEO
Input signal: NTSC
Hexadecimal 30h 31h 32h 35h
Character 0 1 2 5
Hexadecimal 36h 39h 31h 30h
Character 6 9 1 0
• Input route: VIDEO
Input signal: Except NTSC
Hexadecimal 30h 31h 32h 35h
Character 0 1 2 5
Hexadecimal 36h 39h 31h 30h
Character 6 9 1 0
• Input route: S-VIDEO
Input signal: NTSC
Hexadecimal 30h 31h 32h 35h
Character 0 1 2 5
Hexadecimal 36h 39h 31h 30h 32h 30h
Character 6 9 1 0 2 0
Hexadecimal 33h 30h
Character 3 0
• Input route: S-VIDEO
Input signal: Except NTSC
Hexadecimal 30h 31h 32h 35h
Character 0 1 2 5
Hexadecimal 36h 39h 31h 30h
Character 6 9 1 0
• Input route: Except VIDEO/S-VIDEO
DEFAULT 4:3 16:9 THROUGH Hexadecimal 30h 31h 32h 35h
Character 0 1 2 5
Hexadecimal 36h 39h 31h 30h
Character 6 9 1 0
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 53h 45h 3Ah *1 *3 03h
Character V S E : *2 *4
Acceptability
SECURITY STANDBY NO SIGNAL
Notes:
• When it is not able to set it according to the input signal, ER402 is returned.
• Parameters *3 and *4 are specified only in case of two digits.
41h 44h 5Ah 5Ah 3Bh 56h 53h 45h 3Ah
VID AUTO 4:3 16:9 THROUGH
HV FIT H FIT V FIT
DEFAULT 4:3 16:9 THROUGH
HV FIT H FIT V FIT
VID
AUTO(PRI.)
HV FIT H FIT V FIT S1 AUTO
VID AUTO
DEFAULT 4:3 16:9 THROUGH
HV FIT H FIT V FIT
HV FIT H FIT V FIT
× × × × ×
4:3 16:9 THROUGH
SHUTTER FREEZE TEST PATTERN REMOTE2
22/91

2.50. ZOOM H

Hexadecimal 02h
Character A D Z Z ; O Z H :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
Parameters (*1, *2, *3, *4, *5, *6)
50 51 52 Hexadecimal 30h 35h 30h 30h 35h 31h 30h 35h 32h
Character 0 5 0 0 5 1 0 5 2 997 998 999 Hexadecimal 39h 39h 37h 39h 39h 38h 39h 39h 39h
Character 9 9 7 9 9 8 9 9 9
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 5Ah 48h 3Ah *1 *3 *5 03h
Character O Z H : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × × × ×
Note:
• When ASPECT is THROUGH, ER401 is returned.

2.51. ZOOM V

Hexadecimal 02h 41h
Character A D Z Z ; O Z V : *2 *4 *6
Parameters (*1, *2, *3, *4, *5, *6)
50 51 52 Hexadecimal 30h 35h 30h 30h 35h 31h 30h 35h 32h
Character 0 5 0 0 5 1 0 5 2 997 998 999 Hexadecimal 39h 39h 37h 39h 39h 38h 39h 39h 39h
Character 9 9 7 9 9 8 9 9 9
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 5Ah 56h 3Ah *1 *3 *5 03h
Character O Z V : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × × × ×
Note:
• When ASPECT is THROUGH, ER401 is returned.

2.52. ZOOM HV

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 4Fh 5Ah 4Fh 3Ah
Character A D Z Z ; O Z O :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
Parameters (*1, *2, *3, *4, *5, *6)
50 51 52 Hexadecimal 30h 35h 30h 30h 35h 31h 30h 35h 32h
Character 0 5 0 0 5 1 0 5 2 997 998 999 Hexadecimal 39h 39h 37h 39h 39h 38h 39h 39h 39h
Character 9 9 7 9 9 8 9 9 9
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 5Ah 4Fh 3Ah *1 *3 *5 03h
Character O Z O : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × × × ×
Note:
• When ASPECT is THROUGH, ER401 is returned.
41h 44h 5Ah 5Ah 3Bh 4Fh 5Ah 48h 3Ah
SHUTTER FREEZE TEST PATTERN REMOTE2
44h 5Ah 5Ah 3Bh 4Fh 5Ah 56h 3Ah *1 *3 *5 03h
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
23/91

2.53. INTERLOCKED ZOOM

Hexadecimal 02h
Character A D Z Z ; O Z S : *2
41h 44h 5Ah 5Ah 3Bh 4Fh 5Ah 53h 3Ah *1 03h
Parameters (*1, *2)
OFF ON Hexadecimal 30h 31h
Character 0 1
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 5Ah 53h 3Ah *1 03h
Character O Z S : *2
Acceptability
SECURITY STANDBY NO SIGNAL
× × × × ×
Note:
• When ASPECT is THROUGH, ER401 is returned.

2.54. CLOCK PHASE

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 56h 43h 50h 3Ah
Character A D Z Z ; V C P :
Hexadecimal *1 *3 *5 03h
Character *2 *4 *6
Parameters (*1, *2, *3, *4, *5, *6)
0 1 2 Hexadecimal 30h 30h 30h 30h 30h 31h 30h 30h 32h
Character 0 0 0 0 0 1 0 0 2 29 30 31 Hexadecimal 30h 32h 39h 30h 33h 30h 30h 33h 31h
Character 0 2 9 0 3 0 0 3 1
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 43h 50h 3Ah *1 *3 *5 03h
Character V C P : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × × × ×
Note:
• It is able to accept only when the selected slot is RGB1 or RGB2, and ER401 is returned besides.

2.55. INPUT RESOLUTION - TOTAL DOTS

Hexadecimal 02h
Character A D Z Z ; V T D :
Hexadecimal *1 *3 *5 *7 03h
Character *2 *4 *6 *8
41h 44h 5Ah 5Ah 3Bh 56h 54h 44h 3Ah
Parameters (*1, *2, *3, *4, *5, *6, *7, *8)
301 302
Hexadecimal 30h 33h 30h 31h 30h 33h 30h 32h
Character 0 3 0 1 0 3 0 2
4094 4095
Hexadecimal 34h 30h 39h 34h 34h 30h 39h 35h
Character 4 0 9 4 4 0 9 5
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 54h 44h 3Ah *1 *3 *5 *7 03h
Character V T D : *2 *4 *6 *8
Acceptability
SECURITY STANDBY NO SIGNAL
× × × ×
Notes:
• This command is acceptable only when RGB1 or RGB2 is selected and RGB signals are input. In other cases, ER401 is returned.
The maximum value that can be actually set changes according to the input signal and the input resolution setting, etc.
• When less than number of display dots is specified, ER402 is returned.
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
24/91

2.56. INPUT RESOLUTION - DISPLAY DOTS

Hexadecimal 02h
Character A D Z Z ; V D D :
Hexadecimal *1 *3 *5 *7 03h
Character *2 *4 *6 *8
41h 44h 5Ah 5Ah 3Bh 56h 44h 44h 3Ah
Parameters (*1, *2, *3, *4, *5, *6, *7, *8)
300 301
Hexadecimal 30h 33h 30h 30h 30h 33h 30h 31h
Character 0 3 0 0 0 3 0 1
2047 2048
Hexadecimal 32h 30h 34h 37h 32h 30h 34h 38h
Character 2 0 4 7 2 0 4 8
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 44h 44h 3Ah *1 *3 *5 *7 03h
Character V D D : *2 *4 *6 *8
Acceptability
SECURITY STANDBY NO SIGNAL
× × × ×
Notes:
• This command is acceptable only when RGB1 or RGB2 is selected and RGB signals are input. In other cases, ER401 is returned.
• When the value that exceeds the number of total dots is specified, ER402 is returned.

2.57. INPUT RESOLUTION - TOTAL LINES

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 56h 54h 4Ch 3Ah
Character A D Z Z ; V T L :
Hexadecimal *1 *3 *5 *7 03h
Character *2 *4 *6 *8
Parameters (*1, *2, *3, *4, *5, *6, *7, *8)
221 222
Hexadecimal 30h 32h 31h 31h 30h 32h 31h 32h
Character 0 2 1 1 0 2 1 2
4094 4095
Hexadecimal 34h 30h 39h 34h 34h 30h 39h 35h
Character 4 0 9 4 4 0 9 5
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 54h 4Ch 3Ah *1 *3 *5 *7 03h
Character V T L : *2 *4 *6 *8
Acceptability
SECURITY STANDBY NO SIGNAL
× × × ×
Notes:
• This command is acceptable only when RGB1 or RGB2 is selected and RGB signals are input. In other cases, ER401 is returned.
• When less than number of display lines is specified, ER402 is returned.
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
25/91

2.58. INPUT RESOLUTION - DISPLAY LINES

Hexadecimal 02h
Character A D Z Z ; V D L :
Hexadecimal *1 *3 *5 *7 03h
Character *2 *4 *6 *8
41h 44h 5Ah 5Ah 3Bh 56h 44h 4Ch 3Ah
Parameters (*1, *2, *3, *4, *5, *6, *7, *8)
220 221
Hexadecimal 30h 32h 32h 30h 30h 32h 32h 31h
Character 0 2 2 0 0 2 2 1
4093 4094
Hexadecimal 34h 30h 39h 33h 34h 30h 39h 34h
Character 4 0 9 3 4 0 9 4
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 44h 4Ch 3Ah *1 *3 *5 *7 03h
Character V D L : *2 *4 *6 *8
Acceptability
SECURITY STANDBY NO SIGNAL
× × × ×
Notes:
• This command is acceptable only when RGB1 or RGB2 is selected and RGB signals are input. In other cases, ER401 is returned.
• When the value that exceeds the number of total lines is specified, ER402 is returned.

2.59. CLAMP POSITION

Hexadecimal 02h 41h 44h 5Ah 5Ah 3Bh 56h 4Ch 54h 3Ah *1 *3 *5 03h
Character A D Z Z ; V L T : *2 *4 *6
Parameters (*1,*2,*3,*4,*5,*6)
0 1 2 Hexadecimal 30h 30h 30h 30h 30h 31h 30h 30h 32h
Character 0 0 0 0 0 1 0 0 2 253 254 255 Hexadecimal 32h 35h 33h 32h 35h 34h 32h 35h 35h
Character 2 5 3 2 5 4 2 5 5
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 4Ch 54h 3Ah *1 *3 *5 03h
Character V L T : *2 *4 *6
Acceptability
SECURITY STANDBY NO SIGNAL
× × × ×
Note:
• It is able to accept only when RGB1 or RGB2 is selected, and ER401 is returned besides.

2.60. KEYSTONE

Hexadecimal 02h
Character A D Z Z ; O K S :
Hexadecimal *1 *3 *5 *7 03h
Character *2 *4 *6 *8
41h 44h 5Ah 5Ah 3Bh 4Fh 4Bh 53h 3Ah
Parameters (*1, *2, *3, *4, *5, *6, *7, *8)
-127 -126 -125 Hexadecimal 2Dh 31h 32h 37h 2Dh 31h 32h
Character - 1 2 7 - 1 2 6 - 1 2 5 +125 +126 +127 Hexadecimal 2Bh 31h 32h 35h 2Bh 31h 32h 36h 2Bh 31h 32h 37h
Character + 1 2 5 + 1 2 6 + 1 2 7
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 4Bh 53h 3Ah *1 *3 *5 *7 03h
Character O K S : *2 *4 *6 *8
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×
SHUTTER FREEZE TEST PATTERN REMOTE2
SHUTTER FREEZE TEST PATTERN REMOTE2
36h 2Dh 31h 32h 35h
SHUTTER FREEZE TEST PATTERN REMOTE2
26/91

2.61. SUB KEYSTONE

Hexadecimal 02h
Character A D Z Z ; O S K :
Hexadecimal *1 *3 *5 *7 03h
Character *2 *4 *6 *8
Parameters (*1, *2, *3, *4, *5, *6, *7, *8)
-127 -126 -125 Hexadecimal 2Dh 31h 32h 37h 2Dh 31h 32h
Character - 1 2 7 - 1 2 6 - 1 2 5 +125 +126 +127 Hexadecimal 2Bh 31h 32h 35h 2Bh 31h 32h 36h 2Bh 31h 32h 37h
Character + 1 2 5 + 1 2 6 + 1 2 7
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 4Fh 53h 4Bh 3Ah *1 *3 *5 *7 03h
Character O S K : *2 *4 *6 *8
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×
Notes:
• When 0 is set into KEYSTONE, ER401 is returned.
• Even if SUB KEYSTONE value is changed, it might not operate according to KEYSTONE condition.

2.62. LINEARITY

Hexadecimal 02h
Character A D Z Z ; V L I :
Hexadecimal *1 *3 *5 *7 03h
Character *2 *4 *6 *8
Parameters (*1, *2, *3, *4, *5, *6, *7, *8)
-127 -126 -125 Hexadecimal 2Dh 31h 32h 37h 2Dh 31h 32h
Character - 1 2 7 - 1 2 6 - 1 2 5 +125 +126 +127 Hexadecimal 2Bh 31h 32h 35h 2Bh 31h 32h 36h 2Bh 31h 32h 37h
Character + 1 2 5 + 1 2 6 + 1 2 7
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 4Ch 49h 3Ah *1 *3 *5 *7 03h
Character V L I : *2 *4 *6 *8
Acceptability
SECURITY STANDBY NO SIGNAL SHUTTER FREEZE TEST PATTERN REMOTE2
× × ×
Notes:
• When 0 is set into KEYSTONE, ER401 is returned.
• Even if LINEARITY value is changed, it might not operate according to KEYSTONE condition.
41h 44h 5Ah 5Ah 3Bh 4Fh 53h 4Bh 3Ah
36h 2Dh 31h 32h 35h
SHUTTER FREEZE TEST PATTERN REMOTE2
41h 44h 5Ah 5Ah 3Bh 56h 4Ch 49h 3Ah
36h 2Dh 31h 32h 35h
27/91

2.63. GEOMETRY

Hexadecimal 02h 41h 44h 5Ah
Character A D Z Z ; V X X :
Hexadecimal 47h 4Dh 4Dh 49h 30h 3Dh 2Bh
Character G M M I 0 = + *2 *4 *6
Hexadecimal *7 *9 03h
Character *8 *10
Parameters (*1, *2, *3, *4, *5, *6, *7, *8, *9, *10)
OFF KEYSTONE Hexadecimal 30h 30h 30h 30h 30h 30h 30h 30h 30h 31h
Character 0 0 0 0 0 0 0 0 0 1
CURVED PC Hexadecimal 30h 30h 30h 30h 32h 30h 30h 30h 30h 33h
Character 0 0 0 0 2 0 0 0 0 3
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 58h 58h 3Ah
Character V X X : G M M I 0
Hexadecimal 3Dh 2Bh *1 *3 *5 *7 *9 03h
Character = + *2 *4 *6 *8 *10
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×

2.64. GEOMETRY:KEYSTONE - V-KEYSTONE

Hexadecimal 02h 41h 44h 5Ah
Character A D Z Z ; V X X :
Hexadecimal 47h 4Dh 4Bh 49h 31h 3Dh
Character G M K I 1 = *2 *4 *6 *8
Hexadecimal *9 *11 03h
Character *10 *12
Parameters (*1, *2, *3, *4, *5, *6, *7, *8, *9, *10, *11, *12)
-127 -126 Hexadecimal 2Dh 30h 30h 31h 32h 37h 2Dh 30h 30h 31h 32h 36h
Character - 0 0 1 2 7 - 0 0 1 2 6
126 127 Hexadecimal 2Bh 30h 30h 31h 32h 36h 2Bh 30h 30h 31h 32h 37h
Character + 0 0 1 2 6 + 0 0 1 2 7
Response (Callback)
In the period when the command can be accepted
Hexadecimal 02h 56h 58h 58h 3Ah
Character V X X : G M K I 1
Hexadecimal 3Dh *1 *3 *5 *7 *9 *11 03h
Character = *2 *4 *6 *8 *10 *12
Acceptability
SECURITY STANDBY NO SIGNAL
× × ×
5Ah 3Bh 56h 58h 58h 3Ah
*1 *3 *5
47h 4Dh 4Dh 49h 30h
SHUTTER FREEZE TEST PATTERN REMOTE2
5Ah 3Bh 56h 58h 58h 3Ah
*1 *3 *5 *7
47h 4Dh 4Bh 49h 31h
SHUTTER FREEZE TEST PATTERN REMOTE2
28/91
Loading...
+ 63 hidden pages