Manual Barco PGWU-618

55 pages 0.95 mb
Download

Go to site of 55

Summary
  • Barco PGWU-618 - page 1

    Command C at alog 1011000110100100101100101001010101010010100101 1010011001010100100100100100111010100101000101 0110110001001010011001100101010010010010101010 1011000110100100101100101001010101001001001010 1010011001010100100100100100111010100100101010 0110110001001010011001100101010010100101001010 1011000110100100101100101001010101110101100101 101 ...

  • Barco PGWU-618 - page 2

    Barc o nv Noordlaan 5, B-8 520 Kuurne Phone: +32 56.36.82.11 Fax: +32 56.36.883.86 Support: www.barco.com/esupport Visit us at the web: www.barco.com Printed in Belgium ...

  • Barco PGWU-618 - page 3

    Copyright © All rights reserved. No part of this documen t may be copied, reproduced or translated. It shall not otherwi se be recorded, transmitted or stored in a ret rieval system without the pr ior written c onsent of Barco. Changes Barco provides this manual ’as is’ without warranty of any kind, either expressed or implied, including but n ...

  • Barco PGWU-618 - page 4

    ...

  • Barco PGWU-618 - page 5

    Tabl e of c ont ents T ABLE OF C ONTEN TS 1 . I n t r o d u c t i o n . .... ...... .... .... ...... .... .... .... ...... .... .... .... ...... .... .... .... ...... .... .... ...... .... .... .... 3 1.1 About this document .............................. ....................... ............... ...................... ............... ......... 3 2 . ...

  • Barco PGWU-618 - page 6

    Tabl e of co nt ents 3.64 set display mode, write .................... ............... ...................... ....................... ............... ............... 3 9 3 . 6 5 s e t f o r m a t , w r i t e .................... ....................... ............... ...................... ............... ............... ........ 3 9 3 . 6 6 s e t ...

  • Barco PGWU-618 - page 7

    1. Introdu ction 1. INTROD UCTION 1.1 About this document What is the purpose of this documen t? This document is applicable for the Barco device mentioned on the front page of this document and can thu s not be used on any other equipment. It explains how the c ommu nication wit h the device is accomplis hed. In order to be able to c ommunicate wi ...

  • Barco PGWU-618 - page 8

    1. Introduc tion 4 R5905746 COMMAND CATA LOG 06/01/2014 ...

  • Barco PGWU-618 - page 9

    2. The Barc o Projec tion Pro tocol 2. THE BARCO PROJECTION PROT OCOL Overview • T he Barc o Pro jectio n P rotoco l explain ed • Ethernet comm unication • RS232/RS422/USB -B communication • The c ommand representation in this manu al 2.1 The Barco Projection Protocol explained Usage The Barco Projection Protocol is us ed for the serial c o ...

  • Barco PGWU-618 - page 10

    2. The Barc o Projec tion Pro tocol Character strings can be formatted in two ways: • C-style format An array of one or more characters which is terminated by a NULL character ( 0x00 ). The position of the NULL character determines the length of th e string. Example: ’f’ ’o’ ’o’ ’ ’ ’b’ ’a’ ’r ’ 0x00 • Pascal-style f ...

  • Barco PGWU-618 - page 11

    2. The Barc o Projec tion Pro tocol Sending and receiving a c ommand A command which is sent to the device will consist of a request. A comm and which is received b y the client will consist of a response. Requests must be sent in the Barco Projection Protocol format: each request needs to be structur ed in the c orrect way before it i s sent to th ...

  • Barco PGWU-618 - page 12

    2. The Barc o Projec tion Pro tocol 2.2 Ethernet communication Introduction The communication follows a cli ent/server model where the device is t he server . T his means that the device responds on requests that are sent by a client. The dev ice will not send out messages on its own initiative. The communication is bloc king which means that when ...

  • Barco PGWU-618 - page 13

    2. The Barc o Projec tion Pro tocol T ypically , the following s trings will be returned: • hostname=value ; the hostname of the devi ce • ip-address=value ; the IP address of the device • mac-address=value ; t he MAC addr ess of the NIC o n the device • type=value ; the device type (not for DP90/DP100 pr ojectors) Remarks: • The broadcas ...

  • Barco PGWU-618 - page 14

    2. The Barc o Projec tion Pro tocol RS232/422 input (Sub-D) port Pin Description 5 GND : Ground 6 DSR : Data Set Ready [RS232] RXD+ : Recei ved Data [RS422] 7 — (not conn ected) — 8 CTS : C lear T o Send 9 RI : Ring Indicator 2.4 The command re presentation in t his manual About the command representation in this manual • Title : T he titl e ...

  • Barco PGWU-618 - page 15

    3. Commands 3. COMMANDS 3.1 decrement noise reduc tion, write About this command This command decrem ents the noise reduction by one. Request Pos Size Name Description Content 0 1 dec adj byte value known as "dec adj" 0x23 dec adj (h ex) 1 1 adj noise reduction 0x73 adj noise reduction (hex) 3.2 get about info, rea d About this command Th ...

  • Barco PGWU-618 - page 16

    3. Commands Pos Size Name Description Content BYTE1 (hex) BYTE2 (hex) BYTE3 (hex) BYTE4 (hex) BYTE5 (hex) 14-19 6 system FW version BYTE6 (hex) 0x00 HDMI (hex) 0x01 VGA (he x) 0x02 DVI (hex) 0x03 BNC (h ex) 0x04 CVBS (hex) 20 1 main source 0x1A invalid (hex) 0x00 HDMI (hex) 0x01 VGA (he x) 0x02 DVI (hex) 0x03 BNC (h ex) 0x04 CVBS (hex) 21 1 PIP sou ...

  • Barco PGWU-618 - page 17

    3. Commands Pos Size Name Description Content 0x00 Off (hex) 43 1 rear projection mode status 0x01 On (hex) 0x00 Off (hex) 44 1 ceiling mode status 0x01 On (hex) 0x00 invalid (hex) 0x01 auto (hex) 0x02 RGB (hex) 45 1 format (color space) 0x03 YUV (hex) 3.3 get advanced control info, read About this command This command gets the "advanced contr ...

  • Barco PGWU-618 - page 18

    3. Commands 3.4 get aspect ra tio fi le, rea d About this command This command gets the aspect ratio fi le value. Request Pos Size Name Description Content 0 1 get adj byte value known as "get adj" 0x21 get adj (hex) 1 1 adj a spect ratio 0x0B adj aspect ratio (hex) 2 1 aspect ratio fi le 0xC0 aspect ratio fi le (hex) Response Pos Siz ...

  • Barco PGWU-618 - page 19

    3. Commands Request Pos Size Name Description Content 0 1 get adj byte value known as "get adj" 0x21 get adj (hex) 1 1 adj auto p ower off 0xA6 adj auto p ower off (hex) Response Pos Size Name Description Content 0 1 get adj byte value known as "get adj" 0x21 get adj (hex) 11 adj auto p ower off 0xA6 adj auto p ower off (hex) 0x ...

  • Barco PGWU-618 - page 20

    3. Commands 3.9 get brightness, read About this command This command gets the brightness value of the acti ve source. Request Pos Size Name Description Content 0 1 get adj byte value known as "get adj" 0x21 get adj (hex) 1 1 adj brightness 0x02 adj brightness (hex) Response Pos Size Name Description Content 0 1 get adj byte value known as ...

  • Barco PGWU-618 - page 21

    3. Commands Pos Size Name Description Content 0x00 invalid (hex) 0x01 native (hex) 0x02 3200K (hex) 0x03 5400K (hex) 0x04 6500K (hex) 2 1 color temperature value 0x05 8800K (hex) 3.12 get color wheel inde x, read About this command This command gets the color wheel index. Request Pos Size Name Description Content 0 1 get color wheel index 0x58 get ...

  • Barco PGWU-618 - page 22

    3. Commands 3.14 get diagnostics info, read About this command This command gets the "diagnostics" info of the projector . Request Pos Size Name Description Content 0x2A 0x07 0-2 3 get diagnostics info 0xA2 Response Pos Size Name Description Content 0x2A 0x07 0-2 3 get diagnostics info 0xA2 0x00 lamp 1 failure (hex) 0x01 TBD (reserved) (h ...

  • Barco PGWU-618 - page 23

    3. Commands Pos Size Name Description Content 1 1 adj dimm ing 0x0D adj dimming (h ex) 0x00 276.4W (hex) 0x01 300W (hex) 0x02 321W (hex) 0x03 343.1W (hex) 0x04 360W (hex) 0x05 378W (hex) 0x06 400W (hex) 0x07 420W (hex) 0x08 442W (hex) 2 1 dimming value la mp powe r (W att) 0x09 462W (hex) 3.16 get display mode, read About this command This command ...

  • Barco PGWU-618 - page 24

    3. Commands Pos Size Name Description Content 0x00 invalid (hex) 0x01 auto (hex) 0x02 RGB (hex) 21 format (color space) 0x03 YUV (hex) 3.18 get gamma, read About this command This command gets the gamma value. Request Pos Size Name Description Content 0 1 get adj byte value known as "get adj" 0x21 get adj (hex) 1 1 adj gamma 0x70 adj gamm ...

  • Barco PGWU-618 - page 25

    3. Commands Pos Size Name Description Content 0x00 HDMI (hex) 0x01 VGA (he x) 0x02 DVI (hex) 0x03 BNC (h ex) 0x04 CVBS (hex) 6 1 main s ource 0x1A invalid (hex) 3.20 get geometry adjust info, read About this command This command gets the "geometry adjust info" of the projector . Request Pos Size Name Description Content 0x2A 0x04 0-2 3 ge ...

  • Barco PGWU-618 - page 26

    3. Commands Response Pos Size Name Description Content 0 1 get adj byte value known as "get adj" 0x21 get adj (hex) 1 1 get H start 0x11 get H start (hex) 2 1 H start value range 0->100 (OSD range 0 ->100) H start value (hex) 3.22 get high alti tude, read About this command This command ge ts the high altitude setting. Request Pos S ...

  • Barco PGWU-618 - page 27

    3. Commands Pos Size Name Description Content 0x00 fi lm (h e x) 0x01 video (hex) 0x02 graphics (hex) 9 1 gamm a value 0x03 standard (hex) 3.24 get input black bal ance, read About this command This command gets the input b lack balance value of the active source. This is applicable for the spe ci fi ed color . Request Pos Size Name Description C ...

  • Barco PGWU-618 - page 28

    3. Commands 3.26 get input white ba lance, read About this command This command gets the input w hite balance value of the active source. This is applicable for the speci fi ed color . Request Pos Size Name Description Content 0 1 get adj byte value known as "get adj" 0x21 get adj (hex) 1 1 adj input white balance 0x6F adj input white ba ...

  • Barco PGWU-618 - page 29

    3. Commands Request Pos Size Name Description Content 0x2A 0x06 0-2 3 get IP con fi gu ration inf o 0xA2 Response Pos Size Name Description Content 0x2A 0x06 0-2 3 get IP con fi gu ration inf o 0xA2 fi rst octet (he x) second octet (hex) third octet (hex) 3-6 4 IP address fourth octet (hex) fi rst octet (he x) second octet (hex) third octet (he ...

  • Barco PGWU-618 - page 30

    3. Commands Pos Size Name Description Content 0x01 l a m p1( h e x ) 0x02 l a m p2( h e x ) 0x03 l a m p3( h e x ) 2 1 lamp num ber 0x04 l a m p4( h e x ) Response Pos Size Name Description Content 01 l a m p 0x76 lamp (hex) 1 1 get lamp max runtime 0x89 get lamp max runtime (hex) 0x01 l a m p1( h e x ) 0x02 l a m p2( h e x ) 0x03 l a m p3( h e x ) ...

  • Barco PGWU-618 - page 31

    3. Commands 3.31 get lamp runtime, read About this command This command ge ts the runtime of the lamp. Request Pos Size Name Description Content 01 l a m p 0x76 lamp (hex) 1 1 get lamp ru ntime 0x90 get lamp runtime (hex ) 0x01 l a m p1( h e x ) 0x02 l a m p2( h e x ) 0x03 l a m p3( h e x ) 2 1 lamp num ber 0x04 l a m p4( h e x ) Response Pos Size ...

  • Barco PGWU-618 - page 32

    3. Commands 3.33 get main zoom, read About this command This command gets the main zoom in/out. Request Pos Size Name Description Content 0 1 get m ain zoom 0xA1 get main zoom (hex) 1 1 get m ain zoom 0x00 get main zoom (hex) Response Pos Size Name Description Content 0 1 get m ain zoom 0xA1 get main zoom (hex) 1 1 get m ain zoom 0x00 get main zoom ...

  • Barco PGWU-618 - page 33

    3. Commands Response Pos Size Name Description Content 0 1 get adj byte value known as "get adj" 0x21 get adj (hex) 1 1 adj no signal color 0x7B adj no signal color (hex) 0x01 logo (hex) 0x02 blue (hex) 0x03 black (hex) 2 1 value background color value 0x04 white (hex) 3.36 get noise reduction, read About this command This command gets th ...

  • Barco PGWU-618 - page 34

    3. Commands Request Pos Size Name Description Content 0 1 get PIP enable 0xA1 get PIP enable (hex) 1 1 get PIP enable 0x01 get PIP enable (hex) Response Pos Size Name Description Content 0 1 get PIP enable 0xA1 get PIP enable (hex) 1 1 get PIP enable 0x01 get PIP enable (hex) 0x00 Off (hex) 2 1 PIP enable value 0x01 On (hex) 3.39 get PIP position, ...

  • Barco PGWU-618 - page 35

    3. Commands Pos Size Name Description Content 0x00 HDMI (hex) 0x01 VGA (he x) 0x02 DVI (hex) 0x03 BNC (h ex) 2 1 PIP select value 0x04 CVBS (hex) 3.41 get PIP size, read About this command This command gets the PIP size. Request Pos Size Name Description Content 0 1 ge t PIP size 0xA1 get PIP size (hex) 1 1 ge t PIP size 0x03 get PIP size (hex) Res ...

  • Barco PGWU-618 - page 36

    3. Commands Request Pos Size Name Description Content 0 1 get resolution 0xF0 get resolution (hex) 1 1 get resolution 0x01 get resolution (hex) Response Pos Size Name Description Content 0 1 get resolution 0xF0 get resolution (hex) 1 1 get resolution 0x01 get resolution (hex) BYTE 1 (hex) BYTE 2 (hex) BYTE 3 (hex) 2-5 4 resolution value R e s o l u ...

  • Barco PGWU-618 - page 37

    3. Commands Pos Size Name Description Content BYTE1 (hex) BYTE2 (hex) BYTE3 (hex) BYTE4 (hex) BYTE5 (hex) BYTE6 (hex) BYTE7 (hex) BYTE8 (hex) BYTE9 (hex) 3-12 10 serial number BYTE 10 (h ex) 3.46 get sharpness, read About this command This command gets the sharpness value of the active sour ce. Request Pos Size Name Description Content 0 1 get adj ...

  • Barco PGWU-618 - page 38

    3. Commands 3.48 g et V star t, r ead About this command This comm and gets the v ertical start pixel for the VGA and BN C inputs. Request Pos Size Name Description Content 0 1 get adj byte value known as "get adj" 0x21 get adj (hex) 1 1 get V s tart 0x12 get V start (hex) Response Pos Size Name Description Content 0 1 get adj byte value ...

  • Barco PGWU-618 - page 39

    3. Commands Pos Size Name Description Content 0x00 PW392 (hex) 0x01 DDP442x (hex) 0x08 PIC (hex) 0x0C Lan module (hex) 0x10 Waveform (hex ) 2 1 to data index 0x14 EDID (hex) major version (MSB) (h ex) major version (LSB) (hex ) build number (M SB) (hex) build number (hex) build number (hex) 3-8 6 version E ach version consists of 6 bytes: - Byte 0- ...

  • Barco PGWU-618 - page 40

    3. Commands 3.52 reset se ttings to fact ory defaults , write About this command This command resets the settings t o factory def aults. Request Pos Size Name Description Content 0 1 factory defaults 0x31 factory default s (hex) 3.53 set aspect rat io fi le, write About this command This command s ets the aspect ratio fi le value. Request Pos Siz ...

  • Barco PGWU-618 - page 41

    3. Commands Pos Size Name Description Content 0x00 Off (hex) 21 auto pow er off status 0x01 On (hex) 3.56 set auto power on, write About this command This command s ets the auto power on m ode. Request Pos Size Name Description Content 0 1 set adj byte value known as "set adj" 0x20 set adj (hex) 1 1 adj auto p ower on 0xA7 adj auto p ower ...

  • Barco PGWU-618 - page 42

    3. Commands Request Pos Size Name Description Content 0 1 set adj byte value known as "set adj" 0x20 set adj (hex) 1 1 adj ceiling 0xA3 adj ceiling (hex) 0x00 Off (hex) 2 1 ceiling mode status 0x01 On (hex) 3.60 set color temperature , write About this command This command sets the color temperature of the acti ve source. Request Pos Size ...

  • Barco PGWU-618 - page 43

    3. Commands 3.63 set dimming, write About this command This command sets the dimming value. Request Pos Size Name Description Content 0 1 set adj byte value known as "set adj" 0x20 set adj (hex) 1 1 adj dimm ing 0x0D adj dimming (h ex) 0x00 276.4W (hex) 0x01 300W (hex) 0x02 321W (hex) 0x03 343.1W (hex) 0x04 360W (hex) 0x05 378W (hex) 0x06 ...

  • Barco PGWU-618 - page 44

    3. Commands 3.66 set gamma, write About this command This command sets the gamm a value. Request Pos Size Name Description Content 0 1 set adj byte value known as "set adj" 0x20 set adj (hex) 1 1 adj gamma 0x70 adj gamma (hex) 0x00 fi lm (h e x) 0x01 video (hex) 0x02 graphics (hex) 2 1 gamm a value 0x03 standard (hex) 3.67 se t H star t, ...

  • Barco PGWU-618 - page 45

    3. Commands Pos Size Name Description Content 0x00 red (hex) 0x01 green (hex) 21 c o l o r color speci fi ca ti on 0x02 blue (hex) 3 1 balance value range 0->100 (OSD range 0 ->100) balance value (hex) 3.70 set input selecti on, write About this command This command s ets the input of the projector . Request Pos Size Name Description Content ...

  • Barco PGWU-618 - page 46

    3. Commands Pos Size Name Description Content 0x00 none (hex) 0x01 white (hex) 1 1 internal pattern number 0x02 grid (hex) 3.73 set lens center , writ e About this command This command sets the lens t o the center . Request Pos Size Name Description Content 0 1 lens 0xF4 lens (hex) 1 1 set lens center 0x88 s et lens center (hex) 3.74 set lens focus ...

  • Barco PGWU-618 - page 47

    3. Commands Request Pos Size Name Description Content 0 1 lens 0xF4 lens (hex) 1 1 set lens zoom 0x82 set lens zoom (hex) 0x00 zoom in (hex) 2 1 lens zoom value z oom direction 0x01 zoom out (hex) 3.77 set main zoom, write About this command This command sets the main zoom in/out. Request Pos Size Name Description Content 0 1 set main zoom 0xA0 set ...

  • Barco PGWU-618 - page 48

    3. Commands Pos Size Name Description Content 0x01 logo (hex) 0x02 blue (hex) 0x03 black (hex) 2 1 background color 0x04 white (hex) 3.80 set noise reduction, write About this command This command sets the noise reduction value of t he active source. Request Pos Size Name Description Content 0 1 set adj byte value known as "set adj" 0x20 ...

  • Barco PGWU-618 - page 49

    3. Commands Request Pos Size Name Description Content 0 1 set P IP position 0xA0 set PIP position (hex) 1 1 set P IP position 0x04 set PIP position (hex) 0x00 top left (hex) 0x01 top right (hex) 0x02 bottom left (hex) 2 1 PIP position value 0x03 bottom right (hex) 3.84 set PIP select, write About this command This command sets the PIP select value. ...

  • Barco PGWU-618 - page 50

    3. Commands Pos Size Name Description Content 0x00 Off (hex) 11 power status 0x03 On (hex) 3.87 set rea r pro ject io n mod e, w rite About this command This command s ets the rear projection mode. Request Pos Size Name Description Content 0 1 set adj byte value known as "set adj" 0x20 set adj (hex) 1 1 adj rear 0xA2 adj rear (hex) 0x00 O ...

  • Barco PGWU-618 - page 51

    3. Commands Request Pos Size Name Description Content 0x2A 0x01 0-2 3 set TCP/IP 0xA3 fi rst octet (he x) second octet (hex) third octet (hex) 3-6 4 IP address fourth octet (hex) fi rst octet (he x) second octet (hex) third octet (hex) 7-10 4 subnet mask fourth octet (hex) fi rst octet (he x) second octet (hex) third octet (hex) 1 1-14 4 default ...

  • Barco PGWU-618 - page 52

    3. Commands 3.93 set warp keyst one vertical , write About this command This command sets the war p keystone vertical value. Request Pos Size Name Description Content 0 1 set adj byte value known as "set adj" 0x20 set adj (hex) 1 1 adj warp 0xA1 adj warp (hex) 2 1 w arp keysto ne vertica l 0x01 warp keystone vertical (hex) 3 1 keystone va ...

  • Barco PGWU-618 - page 53

    Index INDEX A About this doc ument 3 B Barco Pro jection Protocol 5 C Command representation 10 D decrement noise reduction 1 1 write 1 1 E Ethernet 8 G get about info 1 1 read 1 1 get advanced c ontrol info 13 read 13 get aspect ratio fi le 1 4 read 14 get auto image adjust 14 read 14 get auto power off 14 read 14 get auto power on 15 read 15 get ...

  • Barco PGWU-618 - page 54

    Index get ceiling mode 16 get color temperature 16 get color w heel index 17 get contrast 17 get diagnostics info 18 get dimming 18 get display mode 19 get format 19 get gamma 20 get general info 20 get geometry adjust info 21 get H start 21 get high altitude 22 get image setting info 22 get input black balance 23 get input selection 23 get input w ...

  • Barco PGWU-618 - page 55

    Index set contrast 38 set dimming 39 set display m ode 39 set format 39 set gamma 40 set H start 4 0 set high altitude 40 set input black balance 40 set input selec tion 41 set input white balance 41 set internal pattern 41 set lens center 42 set lens focus 42 set lens shift 42 set lens zoom 42 set main zoom 43 set menu position 43 set no si gna l ...

Manufacturer Barco Category Home Theater System

Documents that we receive from a manufacturer of a Barco PGWU-618 can be divided into several groups. They are, among others:
- Barco technical drawings
- PGWU-618 manuals
- Barco product data sheets
- information booklets
- or energy labels Barco PGWU-618
All of them are important, but the most important information from the point of view of use of the device are in the user manual Barco PGWU-618.

A group of documents referred to as user manuals is also divided into more specific types, such as: Installation manuals Barco PGWU-618, service manual, brief instructions and user manuals Barco PGWU-618. Depending on your needs, you should look for the document you need. In our website you can view the most popular manual of the product Barco PGWU-618.

Similar manuals

A complete manual for the device Barco PGWU-618, how should it look like?
A manual, also referred to as a user manual, or simply "instructions" is a technical document designed to assist in the use Barco PGWU-618 by users. Manuals are usually written by a technical writer, but in a language understandable to all users of Barco PGWU-618.

A complete Barco manual, should contain several basic components. Some of them are less important, such as: cover / title page or copyright page. However, the remaining part should provide us with information that is important from the point of view of the user.

1. Preface and tips on how to use the manual Barco PGWU-618 - At the beginning of each manual we should find clues about how to use the guidelines. It should include information about the location of the Contents of the Barco PGWU-618, FAQ or common problems, i.e. places that are most often searched by users in each manual
2. Contents - index of all tips concerning the Barco PGWU-618, that we can find in the current document
3. Tips how to use the basic functions of the device Barco PGWU-618 - which should help us in our first steps of using Barco PGWU-618
4. Troubleshooting - systematic sequence of activities that will help us diagnose and subsequently solve the most important problems with Barco PGWU-618
5. FAQ - Frequently Asked Questions
6. Contact detailsInformation about where to look for contact to the manufacturer/service of Barco PGWU-618 in a specific country, if it was not possible to solve the problem on our own.

Do you have a question concerning Barco PGWU-618?

Use the form below

If you did not solve your problem by using a manual Barco PGWU-618, ask a question using the form below. If a user had a similar problem with Barco PGWU-618 it is likely that he will want to share the way to solve it.

Copy the text from the picture

Comments (0)