Christie Projector Mirage WU-L User Manual
Here you can view all the pages of manual Christie Projector Mirage WU-L User Manual. The Christie manuals for Projector are available online for free. You can easily download all the documents as PDF.
Page 161
C-4Mirage WU-L User Manual020-100774-01 Rev. 2 (4-2012) Appendix C: Serial Communication • If entering a negative number, there must be a space between the code/subcode, and the value. For example, (CRM3) and (CRM 3) can both be used when the number is positive. (CRM -2) is acceptable, but (CRM-2) is not. • Data in set messages to the projector do not require padding with zeros. • Within each message, multiple parameters of data must be separated by one “space” character. • Text parameters such as...
Page 162
Appendix C: Serial Communication Mirage WU-L User ManualC-5020-100774-01 Rev. 2 (4-2012) C.2.3 What is Actually Sent in a Message Although you will send and read messages as strings of ASCII characters, the actual message travels as a sequence of bytes. Each character in this sequence requires 1 byte. The example below illustrates a “lamp limit is 2000 hours” reply from the projector. C.2.4 Maximizing Message Integrity For additional reassurance and/or maximum message integrity, you can insert 1 or 2...
Page 163
C-6Mirage WU-L User Manual020-100774-01 Rev. 2 (4-2012) Appendix C: Serial Communication The checksum is the low order byte of the sum of the ASCII values of all characters between the “(“and the beginning of the checksum, but not including either. It does include the space in front of the checksum. Calculate the checksum for the above “set contrast to 64” command as follows: CHECKSUM EXAMPLE = & + c + o + n + 6 + 4 + ‘space’ = 26h+63h +6Fh +6E h +36h +$34h +$20h = 01F0h = F0h when only the low byte...
Page 164
Appendix C: Serial Communication Mirage WU-L User ManualC-7020-100774-01 Rev. 2 (4-2012) C.2.7 Network Operation Up to 1000 projectors can be linked together in a chain with the ‘OUT’ port on one connected to the ‘IN’ port on the next. A controller connected to the ‘IN’ port on the first projector can control them all, either by broadcasting messages which have no address and are thus seen by all projectors, or by directing messages to specific projector addresses. To work with a specific projector...
Page 165
C-8Mirage WU-L User Manual020-100774-01 Rev. 2 (4-2012) Appendix C: Serial Communication C.3 Description Of Control Types C.3.1 Subclasses •Power Down Controls - These controls are accessible when the projector is in Standby power mode (i.e. power off) as well as when powered on. •Power Up Controls - These controls are only accessible when the system electronics are fully powered (not necessarily lamp on). C.3.2 Control Groups •Unsaved Controls - These controls are not saved to flash. The settings are...
Page 166
Mirage WU-L User ManualD-1020-100774-01 Rev. 2 (4-2012) Appendix D: Serial Command Reference The following tables define the serial commands associated with the Mirage WU-L projector. (ABL) ARRAY BRIGHT COLOR LOC CONTROL GROUP: Preference SUBCLASS: Power Up ACCESS LEVEL: Operator DESCRIPTION This command is used to set parameters that control how the Array Bright/ColorLOC feature operates. From this control you enable the mode in which you want to operate the feature: target brightness,...
Page 167
D-2Mirage WU-L User Manual020-100774-01 Rev. 2 4-2012 Appendix D: Serial Command Reference DEVC Specifies the ethernet port used for transfer of ColorLOC data. When selected will use the PHM network ethernet port rather than default EM network ethernet port. 0 = PHM network 1 = EM network WENA (FUTURE USE). Enable warnings associated with Bright/ColorLOC. 0 = disable 1 = enable WBTH (FUTURE USE). Sets the brightness threshold at which a warning is issued when warnings are enabled. (0-100 percent)....
Page 168
Appendix D: Serial Command Reference Mirage WU-L User ManualD-3020-100774-01 Rev. 2 (4/2012) (ACE) AUTO COLOR ENABLE CONTROL GROUP: Preference SUBCLASS: Power Up ACCESS LEVEL: Operator DESCRIPTION Automatically select Color Enable based on the control being adjusted. If enabled, this control allows the projector to automatically change the color enable control when the user is using the OSD interface to adjust controls such as Input levels, odd pixel, and brightness uniformity. This is...
Page 169
D-4Mirage WU-L User Manual020-100774-01 Rev. 2 4-2012 Appendix D: Serial Command Reference EXAMPLES: (ACO 8) - Sets adaptive contrast for main image to 50% strength. (ACT) ACTIVE WINDOW CONTROL GROUP: Input SUBCLASS: Power Down ACCESS LEVEL: Operator DESCRIPTION This control defines the Input active window in pixels. The production aperture is available for analog sources only, but not for decoded analog signals. The aperture is set once on every auto setup or on new signal detection...
Page 170
Appendix D: Serial Command Reference Mirage WU-L User ManualD-5020-100774-01 Rev. 2 (4/2012) SUBCODE INxy DESCRIPTION OF USE Set the AGC on Slot x, Input y to the specified state of either enable or disable. MAIN Set automatic gain control on main image. PIIP Set automatic gain control on main image. EXAMPLES: (AGC 1) - Enables AGC on main video. (AGC+MAIN 0) - Disables AGC on main video. (AGC+PIIP 1) - Enables on PIP video. (AGC?) - Returns the current AGC state on main video. (AGC+PIIP ?) -...