Panasonic LCD Projector Pt Vx410 Operating Instructions
Have a look at the manual Panasonic LCD Projector Pt Vx410 Operating Instructions online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 10737 Panasonic manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.
Technical Information PJLink protocol The network function of the projector supports PJLink class 1, and the PJLink protocol can be used to perform projector setting and projector status query operations from a computer. Control commands The following table lists the PJLink protocol commands that can be used to control the projector. x characters in tables are non-specific characters. f CommandControl detailsParameter / return stringRemark POWRPower supply control01StandbyPower ON POWR ?Power supply status query 0123 StandbyPower ONCool-down in progressWarm-up in profress INPTInput selection1112212231 RGB 1RGB 2 VIDEO S-VIDEO HDMI INPT ?Input selection query AVMTAV MUTE control30 31AV MUTE mode offAV MUTE mode onAVMT ?AV MUTE status query ERST ?Error status queryxxxxxx 1st byte Indicates fan errors, range 0 – 2. f 0 = No error isdetectedf 1 = Warningf 2 = Error 2nd byteIndicates lamp errors, range 0 – 2 3rd byteIndicates temperature errors, range 0 – 2. 4th byteFixed at 0. 5th byteIndicates filter errors, range 0 – 2. 6th byteIndicates other errors, range 0 – 2. LAMP ?Lamp status queryxxxxxxxxxxxx1st digits (1 – 5 digits) : Lamp cumulative operating time2nd digit : 0 = Lamp off, 1 = Lamp on INST ?Input selection list query11 12 21 22 31 NAME ?Projector name queryxxxxxThe name set for [NAME CHANGE] in [NETWORK] is returned. INF1 ?Manufacturer name queryPanasonicReturns manufacturer name. INF2 ?Model name queryVW340ZVX410ZReturns model name. INF0 ?Other information queryxxxxxReturns information such as version number. CLSS ?Class information query1Returns class for PJLink. PJLink security authorization The password used for PJLink is the same as that of the password set for web control. When using the projector without security authentication, do not set a p\ assword for web control. For specifications related to PJLink, refer to the website of Japan Business Machine and Information System Industries f Association. URL http://pjlink.jbmia.or.jp/english/ ENGLISH - 101 Chapter 6 Appendix - Technical Information
Control commands via LAN When WEB Control administrator rights password is set (Protect mode) Connection method Obtain the IP address and port number (Initial set value = 1 024) of the projector \ and make a request 1) for connection to the projector. Acquire the IP address from the menu screen of the projector, and the port number from the WEB control page. f IP address :Obtain from MAIN MENU → [NETWORK] → [STATUS] Port No. :Acquire from the WEB control [Detailed set up] → [Port set up] page There is a response from the projector.2) Data sectionBlankModeBlankRandom number sectionTermination symbol Command example “NTCONTROL” (ASCII string) ‘ ’ 0x20 ‘1’ 0x31 ‘ ’ 0x20 “zzzzzzzz” (ASCII code hexadecimal number) (CR) 0x0d Data length9 bytes1 byte1 byte1 byte8 bytes1 byte Mode : 1 = Protect mode f Generate a 32-byte hash value from the following data using MD5 algorith\ m.3) “xxxxxx:yyyyy:zzzzzzzz” f xxxxxx :Administrator rights user name for WEB CONTROL (Default user name is “admin1”) yyyyy :Password of above administrator rights user (Default password is “panasonic”) zzzzzzzz :8-byte random number obtained in Step 2 Command transmission method Transmit using the following command format. Transmitted data r HeaderData sectionTermination symbol Command example Hash value (See above ) ‘0’ 0x30 ‘0’ 0x30 Control command (ASCII string) (CR) 0x0d Data length32 bytes1 byte1 byteUndefined length1 byte Receive data r HeaderData sectionTermination symbol Command example ‘0’ 0x30 ‘0’ 0x30 Control command (ASCII string) (CR) 0x0d Data length1 byte1 byteUndefined length1 byte Error response r StringDetailsTermination symbol Message " ERR1"Undefined control command (CR) 0x0d "ERR2"Out of parameter range "ERR3"Busy state or no-acceptable period "ERR4"Timeout or no-acceptable period "ERR5"Wrong data length " ER R A"Password mismatch Data length4 bytes―1 bytes 102 - ENGLISH Chapter 6 Appendix - Technical Information
When WEB Control administrator rights password is not set (Non-protect \ mode) Connection method Obtain the IP address and port number (Initial set value = 1 024) of the projector \ and make a request 1) for connection to the projector. Acquire the IP address from the menu screen of the projector, and the port number from the WEB control page. f IP address :Obtain from main menu → [NETWORK] → [STATUS] Port No. :Acquire from the WEB control [Detailed set up] → [Port set up] page There is a response from the projector.2) Response data r Data sectionBlankModeTermination symbol Command example “NTCONTROL” (ASCII string) ‘ ’ 0x20 ‘0’ 0x30 (CR) 0x0d Data length9 bytes1 byte1 byte1 byte Mode : 0 = Non-protect mode f Command transmission method Transmit by the following command format. Transmitted data r HeaderData sectionTermination symbol Command example ‘0’ 0x30 ‘0’ 0x30 Control command (ASCII string) (CR) 0x0d Data length1 byte1 byteUndefined length1 byte Receive data r HeaderData sectionTermination symbol Command example‘0’0x30‘0’0x30Control command(ASCII string)(CR)0x0d Data length1 byte1 byteUndefined length1 byte Response data r StringDetailsTermination symbol Message " ERR1"Undefined control command (CR) 0x0d "ERR2"Out of parameter range "ERR3"Busy state or no-acceptable period "ERR4"Timeout or no-acceptable period "ERR5"Wrong data length " ER R A"Password mismatch Data length4 bytes―1 bytes ENGLISH - 103 Chapter 6 Appendix - Technical Information
Serial terminal The serial connector which is on the connector panel of the projector conforms to the RS-232C interface specification, so that the projector can be controlled by a personal computer which is connecte\ d to this connector. Connection Connecting terminals on projector D-Sub 9-pin (female) Computer D-Sub 9-pin (male) Communication cable (straight) Pin assignments and signal names D-Sub 9-pin (female)Outside viewPin No.Signal nameContents —NC TXDTransmitted data RXDReceived data —NC GNDEarth —NC CTSConnected internallyRTS —NC Communication conditions Signal levelRS-232C-compliant Sync. methodAsynchronous Baud rate9 600 bps ParityNone Character length8 bits Stop bit1 bit X parameterNone S parameterNone 104 - ENGLISH Chapter 6 Appendix - Technical Information
Basic format Transmission from the computer begins with STX, then the command, parameter, and ETX are sent in this order. Add parameters according to the details of control. STXAD I1I2 ;C1C2 C3 : P1 P2Pn ETX When sending commands without parameters, a colon (:) is not necessary .* Basic format (with sub command) S1S2S3S4S5 EP1P2P3P4P5P6 STX AD I1I2 ;C1C2C3 : ETX Same as basic format Sub command (5 bytes) Operation (1 byte) “=” (Value specified using parameter is set)Parameter (6 bytes)* Symbol “+” or “ -” (1 byte) and set value or ad - justment value (5 bytes) When transmitting a command which does not need a parameter, the operation (E) and parameter are not necessary.* Attention If a command is transmitted after the lamp starts illuminating, there ma\ y be a delay in response or the command may not be f executed. Try sending or receiving any command after 60 seconds. When transmitting multiple commands, be sure to wait until 0.5 seconds h\ as elapsed after receiving the response from the f projector before sending the next command. When transmitting a command which does not need a parameter , a colon (:) is not necessary. Note If a command cannot be executed, the “ER401” response is sent from the projector to the computer. f If an invalid parameter is sent, the “ER402” response is sent from the projector to the computer. f ID transmission in RS-232C supports ZZ (ALL) and 01 to 64, as well as 0A to 0Z groups. f If a command is sent with a specified ID, a response will be sent to the computer only in the following cases. f - It matches the projector ID. - [PROJECTOR ID] (Æpage 66) is set to [ALL]. STX and ETX are character codes. STX shown in hexadecimal is 02, and ETX shown in hexadecimal is 03. f ID designate ZZ, 01 to 06 Start (1 byte) (2 byte) 2 ID characters (2 bytes)Semi-colon(1 byte) 3 command characters (3 bytes)Colon(1 byte) Parameter (underfined length)End (1 byte) ENGLISH - 105 Chapter 6 Appendix - Technical Information
Cable specifications [When connected to a computer] Projector ( terminal) 1NCNC1 Computer (DTE specifications) 22334NCNC4556NCNC677889NCNC9 Control commands When controlling the projector from a computer, the following commands are available: Projector control command r CommandControl contentsParameter / return stringRemarks PONPower on―To check if the power is on, use the “Power query” command.POFPower off IISINPUT selection VID SVD RG1 RG2 HD1 VIDEO S-VIDEO RGB1 RGB2 HDMI OSHAV mute function0 1 AV MUTE mode off AV MUTE mode on OFZFreeze0[OFF] 1[ON] AUUVolume up AUDVolume down DZUD. ZOOM up DZDD. ZOOM down QPWPower query000Standby 001Power on Q$SLamp condition query 0 1 2 3 Stand-by Lamp ON control active Lamp ON Lamp OFF control active 106 - ENGLISH Chapter 6 Appendix - Technical Information
Two window display combination list Sub Window COMPUTER1COMPUTER2 HDMIVIDEOS-VIDEO Main WindowRGBYCBCR/YPBPRRGB COMPUTER1RGB―――l―― YCBCR/YPBPR―――l―― COMPUTER2RGB―――l―― HDMIlll―ll VIDEO―――l―― S-VIDEO―――l―― l : Picture in Picture combinations are enabled. ―: Picture in Picture combinations are disabled. Note When setting the movie-based signal 1080/24p, 1080/24sF,1080/25p, 1080/30p, 1080/50p or 1080/60p for HDMI input, the f two window display function will be disabled. The image of the sub window picture may be distorted depending on the co\ mbination of signals. f When the selected input combinations or the input signals are not corres\ pond with the two window display, the message f "CANNOT DISPLAY THIS INPUT COMBINATION IN P IN P" will be displayed. ENGLISH - 107 Chapter 6 Appendix - Technical Information
List of compatible signals The following table specifies the type of signals compatible with the projectors. Symbols that indicate formats are as follows. fV = VIDEO, S = S-VIDEO, C = RGB, Y = YCBCR/YPBPR, H = HDMI ModeDisplay resolution(dots) Scanning frequencyDot clock frequency (MHz)Format*1PnP*2 H (kHz)V (Hz)COMPUTER1 /COMPUTER2HDMI NTSC/NTSC4.43/ PAL-M/PAL60720 x 480i15.759.9―V/S―― PAL/PAL-N/SECAM720 x 576i15.650.0―V/S―― 525i (480i)720 x 480i15.759.913.5C/Y―― 625i (576i)720 x 576i15.650.013.5C/Y―― 525i (480i)720 (1440) x 480i*315.759.927.0H―― 625i (576i)720 (1440) x 576i*315.650.027.0H―― 525p (480p)720 x 48331.559.927.0C/Y/H―l 625p (576p)720 x 57631.350.027.0C/Y/H―l 750 (720) /60p1 280 x 72045.060.074.3C/Y/H―l 750 (720) /50p1 280 x 72037.550.074.3C/Y/H―l 1125 (1080) /60i*41 920 x 1 080i33.860.074.3C/Y/H―l 1125 (1080) /50i1 920 x 1 080i28.150.074.3C/Y/H―l 1125 (1080) /24p1 920 x 1 08027.024.074.3C/Y/H―l 1125 (1080) /24sF1 920 x 1 080i27.048.074.3C/Y/H―― 1125 (1080) /25p1 920 x 1 08028.125.074.3C/Y/H―― 1125 (1080) /30p1 920 x 1 08033.830.074.3C/Y/H―― 1125 (1080) /60p1 920 x 1 08067.560.0148.5C/Y/H―l 1125 (1080) /50p1 920 x 1 08056.350.0148.5C/Y/H―l VESA400640 x 40031.570.125.2C/H―― 640 x 40037.985.131.5C/H―― VGA 640 x 48031.559.925.2C/Hll 640 x 48035.066.730.2C/Hl― 640 x 48037.972.831.5C/Hl― 640 x 48037.575.031.5C/Hl― 640 x 48043.385.036.0C/H―― SVGA 800 x 60035.256.336.0C/Hl― 800 x 60037.960.340.0C/Hll 800 x 60048.172.250.0C/Hl― 800 x 60046.975.049.5C/Hl― 800 x 60053.785.156.3C/H―― MAC16832 x 62449.774.657.3C/Hl― XGA 1 024 x 76839.650.051.9C/H―― 1 024 x 76848.460.065.0C/Hll 1 024 x 76856.570.175.0C/Hl― 1 024 x 76860.075.078.8C/Hl― 1 024 x 76865.581.686.0C/H―― 1 024 x 76868.785.094.5C/H―― 1 024 x 76880.0100.0105.0C/H―― MXGA 1 152 x 86464.070.094.2C/H―― 1 152 x 86467.574.9108.0C/H―― 1 152 x 86477.185.0119.7C/H―― MAC211 152 x 87068.775.1100.0C/H―― 1280 x 7201 280 x 72037.150.060.5C/H―― 1 280 x 72044.860.074.5C/H―― 1280 x 7681 280 x 76860.374.9102.3C/H―― 1 280 x 76868.684.8117.5C/H―― 108 - ENGLISH Chapter 6 Appendix - Technical Information
ModeDisplay resolution(dots) Scanning frequencyDot clock frequency (MHz)Format*1PnP*2 H (kHz)V (Hz)COMPUTER1 /COMPUTER2HDMI 1280 x 8001 280 x 80041.250.069.9C/H―― 1 280 x 80049.760.084.7C/Hll MSXGA1 280 x 96060.060.0108.0C/H―― SXGA 1 280 x 1 02464.060.0108.0C/Hll 1 280 x 1 02480.075.0135.0C/Hl― 1 280 x 1 02491.185.0157.5C/H―― 1366 x 7681 366 x 76839.650.069.9C/H―― 1 366 x 76847.760.084.7C/Hll SXGA+1 400 x 1 05065.260.0122.6C/H―― 1 400 x 1 05082.275.0155.9C/H―― WXGA+1 400 x 900*555.559.988.8C/H―― 1600 x 9001 600 x 90046.350.097.0C/H―― 1 600 x 90055.960.0119.0C/Hll UXGA1 600 x 1 20075.060.0162.0C/Hll WSXGA+1 680 x 1 05065.260.0146.3C/Hll 1920 x 10801 920 x 1 080*566.659.9138.5C/H―― WUXGA1 920 x 1 200*574.060.0154.0C/H―― terminal is only for RGB signals input.*1 Where marked "*2 l" signals indicates in Plug and Play is compatible with EDID of projector. Unmarked signals in Plug and Play may also be compliant if input terminals are written in the format \ list. Where Plug and Play is unmarked and nothing is written in the format list, difficulties in projecting image may occur even when computer and projector appear to have same resolution. Pixel-Repetition signal (dot clock frequency 27.0 MHz) only.*3 When a 1125 (1035)/60i signal was input, it is displayed as a 1125 (1080)/60i signal.*4 VESA CVT-RB (Reduced Blanking)-compliant.*5 Note The number of display dots is 1 280 x 800 for the PT-VW340Z and 1 024 x 768 for the PT-VX410Z. f A signal with a different resolution will be projected after converting the resolution to m\ atch the projector display. “i” added to the resolution value indicates an interlaced signal. f When interlaced signals are connected, flicker may occur on the projected image. f ENGLISH - 109 Chapter 6 Appendix - Technical Information
Specifications Model No.PT-VW340ZPT-VX410Z Power supplyAC100 V - 240 V, 50 Hz/60 Hz Power consumption 100 V - 240 V, 3.5 A-1.3 A, 300 W When [STANDBY MODE] of [PROJECTOR SETUP] is set to [ECO]: 0.4 W When [STANDBY MODE] of [PROJECTOR SETUP] is set to [NORMAL]: 9 W LCD panel Panel size1.5 cm(0.59") (aspect ratio 16 : 10) 1.6 cm(0.63") (aspect ratio 4 : 3) Display method3 transparent LCD panels (RGB) Drive methodActive matrix method Pixels1 024 000 (1 280 x 800) x 3 panels 786 432 (1 024 x 768) x 3 panels LensManual zoom (1.6x) / Manual focus F 1.6 to 2.12, f 15.30 mm to 24.64 mm Luminous lamp230 W UHM lamp Light output *13 700 lm 4 200 lm Contrast ratio *23 000 : 1 (all white / all black) ([LAMP POWER] is set to [NORMAL], meanwhile [IRIS] is set to [ON]) 4 000 : 1 (all white / all black) ([LAMP POWER] is set to [NORMAL], meanwhile [IRIS] is set to [ON]) Appli- cable scanning frequen- cy *3 for Video signal (in- cluding S-video)Horizontal 15.75 kHz / 15.63 kHz, Vertical 60 Hz / 50 Hz for RGB signalHorizontal 15 kHz to 100 kHz, Vertical 50 Hz to 100 Hz Dot clock frequency: 140 MHz or less for YPBPR signal [525i(480i)] Horizontal 15.75 kHz, Vertical 60 Hz [525p(480p)] Horizontal 31.50 kHz, Vertical 60 Hz [750(720)/60p] Horizontal 45.00 kHz, Vertical 60 Hz [1125(1080)/60i] Horizontal 33.75 kHz, Vertical 60 Hz [625i(576i)] Horizontal 15.63 kHz, Vertical 50 Hz [625p(576p)] Horizontal 31.25 kHz, Vertical 50 Hz [750(720)/50p] Horizontal 37.50 kHz, Vertical 50 Hz [1125(1080)50i] Horizontal 28.13 kHz, Vertical 50 Hz HD/SYNC and V terminals are not compliant with 3 value composite SYNC for HDMI signal 525p(480p), 625p(576p), 750(720)/60p, 750(720)/50p, 1125(1080)/24p,1125(1080)/24sF, 1125(1080)/30p, 1125(1080)/60p, 1125(1080)/50p, 1125(1080)/60i, 1125(1080)/50i Displayable resolution: VGA to WUXGA (non-interlace) Dot clock frequency: up to 162 MHz Color system7 (NTSC, NTSC4.43, PAL, PAL-N, PAL-M, SECAM, PAL60) Projection size0.76 m -7.62 m (30"-300") Screen aspect ratio16 : 104 : 3 Projection scheme[FRONT/DESK], [FRONT/CEILING], [REAR/DESK], [REAR/CEILING] (Menu setting system) Speaker1 (4.0 cm round-type) Maximum usable volume output10 W These values of light output are measured under the condition that [LAMP POWER] is set to [NORMAL], [PICTURE *1 MODE] is set to [DYNAMIC] . Measurement, measuring conditions and method of notation all comply with ISO21 118 international standards. The value of contrast ratio is measured under the condition that [LAMP POWER] is set to [NORMAL], [PICTURE MODE] *2 is set to [DYNAMIC], [IRIS] is set to [ON]. Measurement, measuring conditions and method of notation all comply with ISO21118 international standards. For details of video signals that can be projected using this projector, refer to “List of compatible signals”. (*3 Æpages 108-109) 110 - ENGLISH Chapter 6 Appendix - Specifications