Sony VPL-FE100U User Manual

PROTOCOL MANUAL
For General Release
MODEL
..............
VPL-FE100U VPL-FE100E VPL-FE100M
DEST.
..........
US/CND
AEP
E
VERSION 1.0
Projector Firmware ARC32
LCD DATA PROJECTOR
! W ARNING
This manual is intended for qualified service personnel only. To reduce the risk of electric shock, fire or injury, do not perform any servicing other than that contained in the operating instructions unless you are qualified to do so. Refer all servicing to qualified service personnel.
! W ARNUNG
Die Anleitung ist nur für qualifiziertes Fachpersonal bestimmt. Alle Wartungsarbeiten dürfen nur von qualifiziertem Fachpersonal ausgeführt werden. Um die Gefahr eines elektrischen Schlages, Feuergefahr und Verletzungen zu vermeiden, sind bei Wartungsarbeiten strikt die Angaben in der Anleitung zu befolgen. Andere als die angegeben Wartungsarbeiten dürfen nur von Personen ausgeführt werden, die eine spezielle Befähigung dazu besitzen.
! AVERTISSEMENT
Ce manual est destiné uniquement aux personnes compétentes en charge de l’entretien. Afin de réduire les risques de décharge électrique, d’incendie ou de blessure n’effectuer que les réparations indiquées dans le mode d’emploi à moins d’être qualifié pour en effectuer d’autres . Pour toute réparation faire appel à une personne compétente uniquement.
WARNING!!
AN INSULATED TRANSFORMER SHOULD BE USED DURING ANY SERVICE TO AVOID POSSIBLE SHOCK HAZARD, BECAUSE OF LIVE CHASSIS. THE CHASSIS OF THIS RECEIVER IS DIRECTLY CONNECTED TO THE AC POWER LINE.
SAFETY-RELATED COMPONENT WARNING !!
COMPONENTS IDENTIFIED BY A ! MARK ON THE SCHEMATIC DIAGRAMS, EXPLODED VIEWS AND IN THE PARTS LIST ARE CRITICAL TO SAFE OPERATION. REPLACE THESE COMPONENTS WITH SONY PARTS WHOSE PART NUMBERS APPEAR AS SHOWN IN THIS MANUAL OR IN SUPPLEMENTS PUBLISHED BY SONY.
ATTENTION!!
AFIN D’ÉVITER TOUT RISQUE D’ÉLECTROCUTION PROVENANT D’UN CHÂSSIS SOUS TENSION, UN TRANSFORMATEUR D’ISOLEMENT DOIT ETRE UTILISÉ LORS DE TOUT DÉPANNAGE. LE CHÂSSIS DE CE RÉCEPTEUR EST DIRECTEMENT RACCORDÉ Á L’ALIMENTATION SECTEUR.
ATTENTION AUX COMPOSANTS RELATIFS Á LA
SÉCURITÉ!!
LES COMPOSANTS IDENTIFIÉS PAR UNE MAPQUE ! SUR LES SCHÉMAS DE PRINCIPE, LES VUES EXPLOSÉES ET LES LISTES DE PIECES SONT D’UNE IMPORTANCE CRITIQUE POUR LA SÉCURITÉ DU FONCTIONNEMENT. NE LES REMPLACER QUE PAR DES COMPOSANTS SONY DONT LE NUMÉRO DE PIÈCE EST INDIQUÉ DANS LE PRÉSENT MANUEL OU DANS DES SUPPLÉMENTS PUBLIÉS PAR SONY.

TABLE OF CONTENTS

1. INTRODUCTION ..........................................................................1
2. COMMUNICATION SPECIFICATIONS .......................................2
2-1. RS-232C COMMUNICATION SIGNAL......................................................... 2
2-2. RS-422A COMMUNICATION SIGNAL ........................................................ 2
2-3. PJ COM COMMUNICATION SIGNAL.......................................................... 2
3. COMMAND BLOCK FORMAT ...................................................3
4. DATA OF CODE .........................................................................4
5. BASIC OPERATIONS.................................................................6
5-1. COMMON OPERATIONS OF RS-232C/422A............................................... 6
5-2. PJ COM OPERATIONS ................................................................................... 6
5-3. BASIC OPERATIONS ..................................................................................... 6
6. CONNECTION.............................................................................7
6-1. RS-232C CONNECTION ................................................................................. 7
6-2. RS-422A CONNECTION ................................................................................. 7
6-3. PJ COM CONNECTION .................................................................................. 8
6-4. CONNECTION EXAMPLE ............................................................................. 8
7. COMMUNICATION PROCEDURE .............................................9
8. COMMUNICATION RULES ......................................................10
9. APPROXIMATE RETURN WAITING TIMES............................ 11
VPL-FE100U/FE100E/FE100M
10. COMMANDS .............................................................................13
1

1. INTRODUCTION

This protocol manual describes the basic configuration and basic operations of various commands used for projector. Projector can be controlled using the commands in the List of Commands provided in Section 10 “COMMANDS”. Using an external CONTROLLER or SWITCHER, etc., inputs can be switched and the power can also be turned on and off. In the following paragraphs, “CONTROLLER” means an external device such as a PC which controls projector using these commands.
VPL-FE100U/FE100E/FE100M
1

2. COMMUNICATION SPECIFICATIONS

2-1. RS-232C COMMUNICATION SIGNAL

. Full duplex communication channels (Flow control not performed.) . Start-stop synchronism system . Baud rate: 38.4 k, 19.2 k, 9600 bps (bits per second) . The bit configuration is defined as follows. . RS-422A and PJ COM have the same bit configuration.
1 START Bit + 8 DATA Bits + 1 PARITY Bit + 1 STOP Bit
START D3D2D1D0
BIT
D4 D5 D6 D7
PARITY STOP
(MSB)(LSB) (EVEN) BIT
EVEN Parity.....Total number of “1”s from D0 to D7 is an even number.

2-2. RS-422A COMMUNICATION SIGNAL

. Full duplex (4-wire) communication channels . Start-stop synchronism system bit serial word serial digital signal . Baud rate: 38.4 k, 19.2 k, 9600 bps (bits per second) . Refer to “2-1. RS-232C Communication Signal” for details on the bit configuration.

2-3. PJ COM COMMUNICATION SIGNAL

. Half duplex (4-wire) PROJECTOR dedicated communication channels . Start/stop system bit serial word serial digital signal . Baud rate: 38.4 k, 19.2 k, 9600 bps (bits per second) . Refer to “2-1. RS-232C Communication Signal” for details on the bit configuration.
2
VPL-FE100U/FE100E/FE100M

3. COMMAND BLOCK FORMAT

The code from B0 to B (m + 2) as described below is/are transmitted.
1 B0
Start Code
2
B1
Peripheral Index
B6
Peripheral Index
B11
Cmd1
B2 B3 B4 B5
Group Index Device Index
RECEIVER (To) Index
3
B7 B8 B9 B10
Group Index Device Index
4
B12
Cmd2
COMMAND
SENDER (From) Index
B13
Cmd3
5
B14
Data Length 1
(B16 + 2)
(02 — 81 h)
Check Data Length
Bn
Data (n)
 
9
B (m + 1)
Check SUM
0
B (m + 2)
End Code
8
Bm
Data (n + 1,2,3,4...)
Data
67
B15 B16
Data Length 2
(B15 *128)
Total Data Length
B15 *128 + B16
Data Length
Bn = B (16 + 1) Bm = B (16 + Total Data Length)
Data Length 3
(00 — 7 Fh)
VPL-FE100U/FE100E/FE100M
3

4. DATA OF CODE

1 Start Condition
Bn B0
NAME Start Code
2 INDEX Header
/* RECEIVER INDEX */
B1 B2 B3 B4 B5
PERIPHERAL INDEX GROUP INDEX UPPER BYTE GROUP INDEX LOWER BYTE DEVICE INDEX UPPER BYTE DEVICE INDEX LOWER BYTE
/* SENDER INDEX */
B6 B7 B8 B9 B10
PERIPHERAL INDEX GROUP INDEX UPPER BYTE GROUP INDEX LOWER BYTE DEVICE INDEX UPPER BYTE DEVICE INDEX LOWER BYTE
/* Command */
B11 B12 B13
CMD1 CMD2 CMD3
DATAA5NOTE
Indicates the first packet
00 – 03
00 – 63
00 – 63
01 – 03
01 – 63
01 – 63
10 – 7F 80 – AF
B0 – FF
00 : All, 01 : Projector, 02 : Switcher, 03 : Controller 
00
Group Index = 0000 – 0063 hex 
00
Device Index = 0000 – 0063 hex
01 : Projector, 02 : Switcher, 03 : Controller 
00
Group Index = 0001 – 0063 hex 
00
Device Index = 0001 – 0063 hex
Receiving Device  Peripheral INDEX = 01 Projector All
00
CRT Projector (10 CRT All) LCD Projector (80 LCD All) DMD Projecto
Refer to attached Refer to attached
Receiving Device  Peripheral INDEX = 02 Switcher All 10 : PC-3000
Note : CMD1 and CMD2 are assigned with different commands for each unit. Consequently,
there is no compatibility of commands between units. For details of the commands, refer to the respective list of commands for the units.
3 Sub Data Size
B14 Data Length 1
02 – 81 (B16 + 2 hex) Data Size
Note : Error when 82 to FF hex codes are included.
4 Data Size (*1)
B15 Data Length 2
00 – 10 (B15 *80 hex) Data Size
Note : Error when 11 to FF hex codes are included.
4
VPL-FE100U/FE100E/FE100M
Loading...
+ 17 hidden pages