Sanyo PLC-XL50A - 2000 Lumens Manual

Expand serial command functional specifications
Hide thumbs Also See for PLC-XL50A - 2000 Lumens:
Table of Contents

Advertisement

EXPAND SERIAL COMMAND
FUNCTIONAL SPECIFICATIONS
PLC-XL50/A
Ver. 1.00
1/51

Advertisement

Table of Contents
loading

Summary of Contents for Sanyo PLC-XL50A - 2000 Lumens

  • Page 1 EXPAND SERIAL COMMAND FUNCTIONAL SPECIFICATIONS PLC-XL50/A Ver. 1.00 1/51...
  • Page 2: Table Of Contents

    PLC-XL50 Expand Serial Command Functional Specifications CONTENTS OverView .........................7 Serial Interface Specification ..................7 Transfer Specification ....................7 Connection ......................7 Notes for communication....................8 Name Definition ......................8 Functional Execution Command Table................9 Image Command Table...................9 PC Adjust Control Command Table ..............9 Input Control Command Table ................9 Screen Command Table ..................9 Lamp Command Table..................10 Sound Command Table..................10...
  • Page 3 PLC-XL50 Expand Serial Command Functional Specifications 8.4.10 CF_NZRED Command...................18 8.4.11 CF_IMAGE Command ...................18 8.4.12 CF_IMAGEADJ Command ................18 PC Adjust Control Command ................19 8.5.1 CF_FSYNC Command ...................19 8.5.2 CF_TDOTS Command ...................19 8.5.3 CF_CLAMP Command...................19 8.5.4 CF_H – POS Command .................20 8.5.5 CF_V –...
  • Page 4 PLC-XL50 Expand Serial Command Functional Specifications 8.10.11 CF_P – MANE Command................29 8.10.12 CF_P – MANETIME Command ..............30 8.10.13 CF_FANSPEED Command ................30 8.10.14 CF_KEYDIS Command ................30 8.10.15 CF_TERMINAL Command .................30 8.10.16 CF_FDEFAULT Command .................30 8.10.17 CF_LOGOCAPTURE Command ...............31 8.10.18 CF_FANMODE Command................31 8.10.19 CF_UNIFORMITY Command ..............31 8.10.20...
  • Page 5 PLC-XL50 Expand Serial Command Functional Specifications Video Status Read Command ................40 9.6.1 CR_SERSYS Command ................40 Input Status Read Command................41 9.7.1 CR_INPUT Command ..................41 9.7.2 CR_SOURCE Command ................41 9.7.3 CR_INPUT_%1 Command................41 9.7.4 CR_SYSTEM Command ................42 Screen Status Read Command................43 9.8.1 CR_SCREEN Command................43 9.8.2 CR_FLSCREN Command................43 9.8.3...
  • Page 6 PLC-XL50 Expand Serial Command Functional Specifications 9.12.1 CR_SIGNAL Command .................50 9.12.2 CR_VMUTE Command ..................50 9.12.3 CR_FREEZE Command.................50 9.12.4 CR_PTIMER Command .................50 9.12.5 CR_TEMPWARN Command................50 9.12.6 CR_TEMPFAIL Command ................51 6/51...
  • Page 7: Overview

    PLC-XL50 Expand Serial Command Functional Specifications OverView 1.1 This Functional specification defines communication functions for PLC-XL50. 1.2 Compatible to Firmware Ver. 1.x of the projector. Serial Interface Specification 2.1 Transfer Specification Item Specification Synchronous System Asynchronous Transmission Speed 9600 / 19200 Data Length 8 bit Parity...
  • Page 8: Notes For Communication

    PLC-XL50 Expand Serial Command Functional Specifications Notes for communication Expand Serial Command is defined as one command / one line that starts with “C” and ends with carriage return (0x0D) There are two types of commands: Functional Execution Command and Status Read Command. - Example of Functional Execution Command:”CF_BRIGHT_032”[CR] - Example of Status Read Command: “CR_RIGHT”[CR] - Example of Control Switch Command: “PF_LANMODE_1”[CR]...
  • Page 9: Functional Execution Command Table

    PLC-XL50 Expand Serial Command Functional Specifications 5. Functional Execution Command Table 5.1 Image Command Table Execute command Item CF_BRIGHT_%1[CR] Set Brightness value CF_CONT_%1[CR] Set Contrast value CF_COLOR_%1[CR] Set Color value CF_TINT_%1[CR] Set Tint value CF_SHARP_%1[CR] Set Sharpness value CF_GAMMA_%1[CR] Set Gamma value CF_WBAL-R_%1[CR] Set White Balance Red value CF_WBAL-G_%1[CR]...
  • Page 10: Lamp Command Table

    PLC-XL50 Expand Serial Command Functional Specifications 5.5 Lamp Command Table Execute command Item CF_LAMPH_%1[CR] Reset total running time for each lamp CF_LAMPMODE_%1[CR] Select Lamp mode 5.6 Sound Command Table Execute command Item CF_VOLUME_%1[CR] Set Volume value CF_MUTE_%1[CR] Control ON/OFF of Sound Mute 5.7 Setting Command Table Execute command Item...
  • Page 11: Status Read Command Table

    PLC-XL50 Expand Serial Command Functional Specifications 6. Status Read Command Table 6.1 Image Status Read Command Table Status read command Item CR_BRIGHT[CR] Get Brightness value CR_CONT[CR] Get Contrast value CR_COLOR[CR] Get Color value CR_TINT[CR] Get Tint value CR_SHARP[CR] Get Sharpness value CR_GAMMA[CR] Get Gamma value CR_WBAL-R[CR]...
  • Page 12: Lamp Status Read Command Table

    PLC-XL50 Expand Serial Command Functional Specifications 6.6 Lamp Status Read Command Table Status read command Item CR_LAMPREPL[CR] Get the information for Lamp replacement time CR_LAMPMODE[CR] Get Lamp Mode status CR_PROJH[CR] Get projector total running time 6.7 Sound Status Read Command Table Status read command Item CR_VOLUME[CR]...
  • Page 13: Error Code Table

    PLC-XL50 Expand Serial Command Functional Specifications 7. Error Code Table Error Code Contents -When the received data cannot be decoded -Parameter determination error (digit number error, including invalid value, etc.) Normal reception (No error) The function is not available in the selected Mode Selected value is out of range (Not reflected) Command mismatched to Hardware (command for Optional function which is not installed)
  • Page 14: Functional Execution Command

    PLC-XL50 Expand Serial Command Functional Specifications 8. Functional Execution Command 8.1 Format 1) PC issues commands in format as below: Pattern1 : “CF_COMMAND” [CR] Pattern2 : “CF_COMMAND_”%1 [CR] CF_ : Header COMMAND : Character line %1 : Parameter (Character line) _ : Space (To separate COMMAND and Parameter) 2) The projector decodes the received command and when it is ready to receive the next command, it returns the response.
  • Page 15: Image Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.4 Image Command 8.4.1 CF_BRIGHT Command Command "CF_BRIGHT_%1”[CR] "000~063” --------------- Directly select Brightness setting value "UP” ----------------------- Current Brightness setting value + 1 "DN” ----------------------- Current Brightness setting value – 1 Set Brightness value of user control The value set by this command will not be saved to the projector.
  • Page 16: Cf_Tint Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.4.4 CF_TINT Command Command “CF_TINT_%1”[CR] “000~063” --------------- Directly select Tint setting value “UP” ----------------------- Current Tint setting value + 1 “DN” ----------------------- Current Tint setting value – 1 Set Tint value of user control The value set by this command will not be saved to the projector.
  • Page 17: Cf_Wbal - Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.4.7 CF_WBAL - Command Command “CF_WBAL-%1_%2”[CR] “ÿ 2 ” --------------------- Red “ÿ ' ” --------------------- Green “ÿ " ” --------------------- Blue “000~063” ----------- Directly select Color value set by White Balance%1 “UP” ------------------- Current Color value set by White Balance%1 + 1 “DN”...
  • Page 18: Cf_Nzred Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.4.10 CF_NZRED Command Command “CF_NZRED_%1”[CR] “OFF” ------- Cancel Noise Reduction “L1” --------- Noise Reduction for moving image “L2” --------- Noise Reduction for still image Set Noise Reduction of User control The value set by this command will not be saved to the projector. Therefore, when Details ALL is OFF, the value returns to the original setting (The value is held in Suspend mode)
  • Page 19: Pc Adjust Control Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.5 PC Adjust Control Command 8.5.1 CF_FSYNC Command Command “CF_FSYNC_%1”[CR] “0000~0031” --------------- Directly select Fine Sync setting value “UP” -------------------------- Current Fine Sync setting value + 1 “DN” -------------------------- Current Fine Sync setting value - 1 Set Fine Sync value of PC signal (Available only in the normal Power ON status) Details The value set by this command will not be saved to the projector.
  • Page 20: Cf_H - Pos Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.5.4 CF_H – POS Command Command “CF_H-POS_%1”[CR] “0000~nnnn” --- Directly select Horizontal Position setting value “nnnn” shows maximum value, it is current Total Dots value - Display Dots value “UP” -------------- Current Horizontal Position setting value + 1 “DN”...
  • Page 21: Cf_Dline Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.5.7 CF_DLINE Command Command “CF_DLINE_%1”[CR] “0100~nnnn” --- Directly select Display Line setting value “nnnn” shows maximum value, it is current Total Line value – Vertical Position value “UP” -------------- Current Display Line setting value + 1 “DN”...
  • Page 22: Input Control Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.6 Input Control Command 8.6.1 CF_INPUT Command (Network mode is not available) Command “CF_INPUT_%1”[CR] “COMPUTER1” ------ Select Computer 1 Input “COMPUTER2” ------ Select Computer 2 Input “VIDEO” ---------------- Select Video Input Select Input (Available only in the normal Power ON status) The same operation as “INPUT”...
  • Page 23: Cf_System Command

    PLC-XL50 Expand Serial Command Functional Specifications Unacceptable “Error Code”[CR] 8.6.4 CF_SYSTEM Command Command “CF_SYSTEM_%1”[CR] “MODE1” ------------- Select Mode 1 “MODE2” ------------- Select Mode 2 Input is “MODE3” ------------- Select Mode 3 Computer “MODE4” ------------- Select Mode 4 “MODE5” ------------- Select Mode 5 “AUTO”...
  • Page 24: Screen Control Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.7 Screen Control Command 8.7.1 CF_SCREEN Command Command “CF_SCREEN_%1”[CR] “NORMAL” ---------------------- Select Normal “WIDE” --------------------------- Select Wide Input is “TRUE” --------------------------- Select True size Computer “FULL” --------------------------- Select Full size “DZOOM_UP” ------ Expand image size with Digital Zoom “DZOOM_DN”...
  • Page 25: Lamp Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.8 Lamp Command 8.8.1 CF_LAMPH Command Command “CF_LAMPH_%1”[CR] “RST” Details Reset lamp total running time (Available only in the normal Power ON status) Acceptable “000”[CR] Response Unacceptable “Error Code”[CR] 8.8.2 CF_LAMPMODE Command Command “CF_LAMPMODE_%1”[CR] “NORMAL”...
  • Page 26: Sound Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.9 Sound Command 8.9.1 CF_VOLUME Command Command “CF_VOLUME_%1”[CR] “000-063” --------------------------- Directly select Volume setting value “UP” --------------------------------- Current Volume setting value +1 “DN” --------------------------------- Current Volume setting value -1 Set Volume value (Available only in the normal Power ON status) The same operation as Volume Up/Down with RC Key, and directly select Volume Details setting value.
  • Page 27: Setting Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.10 Setting Command 8.10.1 CF_BBACK Command Command “CF_BBACK_%1”[CR] “ON” ----------------------------- Select Blue Back “OFF” ---------------------------- Cancel Blue Back Set / Cancel Blue Back (Available only in the normal Power ON status) Details The value set by this command is stored in EEPROM and its setting is effective even after ALL is OFF.
  • Page 28: Cf_Rear Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.10.5 CF_REAR Command Command “CF_REAR_%1”[CR] “ON” --------------------------- Select Rear “OFF” ------------------------- Cancel Rear Set/Cancel Rear (Available only in the normal Power ON status) When Rear is ON, image is left/right reversed. Details The status set by this command is stored in EEPROM and its setting is effective after ALL is OFF Acceptable “000”[CR]...
  • Page 29: Cf_Zoom Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.10.8 CF_ZOOM Command Command “CF_ZOOM_%1”[CR] “RST”ÿ e ÿ e ÿ e ÿ e ÿ e ÿ e ÿ e ÿ e ÿ e S et Zoom store mode to “Reset” “STR1”ÿ e ÿ e ÿ e ÿ e ÿ e ÿ e ÿ e ÿ e S et Zoom store mode to Store1 “STR2”ÿ...
  • Page 30: Cf_P - Manetime Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.10.12 CF_P – MANETIME Command Command “CF_P-MANETIME_%1”[CR] “01” - ”30” ----------------------- Directly select setting time by the minute ÿ ÿ “UP” ------------------------------- Plus one minute “DN” ------------------------------ Minus one minute Set Power Management time (Available only in the normal Power ON status) Details The status set by this command is stored in EEPROM and its setting is effective after ALL is OFF...
  • Page 31: Cf_Logocapture Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.10.17 CF_LOGOCAPTURE Command Command “CF_LOGOCAPTURE_%1”[CR] “START” --------------------------- Capture ON Capture projected image on screen. Once Projector starts capturing image, other command cannot be executed until Details “Capture” finishes. When the command is sent during this time, the projector returns error code “301”...
  • Page 32: Cf_Fanmode Command

    PLC-XL50 Expand Serial Command Functional Specifications 8.10.21 CF_FANMODE Command Command “CF_FILH_%1”[CR] “RST” -------------------------------------- Reset Filter use time Details Reset Projector Filter use time Acceptable “000”[CR] Response Unacceptable “Error Code”[CR] 32/51...
  • Page 33: Status Read Command

    PLC-XL50 Expand Serial Command Functional Specifications 9. Status Read Command 9.1 Format PC issues commands in format as below: “CR_Command” [CR] Command : Character Line When projector receives the appropriate command, it returns a character line as the required data “000ÿ...
  • Page 34: Image Status Read Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.4 Image Status Read Command 9.4.1 CR_BRIGHT Command Command “CR_BRIGHT”[CR] Details Get Brightness value of user control Acceptable “000_ÿ ÿ A ”[CR] Response “000”~“063” Unacceptable “?”[CR] 9.4.2 CR_CONT Command Command “CR_CONT”[CR] Details Get Contrast value of user control Acceptable “000_ÿ...
  • Page 35: Cr_Gamma Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.4.6 CR_GAMMA Command Command "CR_GAMMA”[CR] Details Get Gamma value of user control Acceptable “000_%a”[CR] Response “000”~“015” Unacceptable “?”[CR] 9.4.7 CR_WBAL – R Command Command "CR_WBAL-R”[CR] Details Get White Balance Red value of user control Acceptable “000_%a”[CR] Response...
  • Page 36: Cr_Nzred Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.4.11 CR_NZRED Command Command “CR_NZRED”[CR] Details Get Noise Reduction setting status Acceptable “000_%1”[CR] “L1” -------- Set Noise Reduction for moving image Response “L2” -------- Set Noise Reduction for still image “OFF” ------ Cancel Noise Reduction Unacceptable “?”[CR] 9.4.12 CR_PROGV Command...
  • Page 37: Pc Adjust Status Read Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.5 PC Adjust Status Read Command 9.5.1 CR_FSYNC Command Command "CR_FSYNC”[CR] Details Get Fine Sync value Acceptable “000_%a”[CR] “0000”~“0031” Response “Error Code”[CR] ----- When the command is invalid due to Unacceptable condition such as Input source “?”[CR] -------------------- When unclear command is received 9.5.2 CR_TDOTS Command...
  • Page 38: Cr_V - Pos Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.5.5 CR_V – POS Command Command “CR_V POS”[CR] Details Get Vertical Position value Acceptable “000_%a”[CR] “0000”~“nnnn” (nnnn = Total Line - Display Line) Response “Error Code”[CR] -------- When the command is invalid due to Unacceptable condition such as Input source “?”[CR] ----------------------- When unclear command is received...
  • Page 39: Cr_Setpcadj Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.5.9 CR_SETPCADJ Command Command “CR_SETPCADJ”[CR] Details Get PC signal for current system Acceptable “000_%1”[CR] "XGA1” "1080I60”, “720P” Response "MODE1”~”MODE5” …Etc. Unacceptable “?”[CR] 39/51...
  • Page 40: Video Status Read Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.6 Video Status Read Command 9.6.1 CR_SERSYS Command Command “CR_SERSYS”[CR] Get current selected signal Details Returns auto-detect result in Auto mode Only available when Input is video (N/A when Input is computer) Acceptable “000_%a”[CR] “1080I60”...
  • Page 41: Input Status Read Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.7 Input Status Read Command 9.7.1 CR_INPUT Command Command “CR_INPUT”[CR] Details Get selected INPUT No. Acceptable “000_%a”[CR] “COMPUTER1” ------- Computer1 Input is selected Response “COMPUTER2” ------- Computer2 Input is selected “VIDEO” ----------------- Video Input is selected Unacceptable “?”[CR] 9.7.2...
  • Page 42: Cr_System Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.7.4 CR_SYSTEM Command Command “CR_SYSTEM”[CR] Details Get selected System Acceptable “000_%1”[CR] Input is Returns “101” “AUTO” -------------------------------- Auto is selected “NTSC” -------------------------------- NTSC is selected “NTSC443” --------------------------- NTSC4.43 is selected “PAL” ---------------------------------- PAL is selected “SECAM”...
  • Page 43: Screen Status Read Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.8 Screen Status Read Command 9.8.1 CR_SCREEN Command Command “CR_SCREEN”[CR] Details Get selected screen image size Acceptable “000_%a”[CR] “NORMAL” --------------- Normal size screen mode “WIDE” -------------------- Wide size screen mode Input “TRUE” -------------------- True size screen mode “FULL”...
  • Page 44: Lamp Status Read Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.9 Lamp Status Read Command 9.9.1 CR_LAMPREPL Command Command “CR_LAMPREPL”[CR] Details Get the information of Lamp Replacement time Acceptable “000_%1”[CR] “1Y” -------------------------- Over lamp replacement time “1N” -------------------------- Within lamp replacement time “1” means the number of lamps Response (1 lamp is used→...
  • Page 45: Sound Status Read Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.10 Sound Status Read Command 9.10.1 CR_VOLUME Command Command “CR_VOLUME”[CR] Details Get Volume value of user control Acceptable “000_%a”[CR] Response “000”~“063” Unacceptable “?”[CR] 9.10.2 CR_MUTE Command Command “CR_MUTE”[CR] Details Get sound mute setting status Acceptable “000_%a”[CR] “ON”...
  • Page 46: Setting Status Read Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.11 Setting Status Read Command 9.11.1 CR_BBACK Command Command “CR_BBACK”(CR) Details Get Blue Back setting status Acceptable “000_%a”[CR] “ON” -------------------------- Blue Back is ON Response “OFF” ------------------------ Blue Back is OFF Unacceptable “?”[CR] 9.11.2 CR_DISP Command Command “CR_DISP”[CR] Details...
  • Page 47: Cr_Rcode Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.11.6 CR_RCODE Command Command “CR_RCODE”[CR] Details Get selected Remote Control Code status Acceptable “000_%a”[CR] “001” ------------------------------- Code1 is selected Response “002” ------------------------------- Code2 is selected Unacceptable “?”[CR] 9.11.7 CR_LANG Command Command “CR_LANG”[CR] Details Get selected language Acceptable “000_%a”[CR] “ENG”...
  • Page 48: Cr_On-Sta Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.11.10 CR_ON-STA Command Command “CR_ON-STA”[CR] Details Get Power ON Start setting status Acceptable “000_%a”[CR] “ON” -------------------------- Power ON Start is ON Response “OFF” ------------------------ Power ON Start is OFF Unacceptable “?”[CR] 9.11.11 CR_P-MANE Command Command “CR_P-MANE”[CR] Details...
  • Page 49: Cr_Fanmode Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.11.15 CR_FANMODE Command Command “CR_FANMODE”[CR] Details Get selected Fan mode Acceptable “000_%a”[CR] “L1” ----------------------- Fan mode L1 Response “L2” ----------------------- Fan mode L2 Unacceptable “?”[CR] 9.11.16 CR_UNIFORMITY Command Command “CR_UNIFORMITY[CR] Details Get selected Uniformity mode Acceptable “000_%a”[CR] “L1”...
  • Page 50: Other Status Read Command

    PLC-XL50 Expand Serial Command Functional Specifications 9.12 Other Status Read Command 9.12.1 CR_SIGNAL Command Command “CR_SIGNAL”(CR) Details Get Signal status if there is signal or not Acceptable “000_%a”[CR] “ON” -------------------------- There is signal Response “OFF” ------------------------- There is no signal Unacceptable “?”[CR] 9.12.2 CR_VMUTE Command...
  • Page 51: Cr_Tempfail Command

    PLC-XL50 Expand Serial Command Functional Specifications %a -------------------- Sensor 1 status %b-------------------- Sensor 2 status %c------------------- Sensor 3 status “W” ---- Approach or reach abnormal temperature (dangerous temperature) “S” ---- Far from abnormal temperature (safe temperature) “N” ---- Sensor detects no abnormal temperature [Example] “S_W_S”[CR] means Sensor 1 detects safe temperature, Sensor 2 detects abnormal temperature and Sensor 3 detects safe...

Table of Contents