Sanyo PLC-WU3800 Manual

Xpand serial command functional specifications
Hide thumbs Also See for PLC-WU3800:
Table of Contents

Advertisement

EXPAND SERIAL COMMAND
FUNCTIONAL SPECIFICATIONS
PLC-WU3800
Ver. 1.00
SANYO Electric Co., Ltd
DS Company
Projector Division

Advertisement

Table of Contents
loading

Summary of Contents for Sanyo PLC-WU3800

  • Page 1 EXPAND SERIAL COMMAND FUNCTIONAL SPECIFICATIONS PLC-WU3800 Ver. 1.00 SANYO Electric Co., Ltd DS Company Projector Division...
  • Page 2: Table Of Contents

    PLC-WU3800 Expand Serial Command Functional Specifications - CONTENTS - Overview .........................8 Serial Interface Specification ..................8 2.1 Transfer Specification ....................8 2.2 Connection .........................8 Notes for communication ....................9 Name Definition ......................9 Functional Execution Command Table ..............10 Image Command Table ..................10 PC Adjust Control Command Table ..............
  • Page 3 PLC-WU3800 Expand Serial Command Functional Specifications 8.4.9 CF_PROGV Command ................. 20 8.4.10 CF_NZRED Command .................. 20 8.4.11 CF_IMAGE Command .................. 21 8.4.12 CF_IMAGEADJ Command ................21 PC Adjust Control Command ................22 8.5.1 CF_FSYNC Command .................. 22 8.5.2 CF_TDOTS Command .................. 22 8.5.3...
  • Page 4 PLC-WU3800 Expand Serial Command Functional Specifications 8.10 Setting Command ....................36 8.10.1 CF_LANG Command ..................36 8.10.2 CF_MENUPOSITION Command ..............36 8.10.3 CF_AUTOSETUPPCADJ Command ............36 8.10.4 CF_AUTOSETUPKEYSTONE Command ............ 37 8.10.5 CF_INPUTSEARCH Command ..............37 8.10.6 CF_AUTOSETUP ................... 37 8.10.7...
  • Page 5 PLC-WU3800 Expand Serial Command Functional Specifications Status Read Command ....................48 Format ........................48 Transfer Example ....................48 Operation Condition .................... 48 Image Status Read Command ................49 9.4.1 CR_BRIGHT Command ................49 9.4.2 CR_CONT Command ..................49 9.4.3 CR_COLOR Command ................. 49 9.4.4...
  • Page 6 PLC-WU3800 Expand Serial Command Functional Specifications 9.7.10 CR_SYSLIST Command ................58 9.7.11 CR_MODELIST Command ................58 Screen Status Read Command................59 9.8.1 CR_SCREEN Command ................59 9.8.2 CR_ KYSTNMODE Command ..............59 9.8.3 CR_VSCALE Command ................59 9.8.4 CR_VPOS Command ..................59 9.8.5...
  • Page 7 PLC-WU3800 Expand Serial Command Functional Specifications 9.11.20 CR_ON-STA Command ................67 9.11.21 CR_CCAPTIONDISP Command ............... 67 9.11.22 CR_CCAPTIONCOLOR Command ............68 9.11.23 CR_RCODE Command ................68 9.11.24 CR_SECURITY Command ................ 68 9.11.25 CR_KEYDIS Command ................68 9.11.26 CR_PJLOCKNOW Command ..............68 9.11.27...
  • Page 8: Overview

    PLC-WU3800 Expand Serial Command Functional Specifications Overview 1.1 This Functional Specification defines communication functions for PLC-WU3800 1.2 Compatible to Firmware Ver. 1.x of the projector. 1.3 Most commands can be used to control projector remotely from PC by RS-232C. Therefore, the commands are defined as Expand Serial Commands.
  • Page 9: Notes For Communication

    PLC-WU3800 Expand Serial Command Functional Specifications Notes for communication 1. Expand Serial Command is defined as one command / one line that starts with “C” and ends with carriage return (0x0D) 2. There are two types of commands: Functional Execution Command and Status Read Command.
  • Page 10: Functional Execution Command Table

    PLC-WU3800 Expand Serial Command Functional Specifications 5. Functional Execution Command Table 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...
  • Page 11: Screen Command Table

    PLC-WU3800 Expand Serial Command Functional Specifications Screen Command Table Execute command Item CF_SCREEN_%1[CR] Select Screen size CF_DZCENT_%1[CR] Cancel Digital Zoom mode CF_KEYSTONE_%1[CR] Set Keystone CF_KYSTNMODE_%1[CR] Set Keystone Store mode CF_VSCALE_%1[CR] Set value of Vertical scale CF_VPOS_%1[CR] Set value of Vertical position...
  • Page 12: Other Command Table

    PLC-WU3800 Expand Serial Command Functional Specifications Other Command Table Execute command Item Behave the same as corresponding key of Projector / CF_KEYEMU_%1[CR] Remote control. CF_MENU_%1[CR] Switch ON/OFF of each Menu. CF_POWER_%1[CR] Switch ON/OFF of Power. CF_FREEZE _%1[CR] Set Freeze function.
  • Page 13: Status Read Command Table

    PLC-WU3800 Expand Serial Command Functional Specifications 6. Status Read Command Table 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...
  • Page 14: Screen Status Read Command Table

    PLC-WU3800 Expand Serial Command Functional Specifications Screen Status Read Command Table Status read command Item CR_SCREEN[CR] Get selected screen size CR_KYSTNMODE[CR] Get setting status of Keystone Store mode CR_VSCALE[CR] Get setting status of Vertical Scale CR_VPOS[CR] Get setting status of Vertical Position...
  • Page 15: Other Status Read Command

    PLC-WU3800 Expand Serial Command Functional Specifications Status read command Item CR_FILH[CR] Get Filter used time CR_FILREPL[CR] Get the information for Filter replacement time CR_FILTIMER[CR] Get time when Filter warning OSD is displayed Other Status Read Command Status read command Item...
  • Page 16: Error Code Table

    PLC-WU3800 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.) The function is not available in the selected Mode Selected value is out of range (Not reflected)
  • Page 17: Functional Execution Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8. Functional Execution Command Format 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) The projector decodes the received command and when it is ready to receive the next command, it returns the response.
  • Page 18: Image Command

    PLC-WU3800 Expand Serial Command Functional Specifications 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 projector.
  • Page 19: Cf_Sharp Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.4.5 CF_SHARP Command Command “CF_SHARP_%1”[CR] “000~015” ---------------- Directly select Sharpness setting value “UP” ------------------------ Current Sharpness setting value + 1 “DN” ------------------------ Current Sharpness setting value - 1 Set Sharpness value of user control The value set by this command will not be saved to projector.
  • Page 20: Cf_Coltemp Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.4.8 CF_COLTEMP Command Command “CF_COLTEMP_%1”[CR] “000” ------ Xlow “001” ------ Low “002” ------ Mid “003” ------ High Set Color Temperature. (Available only in the normal Power ON status) The value set by this command will not be saved to the projector. Therefore, when Details turning into Standby-mode or ALL is OFF, the value returns to original setting.
  • Page 21: Cf_Image Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.4.11 CF_IMAGE Command Command “CF_IMAGE_%1”[CR] “DYNAMIC” ------ Dynamic (Fixed value to enable projection with a sharp, powerful picture tone) “STAND” ---------- Standard (Image adjust value is set to factory default) “REAL” ------------ Real (Fixed value to display graphic image with natural tone) “CINEMA”...
  • Page 22: Pc Adjust Control Command

    PLC-WU3800 Expand Serial Command Functional Specifications 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 The value set by this command will not be saved to projector.
  • Page 23: Cf_H - Pos Command

    PLC-WU3800 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 24: Cf_Dline Command

    PLC-WU3800 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 25: Input Control Command

    PLC-WU3800 Expand Serial Command Functional Specifications Input Control Command 8.6.1 CF_INPUT Command Command “CF_INPUT_%1”[CR] “CONPUTER1” ----- Select Computer1 Input “COMPUTER2” ----- Select Computer2 Input “HDMI” ----------------- Select HDMI Input “VIDEO” --------------- Select Video Input “S-VIDEO” ------------ Select S-video “UP” ----------------------- Switch Input setting forward When Computer 2 is selected in Terminal menu: Computer1 →...
  • Page 26: Cf_Source Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.6.2 CF_SOURCE Command Command “CF_SOURCE_%1”[CR] “ANALOG” --------- Select Analog Input “YPBPR” ----------- Select Component Input “SCART” ----------- Select Scart Input Input is ”UP” ---------------- Switch Input as follows Computer 1 Analog →YPBPR →Scart →…...
  • Page 27: Cf_Input2 Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.6.4 CF_INPUT2 Command Command “CF_INPUT2_%1_”[CR] “ANALOG” ---------- Select Analog RGB Input Select Input - Computer 2 and source specified in %1 at once. This command is available in normal Power ON status. Details Projector returns “101” by selecting Computer 2 while Monitor out is selected in Terminal menu.
  • Page 28 PLC-WU3800 Expand Serial Command Functional Specifications “ANALOG” ----- Select Analog RGB Input When %1 is VIDEO “VIDEO” --------- Select Video Input When %1 is S- VIDEO “S-VIDEO” ------ Select S-Video Input Select Input specified by %1 and also Source specified in %2 This command is available in normal Power ON status.
  • Page 29: Cf_System Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.6.9 CF_SYSTEM Command Command “CF_SYSTEM_%1”[CR] “VGA1” ------------- Select VGA1 “XGA1” ------------- Select XGA1 “WXGA3” ------------ Select WXGA3 “1080I” --------------- Select 1080I Input is “1035I” --------------- Select 1035I Computer “720P” ---------------- Select 720P ”575P” ---------------- Select 575P ”480P”...
  • Page 30: Screen Control Command

    PLC-WU3800 Expand Serial Command Functional Specifications Screen Control Command 8.7.1 CF_SCREEN Command Command “CF_SCREEN_%1”[CR] “NORMAL” --------------------- Select Normal size “TRUE” -------------------------- Select True size “FULL” --------------------------- Select Full screen size “CUSTOM” --------------------- Select Custom size Input is “DZOOM_UP” ---------------- Expand image size with Digital Zoom Computer “DZOOM_DN”...
  • Page 31: Cf_Keystone Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.7.3 CF_KEYSTONE Command Command “CF_KEYSTONE_%1”[CR] “UP” ------------- Correct Keystone distortion to reduce upper part of image “FUP” ----------- Correct Keystone distortion to reduce upper part by 2steps “DN” ------------- Correct Keystone distortion to reduce lower part of image “FDN”...
  • Page 32: Cf_Vpos Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.7.6 CF_VPOS Command Command “CF_VPOS_%1”[CR] “015” --------- +15 “014” --------- +14 ÿ “002” --------- +2 “001” --------- +1 “000” --------- +0 “-01” ---------- -1 “-02” ---------- -2 ÿ “-14” ---------- -14 “-15” ---------- -15 “UP”...
  • Page 33: Cf_Hpos Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.7.8 CF_HPOS Command Command “CF_HPOS_%1”[CR] “015” --------- +15 “014” --------- +14 ÿ “002” --------- +2 “001” --------- +1 “000” --------- +0 “-01” ---------- -1 “-02” ---------- -2 ÿ “-14” ---------- -14 “-15” ---------- -15 “UP”...
  • Page 34: Lamp Command

    PLC-WU3800 Expand Serial Command Functional Specifications Lamp Command 8.8.1 CF_LAMPH Command Command “CF_LAMPH_%1”[CR] “RST” Reset total lamp running time Details This command is available in normal Power ON status. Acceptable “000”[CR] Response Unacceptable “Error Code”[CR] 8.8.2 CF_LAMPMODE Command Command “CF_LAMPMODE_%1”[CR] “HIGH”...
  • Page 35: Sound Command

    PLC-WU3800 Expand Serial Command Functional Specifications 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 Control Volume value The same operation of Volume Up/Down as projector and RC, and directly select Volume setting value.
  • Page 36: Setting Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.10 Setting Command 8.10.1 CF_LANG Command Command “CF_LANG_%1”[CR] “ENG” --------------------------- Select English “DEU” --------------------------- Select German “FRA” --------------------------- Select French “ITA” ----------------------------- Select Italian “ESP” ---------------------------- Select Spanish “POR” --------------------------- Select Portuguese “NED” --------------------------- Select Dutch “SVE”...
  • Page 37: Cf_Autosetupkeystone Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.10.4 CF_AUTOSETUPKEYSTONE Command Command “CF_AUTOSETUPKEYSTONE_%1”[CR] “AUTO” ------------------- Set Auto Keystone function to Auto “MANUAL” --------------- Set Auto Keystone function to Manual “OFF” --------------------- Set Auto Keystone function to OFF Set Keystone function of Auto setup This command is available in normal Power ON status.
  • Page 38: Cf_Disp Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.10.8 CF_DISP Command Command “CF_DISP_%1”[CR] “ON” ----------------------------- Select Display “OFF” --------------------------- Cancel Display “CNTDWNOFF” -------------- Count down OFF “UP” --------------- Switch Display mode forward ÿ On → Countdown OFF → Off → On →…ÿ...
  • Page 39: Cf_Ceil Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.10.10 CF_CEIL Command Command “CF_CEIL_%1”[CR] “ON” ------------------------ Set Ceiling to ON “OFF” ----------------------- Set Ceiling to OFF Set/Cancel Ceiling setting. The value set by this command is stored in EEPROM and its setting is effective...
  • Page 40: Cf_Terminal Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.10.14 CF_TERMINAL Command Command “CF_TERMINAL_%1”[CR] “COMPUTER” ----------------Set Input mode “MONITOR” ------------------- Set Monitor Out mode Set Terminal setup. This command is available in normal Power ON status. Details Terminal means Computer 2 in this model.
  • Page 41: Cf_Pipposition Command

    PLC-WU3800 Expand Serial Command Functional Specifications Unacceptable “Error Code”[CR] 8.10.18 CF_PIPPOSITION Command Command “CF_PIPPOSITION_%1”[CR] “BTMRIGHT” ----------------------- Move Subpicture to Bottom right “BTMLEFT” ------------------------- Move Subpicture to Bottom left “TOPRIGHT” ----------------------- Move Subpicture to Top right “TOPLEFT” ------------------------- Move Subpicture to Top left “UP”...
  • Page 42: Cf_P-Manetime Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.10.20 CF_P-MANETIME Command Command “CF_P-MANETIME_%1”[CR] “01” ~ ”30” ----------------------- Directly select setting time by the minute “UP” ------------------------------- Plus one minute (01 → 02 → ÿ e ÿ e ÿ e → 30 → 01) ÿ...
  • Page 43: Cf_Ccaptioncolor Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.10.23 CF_CCAPTIONCOLOR Command Command “CF_CCAPTIONCOLOR_%1”[CR] “COLOR” ------- Select Color “WHITE” -------- Select White Select color of Closed caption. The status set with this command is stored in EEPROM and its setting is effective even after ALL is OFF.
  • Page 44: Cf_Pjpincode Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.10.26 CF_PJPINCODE Command Command “CF_PJPINCODE_%1”[CR] “0000” – “9999” ---------Set PJ PIN CODE directly Set PJ PIN CODE to release PJ LOCK. PIN CODE cannot be changed by this command. -When PJ LOCK is in operation PIN CODE is correct ------------------------- Command is valid (Acceptable) PIN CODE is incorrect ----------------------- Command is invalid(Error Code”102”)
  • Page 45: Cf_Filtimer Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.10.29 CF_FILTIMER Command Command “CF_FILTIMER_%1”[CR] “100” -------------------- Set 100 hours “200” -------------------- Set 200 hours “300” -------------------- Set 300 hours “OFF” ------------------- No warning display “UP” --------------------- Switch Filter timer forward ÿ Off →100 → 200 → 300 → Offÿ...
  • Page 46: Other Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.11 Other Command 8.11.1 CF_KEYENU Command Command “CF_KEYENU_%1”[CR] “RIGHT” ------------------------- Shift Pointer on OSD Menu to right “LEFT” --------------------------- Shift Pointer on OSD Menu to left “UP” ------------------------------ Shift Pointer on OSD Menu to right “DN”...
  • Page 47: Cf_Freeze Command

    PLC-WU3800 Expand Serial Command Functional Specifications 8.11.4 CF_FREEZE Command Command “CF_FREEZE_%1”[CR] “ON” ------------------------ Set Freeze to ON “OFF” ----------------------- Set Freeze to OFF “UP” ------------------------------ Switch setting (On → Off → On → ÿ e ÿ e ÿ e ) “DN”...
  • Page 48: Format

    PLC-WU3800 Expand Serial Command Functional Specifications 9. Status Read Command 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ÿ ? ”%1 [CR] %1: Required Data (Character Line.
  • Page 49: Image Status Read Command

    PLC-WU3800 Expand Serial Command Functional Specifications 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 “Error code”[CR] 9.4.2 CR_CONT Command Command “CR_CONT”[CR] Details Get Contrast value of user control Acceptable “000_ÿ...
  • Page 50: Cr_Gamma Command

    PLC-WU3800 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 “Error code”[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]...
  • Page 51: Cr_Nzred Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.4.11 CR_NZRED Command Command “CR_NZRED”[CR] Details Get setting status of Noise Reduction Acceptable “000_%1”[CR] “L1” -------- Noise Reduction for moving image Response “L2” -------- Noise Reduction for still image “OFF” ----- Noise Reduction is OFF Unacceptable “Error code”[CR]...
  • Page 52: Pc Adjust Status Read Command

    PLC-WU3800 Expand Serial Command Functional Specifications 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...
  • Page 53: Cr_V – Pos Command

    PLC-WU3800 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...
  • Page 54: Video Status Read Command

    PLC-WU3800 Expand Serial Command Functional Specifications Video Status Read Command 9.6.1 CR_SERSYS Command Command “CR_SERSYS”[CR] Get currently selected signal Details Returns auto-detected signal in Auto mode Only available for Video input. (N/A when Input is computer) Acceptable “000_%a”[CR] “1080I60” -------------- 1080i 60Hz “1080I50”...
  • Page 55: Input Status Read Command

    PLC-WU3800 Expand Serial Command Functional Specifications Input Status Read Command 9.7.1 CR_INPUT Command Command “CR_INPUT”[CR] Details Get selected INPUT No. Acceptable “000_%1”[CR] Response Request data “1”-”6” Unacceptable “Error code”[CR] 9.7.2 CR_SOURCE Command Command “CR_SOURCE”[CR] Details Get selected Source Acceptable “000_%1”[CR] “ANALOG”...
  • Page 56: Cr_Srcinp4 Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.7.6 CR_SRCINP4 Command Command "CR_SRCINP4” [CR] Details Get selected source of Input 4_Video Acceptable “000_%1”[CR] Response Request data “VIDEO” ------------- Composite Video Input is selected Unacceptable “Error code”[CR] 9.7.7 CR_SRCINP5 Command Command "CR_SRCINP5” [CR]...
  • Page 57: Cr_System Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.7.9 CR_SYSTEM Command Command “CR_SYSTEM”[CR] Details Get selected System Acceptable “000_%1”[CR] “VGA1” -------------- VGA1 is selected “VGA2” -------------- VGA2 is selected ÿ “XGA1”-------------- XGA1 is selected ÿ “WXGA3” --------- WXGA3 is selected “1080I” ------------ 1080i is selected “1035I”...
  • Page 58: Cr_Syslist Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.7.10 CR_SYSLIST Command Command “CR_SYSLIST”[CR] Details Get selectable System titles Acceptable “000_%1_%2_..._%x” [CR] - When Input is PC-Analog “XGA1” ------------ XGA1is selectable “1080I ” ----------- 1080i is selectable Projector does not return Auto,Mode1-5 When there is no signal, it returns Error Code “101”...
  • Page 59: Screen Status Read Command

    PLC-WU3800 Expand Serial Command Functional Specifications Screen Status Read Command 9.8.1 CR_SCREEN Command Command “CR_SCREEN”[CR] Details Get selected on-screen image size Acceptable “000_%a”[CR] “NORMAL” --------------- Normal mode is selected “TRUE” -------------------- True mode is selected Input “FULL” --------------------- Full mode is selected “CUSTOM”...
  • Page 60: Cr_Hscale Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.8.5 CR_HSCALE Command Command “CR_HSCALE”[CR] Details Get setting status of Horizontal Scale Store Mode Acceptable “000_%1”[CR] Response “-32” ~ “032” Unacceptable “Error code”[CR] 9.8.6 CR_HPOS Command Command “CR_HPOS”[CR] Details Get setting status of Horizontal Position Store Mode Acceptable “000_%1”[CR]...
  • Page 61: Lamp Status Read Command

    PLC-WU3800 Expand Serial Command Functional Specifications Lamp Status Read Command 9.9.1 CR_LAMPREPL Command Command “CR_LAMPREPL”[CR] Details Get 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.
  • Page 62: Cr_Lampmsts Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.9.5 CR_LAMPMSTS Command Command “CR_LAMPSTS”[CR] Details Get Lighting status of lamp Acceptable “000_%1”[CR] “ÿ N **** ” A number of * should be among 1-4. First character shows how many lamps are incorporated in projector.
  • Page 63: Sound Status Read Command

    PLC-WU3800 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 “Error code”[CR] 9.10.2 CR_MUTE Command Command “CR_MUTE”[CR] Details Get sound mute setting status Acceptable “000_%a”[CR]...
  • Page 64: Setting Status Read Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.11 Setting Status Read Command 9.11.1 CR_LANG Command Command “CR_LANG”[CR] Details Get selected language Acceptable “000_%a”[CR] “ENG” -------------------------- English is selected “DEU” -------------------------- German is selected “FRA” -------------------------- French is selected “ITA” --------------------------- Italian is selected “ESP”...
  • Page 65: Cr_Backgnd Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.11.5 CR_BACKGND Command Command “CR_BACKGND” [CR] Details Get setting status of Screen for no signal Acceptable “000_%1” [CR] “BLUE” -------------------------------- Blue Back is selected Response “USER” ------------------------------- User is selected “BLACK” ------------------------------ Black Back is selected Unacceptable “Error Code”...
  • Page 66: Cr_Hdmi Setup Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.11.10 CR_HDMI SETUP Command Command “CR_HDMI SETUP”[CR] Details Get status of Image mode in HDMI setup Acceptable “000_%1”[CR] “NORMAL” --------------------- Image mode is Normal Response “ENHANCED” ----------------- Image mode is Enhanced Unacceptable “Error code”[CR] 9.11.11 CR_HDMI SETUPSOUND Command...
  • Page 67: Cr_Pipposition Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.11.15 CR_PIPPOSITION Command Command “CR_PIPPOSITION” [CR] Details Get position of Subpicture in Picture in Picture Acceptable “000_%1”[CR] “BTMRIGHT” -------------- Subpicture is Bottom right “BTMLEFT” ---------------- Subpicture is Bottom left Response “TOPRIGHT” -------------- Subpicture is Top right “TOPLEFT”...
  • Page 68: Cr_Ccaptioncolor Command

    PLC-WU3800 Expand Serial Command Functional Specifications Acceptable “000_%a”[CR] “OFF” --------- Off “CC1” --------- CC1 is selected Response ÿ a “CC2” --------- CC2 is selected “CC3”--------- CC3 is selected “CC4” --------- CC4 is selected Unacceptable “Error Code”[CR] 9.11.21 CR_CCAPTIONCOLOR Command Command “CR_CCAPTIONCOLOR”[CR]...
  • Page 69: Cr_Pjlockmenu Command

    PLC-WU3800 Expand Serial Command Functional Specifications “LOCK” ------------- PJ Lock is in operation. PJ Lock status is ON-1 or ON-2 on Menu, and PJ PIN CODE is not entered so that projector is actually locked. “FREE” ------------- PJ Lock is released. PJ Lock status is OFF, or,...
  • Page 70: Cr_Filtimer Command

    PLC-WU3800 Expand Serial Command Functional Specifications “1Y” ------------------- Over filter replacement time “1N” ------------------ Within filter replacement time Unacceptable “Error Code”[CR] 9.11.31 CR_FILTIMER Command Command “CR_FILTIMER” [CR] Details Get setting time which filter warning OSD is displayed Acceptable “000_%1”[CR] “100” ----------------- 100 hours “200”...
  • Page 71: Cr_Status Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.12 Other Status Read Command 9.12.1 CR_STATUS Command Command “CR_STATUS”(CR) Get status of Projector behavior. Details This command affects the same as ”CR0” of Basic Serial command, but this has an error code. Acceptable “000_%1”[CR]...
  • Page 72: Cr_Ptimer Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.12.5 CR_PTIMER Command Command "CR_PTIMER”[CR] Details Get status of Presentation Timer Acceptable “000_%a”[CR] “ON” -------------------- Presentation timer is in operation Response “STOP” ----------------- Presentation timer is paused “OFF” ------------------- Presentation timer is not operating Unacceptable “Error code”[CR]...
  • Page 73: Cr_Temp Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.12.7 CR_TEMP Command Command "CR_TEMP”[CR] Get current temperature inside a projector. Details If there are several sensors installed, it is possible to get information from all the sensors at once. Acceptable “000_%1_%2_%3”[CR] %1= Sensor 1 temperature (Outside temperature)
  • Page 74: Cr_Tempfail Command

    PLC-WU3800 Expand Serial Command Functional Specifications 9.12.8 CR_TEMPFAIL Command Command "CR_TEMPFAIL”[CR] Get the temperature inside a projector when abnormal temperature occurs. Details If there are several sensors installed, it is possible to get information from all the sensors at once.

Table of Contents