FL7000LU Mitsubishi Rs232codes Fl6900u

User Manual: FL7000LU

Open the PDF directly: View PDF PDF.
Page Count: 8

DownloadFL7000LU Mitsubishi Rs232codes Fl6900u
Open PDF In BrowserView PDF
LCD Projector
FL7000U/FL7000LU/FL6900U

Controlling the projector using a personal computer
This projector can be controlled by connecting a personal computer with RS-232C terminal.

PC-controllable functions:
•
•
•
•

Turning the power ON or OFF
Changing input signals
Inputting commands by pressing the buttons on the control panel and remote control
Menu setting

Connection

SERIAL

RS-232C cable

To RS-232C
terminal
D-SUB 9-pin

D-SUB 9-pin

Important:
• Connect the computer with the projector on a one-to-one basis.
• Make sure that your computer and projector are turned off before connection.
• Boot up the computer first, and then plug the power cord of the projector.
(If you do not follow this instruction, the Com port may not function.)
• Adapters may be necessary depending on the PC connected to this projector. Contact your dealer for details.

1. Interface

1.1 Pin assignment of SERIAL terminal (D-SUB 9-pin)
Pin No.
1
2
3
4
5
6
7
8
9

Name
OPEN
RXD
TXD
OPEN
GND
OPEN
OPEN
OPEN
OPEN

I/O
IN
OUT

1.2 Communications format
PROTOCOL
BAUD RATE
DATA LENGTH
PARITY BIT
STOP BIT
FLOW CONTROL

RS-232C
9600 [bps]
8 [bits]
NONE
1 [bit]
NONE

This projector uses RXD, TXD and GND lines for RS-232C control.
For RS-232C cable, the reverse type cable should be used.

1

2. Control command diagram
The command consists of the address code, function code, data code, and end code. The length of the command
varies among the functions.
Address code
‘30h’ 30h’
00

ASCII
Character

[Address code]
[Function code]
[Data code]		
[End code]		

Function code
Function
Function

Data code
Data
Data

End code
‘0Dh’

00 (In ASCII code, ‘30h’ ‘30h’) fixed.
A code of each fixed control move.
A code of each fixed control data (number) and not always indicated.
(In ASCII code, ‘0Dh’) fixed.

3. Control sequence
Computer

Projector
1

2

1

2

3

3
4

4

Sequence
Send the command from the
personal computer to the projector.
The projector will send a return
command after it receives an end
code.

The personal computer checks the
command and confirms if the sent
command has been received or not.
Use the check command to see
if the projector has executed the
command.

Note

If the projector does not receive commands
normally, that is, if the projector is not connected
physically or unable to receive commands, it does
not send out a return command.
The projector sends out a return command within
one second at the latest.
Although the projector receives the commands, it
in some cases does not execute the commands.
This projector sends various codes other than the
return code. When having a control sequence by
RS-232C, reject other codes from the personal
computer.

• Although the projector sends out the return command, the command may not take effect in the following
cases.
(1) During signal switching
(2) In the process of the auto position
(3) After the power is turned on.
The projector receives no commands for about 20 seconds (or for 2 minutes at the longest if the lamp
does not light up promptly as the life is expiring.)
• When sending commands successively, wait to receive the return command of the current command before
sending a next command.
• The projector may not receive a command when the splash screen is being displayed immediately after turning on the power. Use command “00r10” to cancel the splash screen.
• While using the LAN terminals, the LAN functions take precedence.
• For the LAN terminals, the same commands as those for connecting with the TCP/IP (port number 63007) are
available. Note, however, that the response becomes slightly slower than when using the RS-232C terminals.
[Example]

When turning the power ON. (Figures and symbols enclosed in quotation marks are ASCII codes.):

Sending commands
from the PC, etc.
‘30’ ‘30’ ‘21’ ‘0D’
00!

Status code
from the projector

Description
Command for POWER ON

‘30’ ‘30’ ‘21’ ‘0D’
00!

Command receipt confirmation
(Command echo back)

• The flowchart on the next page shows the recommended operating sequence for your reference to create a
program.

2

[RS-232C control flowchart]
START
1

Sending out command

Checking execution of
command (sending out
check command)

Yes

Awaiting response
from projector

No response for
1 second or longer

END

No
Sending command again

Sending command again

Yes

Awaiting response
from projector

Yes

1

No response for
1 second or longer
Less than
10 times

Number of trials
without response

10th trial
Check the following.
• The projector is not supplied with AC power.
→ Check that AC power cord is connected.
→ Turn on the power. (Turn on the circuit breaker or
main switch.)

Note: In the following conditions, the projector
does not respond even if it operates
normally.
• Immediately after turning on the power
(for about 20 seconds to 2 minutes)
• During switching signals (about 10
seconds)
• In the process of the auto position
(about 10 seconds)
• During locking the password

• Not connected with the projector.
→ Check that the RS-232C cable is connected.
→ Check the RS-232C cable for electrical discontinuity.
• The projector is in the state of being unable to send out
a command.
→ Use command “00vST” to check if the projector
operates normally.

[Method of checking state of projector]
Sending “00vST”

To normal operation

0–3

Checking response to “00vST”

6

Enter password.
Send out “00PASS****.”

4

Projector error
Send out “00vER” to check error details.
Recover from error state.

5

Projector is functioning.
Use “00FNCOFF” to cancel the current function.

3

4. Command list

4.1 Operation commands (Not executable in stand-by mode. When the commands for input select are sent
while the splash screen is being displayed, the splash screen is only canceled.)
The operation commands are used for the basic operation setting of this projector. They may not be executed
while the signals are changed. The operation commands have no data codes.
ITEM
POWER ON
POWER OFF
INPUT COMPUTER 1
INPUT COMPUTER 2
INPUT DVI
INPUT VIDEO
INPUT S-VIDEO

[Example]

Function
Character
ASCII
!
21h
"
22h
_r1
5Fh 72h 31h
_r2
5Fh 72h 32h
_d1
5Fh 64h 31h
_v1
5Fh 76h 31h
_v2
5Fh 76h 32h

Note
This command is invalid for 1 minute after the power is turned off.
This command is invalid for 1 minute after the power is turned on.
This command will not be executed in Stand-by mode or when the MUTE is executed.
This command will not be executed in Stand-by mode or when the MUTE is executed.
This command will not be executed in Stand-by mode or when the MUTE is executed.
This command will not be executed in Stand-by mode or when the MUTE is executed.
This command will not be executed in Stand-by mode or when the MUTE is executed.

When setting the input signal to COMPUTER 1. (Figures and symbols enclosed in quotation marks
are ASCII codes.):

Sending commands
from the PC, etc.
‘30’ ‘30’ ‘5F’ ‘72’ ‘31’ ‘0D’
00_r1

Status code
from the projector

Description
Command for setting the input signal
to COMPUTER 1
Command receipt confirmation
(Command echo back)

‘30’ ‘30’ ‘5F’ ‘72’ ‘31’ ‘0D’
00_r1

4.2 Reading command diagram
The projectors operating status, such as POWER-ON/OFF and the currently selected input terminal, etc. can be
monitored.
ITEM
POWER ON
POWER OFF
INPUT COMPUTER 1
INPUT COMPUTER 2
INPUT DVI
INPUT VIDEO
INPUT S-VIDEO
POWER ON/OFF IMPOSSIBLE
POWER ON/OFF POSSIBLE
NO SIGNAL SUPPLIED
SIGNAL SUPPLIED

Character
Function
Data (Receive)
vP
1
vP
0
vI
r1
vI
r2
vI
d1
vI
v1
vI
v2
vPK
0
vPK
1
vSM
0
vSM
1

ASCII
76h
76h
76h
76h
76h
76h
76h
76h
76h
76h
76h

Function
50h
50h
49h
49h
49h
49h
49h
50h 4Bh
50h 4Bh
53h 4Dh
53h 4Dh

Data (Receive)
31h
30h
72h 31h
72h 32h
64h 31h
76h 31h
76h 32h
30h
31h
30h
31h

Use the following commands to obtain the values of the items in the INFORMATION menu.
ITEM
LAMP TIME (LOW)
RESOLUTION
VERTICAL FREQUENCY
HORIZONTAL FREQUENCY
SYNC. TYPE

Character
vLE
vRESO
vVFREQ
vHFREQ
vSYNCT

Function
ASCII
76h 4Ch 45h
76h 52h 45h 53h
76h 56h 46h 52h
76h 48h 46h 52h
76h 53h 59h 4Eh

Data (Receive)
4Fh
45h 51h
45h 51h
43h 54h

hhhhmm
HHHHxVVVV

***.**
***.**
0 (NO SIGNAL), 3 (3wire), 4 (4wire),
5 (5wire), 6 (SCART)

“hhhh” and “mm” represent hours and minutes respectively.
“HHHH” and “VVVV” represent the horizontal and vertical resolutions respectively.
Use the following commands to obtain other information.
ITEM
Model name
Serial number
Input source

Character
vMDL
vS/N
vSOUCE

Function
ASCII
76h 4Dh 44h 4Ch
76h 53h 2Fh 4Eh
76h 53h 4Fh 55h 43h 45h

4

Data (Receive)
****************(within 16 characters)
*******(within 7 characters)
r1 r2 d1 v1 v2

Projector status

Character
vST

Function
ASCII
76h 53h 54h

Error status

vER

76h 45h 52h

ITEM

Data (Receive)
0 (Stand-by mode),
1 (Within 1 minute after POWER-ON (warm-up mode)),
2	(POWER-ON mode (including state of warning)),
3 (Cooling mode),
4 (Abnormal state (including shutdown due to an error)),
5	(State of functioning (menu display, dialog display,
MUTE, SPLIT, FREEZE)),
6 (Awaiting password entry)
Reading out error data (3 digits, hexadecimal
numbers, total 9 bits)
(MSB) xb1, xb2... xb8, xb9, 0, 0, 0 (LSB)
xb1: Fan error
xb2: Lamp error (The lamp goes out or does not light.)
xb3: Lamp warning 1 (The lamp life has expired.)
xb4: Lamp warning 2 (The lamp life is expiring.)
xb5: Temperature error
xb6: The temperature warning is being indicated.
xb7: Lamp cover open error
xb8: Filter cover open error
xb9: States of other component abnormality

The PC sends the command without attaching the data code to it. On the other hand, the projector attaches to
the received command its current operating status as the data code and send it back to the PC.
[Example]

When checking the currently selected input terminal (when the INPUT VIDEO is being selected).
(Figures and symbols enclosed in quotation marks are ASCII codes.):

Sending commands
from the PC, etc.
‘30’ ‘30’ ‘76’ ‘49’ ‘0D’
00vl

Status code
from the projector

‘30’ ‘30’ ‘76’ ‘49’ ‘76’ ‘31’ ‘0D’
00vlv1

Description
Command for checking the input
terminal
Check result (VIDEO)

4.3 Remote commands (Not executable in stand-by mode. When the remote commands are sent while the

splash screen is being displayed, the splash screen is only canceled.)
Some remote control operations can be achieved by the remote command codes. The remote commands have
no data codes.
Button’s name on remote
+/VOLUME
-/VOLUME
ZOOM/FOCUS
LENS SHIFT
KEYSTONE
SPLIT
AV MUTE

MENU
ENTER
AUTO POSITION
FREEZE
ASPECT
CE

[Example]

Character
r06
r07
r0f
r47
r43
r04
ra6
r53
r2b
r4f
r59
r54
r10
r09
ra4
re2
re7

Function
ASCII
72h 30h 36h
72h 30h 37h
72h 30h 66h
72h 34h 37h
72h 34h 33h
72h 30h 34h
72h 61h 36h
72h 35h 33h
72h 32h 62h
72h 34h 66h
72h 35h 39h
72h 35h 34h
72h 31h 30h
72h 30h 39h
72h 61h 34h
72h 65h 32h
72h 65h 37h

When displaying the MENU selection bar. (Figures and symbols enclosed in quotation marks are
ASCII codes.):

Sending commands
from the PC, etc.
‘30’ ‘30’ ‘72’ ‘35’ ‘34’ ‘0D’
00r54

Status code
from the projector

‘30’ ‘30’ ‘72’ ‘35’ ‘34’ ‘0D’
00r54

5

Description
Command operating the same as the
MENU button
Command receipt confirmation
(Command echo back)

4.4 Direct commands (Not executable in stand-by mode. Possible only to read during muting.)
The direct commands are used for the keystone setting of this projector with the value.
Function
Character
ASCII
VL
56h 4Ch
KS
4Bh 53h

ITEM
VOLUME
KEYSTONE (vertical)

Data
00–31
±15

How to set the value
Use the character or ASCII code as shown below to set the value.
Character
ASCII

[Example]

+
0
1
2
3
4
5
6
7
8
9
‘2Bh’ ‘2Dh’ ‘30h’ ‘31h’ ‘32h’ ‘33h’ ‘34h’ ‘35h’ ‘36h’ ‘37h’ ‘38h’ ‘39h’

When setting the volume to 15. (Figures and symbols enclosed in quotation marks are ASCII codes.):

Sending commands
from the PC, etc.
‘30’ ‘30’ ‘56’ ‘4C’ ‘31’ ‘35’ ‘0D’
00VL15

Status code
from the projector

Description
Command for setting the volume

‘30’ ‘30’ ‘56’ ‘4C’ ‘31’ ‘35’ ‘0D’
00VL15

Command receipt confirmation
(Command echo back)

4.5 Function commands (Not executable in stand-by mode. When the mute commands are sent while the splash
screen is being displayed, the splash screen is not muted but only canceled.)
The mute commands are used for the mute setting of this projector with the 0 (30h) and 1 (31h).
ITEM

Character
MUTE
SPLT
FRZ
FNCOFF

AV MUTE
SPLIT
FREEZE
Function canceling

Function
ASCII
4Dh 55h 54h 45h
53h 50h 4Ch 54h
46h 52h 5Ah
46h 4Eh 43h 4Fh 46h 46h

Data
0 (OFF), 1 (ON)
0 (OFF), 1 (ON)
0 (OFF), 1 (ON)

4.6 Menu setting commands (Not executable in stand-by mode. Possible only to read during muting.)
The menu setting commands are used for the menu setting of this projector. If the personal computer sends the
command without attaching the data code, the projector attaches to the received command its current setting
value as the data code and send it back to the PC.
ITEM
COLOR ENHANCER
COLOR ENHANCERUSER-GAMMA MODE
COLOR ENHANCERUSER-RGB-COLOR
COLOR ENHANCERUSER-RGB-TINT
CONTRAST
BRIGHTNESS
COLOR TEMP.
COLOR TEMP.-USER
(CONTRAST)
COLOR TEMP.-USER
(BRIGHTNESS)
COLOR
TINT
SHARPNESS
NOISE REDUCTION
CTI
INPUT LEVEL
LAMP MODE
AUTO POWER ON
AUTO POWER OFF
SPLASH SCREEN

Function
Character
ASCII
CE
43h 45h

Data

CEU1GS

43h 45h 55h 31h 47h 53h

0 (AUTO), 1 (PRESENTATION), 2 (STANDARD),
3 (THEATER), 4 (sRGB), 5 (USER)
0 (DYNAMIC), 1 (NATURAL), 2 (DETAIL)

CEU1C

43h 45h 55h 31h 43h

±10

CEU1T

43h 45h 55h 31h 54h

±10

PP
QQ
A
P

50h 50h
51h 51h
41h
50h

±30
±30
1 (STANDARD), 2 (HIGH), 3 (LOW), 4 (USER)
±30 ±30 ±30 (R, G, B)

Q

51h

±30 ±30 ±30 (R, G, B)

T
S
R
NR
CTI
IPL

54h
53h
52h
4Eh 52h
43h 54h 49h
49h 50h 4Ch

LM
APON
APOF
SS

4Ch
41h
41h
53h

±10
±10
±5
0 (OFF), 1 (ON)
0 (OFF), 1 (ON)
±5,
For DVI input: +0 (NORMAL), +1 (ENHANCED)
0 (STANDARD), 1 (LOW)
0 (OFF), 1 (ON)
00 (OFF), 05, 10, 15, 30, 60
0 (OFF), 1 (ON)

4Dh
50h 4Fh 4Eh
50h 4Fh 46h
53h

6

ITEM
BACK COLOR
MUTE MODE
IMAGE REVERSE

Function
Character
ASCII
BB
42h 42h
MM
4Dh 4Dh
IR
49h 52h
5Ah
53h
53h
43h
53h

Data

ZOOM/FOCUS LOCK
LENS SHIFT LOCK
LENS SHIFT RESET
ASPECT
PASSWORD FUNCTION

FZL
LSL
LSRST
SC
PSLOCK

46h
4Ch
4Ch
53h
50h
4Bh

4Ch
4Ch
52h 53h 54h

MENU POSITION
CINEMA MODE
VIDEO SIGNAL
(VIDEO only)
SET UP
SCART INPUT
LANGUAGE

MP
CINE
VS

4Dh 50h
43h 49h 4Eh 45h
56h 53h

STU
SRT
LG

53h 54h 55h
53h 52h 54h
4Ch 47h

RESET ALL
MEMORY CALL
HORIZ.POSITION
VERT. POSITION
FINE SYNC.
TRACKING
COMPUTER INPUT
OVER SCAN
HOLD
HOLD BEGIN
HOLD END
CLAMP POSITION
CLAMP WIDTH
VERT. SYNC
LPF
SHUTTER(U)
SHUTTER(L)
SHUTTER(LS)
SHUTTER(RS)

RSTALL
MMC
HP
VP
FN
TRK
CIN
VOS
HLD
HLB
HLE
CLP
CLW
VSC
LPF
SHU
SHL
SHLS
SHRS

52h
4Dh
48h
56h
46h
54h
43h
56h
48h
48h
48h
43h
43h
56h
4Ch
53h
53h
53h
53h

4Ch 4Fh 43h

53h 54h 41h 4Ch 4Ch
4Dh 43h
50h
50h
4Eh
52h 4Bh
49h 4Eh
4Fh 53h
4Ch 44h
4Ch 42h
4Ch 45h
4Ch 50h
4Ch 57h
53h 43h
50h 46h
48h 55h
48h 4Ch
48h 4Ch 53h
48h 52h 53h

0 (BLACK), 1 (BLUE), 2 (IMAGE)
0 (BLACK), 1 (IMAGE)
0 (OFF), 1 (MIRROR), 2 (INVERT),
3 (MIRROR INVERT)
0 (OFF), 1 (ON)
0 (OFF), 1 (ON)
0 (AUTO), 1 (16:9 (FULL)), 2 (REAL)
0**** (UNLOCK), 1**** (DISPLAY INPUT),
2**** (MENU ACCESS), 3**** (SPLASH ID SCREEN)
**** is a 4 to 8-digit password comprised of any
figures 1 to 4.
0 (Upper left), 1 (Lower right)
0 (VIDEO), 1 (AUTO), 2 (FILM)
0 (AUTO), 1 (NTSC), 2 (PAL), 3 (SECAM),
4 (4.43NTSC), 5 (PAL-M), 6 (PAL-N), 7 (PAL-60)
0 (AUTO), 1 (OFF), 2 (3.75%), 3 (7.5%)
0 (OFF), 1 (ON)
), 01 (English), 02 (Español), 03 (Deutsch),
00 (
04 (Français), 05 (Italiano), 06 (
), 07 (
),
08 (
), 09 (PORTUGUÊS), 11 (SVENSKA),
12 (POLSKI)
0 (AUTO), 1 (MEMORY1), 2 (MEMORY2)
+ (increment), - (decrement)*1
+ (increment), - (decrement)*1
00–31
+ (increment), - (decrement)*1
0 (RGB), 1 (YCBCR/YPBPR), 2 (AUTO)
00 (90%) – 10 (100%)
0 (OFF), 1 (ON)
00–99
00–99
001–255
01–63
0 (AUTO), 1 (OFF)
0 (OFF), 1 (ON)
00–20
00–20
00–20
00–20

*1) Setting range differs depending on the input signals.
• Some commands are not executed depending on the input signal. The operational restrictions same as those
on the menu setting are applied. Refer to “Menu operation” in the User Manual for more details.
How to set the value
Use the character or ASCII code as shown below to set the value.
Character
ASCII

+
0
1
2
3
4
5
6
7
8
9
‘2Bh’ ‘2Dh’ ‘30h’ ‘31h’ ‘32h’ ‘33h’ ‘34h’ ‘35h’ ‘36h’ ‘37h’ ‘38h’ ‘39h’

[Example 1] When setting the AUTO POWER ON to ON. (Figures and symbols enclosed in quotation marks are
ASCII codes.):
Sending commands
from the PC, etc.
‘30’ ‘30’ ‘41’ ‘50’ ‘4F’ ‘4E’ ‘31’ ‘0D’
00APON1

Status code
from the projector

‘30’ ‘30’ ‘41’ ‘50’ ‘4F’ ‘4E’ ‘31’ ‘0D’
00APON1

7

Description
Command for setting the AUTO
POWER ON to ON
Command receipt confirmation
(Command echo back)

[Example 2] When setting the CONTRAST R of the COLOR TEMP.-USER to +10, the CONTRAST G to 0, and the
CONTRAST B to -5. (Figures and symbols enclosed in quotation marks are ASCII codes.):
Sending commands
from the PC, etc.
‘30’ ‘30’ ‘50’ ‘2B’ ‘31’ ‘30’ ‘2B’ ‘30’ ‘30’ ‘2D’ ‘30’ ‘35’ ‘0D’
00P+10+00-05

Status code
from the projector

‘30’ ‘30’ ‘50’ ‘2B’ ‘31’ ‘30’ ‘2B’ ‘30’ ‘30’ ‘2D’ ‘30’ ‘35’ ‘0D’
00P+10+00-05

Description
Command for setting the
picture control
Command receipt confirmation
(Command echo back)

[Example 3] When checking the TINT setting (when the TINT is set to +10). (Figures and symbols enclosed in
quotation marks are ASCII codes.):
Sending commands
from the PC, etc.
‘30’ ‘30’ ‘53’ ‘0D’
00S

Status code
from the projector

‘30’ ‘30’ ‘53’ ‘2B’ ‘31’ ‘30’ ‘0D’
00S+10

Description
Command for checking the
TINT setting
Check result (+10)

[Example 4] When setting the GAMMA MODE of the COLOR ENHANCER-USER to DETAIL. (Figures and symbols enclosed in quotation marks are ASCII codes.):
Sending commands
from the PC, etc.
‘30’ ‘30’ ‘43’ ‘45’ ‘55’ ‘31’ ‘47’ ‘53’ ‘32’ ‘0D’
00CEU1GS2

Status code
from the projector

‘30’ ‘30’ ‘43’ ‘45’ ‘55’ ‘31’ ‘47’ ‘53’ ‘32’ ‘0D’
00CEU1GS2

Description
Command for setting the
picture control
Command receipt confirmation
(Command echo back)

4.7 Password lock commands
The password lock commands control the password lock. The password lock enabling or disabling command is
sent with a 4 to 8-digit password comprised of any figures 1 to 4 added to the end of the data code. When the
password lock is enabled or disabled successfully, the projector sends a return command comprising the data
code, password, and “1” at the end. When enabling or disabling the password lock fails, it sends a return command with “0” at the end. There is no reconfirmation of the password. The password input command is for enabling projection of image when password lock has been set to DISPLAY INPUT. The password input command
is sent with a 4 to 8-digit password comprised of any figures 1 to 4 at the end.
ITEM
Password lock enabling/
disabling
Password input

Character
PSLOCK
PASS

Function
ASCII
50h 53h 4Ch 4Fh 43h 4Bh
50h 41h 53h 53h

Data
0**** (Disabling), 1**** (DISPLAY INPUT),
2**** (MENU ACCESS), 3**** (SPLASH ID SCREEN)
****

**** is a 4 to 8-digit password comprised of any figures 1 to 4.
[Example]

When enabling the password lock of DISPLAY INPUT (in the case that the password is 123412):

Sending commands
from the PC, etc.
‘30’ ‘30’ ‘50’ ‘53’ ‘4C’ ‘4F’ ‘43’ ‘4B’ ‘31’ ‘31’ ‘32’ ‘33’ ‘34’ ‘31’ ‘32’ ‘0D’
00PSLOCK1123412

Status code
from the projector

‘30’ ‘30’ ‘50’ ‘53’ ‘4C’ ‘4F’ ‘43’ ‘4B’ ‘31’ ‘31’ ‘32’ ‘33’ ‘34’ ‘31’ ‘32’ ‘31’ ‘0D’
00PSLOCK11234121

8

Description
Command for enabling the
password lock of DISPLAY INPUT
Response informing that the
projector succeeded in enabling the
password lock of DISPLAY INPUT



Source Exif Data:
File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.4
Linearized                      : Yes
Tagged PDF                      : Yes
XMP Toolkit                     : Adobe XMP Core 4.0-c316 44.253921, Sun Oct 01 2006 17:14:39
Create Date                     : 2008:11:13 11:19:14+09:00
Metadata Date                   : 2008:11:14 18:26:42+09:00
Modify Date                     : 2008:11:14 18:26:42+09:00
Creator Tool                    : Adobe InDesign CS3_J (5.0.3)
Thumbnail Format                : JPEG
Thumbnail Width                 : 256
Thumbnail Height                : 256
Thumbnail Image                 : (Binary data 8708 bytes, use -b option to extract)
Document ID                     : adobe:docid:indd:c8bc2e75-b304-11dd-9c5a-d17686fd84c5
Instance ID                     : uuid:df3275d4-b654-4861-bb93-28032253edea
Rendition Class                 : proof:pdf
Derived From Instance ID        : 87b09370-2421-11dd-815d-8d8e588cd4cd
Derived From Document ID        : adobe:docid:indd:87b0936b-2421-11dd-815d-8d8e588cd4cd
Manifest Link Form              : ReferenceStream, ReferenceStream, ReferenceStream, ReferenceStream, ReferenceStream
Manifest Placed X Resolution    : 72.00, 72.00, 72.00, 72.00, 72.00
Manifest Placed Y Resolution    : 72.00, 72.00, 72.00, 72.00, 72.00
Manifest Placed Resolution Unit : Inches, Inches, Inches, Inches, Inches
Manifest Reference Instance ID  : uuid:a1576d0a-a7d5-11dc-beb0-000d9369a784, uuid:f8d3617c-c162-11db-93fc-000a95e6ca2e, uuid:f8d3617c-c162-11db-93fc-000a95e6ca2e, uuid:f8d3617c-c162-11db-93fc-000a95e6ca2e, uuid:f8d3617c-c162-11db-93fc-000a95e6ca2e
Manifest Reference Document ID  : uuid:79EE1955D6A7DC11B382ADAA5E8536F0, uuid:f8d35806-c162-11db-93fc-000a95e6ca2e, uuid:f8d35806-c162-11db-93fc-000a95e6ca2e, uuid:f8d35806-c162-11db-93fc-000a95e6ca2e, uuid:f8d35806-c162-11db-93fc-000a95e6ca2e
Format                          : application/pdf
Producer                        : Adobe PDF Library 8.0
Trapped                         : False
Page Count                      : 8
Creator                         : Adobe InDesign CS3_J (5.0.3)
EXIF Metadata provided by EXIF.tools

Navigation menu