RLM series User Guide RS232 commands R5976884/02 04/04/2006
Barco nv Events Noordlaan 5, B-8520 Kuurne Phone: +32 56.36.89.70 Fax: +32 56.36.88.24 E-mail: sales.events@barco.com Visit us at the web: www.barco.
Table of contents TABLE OF CONTENTS 1. Serial communications Basics. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.1 1.2 1.3 1.4 1.5 1.6 Communication Protocol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Table of contents 2.16 Shutter, Read . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 2.17 Freeze, Write . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Table of contents 3.2.21 PiP free window size, Read . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .105 3.2.22 PiP Window free size, Read Min/Max . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .106 3.2.23 Window horizontal position, Write . .
Table of contents 3.31.12 VCO,write . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .150 3.31.13 VCO, Read . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1. Serial communications Basics 1. SERIAL COMMUNICATIONS BASICS Overview • Communication Protocol • Data words • Communication settings • Hardware • Syntax • Serial comms commands 1.1 Communication Protocol Communication protocol summary Like every communication method the serial communication uses a particular protocol (ANSI) which must be respected in order to allow communication to take place, following table gives a summary of the predefined communication terms.
1. Serial communications Basics Some commands do not require a data field(s) Checksum byte The “Checksum byte” is used to detect errors during transmission or reception Checksum byte = (projectoraddress + command bytes + Data bytes) Modulo \x100 Stop byte The “Stop byte” informs the projector (in case of transmission) or the computer (in case of reception) that the data transfer is complete and that the interpretation of the command and data bytes can start.
1. Serial communications Basics returned data = Data[0]....Data[3] value = Data[0]*256 3 + Data[1]*256 2 + Data[2]*256 + Data[3]. 1.3 Communication settings Baud rate Defines the speed of the data transfer. The baud rate can be set using the menu structure. Consult the Owner’s manual of the projector on how to change the baud rate setting. Data Bits Eight data bits are used for each character of the data transfer. Parity There is no parity bit used to perform error checking.
1. Serial communications Basics D9 female 1 CD 1 CD 2 RxD 2 RxD 3 TxD 3 TxD 4 DTR 4 DTR 5 GND 5 GND 6 DSR 6 DSR 7 RTS 7 RTS 8 CTS 8 CTS 9 RI 9 RI D9 male Image 1-1 connection: IBM PC or compatible → projector DIN mini 8 1 HSKo 4 DTR 2 HSKi 8 CTS 3 TxD- 3 TxD 4 GND 5 GND 5 RXD- 2 RxD D9 male 6 TXD+ 7 n.c.
1. Serial communications Basics 1.
1. Serial communications Basics ’o’ \x6f ’r’ \x72 ’l’ \x6c ’d’ \x64 NULL \x00 standard file Predefined file stored in read-only memory custom file File created by the user and stored in non-volatile read write memory Filename A filename is specified as a C-language string. This string has to follow some rules: x 1. x x x x x x x = character of the base name formed by max 8 characters 3. y = kind of file (= 1 character) 5. . y z z NULL length string = 12 2. 4.
1. Serial communications Basics This manual is divided in two parts, the first part contains the basic (elementary) commands while the second part gives an overview of the available advanced commands. Some commands are illustrated with an example.
1.
2. Basic Commands 2. BASIC COMMANDS Overview 2.
2. Basic Commands Command Command [0] \x00 Command [1] \x01 Sent Data Data[0] = activation byte : \x00 = OFF ; \x01 = ON Returned data When you send a particular command (for example projector ON), the EOP will be returned when the command has been executed Command [0] \x00 Command [1] \x01 The EOP will be sent after the ACK. In case of a read command there is no EOP returned by the projector. 2.2 2.2.
2. Basic Commands 2.2.3 Projector’s Software version, Read Description Reads the Projector’s Software version, the returned string is a Pascal-language string. Command Command [0] \x60 Returned Data Data[0] = byLength = 1 byte describing the length of the software version string. Data[1] = strSoftwareVersion 2.2.4 Projector’s Serial number, Read Description Reads the Projector’s serial number, the returned string is a Pascal-language string.
2. Basic Commands Transmit Start \xfe Projector address \x01 Command[0] \x6d Data[0] \x01 Checksum \x6f Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 2.2.
2. Basic Commands Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x71 Data[0] \x01 Checksum \x73 Stop \xff 2.2.
2. Basic Commands Transmit Checksum \x72 Stop \xff Receive (acknowledge) 2.2.9 Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Baudrate, Write Description Sets the baudrate Command Command [0] \x75 Data string = C-language string possible string values 9600 19200 38400 57600 115200 2.3 RCU commands Description Simulation of the RCU codes sent by the RCU remote control. For all commands, see "RCU commands", page 165.
2. Basic Commands 2.4 Projector ON/OFF, Write Description Switching ON/OFF the projector Command Switching the projector ON Command [0] \x65 Switching the projector OFF Command [0] \x66 Example Switches the projector ON Transmit Start \xfe Projector address \x01 Command[0] \x65 Checksum \x66 Stop \xff Receive (acknowledge) 2.
2. Basic Commands bit5 gives an indication on whether the projector can be (re)started or not (hot restrike), if the cool down cycle is active (bit5 = 0) the projector can not be restarted until the cool down cycle has been completed.
2. Basic Commands Data Data[0] = byDirection = 1 byte, gives the shift direction: 0 = down ; 1 = up; 2 = left; 3 = right 2.6.2 Lens Zoom Description To Zoom the image in or out depending on the data sent. Command Command [0] \xf4 Command [1] \x82 Data Data[0] = byDirection = 1 byte, gives the Zoom direction (in/out): 0 = out ; 1 = in 2.6.3 Lens Focus Description To Focus the image. Command Command [0] \xf4 Command [1] \x83 Data Data[0] = byDirection = 1 byte : 0 = “-” ; 1 = “+” 2.7 2.7.
2. Basic Commands Transmit 2.7.2 Checksum \x24 Stop \xff Contrast, decrement Description Decrements the contrast by one. Command 2.7.
2. Basic Commands Receive (acknowledge) 2.7.
2. Basic Commands 2.7.
2. Basic Commands Command Command [0] \x27 Command [1] \x01 Returned Data Data [0] = Maximum contrast value Example Reads the Maximum contrast value of the projector, the awnser being \x64 Transmit Start \xfe Projector address \x01 Command[0] \x27 Command[1] \x01 Checksum \x29 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Answer) 2.7.
2. Basic Commands 2.7.8 Brightness decrement Description Decrements the Brightness by one. Command 2.7.
2. Basic Commands 2.7.
2.
2.
2. Basic Commands Command Command [0] \x23 Command [1] \x03 2.7.
2.
2.
2. Basic Commands Transmit Start \xfe Projector address \x01 Command[0] \x27 Command[1] \x03 Checksum \x31 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Answer) Start \xfe Projector address \x01 Command[0] \x27 Command[1] \x03 Data [0] \x7f Checksum \xaa Stop \xff 2.7.19 Tint, increment Description Increments the Tint by one. Command Command [0] \x22 Command [1] \x04 2.7.
2. Basic Commands 2.7.
2.
2.
2. Basic Commands Example Reads the Maximum Tint value of the projector, the awnser being \x00\xb4 Transmit Start \xfe Projector address \x01 Command[0] \x27 Command[1] \x04 Checksum \x32 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Answer) Start \xfe Projector address \x01 Command[0] \x27 Command[1] \x04 Data [0] \x00 Data [1] \xb4 Checksum \xe0 Stop \xff 2.7.
2. Basic Commands Command Command [0] \x23 Command [1] \x70 2.7.
2.
2.
2. Basic Commands Transmit Start \xfe Projector address \x01 Command[0] \x27 Command[1] \x70 Checksum \x98 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Answer) Start \xfe Projector address \x01 Command[0] \x27 Command[1] \x70 Data [0] \x1c Checksum \xb4 Stop \xff 2.7.31 Phase, increment Description Increments the Phase by one. Command Command [0] \x22 Command [1] \x06 2.7.
2. Basic Commands 2.7.33 Phase, Write Description Writes a new Phase value to the projector Command Command [0] \x20 Command [1] \x06 Data Data [0] = Phase value value = unsigned byte Example Writes a new Phase value of \x1a to the projector Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x06 Data \x1a Checksum \x41 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 2.7.
2. Basic Commands Example Reads the actual Phase value of the projector, the awnser being \x1a Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x06 Checksum \x28 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x06 Data [0] \x1a Checksum \x42 Stop \xff 2.7.
2. Basic Commands Transmit Start \xfe Projector address \x01 Command[0] \x26 Command[1] \x06 Checksum \x33 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Answer) Start \xfe Projector address \x01 Command[0] \x26 Command[1] \x06 Data [0] \x00 Checksum \x33 Stop \xff 2.7.
2. Basic Commands Transmit Command[1] \x06 Checksum \x34 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Answer) 2.
2. Basic Commands Receive (acknowledge) 2.9 Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Source selection Description Selects an input source. Command Command [0] \x38 Data Data[0] = bySource, byte describing the source to be linked to the window. Byte value source 1 BNC’s 2 D15 3 Composite video 4 SVideo 5 DVI 6 Firewire 7 SDI 8 IQ PC For more info about the input configurations, see the projector’s Owner’s manual.
2. Basic Commands for composite video: the data byte describes the location of the composite video source signal to be selected. Byte value Mode 0 Video BNC 1 Vertical sync BNC 2 Red BNC 3 Green BNC 4 Blue BNC 5 SVideo Y 6 SVideo C 7 Video 25 for Svideo: the data byte describes the location of the S-Video signal to be selected.
2. Basic Commands Data word scanned input possible sources, Wvalue = wValue7 S-VIDEO (lum) 0 = none ; 1 = S-VID(lum) ; 2 = Video Y wValue8 S-VIDEO (chr) 0 = none ; 1 = S-VID(chr) ; 2 = VideoC wValue9 DVI 0 = none ; 1 = DVI wValue10 PC 0 = none ; 1 = RGBHV ; 2 = RG sB For more info about the input configurations, see the projector’s Owner’s manual. 2.11 Scan inputs Description Scans the inputs, the results (sources) can be read using the “scanned inputs” read command.
2. Basic Commands Transmit Data [4] \x2e (=’.’) Data [5] \x63 (=’c’) Data [6] \x30 (=’0’) Data [7] \x35 (=’5’) Data [8] \x00 Checksum \xF6 Stop \xff Receive (Acknowledge) Start \xfe Projector Address \x01 Command [0] \x00 Command [1] \x06 Checksum \x07 Stop \xff 2.
2. Basic Commands Transmit Checksum \x85 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 2.14 Orientation, Read Description Reads the orientation of the projector Command Command [0] \x21 Command [1] \x24 Returned Data Data [0] = unsigned byte byte value: \x00 = rear/table ; \x40 = front/table ; \x80 = front/ceiling ; \xc0 = rear/ceiling Example Read the orientation being : \x40 = front/table.
2. Basic Commands Receive (acknowledge) Checksum \x07 Stop \xff Receive (Awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x24 Data[0] \x40 Checksum \x86 Stop \xff 2.
2. Basic Commands Receive (acknowledge) Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 2.
2. Basic Commands Receive (awnser) Command[0] \x21 Command[1] \x42 Data[0] \x01 Checksum \x65 Stop \xff 2.
2. Basic Commands 2.18 Freeze, Read Description Reads whether the projected image is frozen or not.
2. Basic Commands 2.19 Logo ON/OFF Description Enables or disables the logo. Command Command [0] \xf1 Command [1] \x81 Data Data [0] = unsigned byte byte value: 0 = logo OFF; 1 = logo ON Example Enables the logo Transmit Start \xfe Projector address \x01 Command[0] \xf1 Command[1] \x81 Data[0] \x01 Checksum \x74 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 2.
2. Basic Commands Data Data [0] = unsigned byte byte value: \x00 = Logo ; \x01 = Blue ; \x02 = Black Example Sets the background to “Logo” Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x7b Checksum \x9c Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 2.
2. Basic Commands Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x7b Checksum \x9d Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x7b Data[0] \x00 Checksum \x9d Stop \xff 2.
2. Basic Commands Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x0b Data[0] \x01 Checksum \x2d Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 2.
2. Basic Commands Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x0b Data [0] \x01 Checksum \x2e Stop \xff 2.24 Show Native resolution (ON/OFF), Write Description Enable/disables the native resolution function Command Command [0] \x20 Command [1] \xaf Sent Data Data[0] : one byte : 0 = OFF ; 1 = ON 2.
2. Basic Commands 2.26 Full screen representation(ON/OFF), Write Description Enable/disables the full screen representation Command Command [0] \x20 Command [1] \xae Sent Data Data[0] : one byte : 0 = OFF ; 1 = ON 2.27 Full screen representation (ON/OFF), Read Description Reads whether the Full screen representation is enabled or not Command Command [0] \x21 Command [1] \xae Reaturned Data Data[0] : one byte : 0 = OFF ; 1 = ON 2.
2. Basic Commands Transmit Data[1] \x00 Checksum \x71 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 2.
2. Basic Commands Receive (acknowledge) Checksum \x07 Stop \xff Receive (awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x50 Data[0] \x00 Data[1] \x00 Checksum \x72 Stop \xff 2.30 Lamp commands Overview • Lamp Mode, Write • Lamp Mode, Read • Lamp Status, Read • Lamp Warning, Read • Lamp runtime, Read • Lamps Serial number, Read 2.30.
2. Basic Commands Transmit Command[0] \x20 Command[1] \x0c Data[0] \x00 Checksum \x2d Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 2.30.
2. Basic Commands Receive (acknowledge) Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x0c Data [0] \x00 Checksum \x2e Stop \xff 2.30.
2. Basic Commands Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x0d Data [0] \x00 Data [1] \x01 Checksum \x30 Stop \xff 2.30.4 Lamp Warning, Read Description Reads the actual Lamp Warning setting of the projector Command Command [0] \x21 Command [1] \x0e Returned Data Unsigned word composed of 2 bytes.see chapter "1.
2. Basic Commands Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x0d Data [0] \x00 Data [1] \x1e Checksum \x4d Stop \xff 2.30.5 Lamp runtime, Read Description Reads the lamp runtime, the lamp (lamp1 or lamp2) runtime to be read is given in the data field.
2. Basic Commands Command Command [0] \x63 Data Data[0] = unsigned byte data value: 1= lamp1 ; 2=lamp2 Returned Data string = Pascal-language string. 2.31 Image files 2.31.1 File, write Description This command writes an image file to the projector, this can be used to write to the projector a previously backed up file (on PC) which has been read with the “file, read” command. The string used to represent the filename is of the C-string type.
2. Basic Commands The FileData should be the same as the data read using the “file, read” command. 2.31.2 File, read Description This command reads an image file from the projector (for backup purposes, ...). The string used to represent the filename is of the C-string type. Command Command [0] \xbf Send Data strFilename = string of the C-string type representing the filename. Returned Data strFilename = string of the C-string type representing the filename.
2. Basic Commands 2.32 Color temperature Overview • Color temperature (Red/Blue), Increment • Color temperature (Red/Blue), Decrement • Color temperature Red/Bleu, Write • Color temperature Red/Bleu, Read • Color temperature, Read 2.32.1 Color temperature (Red/Blue), Increment Description Increments the Red/Blue Color temperature by one.
2. Basic Commands Example Decrement the Red color temperature of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1] \x43 Checksum \x67 Stop \xff 2.32.3 Color temperature Red/Bleu, Write Description Writes a custom value for the different color temperatures to the projector Commands Red color temperature Command [0] \x20 Command [1] \x43 Blue color temperature Command [0] \x20 Command [1] \x44 Data Unsigned word (2byte: msb-lsb).
2. Basic Commands Color temperature Data[0] Projector white \x00 Broadcast \x20 Film \x36 Video \x41 Computer \x5d If Data[0] is ommited current used colortemp is returned Returned Data Unsigned 2 byte word (msb-lsb).see chapter "1. Serial communications Basics", "Data words", page 6 Data [0] = unsigned byte (msb) Data [1] = unsigned byte (lsb) 2.32.
2. Basic Commands Receive (acknowledge) Command[1] \x06 Checksum \x07 Stop \xff Receive (Answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x45 Data [0] \x00 Checksum \x67 Stop \xff 2.33 Standby Timer, Write Description Adjusts the Standby Timer in a range from 180 to 3600.
2. Basic Commands Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 2.
2. Basic Commands Receive (awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x98 Data[0] \x00 Data[1] \x00 Checksum \xba Stop \xff 2.
2. Basic Commands Transmit Command[0] \x20 Command[1] \x9a Data[0] \x01 Checksum \xbc Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 2.
2. Basic Commands Example Read the switching mode being \x01 = seamless. Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x9a Checksum \xbc Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x9a Data[0] \x01 Checksum \xbd Stop \xff 2.
2. Basic Commands 2.38 Filmmode detection, Write Description Enables/disables the filmmode detection. Command Command [0] \x20 Command [1] \xa1 Data Data [0] = byte type byte value: 0 = OFF; 1 = ON Example Enables the Filmmode detection Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \xa1 Data[0] \x01 Checksum \xc3 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 2.
2.
2. Basic Commands Command Command [0] \xf5 Data (optional) Data[0] = byWindow Data[1], Data[2] = wValue = word describing the settings of the AutoImage function The 4 bits of the first byte (lsb) are used. bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 - - - - Start pixel-line Phase Contr/Bright TotalPixels Table 2-264 byte description Example executes Autoimage on the window which has the focus (the data bytes are ommited).
2. Basic Commands 2.41.1 Blanking Reset Description Allows the reset of the blanking values. Command Command [0] \x17 Data byTypeBlanking : 1 byte describing the type of blanking. Data [0] = 0 : blanking done and saved in the image file Data [0] = 1: blanking done on the display The maximum number of pixels which can be blanked depends on the native resolution of the panels 2.41.2 Blanking enable, Write Description Enables the blanking.
2. Basic Commands Data[1] = 0 : disable Data[1] = 1 : enable 2.41.4 Blanking, Write Description Blanks the display. Four blanking methods are possible: • Top • Bottom • Left • Right The blanking may also be chosen to be performed on the display or on the image file (saved in the image file).
2. Basic Commands Image 2-1 2.41.5 Blanking, Read Description Reads the values of the blanking.
2. Basic Commands Returned Data byTypeBlanking : one byte describing the type of blanking Data [0] = 0 : blanking on image file (saved in image file) Data [0] = 1 : blanking on display Wvalue : Unsigned word (2 bytes) representing the number of pixels blanked. Data [1] = msb Data [2] = lsb The maximum number of pixels blanked depends on the native resolution of the panels. Image 2-2 2.41.6 Blanking, Increment Description Increments the blanking value by one.
2. Basic Commands Increments Right blanking: Command [0] \x22 Command [1] \x4f Data byTypeBlanking : one byte describing the type of blanking Data [0] = 0 : blanking on image file (saved in image file) Data [0] = 1 : blanking on display WStep = unsigned word representing the amount of increments The maximum number of pixels which can be blanked depends on the native resolution of the panels 2.41.7 Blanking, Decrement Description Decrements the blanking value by one.
2.
2. Basic Commands Command [0] \x27 Command [1] \x4f Sent Data byTypeBlanking : one byte describing the type of blanking Data [0] = 0 : blanking on image file (saved in image file) Data [0] = 1 : blanking on display Returned Data byTypeBlanking : one byte describing the type of blanking Data [0] = 0 : blanking on image file (saved in image file) Data [0] = 1 : blanking on display Unsigned word (2 bytes) representing the maximum value to be used for blanking.
3. Advanced Commands 3. ADVANCED COMMANDS Overview 3.1 3.1.
3. Advanced Commands Data Data[0]: unsigned byte data byte value: 1= lamp1 ; 2= lamp2 Pascal type string of length 7 representing the serial number. 3.1.
3. Advanced Commands 3.2 Picture In Picture Overview 3.2.
3. Advanced Commands Transmit 3.2.2 Checksum \x14 Stop \xff PiP Focus, Read Description Returns the PiP window which has the focus.
3. Advanced Commands Receive (Awnser) 3.2.3 Checksum \x16 Stop \xff PiP Focus, Write Description Gives the focus to a particular PiP window .
3. Advanced Commands Sent Data strPipName = string representing the name of the layout The strPipname string is of the C-language type. see chapter "1. Serial communications Basics", "Syntax", page 9 Returned Data PiPData = binary data describing the PiP layout. The data used to write a layout using the “write layout”command should be of the same form.see "PiP layout, Write", page 92 The data in question is not meant to be analyzed but can be used to write to another projector for instance. 3.2.
3. Advanced Commands Returned Data strPipname1 ... strPipnameN The strPipname and strMask strings are of the C-language type. see chapter "1. Serial communications Basics", "Syntax", page 9 Example Reads the actual PiP layout list using the wildcard (*), i.e. returns all the layouts. Result = Full screen, 2by2 layout.
3. Advanced Commands Receive (Awnser) 3.2.7 Data [6] \x63 Data [7] \x72 Data [8] \x65 Data [9] \x65 Data [10] \x6e Data [11] \x00 Data [0] \x32 Data [1] \x62 Data [2] \x76 Data [3] \x32 Data [4] \x20 Data [5] \x72 Data [6] \x61 Data [7] \x73 Data [8] \x74 Data [9] \x65 Data [10] \x72 Data [11] \x00 Checksum \x44 Stop \xff PiP current layout, Read Description Returns the current PiP layout.
3. Advanced Commands Transmit Command[0] \x12 Command[1] \x05 Checksum \x18 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Awnser) 3.2.
3. Advanced Commands Command Command [0] \x12 Command [1] \x06 Data strPipname = string The string is of the C-language type see chapter "1. Serial communications Basics", "Syntax", page 9 Example Sets the PiP layout = Full screen.
3. Advanced Commands 3.2.9 PiP save layout Description Saves the active PiP layout. Command Command [0] \x12 Command [1] \x07 3.2.10 PiP save layout as Description Saves a PiP layout . Command Command [0] \x12 Command [1] \x08 Data strPipname = string of maximum 12 characters (including the \x00 byte) The string is of the C-language type see chapter "1. Serial communications Basics", "Syntax", page 9 Example Saves the active PiP layout as “test”.
3. Advanced Commands Receive (acknowledge) 3.2.11 Checksum \x07 Stop \xff PiP rename layout Description Renames a PiP layout . Command Command [0] \x12 Command [1] \x09 Data strOldPipname = string (old name of the layout) strNewPipname = string of max 12 characters (new layout name) The string is of the C– language type see chapter "1. Serial communications Basics", "Syntax", page 9 Example Renames the PiP layout “test” to “test2”.
3. Advanced Commands Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 3.2.12 PiP remove Layout Description Removes a PiP layout. Command Command [0] \x12 Command [1] \x0a Data strPipname1 ... strPipnameN The strPipnameN string is of the C-language type. see chapter "1. Serial communications Basics", "Syntax", page 9 Wildcards can be used to specify strPipnameN.see "Syntax", page 9 Example Removes the PiP layout “test”.
3. Advanced Commands Receive (acknowledge) Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 3.2.13 PiP remove window Description Removes a particular PiP window .
3. Advanced Commands Command Command [0] \x12 Command [1] \x0d Returned Data strSourceName1 ... strFilenameN 3.2.15 PiP add window Description Adds a PiP window . To add a window following have to be specified: • source to be visualized in the window • Mode of the source input • position and size of the window • order (priority) of the window (front, background) Command Command [0] \x12 Command [1] \x0c Data Data[0] = bySource, byte describing the source to be linked to the window.
3. Advanced Commands for composite video: Byte value Mode 0 Video BNC 1 Vertical sync BNC 2 Red BNC 3 Green BNC 4 Blue BNC 5 SVideo Y 6 SVideo C for Svideo: Byte value Mode 100 SVideo 1 101 SVideo on R & B 102 SVideo on Vs and Video BNC Data[2], Data[3] = Xsize word Data[4], Data[5] = Ysize word Data[6], Data[7] = Xposition word Data[8], Data[9] = Yposition word Xsize, Ysize, Xpos, Ypos are given in “pixels” for a graphics projector version : x = 1 ...1024 ; y = 1..
3. Advanced Commands Image 3-1 PiP layout (3 windows, 2 video/1data), data window is resized Command Command [0] \x20 Command [1] \x91 Data Data[0]...Data[3] = double word Xsize : describes the “width” of the window (x axis). Data[4]...Data[7] = double word Ysize : describes the “height” of the window (y axis). Xsize, Ysize are given in “pixels” Xsize and Ysize determine the size of the window, since the aspect ratio is fixed, one of the values may be sufficient to determine the size of the window.
3. Advanced Commands Xsize and Ysize determine the size of the window, since the aspect ratio is fixed, one of the values may be sufficient to determine the size of the window. If the 2 values do not match the aspect ratio, then Xsize is taken as reference and Ysize is calculated to match the aspect ratio. 3.2.
3. Advanced Commands 3.2.20 PiP free window size, Write Description Allows the free resizing of the active window (works in PiP and in Full Screen mode) i.e the aspect ratio may be changed.
3. Advanced Commands Command Command [0] \x21 Command [1] \x92 Returned Data Data[0]...Data[3] = signed double word XPosition : describes the start position of the window (x axis). Data[4]...Data[7] = signed double word YPosition : describes the start position of the window (y axis). Data[8]...Data[11] = signed double word Xsize : describes the “width” of the window (x axis). Data[12]...Data[15] = signed double word Ysize : describes the “height” of the window (y axis).
3. Advanced Commands Image 3-3 PiP : data window is repositionned Command Command [0] \x20 Command [1] \x94 Data Data [0]...Data[3] = signed double word 3.2.24 Window horizontal position, Read Description This command returns the horizontal position of the active window. Command Command [0] \x21 Command [1] \x94 Returned Data Data [0]...Data[3] = signed double word 3.2.25 Window vertical position, Write Description This command sets the vertical position of the active window.
3. Advanced Commands Image 3-4 Command Command [0] \x20 Command [1] \x95 Data Data [0]...Data[3] = signed double word 3.2.26 Window vertical position, Read Description This command returns the vertical position of the active window. Command Command [0] \x21 Command [1] \x95 Returned Data Data [0]...Data[3] = signed double word 3.2.27 Window horizontal position, Increment/decrement Description This command increments/decrements the horizontal position of the active window.
3. Advanced Commands Image 3-5 PiP : data window is repositionned Command Increment Command [0] \x22 Command [1] \x94 Decrement Command [0] \x23 Command [1] \x94 Data Data [0] = byRepeat : optional 3.2.28 PiP Window horizontal position, Read Min/Max Description Reads the minimum/maximum value for the window horizontal position adjustments in PiP. Commands read minimum: Command [0] \x26 Command [1] \x94 read maximum: Command[0] \x27 Command[1] \x94 Returned Data Data[0]...
3. Advanced Commands Note that the panel size (projector version) can be read using the Panel size command 3.2.29 PiP Window vertical position, Read Min/Max Description Reads the minimum/maximum value for the window vertical position adjustments in PiP. Commands read minimum: Command [0] \x26 Command [1] \x95 read maximum: Command[0] \x27 Command[1] \x95 Returned Data Data[0]...Data[3] = signed double word Yposition : describes the min/max “heigth” of the window (y axis).
3. Advanced Commands Transmit Command[0] \x12 Command[1] \x0e Command[2] \x02 Data[0] \x00 Checksum \x23 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 3.2.31 Priority, Read Description Reads the priority (order) of a particular window.
3.
3. Advanced Commands word value source 101 RGB Video 102 RG SB Video 200 DVI 0xff none 3.2.33 PiP last added window type, Read Description Returns the last added window type Command Command [0] \x12 Command [1] \x12 Returned Data Data [0] = Window type byte ; 0 = Data A ; 1 = Video A ; 2 = Data B ; 3 = Video B 3.3 Viewport Active, Write Description Activates or disactivates the viewport function which allow to select an area of the image (window in PiP or full screen mode) to be visible.
3. Advanced Commands 3.4 Viewport Active, Read Description Returns the status of the viewport function which allow to select an area of the image (window in PiP or full screen mode) to be visible. Command Command [0] \x21 Command [1] \xB4 Returned Data Data[0] = one byte : 0 = not active ; 1 = active 3.
3. Advanced Commands 3.7 Viewport Area, Write Description Sets the area for the viewport which allows to select an area of the image (window in PiP or full screen mode ). Image 3-7 Command Command [0] \x20 Command [1] \xB5 Data Data[0] = byFlag : mask byte bit 0 = position : bit 0 = 0, position remains unchanged ; bit 0 = 1, position is adapted Bit 1 = size : bit 1 = 0, size remains unchanged ; bit 1 = 1, size is adapted Data[1 ...
3. Advanced Commands Image 3-8 Command Command [0] \x21 Command [1] \xB5 Data Data[0 ...1] = wX : word (2 bytes) representing the X start position from the Left of the viewport relative to the desktop (image). The value is a percentage of the desktop’s width x 10000 Data[2 ...3] = wY : word (2 bytes) representing the Y start position from the Top of the viewport relative to the desktop (image). The value is a percentage of the desktop’s height x 10000 Data[4 ...
3. Advanced Commands Data[6 ...7] = wCY : word (2 bytes) representing the height of the viewport relative to the desktop (image). The value is a percentage of the desktop’s height x 10000 3.10 Desktop area, Write Description Sets the area of the desktop. For the display of a high resolution source one may use 2 projectors, the desktop area will set the portion of the image to be displayed by each projectors.
3. Advanced Commands Image 3-10 Desktop setting Command Command [0] \xEF Command [1] \x01 Data Data[1]...Data[4] = double word Top : describes the Top of the desktop (example : 1). Data[5]...Data[8] = double word Left : describes the Left of the desktop (example : 1). Data[9]...Data[12] = double word Bottom : describes the Bottom of the desktop (example : 768). Data[13]...Data[16] = double word Right : describes the Right of the desktop (example : 1024). 3.
3. Advanced Commands Commands read minimum: Command [0] \x26 Command [1] \x81 read maximum: Command[0] \x27 Command[1] \x81 Returned Data Data [0]...Data[3] = double word (4 bytes) = min/max value Data[4] = byte describing the decimal part (2 digits) min size = 5% max size = 135.733 % 3.12.2 Minimum/Maximum window X position, Read Description Reads the minimum/maximum (range) zoom window X position.
3. Advanced Commands Returned Data Data [0]...Data [3] = double word (4 bytes) = min/max value data [4] = byte describing the decimal part (2 digits) 3.12.4 Window size, Write Description This command sets the size of the zoom window. This is done by sending a percentage, 100% corresponds to the default size of the window. Command Command [0] \x20 Command [1] \x81 Data Data [0]...Data[3] = double word ( = 4 bytes; see chapter "1.
3. Advanced Commands Command Command [0] \x20 Command [1] \x83 Data Data [0]...Data [3] = double word(= 4 bytes; see chapter "1. Serial communications Basics", "Data words", page 6) corresponding to the desired percentage (100% = bottom). Data [4] = unsigned byte representing 2 decimal digits (0–100). This byte is optional. Values >100 are truncated to 100%. 3.12.7 Window size, Read Description This command reads the size of the zoom window.
3. Advanced Commands 50% corresponds to a zoom window in the middle of the window. Command Command [0] \x21 Command [1] \x83 Data Data [0]...Data [3] = double word(= 4 bytes; see chapter "1. Serial communications Basics", "Data words", page 6) corresponding to the actual Y position (100% = right border). Data[4] = unsigned byte : represents the decimal part. 3.12.10 Window size, Increment Description This command increments the zoom factor of the active window (window which has the focus).
3. Advanced Commands 3.12.13 Window size, Decrement Description This command decrements the size of the zoom window. This is done by decrementing the size percentage, the rate of decrement can also be specified Command Command [0] \x23 Command [1] \x81 Data Data [0] = byRepeat =1 byte to define the rate of decrement 3.12.14 Window X position, Decrement Description This command decrements the X position of the zoom window.
3. Advanced Commands byte value: 0 = OFF; 1 = ON Example Enables the Automatic startup Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x96 Data[0] \x01 Checksum \xb8 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 3.
3. Advanced Commands Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x96 Checksum \xb8 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x96 Data[0] \x00 Checksum \xb8 Stop \xff 3.15 Startup screen, Write Description Enables/disables the Startup screen.
3. Advanced Commands Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x99 Data[0] \x01 Checksum \xbb Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 3.
3. Advanced Commands Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x99 Data[0] \x00 Checksum \xbb Stop \xff 3.
3. Advanced Commands Command [0] \x22 Command [1] \x86 3.17.2 Input black balance, Decrement Description Decrements the black input balance for the different color channels Commands Black input balance Red Command [0] \x23 Command [1] \x84 Black input balance Green Command [0] \x23 Command [1] \x85 Black input balance Blue Command [0] \x23 Command [1] \x86 3.17.
3.
3. Advanced Commands Receive (Awnser) Checksum \xb6 Stop \xff 3.17.5 Input white balance, Increment Description Increments the white input balance for the different color channels Commands White input balance Red Command [0] \x22 Command [1] \x87 White input balance Green Command [0] \x22 Command [1] \x88 White input balance Blue Command [0] \x22 Command [1] \x89 3.17.
3. Advanced Commands Command [0] \x20 Command [1] \x87 Black input balance Green Command [0] \x20 Command [1] \x88 Black input balance Blue Command [0] \x20 Command [1] \x89 Data Data [0] = lsb Data [1] = msb 3.17.
3. Advanced Commands Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x86 Data [0] \x10 Data [1] \x00 Checksum \xb8 Stop \xff 3.18 AutoImage setup, Write Description Sets up the AutoImage i.e. selects the AutoImage parameters. Command Command [0] \x20 Command [1] \x90 Data Unsigned word.see chapter "1.
3. Advanced Commands Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x90 Data[0] \x00 Data[1] \x01 Checksum \xb2 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 3.19 AutoImage setup, Read Description Reads the AutoImage set up Command Command [0] \x21 Command [1] \x90 Returned Data Unsigned word.see chapter "1.
3. Advanced Commands Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x90 Checksum \xB2 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x90 Data[0] \x00 Data[1] \x01 Checksum \xb3 Stop \xff 3.20 Automatic Gain Control, write Description Enables/disables the Automatic Gain Control.
3. Advanced Commands Example Enables the AGC Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x9b Data[0] \x01 Checksum \xbd Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 3.
3. Advanced Commands Transmit Checksum \xbd Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x9b Data[0] \x00 Checksum \xbd Stop \xff 3.22 Manual Gain Control value, Write Description Sets the manual gain control value.
3. Advanced Commands Transmit Data[1] \x00 Checksum \xcd Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 3.
3. Advanced Commands Receive (acknowledge) Checksum \x07 Stop \xff Receive (awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \xa2 Data[0] \x0a Data[1] \x00 Checksum \xce Stop \xff 3.24 Gain Control, Increment/Decrement Description Increments/decrements the Gain Control value by one Commands increment: Command [0] \x22 Command [1] \xa2 decrement: command[0] \x23 command[1] \xa2 3.
3. Advanced Commands Returned Data Data [0] = min/max value 3.26 Automatic Gain Control interval, Write Description Sets the AGC to short or long.
3.
3. Advanced Commands Commands increment: Command [0] \x22 Command [1] \xa4 decrement: command[0] \x23 command[1] \xa4 3.29 Data input format, write Description Sets the data input format. Command Command [0] \x20 Command [1] \xa4 Data Data [0] = byte type Data format byte value RGB 0 CrYCb 1 HDTV(CrYCb) 2 3.30 Data input format, Read Description Reads the actual data input format setting.
3. Advanced Commands 3.
3. Advanced Commands 3.31.2 Copy File Description This command copies an image file (source file) to another file (destination file). The destination file must always be a custom file."Syntax", page 9 Command Command [0] \xc2 Send Data strFilenameFrom strFilenameTo strFilenameFrom and strFilenameTo are strings of the C-string type."Syntax", page 9 3.31.3 Rename File Description This command renames an image file (source file) to another file (destination file).
3. Advanced Commands Send Data strFilenameFrom strFilenameTo strFilenameFrom and strFilenameTo are strings of the C-string type."Syntax", page 9 3.31.
3. Advanced Commands Data Commands Data type total lines unsigned word (2 bytes) active lines unsigned word (2 bytes) line start unsigned word (2 bytes) period unsigned word (2 bytes) total pixels unsigned word (2 bytes) active pixels unsigned word (2 bytes) pixel start unsigned word (2 bytes) clamp width unsigned byte 3.31.
3. Advanced Commands Read clamp width Command [0] \x21 Command [1] \x68 Returned Data Commands Data type total lines unsigned word (2 bytes) active lines unsigned word (2 bytes) line start unsigned word (2 bytes) period unsigned word (2 bytes) total pixels unsigned word (2 bytes) active pixels unsigned word (2 bytes) pixel start unsigned word (2 bytes) clamp width unsigned byte 3.31.
3. Advanced Commands Increment pixel start Command [0] \x22 Command [1] \x5e Increment clamp width Command [0] \x22 Command [1] \x68 3.31.
3. Advanced Commands 3.31.
3. Advanced Commands Command [0] \x26 Command [1] \x5d maximum active pixels Command [0] \x27 Command [1] \x5d minimum pixel start Command [0] \x26 Command [1] \x5e maximum pixel start Command [0] \x27 Command [1] \x5e minimum clamp width Command [0] \x26 Command [1] \x68 maximum clamp width Command [0] \x27 Command [1] \x68 3.31.
3. Advanced Commands Command Command [0] \x23 Command [1] \xa8 3.31.12 VCO,write Description Writes a new VCO value to the projector Command Command [0] \x20 Command [1] \xa8 Data Data [0] = VCO value Data[0] = unsigned byte The range can be found with the “read max/min” commands: range min: "Minimum VCO, Read", page 151 range max :"Maximum VCO, Read", page 151 3.31.
3. Advanced Commands Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (Answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \xa7 Data [0] \x00 Checksum \xc9 Stop \xff 3.31.14 Minimum VCO, Read Description Reads the minimum (range) VCO value of the projector Command Command [0] \x26 Command [1] \xa8 Returned Data Data [0] = minimum VCO value 3.31.
3. Advanced Commands Command [0] \x22 Command [1] \x9d decrement: command[0] \x23 command[1] \x9d 3.31.17 charge pump current, Write Description Sets the charge pump current for the VCO Command Command [0] \x20 Command [1] \x9d Data Data [0] = byte type 3.31.18 charge pump current , Read Description Reads the charge pump current Command Command [0] \x21 Command [1] \x9d Returned Data Data [0] = unsigned byte 3.31.
3. Advanced Commands 3.31.20 Clamp position, Increment/Decrement Description Increments/decrements the Clamp position by one Commands increment: Command [0] \x22 Command [1] \x9e decrement: command[0] \x23 command[1] \x9e 3.31.21 Clamp position, Write Description Sets the clamp position. Command Command [0] \x20 Command [1] \x9e Data Data [0] = byte type 3.31.
3. Advanced Commands Command[0] \x27 Command[1] \x9e Returned Data Data [0] = min/max value 3.31.24 Comb filter, Increment/Decrement Description Increments/decrements the Comb filter setting (on/off) by one Commands increment: Command [0] \x22 Command [1] \xa0 decrement: command[0] \x23 command[1] \xa0 3.31.
3. Advanced Commands Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff 3.31.
3. Advanced Commands Receive (awnser) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \xa0 Data[0] \x00 Checksum \xc2 Stop \xff 3.31.27 Minimum/Maximum comb filter, Read Description Reads the minimum/max comb filter Commands read minimum: Command [0] \x26 Command [1] \xa0 read maximum: Command[0] \x27 Command[1] \xa0 Returned Data Data [0] = min/max value 3.31.
3. Advanced Commands Command [0] \x26 Command [1] \xa9 read maximum: Command[0] \x27 Command[1] \xa9 Returned Data Data [0] = min/max value 3.31.30 Horizontal sync polarity, Read Description Reads the Horizontal sync polarity setting Command Command [0] \x21 Command [1] \xa9 Returned Data Data [0] = byte : 0 = active low ; 1 = active high ; 2 = auto (determined by ADC) 3.31.31 Horizontal sync polarity, Write Description Sets the Horizontal sync polarity setting in the image file.
3. Advanced Commands 3.31.33 Minimum/Maximum Horizontal Sync locking, Read Description Reads the minimum/max Sync locking Commands read minimum: Command [0] \x26 Command [1] \xab read maximum: Command[0] \x27 Command[1] \xab Returned Data Data [0] = byte : 0 = slow ; 1 = fast 3.31.34 Sync locking, Read Description Reads the Sync locking setting Command Command [0] \x21 Command [1] \xab Returned Data Data [0] = byte : 0 = slow ; 1 = fast 3.31.
3. Advanced Commands Sent Data Data[0] = bySlaveAddr1 Data[1] = bySlaveAddr2 ... Data[N-1] = bySlaveAddrN bySlaveAddrn = byte representing the address of the module or unit to be diagnosed. If ommited, all all the units are reported.
3. Advanced Commands for xga resolution panels : wpixels = 1024 ; wlines = 768 lines 3.34 Logo status, Read Description Reads the status of the logo. Command Command [0] \xf1 Command [1] \x01 Returned Data Data [0] =byStatus = 1 byte representing the status of the logo bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 - - - - - saving valid fullscreen active Table 3-289 byStatus byte description 3.
3. Advanced Commands Receive (acknowledge) Checksum \x07 Stop \xff 3.36 Save screenshot (Logo) Description Saves the previously taken screenshot (see the “take screenshot”command, "Take screenshot (Logo)", page 160)from the SDRAM to a flash memory. F l a s h S D abort save logo R A M save logo take screenshot m e m o r y load logo Image 3-11 Command Command [0] \xf1 Command [1] \x87 3.37 Abort saving screenshot (Logo) Description Aborts saving the previously taken screenshot.
3. Advanced Commands F l a s h S D abort save logo R A M save logo take screenshot m e m o r y load logo Image 3-12 Command Command [0] \xf1 Command [1] \x88 3.38 Load logo Description Loads the logo (present in the flash memory) in the SDRAM.
3.
3.
4. RCU commands 4. RCU COMMANDS 4.1 Overview Introduction The RCU keys can be simulated by using the RCU command \x30 (see RCU commands command) followed by one of the following codes. Key simulation will only work if the function is supported by the firmware.
4.
4.
4.
Revision Sheet To: Barco nv Events/Documentation Noordlaan 5, B-8520 Kuurne Phone: +32 56.36.89.70, Fax: +32 56.36.88.24 E-mail: service.media_and_entertainment.emea@barco.com, Web: www.barco.