Table of Contents

Advertisement

Quick Links

Projector

Control Command

Reference Manual
Copyright (C) NEC Display Solutions, Ltd. 2014-2015
BDT140013
Revision 3.0

Advertisement

Table of Contents
loading

Summary of Contents for NEC M363XG

  • Page 1: Projector Control Command Reference Manual

    Projector Control Command Reference Manual Copyright (C) NEC Display Solutions, Ltd. 2014-2015 BDT140013 Revision 3.0...
  • Page 2: Introduction

    Great care has been taken in the preparation of this reference manual; however, should you notice any questionable points, errors or omissions, please contact us. Notwithstanding article 3. NEC will not be responsible for any claims on loss of profit or other matters deemed to result from using this reference manual.
  • Page 3: Table Of Contents

    Contents Projector Control Command Reference Manual ................1 Introduction ....................................2 Contents ..................................... 3 Connecting an External Device ....................5 Connection interface ..............................5 Communication conditions............................7 Command List .......................... 8 Understanding command details ..........................10 Parameters ................................. 10 Responses .................................. 11 Error code list ................................
  • Page 4 3.24 [ 053-4. REFERENCE LENS MEMORY CONTROL ] ....................48 3.25 [ 053-5. LENS MEMORY OPTION REQUEST ] ....................... 50 3.26 [ 053-6. LENS MEMORY OPTION SET ] ......................... 51 3.27 [ 053-7. LENS INFORMATION REQUEST ] ......................53 3.28 [ 053-10.
  • Page 5: Connecting An External Device

    Connecting an External Device This chapter describes how to connect the projector to an external device and communication conditions. Connection interface The projector can be connected to a PC or other external device using the methods mentioned below. For information about the connection method supported by the model in use, see the Appendix "Connecting an External Device".
  • Page 6 Connection via a network Information ・ Before connecting an external device via a network, check with the network administrator. ・ Some models cannot receive commands in standby mode. See Appendix "Standby Mode setting for receiving commands".  Connection using a wired LAN This method connects a PC and the projector using a LAN cable.
  • Page 7: Communication Conditions

    Communication conditions For information about the connection methods available for the model in use, see the Appendix "Connecting an External Device". Serial connection The RS-232C-compliant communication method is supported. Specify the communication settings of the software used to send and receive commands, as shown below. Item Detail Baud rate...
  • Page 8: Command List

    Command List Command Description Page to 009. ERROR STATUS REQUEST Gets information about errors occurring in the projector. 015. POWER ON Turns on the power of the projector. 016. POWER OFF Turns off the power of the projector. 018. INPUT SW CHANGE Switches the input terminal or entry list.
  • Page 9 Command Description Page to 078-1. SETTING REQUEST Gets information of the projector. 078-2. RUNNING STATUS REQUEST Gets the information about the operation status of the projector. 078-3. INPUT STATUS REQUEST Gets the information about the input signal status of the projector.
  • Page 10: Understanding Command Details

    Understanding command details In this manual, commands and responses are expressed as follows. 20h 88h <ID1> <ID2> 0Ch <DATA01> - <DATA12> <CKS> Command/response A series of strings enclosed in a frame represents a command or response (in hexadecimal notation). Parameter A character string in italic enclosed in brackets represents a parameter.
  • Page 11: Responses

    Responses After a command is sent to the projector, its result is returned as a response. How a response is returned differs depending on the execution result of the command. When the execution of a command succeeds When the command does not request data, a response is returned with no data part. When the command requests data, a response is returned with data added to data parts.
  • Page 12: Error Code List

    Error code list The following table lists the combinations of error codes (ERR1 and ERR2) and describes the error indicated by each combination. ERR1 ERR2 Error description The command cannot be recognized. The command is not supported by the model in use. The specified value is invalid.
  • Page 13: Command Details

    Command details [ 009. ERROR STATUS REQUEST ] Gets information about errors occurring in the projector. Command 00h 88h 00h 00h 00h 88h Response  When the command succeeds 20h 88h <ID1> <ID2> 0Ch <DATA01> - <DATA12> <CKS>  When the command fails A0h 88h <ID1>...
  • Page 14 <Error information list> Description Item DATA01 Error status (1) Bit0 Cover error Bit4 Fan error Bit1 Temperature error (bi-metallic Bit5 Power error strip) Bit2 None (fixed to 0) Bit6 Lamp (or lamp 1) off or backlight off Bit3 Fan error Bit7 Lamp (or lamp 1) in a replacement moratorium...
  • Page 15: 015. Power On ]

    [ 015. POWER ON ] Turns on the power of the projector. Information While this command is turning on the power, no other command can be accepted. Command 02h 00h 00h 00h 00h 02h Response  When the command succeeds 22h 00h <ID1>...
  • Page 16: 016. Power Off ]

    [ 016. POWER OFF ] Turns off the power of the projector. Information While this command is turning off the power (including the cooling time), no other command can be accepted. Command 02h 01h 00h 00h 00h 03h Response  When the command succeeds 22h 01h <ID1>...
  • Page 17: 018. Input Sw Change ]

    [ 018. INPUT SW CHANGE ] Switches the input terminal or entry list. Command 02h 03h 00h 00h 02h 01h <DATA01> <CKS> Data part Item Description DATA01 Input terminal Information For the values of input terminal, see the Appendix "Supplementary Information by Command". ...
  • Page 18 Response  When the command succeeds 22h 03h <ID1> <ID2> 01h <DATA01> <CKS> Data part Item Description DATA01 Execution result Ended successfully. Ended with an error (no signal switch is made).  When the command fails A2h 03h <ID1> <ID2> 02h <ERR1> <ERR2> <CKS>...
  • Page 19: 020. Picture Mute On ]

    [ 020. PICTURE MUTE ON ] Turns the picture mute on. Information If any of the following operations is done, the picture mute is turned off. ・ Input terminal switch ・ Video signal switch Command 02h 10h 00h 00h 00h 12h Response ...
  • Page 20: 021. Picture Mute Off ]

    [ 021. PICTURE MUTE OFF ] Turns the picture mute off. Command 02h 11h 00h 00h 00h 13h Response  When the command succeeds 22h 11h <ID1> <ID2> 00h <CKS>  When the command fails A2h 11h <ID1> <ID2> 02h <ERR1> <ERR2> <CKS>...
  • Page 21: 022. Sound Mute On ]

    [ 022. SOUND MUTE ON ] Turns the sound mute on. Information If any of the following operations is done, the sound mute is turned off. ・ Input terminal switch ・ Video signal switch ・ Sound volume adjustment Command 02h 12h 00h 00h 00h 14h Response ...
  • Page 22: 023. Sound Mute Off ]

    [ 023. SOUND MUTE OFF ] Turns the sound mute off. Command 02h 13h 00h 00h 00h 15h Response  When the command succeeds 22h 13h <ID1> <ID2> 00h <CKS>  When the command fails A2h 13h <ID1> <ID2> 02h <ERR1> <ERR2> <CKS>...
  • Page 23: 024. Onscreen Mute On ]

    [ 024. ONSCREEN MUTE ON ] Turns the onscreen mute on. Information If any of the following operations is done, the onscreen mute is turned off. ・ Input terminal switch ・ Video signal switch Command 02h 14h 00h 00h 00h 16h Response ...
  • Page 24: 025. Onscreen Mute Off ]

    3.10 [ 025. ONSCREEN MUTE OFF ] Turns the onscreen mute off. Command 02h 15h 00h 00h 00h 17h Response  When the command succeeds 22h 15h <ID1> <ID2> 00h <CKS>  When the command fails A2h 15h <ID1> <ID2> 02h <ERR1> <ERR2> <CKS>...
  • Page 25: 030-1. Picture Adjust ]

    3.11 [ 030-1. PICTURE ADJUST ] Adjusts the picture. Command 03h 10h 00h 00h 05h <DATA01> FFh <DATA02> - <DATA04> <CKS> Data part Item Description DATA01 Adjustment target Brightness Contrast Color Sharpness DATA02 Adjustment mode Specify an absolute value Specify a relative value DATA03 Adjustment value (low-order 8 bits) DATA04...
  • Page 26 Response  When the command succeeds 23h 10h <ID1> <ID2> 02h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Execution result DATA02 0000h Ended successfully. Other than 0000h Ended with an error.  When the command fails A3h 10h <ID1> <ID2> 02h <ERR1> <ERR2> <CKS>...
  • Page 27: 030-2. Volume Adjust ]

    3.12 [ 030-2. VOLUME ADJUST ] Adjusts the sound volume. Command 03h 10h 00h 00h 05h 05h 00h <DATA01> - <DATA03> <CKS> Data part Item Description DATA01 Adjustment mode Specify an absolute value Specify a relative value DATA02 Adjustment value (low-order 8 bits) DATA03 Adjustment value (high-order 8 bits) ...
  • Page 28 Response  When the command succeeds 23h 10h <ID1> <ID2> 02h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Execution result DATA02 0000h Ended successfully. Other than 0000h Ended with an error.  When the command fails A3h 10h <ID1> <ID2> 02h <ERR1> <ERR2> <CKS>...
  • Page 29: 030-12. Aspect Adjust ]

    3.13 [ 030-12. ASPECT ADJUST ] Adjusts the aspect. Command 03h 10h 00h 00h 05h 18h 00h 00h <DATA01> 00h <CKS> Data part Item Description DATA01 Value set for the aspect Information For information about the values set for the aspect, see the Appendix "Supplementary Information by Command".
  • Page 30: 030-15. Other Adjust ]

    3.14 [ 030-15. OTHER ADJUST ] Adjusts the various gains. Command 03h 10h 00h 00h 05h <DATA01> - <DATA05> <CKS> Data part Item Description DATA01 DATA01 DATA02 Adjustment target DATA02 LAMP ADJUST / LIGHT ADJUST DATA03 Adjustment mode Specify an absolute value Specify a relative value DATA04 Adjustment value (low-order 8 bits)
  • Page 31 Response  When the command succeeds 23h 10h <ID1> <ID2> 02h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Execution result DATA02 0000h Ended successfully. Other than 0000h Ended with an error.  When the command fails A3h 10h <ID1> <ID2> 02h <ERR1> <ERR2> <CKS>...
  • Page 32: 037. Information Request ]

    3.15 [ 037. INFORMATION REQUEST ] Gets the information of the projector. Command 03h 95h 00h 00h 00h 98h Response  When the command succeeds 23h 8Ah <ID1> <ID2> 62h <DATA01> - <DATA98> <CKS> Data part Item Description DATA01 - 49 Projector name (NUL: termination character string).
  • Page 33: 037-3. Filter Usage Information Request ]

    3.16 [ 037-3. FILTER USAGE INFORMATION REQUEST ] Gets filter usage information such as usage time. Command 03h 95h 00h 00h 00h 98h Response  When the command succeeds 23h 95h <ID1> <ID2> 08h <DATA01> - <DATA08> <CKS> Data part Item Description DATA01 - 04...
  • Page 34: 037-4. Lamp Information Request 3 ]

    3.17 [ 037-4. LAMP INFORMATION REQUEST 3 ] Gets lamp usage information such as usage time or remaining life. When the eco mode is enabled, the values in the obtained information reflect the eco mode. Command 03h 96h 00h 00h 02h <DATA01> <DATA02> <CKS> Data part Item Description...
  • Page 35 Response  When the command succeeds 23h 96h <ID1> <ID2> 06h <DATA01> - <DATA06> <CKS> Data part Item Description DATA01 Target Lamp 1 Lamp 2 DATA02 Content Lamp usage time (seconds) Lamp remaining life (%) DATA03 - 06 Obtained information ...
  • Page 36: 037-6. Carbon Savings Information Request ]

    3.18 [ 037-6. CARBON SAVINGS INFORMATION REQUEST ] Gets the Carbon Saving values on the projector. Command 03h 9Ah 00h 00h 01h <DATA01> <CKS> Data part Item Description DATA01 Target Total Carbon Savings Carbon Savings during operation...
  • Page 37 Response  When the command succeeds 23h 9Ah <ID1> <ID2> 09h <DATA01> - <DATA09> <CKS> Data part Item Description DATA01 Target Total Carbon Savings Carbon Savings during operation DATA02 - 05 Carbon Savings (Kilogram Maximum: 99999[kg]) DATA06 - 09 Carbon Savings (Milligram Maximum:999999[mg]) ...
  • Page 38: 050. Remote Key Code ]

    3.19 [ 050. REMOTE KEY CODE ] Sends the key code for remote control. Command 02h 0Fh 00h 00h 02h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Key code (WORD type) DATA02 For the combinations of key codes, see Table "Key code list". <Key code list>...
  • Page 39 Key code DATA01 DATA02 Key name SOURCE LAMP MODE/ECO  Command example The following command sends the key code "AUTO". 02h 0Fh 00h 00h 02h 05h 00h 18h Response  When the command succeeds 22h 0Fh <ID1> <ID2> 01h <DATA01> <CKS> Data part Item Description...
  • Page 40: 053. Lens Control ]

    3.20 [ 053. LENS CONTROL ] Adjusts the lens position. Command 02h 18h 00h 00h 02h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Target Zoom Focus Lens Shift (H) Lens Shift (V) DATA02 Content Stop Drives for 1 second in the direction of plus Drives for 0.5 second in the direction of plus Drives for 0.25 second in the direction of plus Drives in the direction of plus...
  • Page 41 Response  When the command succeeds 22h 18h <ID1> <ID2> 01h <DATA01> <CKS> Data part Item Description DATA01 Execution result Ended successfully. Ended with an error.  When the command fails A2h 18h <ID1> <ID2> 02h <ERR1> <ERR2> <CKS> Information While the lens is being driven, you can control the lens position without a stop by issuing the same command.
  • Page 42: 053-1. Lens Control Request ]

    3.21 [ 053-1. LENS CONTROL REQUEST ] Gets adjusted values of the lens position. Command 02h 1Ch 00h 00h 02h <DATA01> 00h <CKS> Data part Item Description DATA01 Target Zoom Focus Lens Shift (H) Lens Shift (V)
  • Page 43 Response  When the command succeeds 22h 1Ch <ID1> <ID2> 08h <DATA01> 00h <DATA02> - <DATA07> <CKS> Data part Item Description DATA01 Target Zoom Focus Lens Shift (H) Lens Shift (V) DATA02 Upper limit of the adjustment range (low-order 8 bits) DATA03 Upper limit of the adjustment range (high-order 8 bits) DATA04...
  • Page 44: 053-2. Lens Control 2 ]

    3.22 [ 053-2. LENS CONTROL 2 ] Adjusts the lens position. Command 02h 1Dh 00h 00h 04h <DATA01> - <DATA04> <CKS> Data part Item Description DATA01 Target Zoom Focus Lens Shift (H) Lens Shift (V) Stop DATA02 Adjustment mode Specify an absolute value Specify a relative value DATA03 Adjustment value (low-order 8 bits)
  • Page 45 Response  When the command succeeds 22h 1Dh <ID1> <ID2> 02h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Target Zoom Focus Lens Shift (H) Lens Shift (V) Stop DATA02 Adjustment mode Specify an absolute value Specify a relative value ...
  • Page 46: 053-3. Lens Memory Control ]

    3.23 [ 053-3. LENS MEMORY CONTROL ] Controls the lens memory. Information See [ 053-4. REFERENCE LENS MEMORY CONTROL ] for controlling the reference lens memory. Command 02h 1Eh 00h 00h 01h <DATA01> <CKS> Data part Item Description DATA01 Operation STORE MOVE RESET...
  • Page 47 Response  When the command succeeds 22h 1Eh <ID1> <ID2> 02h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Operation STORE MOVE RESET DATA02 Execution result Ended successfully. Ended with an error.  When the command fails A2h 1Eh <ID1> <ID2> 02h <ERR1> <ERR2> <CKS>...
  • Page 48: 053-4. Reference Lens Memory Control ]

    3.24 [ 053-4. REFERENCE LENS MEMORY CONTROL ] Controls the reference lens memory. Information ・ See [ 053-3. LENS MEMORY CONTROL ] for controlling the lens memory. ・ This command controls the profile number specified in [053-10 LENS PROFILE SET ]. Command 02h 1Fh 00h 00h 01h <DATA01>...
  • Page 49 Response  When the command succeeds 22h 1Fh <ID1> <ID2> 02h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Operation STORE MOVE RESET DATA02 Execution result Ended successfully. Ended with an error.  When the command fails A2h 1Fh <ID1> <ID2> 02h <ERR1> <ERR2> <CKS>...
  • Page 50: 053-5. Lens Memory Option Request ]

    3.25 [ 053-5. LENS MEMORY OPTION REQUEST ] Gets the value set for the lens memory. Command 02h 20h 00h 00h 01h <DATA01> <CKS> Data part Item Description DATA01 Target LOAD BY SIGNAL FORCED MUTE Response  When the command succeeds 22h 20h <ID1>...
  • Page 51: 053-6. Lens Memory Option Set ]

    3.26 [ 053-6. LENS MEMORY OPTION SET ] Sets the lens memory. Command 02h 21h 00h 00h 01h <DATA01> <CKS> Data part Item Description DATA01 Target LOAD BY SIGNAL FORCED MUTE DATA02 Setting value...
  • Page 52 Response  When the command succeeds 22h 21h <ID1> <ID2> 02h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Target LOAD BY SIGNAL FORCED MUTE DATA02 Execution result Ended successfully. Ended with an error.  When the command fails A2h 21h <ID1> <ID2> 02h <ERR1> <ERR2> <CKS>...
  • Page 53: 053-7. Lens Information Request ]

    3.27 [ 053-7. LENS INFORMATION REQUEST ] Gets information about the lens of the projector. Command 02h 22h 00h 00h 01h 00h 25h Response  When the command succeeds 22h 22h <ID1> <ID2> 02h 00h <DATA01> <CKS> Data part Item Description DATA01 Target...
  • Page 54: 053-10. Lens Profile Set ]

    3.28 [ 053-10. LENS PROFILE SET ] Selects the profile number of the reference lens memory. Command 02h 27h 00h 00h 01h <DATA01> <CKS> Data part Item Description DATA01 Profile number Profile 1 Profile 2 Response  When the command succeeds 22h 27h <ID1>...
  • Page 55: 053-11. Lens Profile Request ]

    3.29 [ 053-11. LENS PROFILE REQUEST ] Gets the selected profile number of the reference lens memory. Command 02h 28h 00h 00h 00h 2Ah Response  When the command succeeds 22h 28h <ID1> <ID2> 02h <DATA01> <DATA02> <CKS> Data part Item Description DATA01...
  • Page 56: 060-1. Gain Parameter Request 3 ]

    3.30 [ 060-1. GAIN PARAMETER REQUEST 3 ] Gets adjusted values of the picture, volume, and so on. Command 03h 05h 00h 00h 03h <DATA01> 00h 00h <CKS> Data part Item Description DATA01 Adjusted value name PICTURE / BRIGHTNESS PICTURE / CONTRAST PICTURE / COLOR PICTURE / HUE PICTURE / SHARPNESS...
  • Page 57 Response  When the command succeeds 23h 05h <ID1> <ID2> 10h <DATA01> - <DATA16> <CKS> Data part Item Description DATA01 Adjusted value status Display not possible Adjustment not possible Adjustment possible The specified gain does not exist. DATA02 Upper limit of the adjustment range (low-order 8 bits) DATA03 Upper limit of the adjustment range (high-order 8 bits) DATA04...
  • Page 58: 078-1. Setting Request ]

    3.31 [ 078-1. SETTING REQUEST ] Gets information of the projector. Command 00h 85h 00h 00h 01h 00h 86h Response  When the command succeeds 20h 85h <ID1> <ID2> 20h <DATA01> - <DATA32> <CKS> Data part Item Description DATA01 - 03 Base model type DATA04 Sound function...
  • Page 59: 078-2. Running Status Request ]

    3.32 [ 078-2. RUNNING STATUS REQUEST ] Gets the information about the operation status of the projector. Command 00h 85h 00h 00h 01h 01h 87h Response  When the command succeeds 20h 85h <ID1> <ID2> 10h <DATA01> - <DATA16> <CKS> Data part Item Description...
  • Page 60: 078-3. Input Status Request ]

    3.33 [ 078-3. INPUT STATUS REQUEST ] Gets the information about the input signal status of the projector. Command 00h 85h 00h 00h 01h 02h 88h Response  When the command succeeds 20h 85h <ID1> <ID2> 10h <DATA01> - <DATA16> <CKS> Data part Item Description...
  • Page 61 Item Description DATA05 Signal list type Default Not supported - - User DATA06 Test pattern display Not displayed Not supported - - Displayed DATA07 - 08 Reserved for the system DATA09 Content displayed Video signal displayed Test pattern displayed No signal LAN displayed Viewer displayed Not supported...
  • Page 62: 078-4. Mute Status Request ]

    3.34 [ 078-4. MUTE STATUS REQUEST ] Gets the mute status of the projector. Command 00h 85h 00h 00h 01h 03h 89h Response  When the command succeeds 20h 85h <ID1> <ID2> 10h <DATA01> - <DATA16> <CKS> Data part Item Description DATA01 Picture mute...
  • Page 63 Item Description DATA04 Forced onscreen mute Not supported DATA05 Onscreen display Not displayed Displayed Not supported DATA06 - 16 Reserved for the system  When the command fails A0h 85h <ID1> <ID2> 02h <ERR1> <ERR2> <CKS>...
  • Page 64: 078-5. Model Name Request ]

    3.35 [ 078-5. MODEL NAME REQUEST ] Gets the model name of the projector. Command 00h 85h 00h 00h 01h 04h 8Ah Response  When the command succeeds 20h 85h <ID1> <ID2> 20h <DATA01> - <DATA32> <CKS> Data part Item Description DATA01 - 32 Model name (NUL: termination character string)
  • Page 65: 078-6. Cover Status Request ]

    3.36 [ 078-6. COVER STATUS REQUEST ] Gets the status of the mirror cover or lens cover. Command 00h 85h 00h 00h 01h 05h 8Bh Response  When the command succeeds 20h 85h <ID1> <ID2> 01h <DATA01> <CKS> Data part Item Description DATA01...
  • Page 66: 079. Freeze Control ]

    3.37 [ 079. FREEZE CONTROL ] Controls whether to turn the freeze function on or off. Command 01h 98h 00h 00h 01h <DATA01> <CKS> Data part Item Description DATA01 Operation Turns the freeze function on. Turns the freeze function off. Response ...
  • Page 67: 084. Information String Request ]

    3.38 [ 084. INFORMATION STRING REQUEST ] Gets the information strings (English) displayed on the projector. Command 00h D0h 00h 00h 03h 00h <DATA01> 01h <CKS> Data part Item Description DATA01 Information type Horizontal synchronous frequency Vertical synchronous frequency Response ...
  • Page 68: 097-8. Eco Mode Request ]

    3.39 [ 097-8. ECO MODE REQUEST ] Gets the value set for the eco mode. Information Depending on the projector, the value for the "Light mode" or "Lamp mode" will be returned. Command 03h B0h 00h 00h 01h 07h BBh Response ...
  • Page 69: 097-45. Lan Projector Name Request ]

    3.40 [ 097-45. LAN PROJECTOR NAME REQUEST ] Gets the projector name. Command 03h B0h 00h 00h 01h 2Ch E0h Response  When the command succeeds 23h B0h <ID1> <ID2> 12h 2Ch <DATA01> - <DATA17> <CKS> Data part Item Description DATA01 - 17 Projector name (NUL: termination character string) ...
  • Page 70: 097-155. Lan Mac Address Status Request2 ]

    3.41 [ 097-155. LAN MAC ADDRESS STATUS REQUEST2 ] Gets the MAC address of the projector. Command 03h B0h 00h 00h 02h 9Ah 00h 4Fh Response  When the command succeeds 23h B0h <ID1> <ID2> 08h 9Ah 00h <DATA01> - <DATA06> <CKS> Data part Item Description...
  • Page 71: 097-198. Pip/Picture By Picture Request ]

    3.42 [ 097-198. PIP/PICTURE BY PICTURE REQUEST ] Gets the value set for the picture in picture and picture by picture. Command 03h B0h 00h 00h 02h C5h <DATA01> <CKS> Data part Item Description DATA01 Target MODE START POSITION SUB INPUT...
  • Page 72 Response  When the command succeeds 23h B0h <ID1> <ID2> 03h C5h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Target MODE START POSITION SUB INPUT DATA02 Setting value (when DATA01 is 00h "MODE") PICTURE BY PICTURE Setting value (when DATA01 is 01h "START POSITION") TOP-LEFT TOP-RIGHT BOTTOM-LEFT...
  • Page 73: 097-243-1. Edge Blending Mode Request ]

    3.43 [ 097-243-1. EDGE BLENDING MODE REQUEST ] Gets the value set for the edge blending. Command 03h B0h 00h 00h 02h DFh 00h 94h Response  When the command succeeds 23h B0h <ID1> <ID2> 03h DFh 00h <DATA01> <CKS> Data part Item Description...
  • Page 74: 098-8. Eco Mode Set ]

    3.44 [ 098-8. ECO MODE SET ] Sets the eco mode. Information Depending on the projector, the "Light mode" or "Lamp mode" will be set. Command 03h B1h 00h 00h 02h 07h <DATA01> <CKS> Item Description DATA01 Value set for the eco mode Information For information about the values set for the eco mode, see the Appendix "Supplementary Information by Command".
  • Page 75: 098-45. Lan Projector Name Set ]

    3.45 [ 098-45. LAN PROJECTOR NAME SET ] Sets the projector name. Command 03h B1h 00h 00h 12h 2Ch <DATA01> - <DATA16> 00h <CKS> Data part Item Description DATA01 - 16 Projector name (up to 16 bytes) Response  When the command succeeds 23h B1h <ID1>...
  • Page 76: 098-198. Pip/Picture By Picture Set ]

    3.46 [ 098-198. PIP/PICTURE BY PICTURE SET ] Sets the picture in picture or picture by picture. Command 03h B1h 00h 00h 03h C5h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Target MODE START POSITION SUB INPUT DATA02 Setting value (when DATA01 is 00h "Mode") PICTURE BY PICTURE Setting value (when DATA01 is 01h "START POSITION") TOP-LEFT...
  • Page 77 Response  When the command succeeds 23h B1h <ID1> <ID2> 03h C5h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Target MODE START POSITION SUB INPUT DATA02 Execution result Ended successfully. Ended with an error.  When the command fails A3h B1h <ID1>...
  • Page 78: 098-243-1. Edge Blending Mode Set ]

    3.47 [ 098-243-1. EDGE BLENDING MODE SET ] Sets the edge blending. Command 03h B1h 00h 00h 03h DFh 00h <DATA01> <CKS> Data part Item Description DATA01 Setting value Response  When the command succeeds 23h B1h <ID1> <ID2> 03h DFh 00h <DATA01> <CKS> Data part Item Description...
  • Page 79: 305-1. Base Model Type Request ]

    3.48 [ 305-1. BASE MODEL TYPE REQUEST ] Gets the base model type of the projector. Command 00h BFh 00h 00h 01h 00h C0h Response  When the command succeeds 20h BFh <ID1> <ID2> 10h 00h <DATA01> - <DATA15> <CKS> Data part Item Description...
  • Page 80: 305-2. Serial Number Request ]

    3.49 [ 305-2. SERIAL NUMBER REQUEST ] Gets the serial number of the projector. Command 00h BFh 00h 00h 02h 01h 06h C8h Response  When the command succeeds 20h BFh <ID1> <ID2> 12h 01h 06h <DATA01> - <DATA16> <CKS> Data part Item Description...
  • Page 81: 305-3. Basic Information Request ]

    3.50 [ 305-3. BASIC INFORMATION REQUEST ] Gets the basic information about the operation status of the projector. Command 00h BFh 00h 00h 01h 02h C2h Response  When the command succeeds 20h BFh <ID1> <ID2> 10h 02h <DATA01> - <DATA15> <CKS> Data part Item Description...
  • Page 82 Item Description DATA04 Selection signal type 2 COMPUTER DVI-D VIDEO HDMI S-VIDEO DisplayPort COMPONENT VIEWER(6-10) Reserved for the system Not Source Input ― - VIEWER(1-5) DATA05 Display signal type (effective only when DATA04 is 02h or 03h) NTSC3.58 NTSC3.58 SQZ NTSC4.43 COMPONENT(60Hz) COMPONENT(50Hz)
  • Page 83: 319-10. Audio Select Set ]

    3.51 [ 319-10. AUDIO SELECT SET ] Sets the audio select. Command 03h C9h 00h 00h 03h 09h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Target HDMI1 ETHRENET or HDBaseT HDMI2 USB-A DisplayPort USB-B DATA02 Setting value terminal specified COMPUTER DATA01 -...
  • Page 84 Response  When the command succeeds 23h C9h <ID1> <ID2> 03h 09h <DATA01> <DATA02> <CKS> Data part Item Description DATA01 Target HDMI1 ETHRENET or HDBaseT HDMI2 USB-A DisplayPort USB-B DATA02 Execution result Ended successfully. Ended with an error.  When the command fails A3h C9h <ID1>...
  • Page 85: Revision History

    Revision History Revision Date Description June 16, 2015 Added the supported command [030-15] Updated the supported command [060-1] May 29, 2015 Added the supported commands [030-12], [037], [037-6], [053], [053-1], [053-2], [053-3], [053-4], [053-5], [053-6], [053-7], [053-10], [053-11], [078-1], [078-2], [078-3], [078-4], [078-5], [097-198], [097-243-1], [098-8], [098-198], [098-243-1], [319-10] Updated the supported command [009]...
  • Page 86 Projector Control Command Reference Manual Appendixes The Appendixes provide supplementary information about the control commands. No.BDT140014 Revision History Revision Date Description Reference Supported models NP-M403X / NP-M363X / NP-M323X / NP-M283X / NP-M403W / NP-M363W / NP-M323W / NP-M333XS / NP-M353WS / NP-M303WS / NP-M403H / NP-M323H / NP-M353HS / NP-M323HS / NP-M303HS NP-M402W / NP-M362W / NP-M402X / NP-M362X / NP-M322X / NP-M282X /...
  • Page 87 Base model type [078-1. SETTING REQUEST] [305-1. BASE MODEL TYPE REQUEST] Selection signal type [078-3. INPUT STATUS REQUEST] [305-3. BASIC INFORMATION REQUEST] Sub input [097-198. PIP/PICTURE BY PICTURE REQUEST] [098-198. PIP/PICTURE BY PICTURE SET] Copyright (C) NEC Display Solutions, Ltd. 2014-2015...
  • Page 88 1. Connecting an External Device <Conventions> ○ : Supported - : Not supported ■Projector Serial port Model name LAN port Wireless LAN unit 4800bps 9600bps 19200bps 38400bps 115200bps NP-M403X / NP-M363X / NP-M323X / NP-M283X / NP-M403W / NP- M363W / NP-M323W / NP-M333XS / NP-M353WS / NP-M303WS / ○...
  • Page 89 2. Standby Mode setting for receiving commands The Standby Mode setting that can receive commands is different depending on the model. Please see the table below. Target command: "015. POWER ON" ■Projector Setting of the Standby Mode Model name When connected using a serial cable When connected using via a wired LAN NP-M403X / NP-M363X / NP-M323X / NP-M283X / NP-M403W / NP- M363W / NP-M323W / NP-M333XS / NP-M353WS / NP-M303WS /...
  • Page 90 3. Supported Command List <Conventions> ○ : Supported - : Not supported ■Projector NP-M403X NP-M402W NP-PA622U NP-PH1202HL NP-PX651X NP-PX602UL NP-U321H NP-UM301X NP-V332X NP-M363X NP-M362W NP-PA522U NP-PH1002HL NP-PX581W NP-PX602WL NP-UM301W NP-V332W NP-M323X NP-M402X NP-PA672W NP-UM361X NP-V302X NP-M283X NP-M362X NP-PA572W NP-UM351W NP-V302W NP-M403W NP-M322X NP-PA722X...
  • Page 91 4. Supplementary Information by Command 018. INPUT SW CHANGE ■Input terminal Input terminal Model name COMPUTER COMPUTER2 COMPUTER3 VIDEO BNC(CV) S-VIDEO BNC(Y/C) Component HDMI HDMI2 DisplayPort SLOT USB-A ETHERNET HDBaseT USB-B APPS NP-M403X / NP-M363X / NP-M323X / NP-M283X / NP-M403W / NP- M363W / NP-M323W / NP-M333XS / NP-M353WS / NP-M303WS / -...
  • Page 92 4. Supplementary Information by Command 030-12. ASPECT ADJUST ■Aspect DATA01 Model name NP-M403X / NP-M363X / NP-M323X / NP-M283X / NP-M403W / NP- M363W / NP-M323W / NP-M333XS / NP-M353WS / NP-M303WS / AUTO WIDE ZOOM 16:9 NATIVE 15:9 16:10 LETTER BOX -...
  • Page 93: Eco Mode

    4. Supplementary Information by Command 097-8. ECO MODE REQUEST 098-8. ECO MODE SET ■Eco mode DATA01 Model name NP-M403X / NP-M363X / NP-M323X / NP-M283X / NP-M403W / NP- M363W / NP-M323W / NP-M333XS / NP-M353WS / NP-M303WS / AUTO ECO NORMAL -...
  • Page 94 4. Supplementary Information by Command 078-1. SETTING REQUEST 305-1. BASE MODEL TYPE REQUEST ■Base model type 078-1. SETTING REQUEST DATA01 DATA02 DATA03 Model name 305-1. BASE MODEL TYPE REQUEST DATA01 DATA02 DATA12 DATA13 NP-M282X NP-M283X NP-M302WS NP-M303HS NP-M303WS NP-M322H NP-M322W NP-M322X NP-M323H NP-M323HS...
  • Page 95 4. Supplementary Information by Command 078-3. INPUT STATUS REQUEST 305-3. BASIC INFORMATION REQUEST ■Selection signal type DATA03 Model name DATA04 NP-M403X / NP-M363X / NP-M323X / NP-M283X / NP-M403W / NP- M363W / NP-M323W / NP-M333XS / NP-M353WS / NP-M303WS / COMPUTER VIDEO -...
  • Page 96 4. Supplementary Information by Command 097-198. PIP/PICTURE BY PICTURE REQUEST 098-198. PIP/PICTURE BY PICTURE SET ■Sub input DATA02 モデル名 NP-PA621U / NP-PA521U / NP-PA671W / NP-PA571W / BNC(CV) BNC(Y/C) HDMI1 HDMI2 DisplayPort COMPUTER ETHERNET USB-A NP-PA721X / NP-PA621X NP-PA622U / NP-PA522U / NP-PA672W / NP-PA572W / BNC(CV) BNC(Y/C) HDMI1...

Table of Contents