Sanyo PLC-ET30L - 4200 Lumens Specifications
Sanyo PLC-ET30L - 4200 Lumens Specifications

Sanyo PLC-ET30L - 4200 Lumens Specifications

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

Advertisement

Quick Links

EXPAND SERIAL COMMAND
FUNCTIONAL SPECIFICATIONS
PLC-ET30L
SANYO Electric Co., Ltd
Personal Mobile Group
DI Company
Projector Division

Advertisement

Table of Contents
loading

Summary of Contents for Sanyo PLC-ET30L - 4200 Lumens

  • Page 1 EXPAND SERIAL COMMAND FUNCTIONAL SPECIFICATIONS PLC-ET30L SANYO Electric Co., Ltd Personal Mobile Group DI Company Projector Division...
  • Page 2: Table Of Contents

    PLC-ET30L Expand Serial Command Functional Specifications Contents Overview .........................8 1ÿ Serial Interface Specification ..................8 2ÿ 2.1 Transfer Specification ....................8 2.2 Connection ........................8 Notes for communication ....................9 3ÿ Notation Convention ......................9 4ÿ Functional Execution Command Table..............10 5ÿ 5.1 Image Command Table ..................... 10 5.2 PC Adjust Control Command Table ................
  • Page 3 PLC-ET30L Expand Serial Command Functional Specifications 8.4.9 CF_NZRED Command ..................18 8.4.10 CF_PROGV Command ..................18 8.4.11 CF_IMAGE Command ..................18 8.4.12 CF_IMAGEADJ Command ................19 8.5 PC Adjust Control Command .................. 20 8.5.1 CF_FSYNC Command..................20 8.5.2 CF_TDOTS Command..................20 8.5.3 CF_CLPPHASE Command ................
  • Page 4 PLC-ET30L Expand Serial Command Functional Specifications 8.10.1 CF_BACKGND Command ................31 8.10.2 CF_DISP Command ..................31 8.10.3 CF_LOGO Command ..................31 8.10.4 CF_CEIL Command ..................32 8.10.5 CF_REAR Command..................32 8.10.6 CF_RCODE Command ..................32 8.10.7 CF_RCSENSOR Command ................32 8.10.8 CF_LANG Command..................
  • Page 5 PLC-ET30L Expand Serial Command Functional Specifications 9.4.10 CR_COLTEMP Command ................40 9.4.11 CR_NZRED Command ..................40 9.4.12 CR_PROGV Command ..................40 9.4.13 CR_IMAGE Command ..................40 9.4.14 CR_IMGGMD Command .................. 41 9.5 PC Adjust Status Read Command ................41 9.5.1 CR_FSYNC Command ..................41 9.5.2 CR_TDOTS Command ..................
  • Page 6 PLC-ET30L Expand Serial Command Functional Specifications 9.8.3 CR_VSCALE Command ..................51 9.8.4 CR_VPOS Command ..................51 9.8.5 CR_HSCALE Command ..................51 9.8.6 CR_HPOS Command ..................52 9.9 Lamp Status Read Command .................. 52 9.9.1 CR_LAMPREPL Command ................52 9.9.2 CR_LAMPH Command..................52 9.9.3 CR_LAMPCORRESPH Command ..............
  • Page 7 PLC-ET30L Expand Serial Command Functional Specifications 9.11.25 CR_FILTIMER Command ................59 9.11.26 CR_POINTER Command ................59 9.12 Other Status Read Commands ................60 9.12.1 CR_STATUS Command ................... 60 9.12.2 CR_SIGNAL Command ..................60 9.12.3 CR_VMUTE Command ..................60 9.12.4 CR_FREEZE Command ................... 60 9.12.5 CR_TEMPFAIL Command ................
  • Page 8: Overview

    PLC-ET30L Expand Serial Command Functional Specifications 1ÿ Overview 0û This Functional Specification defines communication with PJ-Net organizer for PLC-ET30L. 0û Supporting Farmware Ver. 1.x of the projector. 0û Commands in this document are to communicate with PJ-Net organizer, but most commands are used to control a projector remotely from a computer with RS-232C.
  • Page 9: Notes For Communication

    PLC-ET30L Expand Serial Command Functional Specifications 3ÿ Notes for communication 0û Expand Serial Command is defined as a single command per line that starts with “C” and ends with carriage return (0x0D). 0û There are two types of commands; Functional Execution Commands and Status Read Command. - Example of Functional Execution Command: “CF_BRIGHT_032”...
  • Page 10: Functional Execution Command Table

    PLC-ET30L Expand Serial Command Functional Specifications 5ÿ Functional Execution Command Table 5.1 Image Command Table Item Execute command CF_BRIGHT_%1 [CR] Set value of Brightness CF_CONT_%1 [CR] Set value of Contrast CF_COLOR_%1 [CR] Set value of Color CF_TINT_%1 [CR] Set value of Tint CF_SHARP_%1 [CR] Set value of Sharpness CF_GAMMA_%1 [CR]...
  • Page 11: Lamp Command Table

    PLC-ET30L 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 12: Status Read Command Table

    PLC-ET30L 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 value of Brightness CR_CONT [CR] Get value of Contrast CR_COLOR [CR] Get value of Color CR_TINT [CR] Get value of Tint CR_SHARP [CR] Get value of Sharpness...
  • Page 13: Screen Status Read Command Table

    PLC-ET30L Expand Serial Command Functional Specifications CR_IDSLOT3[CR] Get ID information of Input3 CR_IDSLOT4[CR] Get ID information of Input4 6.5 Screen Status Read Command Table Status Read command Item CR_SCREEN [CR] Get selected screen size CR_KYSTNMODE[CR] Get selected Keystone store mode CR_VSCALE[CR] Get setting status of V Scale CR_VPOS[CR]...
  • Page 14: Other Status Read Command Table

    PLC-ET30L Expand Serial Command Functional Specifications 6.9 Other Status Read Command Table Status Read command Item CR_STATUS [CR] Get operating status of Projector CR_SIGNAL [CR] Get status of singal existence CR_VMUTE [CR] Get setting status of No show CR_FREEZE [CR] Get setting status of Freeze Get temperature when sensors approach abnormal CR_TEMPFAIL [CR]...
  • Page 15: Functional Execution Command

    PLC-ET30L 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: String %1: Parameter (String) _: 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 16: Image Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.4 Image Command 8.4.1 CF_ BRIGHT Command Command “CF_BRIGHT_%1” [CR] “000-063”-------------- Directly specify setting value of Brightness “UP”--------------------- Increment setting value of Brightness by 1 “DN”--------------------- Decrement setting value of Brightness by 1 Set user controlled value of Brightness (Available only in the normal Power ON status) Details The value set by this command will not be stored in the projector’s memory.
  • Page 17: Cf_Sharp Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.4.5 CF_SHARP Command Command “CF_SHARP_%1” [CR] “000-015”--------------- Directly specify setting value of Sharpness “UP”--------------------- Increment setting value of Sharpness by 1 “DN”--------------------- Decrement setting value of Sharpness by 1 Set user controlled value of Sharpness (Available only in the normal Power ON status) Details The value set by this command will not be stored in the projector’s memory.
  • Page 18: Cf_Coltemp Command

    PLC-ET30L 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 stored in the projector’s memory. Details Therefore, when the power is turned to ALL OFF status, the value returns to the original setting.
  • Page 19: Cf_Imageadj Command

    PLC-ET30L Expand Serial Command Functional Specifications “CUSTOM4” ------------- Image4 ÿ the value adjusted and stored by userÿ Select Image Mode (Available only in the normal Power ON status) Parameter “CUSTOM1” to “CUSTOM4” corresponds to “Image1” to “Image4” Details displayed in projector OSD menu on selecting Image. The value set by this command is stored in EEPROM so that the setting can remain effective even after the power is turned to ALL OFF status.
  • Page 20: Pc Adjust Control Command

    PLC-ET30L 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 specify setting value of Fine Sync “UP” --------------------------- Increment setting value of Fine Sync by 1 “DN” --------------------------- Decrement setting value of Fine Sync by 1 Set value of Fine Sync in PC signal (Available only in the normal Power ON status) Details...
  • Page 21: Cf_V-Pos Command

    PLC-ET30L Expand Serial Command Functional Specifications Therefore, when the power is turned to ALL OFF status, the value returns to the original setting. Acceptable “000” [CR] Response Unacceptable “101” [CR] --- When input is Video signal / No signal 8.5.5 CF_V-POS Command Command “CF_V-POS_%1”...
  • Page 22: Cf_Setpcadj Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.5.8 CF_SETPCADJ Command Command “CF_SETPCADJ_%1” [CR] None “EXT11-60” 1. Apply value set in PC Adjust Menu to projected image. Specifying setting value directly in the following PC Adjust related commands immediately reflects them on projected image, while issuing this command after these commands also triggers the reflection.
  • Page 23: Cf_Pcstore Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.5.10 CF_PCSTORE Command Command “CF_PCSTORE_%1” [CR] “1” --------------------------- Store current value of PC Adjust to Mode1 “2” --------------------------- Store current value of PC Adjust to Mode2 “3” --------------------------- Store current value of PC Adjust to Mode3 “4”...
  • Page 24: Input Control Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.6 Input Control Command 8.6.1 CF_INPUT Command Command “CF_INPUT_%1” [CR] “1”------------------------- Select Input 1 (not switching Source) “2”------------------------- Select Input 2 (not switching Source) “3”------------------------- Select Input 3 (not switching Source) “4”------------------------- Select Input 4 (Network viewer) “UP”---------------------- Increment Input No.
  • Page 25: Cf_Input 1 Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.6.3 CF_INPUT 1 Command Command “CF_INPUT1_%1” [CR] “DIGITAL” -------------------------- Select PC Digital Input “ANALOG” ------------------------- Select PC Analog Input “SCART” --------------------------- Select SCART Input “HDCP” ---------------------------- Select DVI HDCP Input Select Input 1 as well as Source specified in %1 (Available only in the normal Details Power ON status) Acceptable...
  • Page 26: Cf_System Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.6.7 CF_SYSTEM Command Command “CF_SYSTEM_%1” [CR] “VGA1” --------------------------- Select VGA1 “VGA2” --------------------------- Select VGA2 “XGA1” --------------------------- Select XGA1 “WXGA3” --------------------- Select WXGA3 Input is “1080I” ------------------------ Select 1080i PC Analog “1035I” ------------------------ Select 1035i “720p”...
  • Page 27: Screen Control Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.7 Screen Control Command 8.7.1 CF_SCREEN Command Command “CF_SCREEN_%1” [CR] “NORMAL” ---------------------- Select Normal mode “WIDE” --------------------------- Select Wide mode “TRUE” -------------------------- Select True mode “FULL” --------------------------- Select Full mode Input is Computer “CUSTOM” ---------------------- Select Custom mode “DZOOM_UP”...
  • Page 28: Cf_Kystnmode Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.7.4 CF_KYSTNMODE Command Command “CF_KYSTNMODE_%1”[CR] “STR” --------- Set Keystone store mode to Store “RST” --------- Set Keystone store mode to Reset Details Set Keystone store mode (Available only in the normal Power ON status) Acceptable “000”[CR] Response...
  • Page 29: Cf_Hscale Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.7.7 CF_HSCALE Command Command “CF_HSCALE_%1” [CR] “032” ---------------------- +32 “031” ---------------------- +31 ÿ “002” ---------------------- +2 “001” ---------------------- +1 “000” ---------------------- ±0 “ 01” --------------------- 1 “ 02” --------------------- 2 ÿ “ 31” --------------------- 31 “...
  • Page 30: Lamp Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.8 Lamp Command 8.8.1 CF_LAMPH Command Command “CF_LAMPH_%1” [CR] “RST” Details Reset lamp 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”...
  • Page 31: Setting Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.10 Setting Command 8.10.1 CF_BACKGND Command Command “CF_BACKGND_%1” [CR] “BLUE” -------------------- Select Blue Back “USER” ------------------- Select User “BLACK” ------------------ Select Black Back “UP” ---------- Switch forward (Blue Back→User→Black Back→Blue Back) “DN” --------- Switch backward (Blue Back→Black Back→User→Blue Back) Set Screen status for no signal.(Available only in the normal Power ON status) The status set by this command is stored in EEPROM and the setting remains even after the power is turned to ALL OFF status.
  • Page 32: Cf_Ceil Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.10.4 CF_CEIL Command Command “CF_CEIL_%1” [CR] “ON” --------------------------- Set Ceiling to ON. “OFF” ------------------------- Set Ceiling to OFF. Set/Cancel Ceiling mode.(Available only in the normal Power ON status) Details The status set by this command is stored in EEPROM and setting remains effective even after the power is turned to ALL OFF status.
  • Page 33: Cf_Lang Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.10.8 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 34: Cf_P-Manetime Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.10.11 CF_P-MANETIME Command Command “CF_P-MANETIME_%1” [CR] “01” - ”30” ----------------------- Directly specify setting time by the minute “UP” -------------- Increment value by 1 (Switched in 01→02→ --- → 30 → 01 order) “DN” -------------- Decrement value by 1(Switched in 30→29→ --- → 01 → 30 order) Set time of Power Management time (Available only in the normal Power ON status) Details...
  • Page 35: Cf_Keydis Command

    PLC-ET30L Expand Serial Command Functional Specifications 8.10.15 CF_KEYDIS Command Command “CF_KEYDIS_%1” [CR] “NONE” ---------------------- RC & Projector keys are valid (All are valid) “RCFULL” ------------------- All RC keys are invalid “RCPART” ------------------- Specific RC keys are invalid “KEYFULL” ------------------ All projector keys are invalid “KEYPART”...
  • Page 36: Cf_Filh Command

    PLC-ET30L Expand Serial Command Functional Specifications Details Execute test pattern display.(Available only in the normal Power ON status) Acceptable “000” [CR] Response Unacceptable “Error Code” [CR] 8.10.19 CF_FILH Command Command “CF_FILH_%1” [CR] “RST” ---------------------- Reset Filter used time Details Reset used time for filter of projector Acceptable “000”...
  • Page 37: Cf_Menu Command

    PLC-ET30L Expand Serial Command Functional Specifications Auto PC Adj. operation is not stopped before getting back a return value during this Auto PC Adj. operation even if this command is received again. Acceptable “000” [CR] Response Unacceptable “Error Code” [CR] 8.11.2 CF_MENU Command Command “CF_MENU_%1”...
  • Page 38: Status Read Command

    PLC-ET30L Expand Serial Command Functional Specifications 9ÿ Status Read Command 9.1 Format PC issues commands in format as below: “CR_ COMMAND” [CR] Command: String When projector receives the appropriate command, it returns the required data as a string. “000_” %1 [CR] %1: Required Data (String) When the received data cannot be decoded, the projector returns “?”...
  • Page 39: Cr_Tint Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.4.4 CR_TINT Command Command “CR_TINT” [CR] Details Get user controlled value of Tint Acceptable “000_%1” [CR] “000 – 063” Response “Error Code” [CR] --- When command is not available in the given Unacceptable condition (such as being selected input). “?”...
  • Page 40: Cr_Coltemp Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.4.10 CR_COLTEMP Command Command “CR_COLTEMP” [CR] Details Get Color Temperature setting status Acceptable “000_%1” [CR] “000” --------------------------------- Xlow “001” --------------------------------- Low “002” --------------------------------- Mid Response “003” --------------------------------- High “BLANK” ---- Processing adjusting White Balance (Neither of Xlow / Low / Mid / High) Unacceptable “?”...
  • Page 41: Cr_Imggmd Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.4.14 CR_IMGGMD Command Command “CR_IMGGMD” [CR] Details Get setting status of Dynamic/Standard/Real/Cinema in Image Gamma Acceptable “000_%1” [CR] “DYN” ------------ Dynamic “STD” ------------ Standard Response “REL” ------------ Real “CNM” ------------ Cinema Unacceptable “?” [CR] 9.5 PC Adjust Status Read Command 9.5.1 CR_FSYNC Command Command...
  • Page 42: Cr_H-Pos Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.5.4 CR_H-POS Command Command “CR_H-POS” [CR] Details Get value of Horizontal Position Acceptable “000_%1” [CR] “0000 – nnnn” (nnnn = Total Dots – Display area H) Response “Error Code” [CR] ------ When command is not available in the Unacceptable given condition (such as being selected input “?”...
  • Page 43: Cr_Orgmode Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.5.8 CR_ORGMODE Command Command “CR_ORGMODE” [CR] Get the original signal of current selected Mode that is set in PC Adj. Details When MODE1- 10 or EXT11-50 is not selected, get the current signal. Acceptable “000_%1”...
  • Page 44: Cr_Setpcadj Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.5.10 CR_SETPCADJ Command Command “CR_SETPCADJ” [CR] Details Get PC signal for current system Acceptable “000_%1” [CR] When input signal is PC Analog; “VGA1” ------------------------ Indicates VGA1 is selected “VGA2” ------------------------ Indicates VGA2 is selected “XGA1”...
  • Page 45: Video Status Read Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.6 Video Status Read Command 9.6.1 CR_SERSYS Command Command “CR_SERSYS” [CR] Get selected current signal. Auto detected signal is returned in Auto mode Details Only available when Input is Y,Pb/Cb,Pr/Cr, S-Video or Video. (This is not the case for PC-Analog/PC-Digital/AV HDCP signals) Acceptable “000_%1”...
  • Page 46: Cr_Srcinp1 Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.7.3 CR_SRCINP1 Command Command “CR_SRCINP1” [CR] Details Get Source of INPUT1 Acceptable “000_%1” [CR] “DIGITAL” ---------------------- in PC Digital mode “ANALOG” ---------------------- in PC Analog mode Response “SCART” ------------------------ in Scart mode “HDCP” ------------------------- in AV HDCP mode Unacceptable “?”...
  • Page 47: Cr_System Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.7.7 CR_SYSTEM Command Command “CR_SYSTEM” [CR] Details Get selected System Acceptable “000_%1” [CR] “VGA1” ------------------------- indicates VGA1 is selected “VGA2” ------------------------- indicates VGA2 is selected “XGA1” ------------------------- indicates XGA1 is selected “WXGA3” ---------------------- indicates WXGA3 is selected “1080I”...
  • Page 48: Cr_Syslist Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.7.8 CR_SYSLIST Command Command “CR_SYSLIST” [CR] Details Get possible systems for System list Acceptable “000_%1_%2_---_%x” [CR] When Input is PC Analog: “XGA” ------------------- XGA is in the list “1080I” ----------------- 1080i is in the list *Auto, Mode1-10 shall not be returned.
  • Page 49: Cr_Hmslot Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.7.10 CR_HMSLOT Command Command “CR_HMSLOT” [CR] Details Get the total number of Input. Acceptable “000_%1” [CR] “004” ------------ When PJ-Net is attached. Response “003” ------------ When PJ-Net is not attached. Unacceptable “Error Code” [CR] 9.7.11 CR_NMSLOT1 Command Command “CR_NMSLOT1”...
  • Page 50: Cr_Idslot1 Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.7.15 CR_IDSLOT1 Command Command “CR_IDSLOT1” [CR] Get ID information of Input1. This command is to determine sources possible to Details input. Acceptable “000_%1” [CR] “30” --------------- On-borad (DVI-D and D-Sub) Response Available source: DIGITAL, ANALOG, SCART, HDCP Unacceptable “Error Code”...
  • Page 51: Screen Status Read Command

    PLC-ET30L 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_%1” [CR] “NORMAL” ---------------------- Normal mode “WIDE” --------------------------- Wide mode “FULL” --------------------------- Full mode Response “TRUE” --------------------------- True mode “CUSTOM”...
  • Page 52: Cr_Hpos Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.8.6 CR_HPOS Command Command “CR_HPOS” [CR] Details Get setting status of H Position Acceptable “000_%1” [CR] Response “-15”ÿ ”015” Unacceptable “?” [CR] -------------------- When unknown command is received 9.9 Lamp Status Read Command 9.9.1 CR_LAMPREPL Command Command “CR_LAMPREPL”...
  • Page 53: Cr_Lampmode Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.9.4 CR_LAMPMODE Command Command “CR_LAMPMODE” [CR] Details Get setting status of Lamp mode Acceptable “000_%1” [CR] “AUTO1” ------------------ Lamp Mode is Auto1 “AUTO2” ------------------ Lamp Mode is Auto2 “HIGH” -------------------- Lamp Mode is High Response “NORMAL”...
  • Page 54: Sound Status Read Command

    PLC-ET30L 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_%1”[CR] Response “000”~“063” Unacceptable “?”[CR] 9.10.2 CR_MUTE Command Command “CR_MUTE”[CR] Details Get sound mute setting status Acceptable “000_%1”[CR] “ON”...
  • Page 55: Cr_Logolock Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.11.4 CR_LOGOLOCK Command Command “CR_LOGOLOCK” [CR] Details Get setting status of Logo Lock function Acceptable “000_%1” [CR] “ON” --------------------------- Logo Lock is ON Response “OFF” ------------------------- Logo Lock is OFF Unacceptable “Error Code” [CR] 9.11.5 CR_CEIL Command Command “CR_CEIL”...
  • Page 56: Cr_Rtype Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.11.9 CR_RTYPE Command Command “CR_RTYPE” [CR] Details Get status of supported Remote Control (IR/RF). Acceptable “000_%1” [CR] “IR” -------- IR Response “RF” ------- RF (cannot be returned as this model supports only IR remote control) Unacceptable “Error Code”...
  • Page 57: Cr_P-Manetime Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.11.13 CR_P-MANETIME Command Command “CR_P-MAETIME” [CR] Details Get setting time for starting Power Management function Acceptable “000_%1” [CR] Response “001 – 030” ----------------------- 1 to 30 minutes Unacceptable “?” [CR] 9.11.14 CR_FANSPEED Command Command “CR_FANSPEED”...
  • Page 58: Cr_Security Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.11.18 CR_SECURITY Command Command “CR_ SECURITY” [CR] Details Get ON/OFF setting status of Security on menu. Acceptable “000_%1” [CR] “ON” ---------------- PJ Lock is set to On1/ On2 on the menu Response “OFF” --------------- PJ Lock is set to OFF on the menu Unacceptable “Error Code”...
  • Page 59: Cr_Filh Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.11.22 CR_FILH Command Command “CR_FILH” [CR] Details Get Filter used time Acceptable “000_%1” [CR] Response “00000 - 99999” Unacceptable “Error Code” [CR] 9.11.23 CR_FILCOND Command Command “CR_FILCOND” [CR] Details Get status of filter clog Acceptable “000_%1”...
  • Page 60: Other Status Read Commands

    PLC-ET30L Expand Serial Command Functional Specifications 9.12 Other Status Read Commands 9.12.1 CR_STATUS Command COMMAND “CR_STATUS” [CR] Get operating status of Projector Detail Same as “CR0” in basic command except error code follows it. Acceptable “000_%1” [CR] “00” = Power ON “80”...
  • Page 61: Cr_Tempfail Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.12.5 CR_TEMPFAIL Command Command “CR_TEMPFAIL” [CR] Get the temperature inside a projector when abnormal temperature status Details occurs. It is possible to get the temperatures all at once when several sensors installed. Acceptable “000_%1_%2_%3” [CR] %1 ------------------ Sensor 1 temp.
  • Page 62: Cr_Temp Command

    PLC-ET30L Expand Serial Command Functional Specifications 9.12.6 CR_TEMP Command Command “CR_TEMP” [CR] Get the current temperature information inside a projector. Details It is possible to get the temperatures all at once when several sensors installed. Acceptable “000_%1_%2_%3” [CR] %1 ------------------ Sensor 1 temp. (External temp.) %2 ------------------ Sensor 2 temp.

This manual is also suitable for:

Plc-et30l

Table of Contents