manualshive.com logo in svg
background image

BarcoReality SIM6 Ultra Series

Serial Communications Basic User’s Manual

R9040150
R9040151
R9040152

R5976538/01
08/06/2005

Содержание BarcoReality SIM6 Ultra R9040150

Страница 1: ...BarcoReality SIM6 Ultra Series Serial Communications Basic User s Manual R9040150 R9040151 R9040152 R5976538 01 08 06 2005 ...

Страница 2: ...one 1 937 372 7579 Fax 1 937 372 8645 E mail eis barco com Visit us at the web www eis barco com Barco nv Simulation Products Noordlaan 5 B 8520 Kuurne Phone 32 56 36 82 11 Fax 32 56 36 84 86 E mail info barco com Visit us at the web www barco com Printed in Belgium ...

Страница 3: ...provements and or changes to the product s and or the program s described in this publication at any time without notice This publication could contain technical inaccuracies or typographical errors Changes are periodically made to the information in this publication these changes are incorporated in new editions of this publication Trademarks Brand and product names mentioned in this manual may b...

Страница 4: ......

Страница 5: ...Read 50 2 28 Clamp Delay Write 51 2 29 Clamp Delay Decrement 52 2 30 Clamp Delay Increment 53 2 31 Clamp Width Read 54 2 32 Clamp Width Write 55 2 33 Clamp Width Decrement 56 2 34 Clamp Width Increment 57 2 35 CLO Current Light Value Read 58 2 36 CLO Current Light Value Write 59 2 37 CLO Error Status Read 60 2 38 CLO Initial Light Value Read 61 2 39 CLO Initial Light Value Write 62 2 40 CLO Regula...

Страница 6: ... Rename 141 2 104 Geometry File List 143 2 105 Geometry File Active List 146 2 106 Geometry Keystone Read 148 2 107 Geometry Keystone Write 150 2 108 Geometry Keystone Decrement 151 2 109 Geometry Keystone Increment 152 2 110 Geometry Shift Horizontal Read 153 2 111 Geometry Shift Horizontal Write 155 2 112 Geometry Shift Horizontal Decrement 156 2 113 Geometry Shift Horizontal Increment 157 2 114...

Страница 7: ... Hot Key Write 230 2 176 Logo Position Read 231 2 177 Logo Position Write 232 2 178 Logo Status Read 233 2 179 Logo Status Write 234 2 180 Menu Exit 235 2 181 Mute Video Read 236 2 182 Mute Video Write Off 237 2 183 Mute Video Write On 238 2 184 Options Read number of bytes 239 2 185 Orientation Configuration Read 240 2 186 Orientation Configuration Write 241 2 187 Period Read 242 2 188 Period Wri...

Страница 8: ...Vertical Write 296 2 235 Size Vertical Decrement 297 2 236 Size Vertical Increment 298 2 237 Software Language Read 299 2 238 Software Type Read 300 2 239 Software Version Read 301 2 240 Soft Edge Active Read 302 2 241 Soft Edge Active Write 303 2 242 Soft Edge Blanking Read 304 2 243 Soft Edge Blanking Write 306 2 244 Soft Edge Width Read 307 2 245 Soft Edge Width Write 309 2 246 Source Input Slo...

Страница 9: ... Basics 1 SERIAL COMMUNICATIONS BASICS Overview Serial Communications Protocol Data Words Communication Settings Serial Communications Hardware Serial Communications Syntax R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 5 ...

Страница 10: ...e action to be performed Commands that are not often used or complex commands can take more than one byte All command bytes that are sent by the computer to get information out of the projector are repeated in the answer data transfer of the projector Data Bytes Optional Whether the command bytes are followed by one or more data bytes depends on the contents of the command bytes Data which contain...

Страница 11: ...nverted 1 Transmission instead of x80 send x80 followed by x00 instead of xfe send x80 followed by x7e instead of xff send x80 followed by x7f 2 Reception replace x80 followed by x00 with x80 replace x80 followed by x7e with xfe replace x80 followed by x7f with xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 7 ...

Страница 12: ... is the msb the last byte is the lsb Examples of Data Words The projector runtime parameter is described using an unsigned double word where 2 bytes msb lsb represent the value of the runtime in seconds How to calculate the value of a word Lets take the example of a double word returned by the projector runtime read commando returned data Data 0 Data 3 value Data 0 2563 Data 1 2562 Data 2 256 Data...

Страница 13: ...u 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 Stop Bits One stop bit is used to define the end of a character R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 9 ...

Страница 14: ...tted Data 4 DTR Data Terminal Ready 5 GND Signal Ground 6 DSR Data Set Ready 7 RTS Request To Send 8 CTS Clear To Send 9 RI Ring Indicator Standard serial Cable order number R9827560 cable length 15m order number R9827570 cable length 30m 1 CD 2 RxD 3 TxD 4 DTR 5 GND 6 DSR 7 RTS 8 CTS 9 RI 1 CD 2 RxD 3 TxD 4 DTR 5 GND 6 DSR 7 RTS 8 CTS 9 RI D9 female D9 male Image 1 1 connection IBM PC or compatib...

Страница 15: ... n c 8 RXD 4 DTR 8 CTS 3 TxD 5 GND 2 RxD DIN mini 8 D9 male Image 1 2 connection MAC projector Signal Levels Following table gives the signal levels corresponding to the different states State Voltage Off 1 9V On 0 9V R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 11 ...

Страница 16: ...tring contains the length of the string Therefore a Pascal language string is limited to 255 characters Pascal string Hello world length x0b h x68 e x65 l x6c l x6c o x6f x20 w x77 o x6f r x72 l x6c d x64 C language string A C language string consists of one or more characters The last character of the string is always the NULL character x00 There fore the length of a C language string is determin...

Страница 17: ...tion in memory where the file is stored for standard files zz 00 maximum standard files for custom files zz 00 63 where 00 is reserved for the file none c00 file which is loaded when no signal is applied 5 yzz is a unique combination In other words no two files can exist with the same extension yzz To specify more than one file you can use the question mark and wildcard character for x y and z or ...

Страница 18: ...1 Serial Communications Basics 14 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 19: ...ghtness Decrement Brightness Increment Clamp Delay Read Clamp Delay Write Clamp Delay Decrement Clamp Delay Increment Clamp Width Read Clamp Width Write Clamp Width Decrement Clamp Width Increment CLO Current Light Value Read CLO Current Light Value Write CLO Error Status Read CLO Initial Light Value Read CLO Initial Light Value Write CLO Regulation Factor Read CLO Regulation Factor Write CLO Regu...

Страница 20: ...ical Write New Driver Electronic Convergence Vertical Read New Driver Electronic Convergence Vertical Increment New Driver Electronic Convergence Vertical Decrement New Driver Field Polarity Read Field Polarity Write File Copy File Delete File List Read File List Active Read File Read File Write File Move File Rename Freeze Off Write Freeze On Write Field Stretch Write Gamma Read Gamma Write Gamma...

Страница 21: ...lance Red Read Input Black Balance Red Write Input Black Balance Red Decrement Input Black Balance Red Increment Input White Balance Blue Read Input White Balance Blue Write Input White Balance Blue Decrement Input White Balance Blue Increment Input White Balance Red Read Input White Balance Red Write Input White Balance Red Decrement Input White Balance Red Increment Lamp Article Number Read Lamp...

Страница 22: ... Active Increment Pixel Start Read Pixel Start Write Pixel Start Decrement Pixel Start Increment Pixels Total Read Pixels Total Write Pixel Total Decrement Pixels Total Increment Projector Address Write Projector Runtime Read Projector Serial Number Read Projector Status Read Projector Status Write Off Projector Status Write On Projector Type Read RCU Commands Serial File Load Serial File Load Wri...

Страница 23: ...pe Read Software Version Read Soft Edge Active Read Soft Edge Active Write Soft Edge Blanking Read Soft Edge Blanking Write Soft Edge Width Read Soft Edge Width Write Source Input Slot Read Source Input Slot Write Source Input Slot Number Mode Read Source Input Slot Number Mode Write Text Off Write Text On Write Tint Read Tint Write Tint Decrement Tint Increment Video Mute Read R5976538 BARCOREALI...

Страница 24: ...guration and the active stereo compati bility option is activated each of the two projectors can be set to project either the left or the right eye field Description Read the 3D image setting Command Command 0 xfa Command 1 xa2 Return Data Data 0 3D Image Setting x01 Left Image x02 Right Image 20 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 25: ...mands 2 2 3D Image Write Description Write the 3D image setting Command Command 0 xfa Command 1 xa1 Data Data 0 3D Image Setting x01 Left Image x02 Right Image R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 21 ...

Страница 26: ...ion of the 800 peripheral output module of a projector with address x01 Suppose it indicates to be Standard Transmit Start xfe Projector Address x01 Command 0 xf2 Command 1 x81 Checksum x74 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 xf2 Command 1 x81 Data 0 x00 Checksum x74 ...

Страница 27: ...ation Data 0 Standard x00 5 Cable x01 Example Configure the 800 peripheral output module to be Standard of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xf2 Command 1 x01 Data 0 x00 Checksum xf4 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 23 ...

Страница 28: ...t the projector checks if the command is a valid command If so the projector answers with an acknowledge and starts executing the command If not the projector answers with a no acknowledge Command Command 0 x00 Command 1 Acknowledge No Acknowledge x06 Acknowledge x15 No Acknowledge Example Acknowledge received of a projector with address x01 Receive Acknowledge Start xfe Projector Address x01 Comm...

Страница 29: ...data contains a non valid C Language string or an invalid baudrate the baudrate will be set to 9600 Example Change the pc baudrate to 2400 baud of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x75 Data 0 x32 2 Data 1 x34 4 Data 2 x30 0 Data 3 x30 0 Data 4 x00 Checksum x3c Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Chec...

Страница 30: ...mple Read the actual value of the blanking bottom of a projector with address x01 Suppose the blanking bottom equals 0 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x4d Command 2 x00 Checksum x6f 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 x4d...

Страница 31: ...2 RS232 Commands Receive Answer Data 0 x00 Data 1 x00 Checksum x6f Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 27 ...

Страница 32: ...ottom lsb Value Blanking Bottom Data 0 x 256 Data 1 Example Set the blanking bottom to 0 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x4d Command 2 x00 Data 0 x00 Data 1 x00 Checksum x6e Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 28 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2...

Страница 33: ...0 Example Decrement the blanking bottom of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x4d Command 2 x00 Checksum x71 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 29 ...

Страница 34: ...0 Example Increment the blanking bottom of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x4d Command 2 x00 Checksum x70 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 30 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 35: ... blanking left of a projector with address x01 Suppose the blanking left equals 0 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x4e Command 2 x00 Checksum x70 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 x4e Command 2 x00 Data 0 x00 Data 1 x00 ...

Страница 36: ...2 RS232 Commands Receive Answer Checksum x70 Stop xff 32 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 37: ...eft lsb Value Blanking Bottom Data 0 x 256 Data 1 Example Set the blanking left to 0 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x4e Command 2 x00 Data 0 x00 Data 1 x00 Checksum x6f Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 33 ...

Страница 38: ... Example Decrement the blanking left of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x4e Command 2 x00 Checksum x72 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 34 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 39: ... Example Increment the blanking left of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x4e Command 2 x00 Checksum x71 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 35 ...

Страница 40: ...nking right of a projector with address x01 Suppose the blanking right equals 0 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x4f Command 2 x00 Checksum x71 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 x4f Command 2 x00 Data 0 x00 Checksum x71 ...

Страница 41: ... Value Data 1 Blanking Right lsb Value Example Set the blanking right to 0 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x4f Command 2 x00 Data 1 x00 Checksum x70 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 37 ...

Страница 42: ...0 Example Decrement the blanking right of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x4f Command 2 x00 Checksum x73 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 38 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 43: ...0 Example Increment the blanking right of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x4f Command 2 x00 Checksum x72 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 39 ...

Страница 44: ...anking top of a projector with address x01 Suppose the blanking top equals 0 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x4c Command 2 x00 Checksum x6e 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 x4c Command 2 x00 Data 0 x00 Data 1 x00 40 R5...

Страница 45: ...2 RS232 Commands Receive Answer Checksum x6e Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 41 ...

Страница 46: ...Data 1 Blanking Top lsb Value Example Set the blanking top to 0 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x4c Command 2 x00 Data 0 x00 Data 1 x00 Checksum x6d Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 42 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 47: ...xfe Projector Address x01 Command 0 x23 Command 1 x4c Command 2 x00 Checksum x70 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff Example Decrement blanking top of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x4c Command 2 x00 Checksum x70 Stop xff R5976538 BARCOREALITY SIM6 ULTRA ...

Страница 48: ...2 RS232 Commands Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 44 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 49: ...00 Example Increment blanking top of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x4c Command 2 x00 Checksum x6f Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 45 ...

Страница 50: ...tor with address x01 Suppose the brightness equals x20 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x02 Checksum x24 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 x02 Data 0 x20 Checksum x44 Stop xff 46 R5976538 BARCOREALITY SIM6 ULTRA SERIES 0...

Страница 51: ... with address x01 Suppose the brightness equals x20 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x02 Checksum x24 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 x02 Data 0 x20 Checksum x44 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2...

Страница 52: ...04 Example Decrement the bass level of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x04 Checksum x05 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 48 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 53: ...03 Example Decrement the bass level of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x03 Checksum x04 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 49 ...

Страница 54: ...a projector with address x01 Suppose the clamp delay equals x00 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x67 Checksum x89 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 x67 Data 0 x00 Checksum x89 Stop xff 50 R5976538 BARCOREALITY SIM6 ULTRA...

Страница 55: ...lamp Delay Value Example Set the clamp delay to x00 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x67 Data 0 x00 Checksum x88 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 51 ...

Страница 56: ...Example Decrement the clamp delay of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x67 Checksum x8b Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 52 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 57: ...Example Increment the clamp delay of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x67 Checksum x8a Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 53 ...

Страница 58: ...al value of the clamp width of a projector with address x01 Suppose the clamp width equals x32 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x68 Checksum x8a 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 x68 Data 0 x32 Checksum xbc Stop xff 54 R...

Страница 59: ...lamp Width Value Example Set the clamp width to x32 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x68 Data 0 x32 Checksum xbb Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 55 ...

Страница 60: ...Example Decrement the clamp delay of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x68 Checksum x8c Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 56 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 61: ...Example Increment the clamp delay of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x68 Checksum x8b Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 57 ...

Страница 62: ... Read the current light value of the projector Command Command 0 xfa Command 1 xdb Command 2 x14 Return Data Data 0 Current Light msb Value Data 1 Current Light lsb Value Current Light Value Data 0 x 256 Data 1 58 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 63: ...tion Set the current light value of the projector Command Command 0 xfa Command 1 xda Command 2 x14 Data Data 0 Current Light msb Value Data 1 Current Light lsb Value Current Light Value Data 0 x 256 Data 1 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 59 ...

Страница 64: ... the error status of the projector Command Command 0 xfa Command 1 xdb Command 2 x16 Return Data Data 0 Status Byte Bit 0 Tracking On Off Bit 1 Tracking within range Bit2 Light Count Integration within range 60 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 65: ...ion Read the initial light value of the projector Command Command 0 xfa Command 1 xdb Command 2 x15 Data Data 0 Initial Light msb Value Data 1 Initial Light lsb Value Initial Light Value Data 0 x 256 Data 1 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 61 ...

Страница 66: ...tion Set the initial light value of the projector Command Command 0 xfa Command 1 xda Command 2 x15 Data Data 0 Initial Light msb Value Data 1 Initial Light lsb Value Initial Light Value Data 0 x 256 Data 1 62 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 67: ... Regulation Factor Read Description Read the regulation factor of the projector Command Command 0 xfa Command 1 xdb Command 2 x07 Return Data Data 0 Regulation Factor Value R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 63 ...

Страница 68: ... CLO Regulation Factor Write Description Set the regulation factor of the projector Command Command 0 xfa Command 1 xda Command 2 x07 Data Data 0 Regulation Factor Value 64 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 69: ...Regulation Maximum Read Description Read the regulation maximum of the projector Command Command 0 xfa Command 1 xdb Command 2 x08 Return Data Data 0 Regulation Maximum Value R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 65 ...

Страница 70: ...LO Regulation Maximum Write Description Set the regulation maximum of the projector Command Command 0 xfa Command 1 xda Command 2 x08 Data Data 0 Regulation Maximum Value 66 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 71: ...rsion is a Pascal Language String see syntax Example Read the CLO software version of a projector with address x01 Suppose the CLO software version is V1 00 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xdb Command 2 x17 Checksum xed Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff Receive Answer Start xfe Projector A...

Страница 72: ...2 RS232 Commands Receive Answer Command 2 x17 Data 0 x05 0 Data 1 x30 0 Data 2 x31 1 Data 3 x46 Data 4 x30 0 Data 5 x30 0 Checksum xf9 Stop xff 68 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 73: ...value of the projector Command Command 0 xfa Command 1 xdb Command 2 x12 Return Data Data 0 CLO Target Light msb Value Data 1 CLO Target Light lsb Value Target Light Value Data 0 x 256 Data 1 CLO Target Light Value Range 0 to 65535 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 69 ...

Страница 74: ...on Set the target light value of the projector Command Command 0 xfa Command 1 xda Command 2 x12 Data Data 0 CLO Target Light msb Value Data 1 CLO Target Light lsb Value Target Light Value Data 0 x 256 Data 1 70 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 75: ...he tracking estimation of the projector Command Command 0 xfa Command 1 xda Command 2 x0f Data Data 0 Esimation Value x00 slow tracking to target value x01 fast start tarcking with a quick guess Data 1 Tracking Interval R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 71 ...

Страница 76: ...l of the projector Command Command 0 xfa Command 1 xdb Command 2 x05 Return Data Data 0 CLO Tracking Interval Value x00 no tracking x01 2 seconds x02 4 seconds x03 8 seconds x04 16 seconds x05 32 seconds x06 64 seconds x07 128 seconds 72 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 77: ...rval of the projector Command Command 0 xfa Command 1 xda Command 2 x05 Data Data 0 CLO Tracking Interval Value x00 no tracking x01 2 seconds x02 4 seconds x03 8 seconds x04 16 seconds x05 32 seconds x06 64 seconds x07 128 seconds R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 73 ...

Страница 78: ...Color Balance derived from 3200 5400 6500 or 9300 x20 3200 x36 5400 x41 6500 x5d 9300 Return Data Data 0 Value of the Color Balance multiplied by 100 Color Balance Range 0 to 250 x00 to xfa Data 0 x64 1 Example Read the color balance red green of a projector with address x01 Suppose the color balance equals 1 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x43 Checksum x65 Stop xf...

Страница 79: ...ommands Receive Acknowledge Checksum x07 Stop xff Receive Answer Start xfe Projector Address x01 Command 0 x21 Command 1 x43 Data 0 x64 Checksum xc9 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 75 ...

Страница 80: ...ta Data 0 Value of the Color Balance multiplied by 100 Color Balance Range 0 to 250 x00 to xfa Data 0 x64 1 Example Set the color to x20 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x43 Data 0 x64 Checksum xc8 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 76 R5976538 BARCOREALITY SI...

Страница 81: ... Red Green Color Balance x44 Blue Green Color Balance Example Decrement the Color Balance Red Green on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x43 Checksum x67 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 77 ...

Страница 82: ... Red Green Color Balance x44 Blue Green Color Balance Example Increment the Color Balance Red Green on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x43 Checksum x66 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 78 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 83: ...tual color value of a projector with address x01 Suppose the color equals x20 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x03 Checksum x25 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 x03 Data 0 x20 Checksum x45 Stop xff R5976538 BARCOREALITY...

Страница 84: ...ata 0 Color Value Example Set the color to x20 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x03 Data 0 x20 Checksum x44 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 80 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 85: ...06 Example Decrement the color saturation level of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x06 Checksum x07 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 81 ...

Страница 86: ...05 Example Increment the color saturation level of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x05 Checksum x06 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 82 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 87: ...or 9300 x20 3200 x36 5400 x41 6500 x5d 9300 Example Read the actual Color Temperature of a projector with address x01 Suppose the Color Temperature equals 6500 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x45 Checksum x67 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 ...

Страница 88: ...2 RS232 Commands Receive Answer Checksum xa8 Stop xff 84 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 89: ...te x02 Custom Color Balance derived from 3200 5400 6500 or 9300 x20 3200 x36 5400 x41 6500 x5d 9300 Example Set the Color Temperature to 6500 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x45 Data 0 x41 Checksum xa7 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY ...

Страница 90: ... with address x01 Suppose the contrast equals x30 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x01 Checksum x23 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 x01 Data 0 x30 Checksum x53 Stop xff 86 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 ...

Страница 91: ...ast Value Example Set the contrast to x30 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x01 Data 0 x30 Checksum x52 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 87 ...

Страница 92: ...xample Decrement the contrast Level of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x02 Checksum x03 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 88 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 93: ...xample Decrement the contrast Level of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x01 Checksum x02 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 89 ...

Страница 94: ...n pixels Data 2 x position lsb Data 3 y position msb Data 4 y position lsb Data 5 size msb thin bold in pixels Data 6 size lsb Data 7 width msb horizontal dimension of the crosshair Data 8 width lsb Data 9 height msb vertical dimension of the crosshair Data 10 height lsb Data 11 Type x00 2 squares x01 cross and square x02 square and cross x03 2 crosses Example This will draw a cursor at position 2...

Страница 95: ...0 Data 6 x01 Data 7 x00 Data 8 x32 Data 9 x00 Data 10 x0A Data 11 x01 Checksum x3D Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 91 ...

Страница 96: ...contrast ratio From software version V1 02 the dimmer control accuracy has improved with a factor of 5 Description Read the Dimming Value Availability From software V1 02 Command Command 0 xfa Command 1 x8d Return Data Data 0 Dimming msb Value Data 1 Dimming lsb Value Dimming Position Data 0 x 256 Data 1 92 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 97: ...ECR position of the projector Command Command 0 xfa Command 1 xdb Command 2 x13 Return Data Data 0 Tracking ECR Position msb Value Data 1 Tracking ECR Position lsb Value Tracking ECR Position Value Data 0 x 256 Data 1 Range 0 to 18500 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 93 ...

Страница 98: ...put percentage between 0 0 and 100 0 Description Set the dimmer linearized ECR value of the projector Command Command 0 xfa Command 1 xda Command 2 x8d Data Data 0 Linearized ECR msb Value Data 1 Linearized ECR lsb Value Linearized ECR Value Range 0 to 1000 94 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 99: ...ple Decrement the clamp delay of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x0d Checksum x31 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 95 ...

Страница 100: ...Example Increment dimming of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x0d Checksum x30 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 96 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 101: ... Data 0 Display Blanking msb Value Data 1 Display Blanking lsb Value Display Blanking Value Data 0 x 256 Data 1 15 500 Display Blanking Range 32768 to 32767 2 complement is used for negative values Example Read the level 0 display blanking value of the bottom right corner on a projector with address x01 suppose the display blanking value is 60 Transmit Start xfe Projector Address x01 Command 0 xfa...

Страница 102: ...ess x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff Receive Answer Start xfe Projector Address x01 Command 0 xfa Command 1 xd1 Data 0 x00 Data 1 x01 Data 2 x01 Data 3 x00 Data 4 x3c Checksum x0a Stop xff 98 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 103: ...fa Command 1 xd0 Data Data 0 Level x00 Level 0 x01 Level 1 Data 1 Location x00 Location 0 Top x01 Location 1 Bottom x02 Location 2 Left x03 Location 3 Right Data 2 Position x00 Position 0 x01 Position 1 Data 3 Display Blanking msb Value Data 4 Display Blanking lsb Value R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 99 ...

Страница 104: ...2 RS232 Commands 2 72 Display Blanking Init Description Set the Display Blanking Values to 0 Command Command 0 xfa Command 1 xd2 100 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 105: ...adjustment value of the projector Availability From software V1 23 SIM6 ULTRA HB and V2 02 SIM6 ULTRA II Command Command 0 x21 Command 1 x84 Return Data Data 0 Color x00 Red x01 Green x02 Blue Data 1 Adjustment Value Cf values in the user menu xfe 2 xff 1 x00 0 x01 1 x02 2 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 101 ...

Страница 106: ...ence adjustment value to the projector Availability From software V1 23 SIM6 ULTRA HB and V2 02 SIM6 ULTRA II Command Command 0 x20 Command 1 x84 Data Data 0 Color x00 Red x01 Green x02 Blue Data 1 Adjustment Value Cf values in the user menu xfe 2 xff 1 x00 0 x01 1 x02 2 102 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 107: ...nt New Driver Description Write the horizontal electronic convergence adjustment value to the projector Availability From software V1 23 SIM6 ULTRA HB and V2 02 SIM6 ULTRA II Command Command 0 x22 Command 1 x84 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 103 ...

Страница 108: ...nt New Driver Description Write the horizontal electronic convergence adjustment value to the projector Availability From software V1 23 SIM6 ULTRA HB and V2 02 SIM6 ULTRA II Command Command 0 x23 Command 1 x84 104 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 109: ...ce adjustment value to the projector Availability From software V1 23 SIM6 ULTRA HB and V2 02 SIM6 ULTRA II Command Command 0 x20 Command 1 x8b Data Data 0 Color x00 Red x01 Green x02 Blue Data 1 Adjustment Value Cf values in the user menu xfe 2 xff 1 x00 0 x01 1 x02 2 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 105 ...

Страница 110: ...justment value of the projector Availability From software V1 23 SIM6 ULTRA HB and V2 02 SIM6 ULTRA II Command Command 0 x21 Command 1 x8b Return Data Data 0 Color x00 Red x01 Green x02 Blue Data 1 Adjustment Value Cf values in the user menu xfe 2 xff 1 x00 0 x01 1 x02 2 106 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 111: ...nt New Driver Description Write the vertical electronic convergence adjustment value to the projector Availability From software V1 23 SIM6 ULTRA HB and V2 02 SIM6 ULTRA II Command Command 0 x22 Command 1 x8b R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 107 ...

Страница 112: ...nt New Driver Description Write the vertical electronic convergence adjustment value to the projector Availability From software V1 23 SIM6 ULTRA HB and V2 02 SIM6 ULTRA II Command Command 0 x23 Command 1 x8b 108 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 113: ...rojector with address x01 Suppose there is automatic installation of the field polarity Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x62 Checksum x84 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 x62 Data 0 x02 Checksum x86 Stop xff R5976538 BA...

Страница 114: ...sitive x02 Automatic Example Set the field polarity to automatic on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x62 Data 0 x02 Checksum x85 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 110 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 115: ... Command Command 0 xc2 Data From filename followed by the to filename no wildcards allowed Example Copy the file ntsc c01 to camera1 c05 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xc2 Data 0 x6e n Data 1 x74 t Data 2 x73 s Data 3 x63 c Data 4 x20 Data 5 x20 Data 6 x20 Data 7 x20 Data 8 x2e Data 9 x63 c Data 10 x30 0 Data 11 x31 1 Data 12 x00 Data 13 x63 c Da...

Страница 116: ...x2e Data 22 x63 c Data 23 x30 0 Data 24 x35 5 Data 25 x00 Checksum x9d Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 112 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 117: ...s nt on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xc1 Data 0 x6e n Data 1 x74 t Data 2 x3f Data 3 x3f Data 4 x3f Data 5 x3f Data 6 x3f Data 7 x3f Data 8 x2e Data 9 x63 c Data 10 x30 0 Data 11 x31 1 Data 12 x00 Checksum x9d Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 U...

Страница 118: ...ose there are 2 files ntsc s02 and ntsc_rgb c01 Transmit Start xfe Projector Address x01 Command 0 xc0 Data 0 x6e n Data 1 x74 t Data 2 x3f Data 3 x3f Data 4 x3f Data 5 x3f Data 6 x3f Data 7 x3f Data 8 x2e Data 9 x63 c Data 10 x30 0 Data 11 x31 1 Data 12 x00 Checksum x08 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 114 R5976538 BARC...

Страница 119: ...20 Data 5 x20 Data 6 x20 Data 7 x20 Data 8 x2e Data 9 x73 s Data 10 x30 0 Data 11 x32 2 Data 12 x00 Data 13 x6e n Data 14 x74 t Data 15 x73 s Data 16 x63 c Data 17 x5f _ Data 18 x72 r Data 19 x67 g Data 20 x62 b Data 21 x2e Data 22 x33 c Data 23 x30 0 Data 24 x31 1 Data 25 x00 Checksum x08 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 115 ...

Страница 120: ...Start xfe Projector Address x01 Command 0 xc5 Checksum xc6 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 xc0 Command 1 x63 Data 0 x6e n Data 1 x74 t Data 2 x73 s Data 3 x63 c Data 4 x20 Data 5 x20 Data 6 x20 Data 7 x20 Data 8 x2e Data 9 x63 c Data 10 x30 0 116 R5976538 BARCOREA...

Страница 121: ...2 RS232 Commands Receive Answer Data 11 x31 1 Data 12 x00 Checksum xf0 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 117 ...

Страница 122: ...d 0 xbf Data Filename Return Data Data 0 12 Filename Data 13 Length of file contents bytes Data 14 File contents Example Read the contents of the file ntsc c01 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xbf Data 0 x6e n Data 1 x74 t Data 2 x3f Data 3 x3f Data 4 x3f Data 5 x3f Data 6 x3f Data 7 x3f Data 8 x2e Data 9 x63 c Data 10 x30 0 Data 11 x31 1 Data 12 x...

Страница 123: ...Command 0 xc0 Command 1 x63 Data 0 x6e n Data 1 x74 t Data 2 x73 s Data 3 x63 c Data 4 x20 Data 5 x20 Data 6 x20 Data 7 x20 Data 8 x2e Data 9 x63 c Data 10 x30 0 Data 11 x31 1 Data 12 x00 Data 13 x05 Data 14 x56 Data 15 x22 Data 16 x37 Data 17 x19 Data 18 x53 Checksum x09 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 119 ...

Страница 124: ...e version dependent Command Command 0 xbe Data Data 0 12 Filename Data 13 Length of file contents bytes Data 14 File contents Example Write the contents of the file ntsc c01 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xbe Data 0 x6e n Data 1 x74 t Data 2 x3f Data 3 x3f Data 4 x3f Data 5 x3f Data 6 x3f Data 7 x3f Data 8 x2e Data 9 x63 c Data 10 x30 0 Data 11 x...

Страница 125: ... RS232 Commands Transmit Checksum x09 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 121 ...

Страница 126: ... Command 0 xc4 Data From filename followed by the to filename no wildcards allowed Example Move the file ntsc c01 to camera1 c05 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xc4 Data 0 x6e n Data 1 x74 t Data 2 x73 s Data 3 x63 c Data 4 x20 Data 5 x20 Data 6 x20 Data 7 x20 Data 8 x2e Data 9 x63 c Data 10 x30 0 Data 11 x31 1 Data 12 x00 Data 13 x63 c Data 14 x6...

Страница 127: ...x2e Data 22 x63 c Data 23 x30 0 Data 24 x35 5 Data 25 x00 Checksum x9f Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 123 ...

Страница 128: ...d Command 0 xc3 Data Old filename followed by the new filename no wildcards allowed Example Rename the file ntsc c01 to camera1 c01 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xc3 Data 0 x6e n Data 1 x74 t Data 2 x73 s Data 3 x63 c Data 4 x20 Data 5 x20 Data 6 x20 Data 7 x20 Data 8 x2e Data 9 x63 c Data 10 x30 0 Data 11 x31 1 Data 12 x00 Data 13 x63 c Data 14...

Страница 129: ...x2e Data 22 x63 c Data 23 x30 0 Data 24 x31 1 Data 25 x00 Checksum x9a Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 125 ...

Страница 130: ... Example Disable freeze of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x26 Command 1 x23 Checksum x4a Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 126 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 131: ...Example Enable freeze of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x27 Command 1 x23 Checksum x4b Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 127 ...

Страница 132: ...ield stretch setting Availability From software V2 02 SIM6 MKII WARP6 MK II and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xa5 Data Data 0 Splitscreen Position x00 Field Stretch Off x01 Field Stretch On 128 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 133: ...ress x01 Suppose the gamma equals x05 5 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x70 Checksum x92 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 x70 Data 0 x05 Checksum x97 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 129 ...

Страница 134: ...alue Example Set the gamma to x05 5 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x70 Data 0 x05 Checksum x96 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 130 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 135: ...le Decrement the gamma of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x70 Checksum x94 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 131 ...

Страница 136: ...le Increment the gamma of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x70 Checksum x93 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 132 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 137: ...on of the cursor in a 9 by 9 grid 0 8 The cursor will appear with respect to the hierarchy of the geometry levels To get the linearity cursor row and column must be send as follow Row Column Horizontal Coarse 9 10 Horizontal Coarse 9 11 Horizontal Coarse 9 12 Horizontal Coarse 10 9 Horizontal Coarse 11 9 Horizontal Coarse 12 9 An outer and inner box will be displayed the outer box defines the area...

Страница 138: ... Load geometry file xxxxxxxx g02 for a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xb7 Data 0 x01 Checksum xb3 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 4 Must be an existent Geometry File 134 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 139: ...SIM6 ULTRA HB Command Command 0 xfa Command 1 xbb Data Data One or more filenames wildcards allowed Example Delete all geometry files starting with t_bo send t_bo as data Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xbb Data 0 x74 Data 1 x5f Data 2 x62 Data 3 x6f Data 4 x3f Data 5 x3f Data 6 x3f Data 7 x3f Data 8 x2e Data 9 x3f Data 10 x3f Data 11 x3f Data 12 x00 Checksum x41 S...

Страница 140: ...2 RS232 Commands Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 136 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 141: ...data Availability Only for SIM6 series From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xbc Data Data from filename followed by the to filename no wildcards allowed Example Copy the file t_bowlin g02 to the file myfile g03 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xbc Data 0 x74 Data 1 x5f Data 2 x62 Data 3 x6f Data 4 x77 Data 5 x6c Data...

Страница 142: ... Data 19 x20 Data 20 x20 Data 21 x2e Data 22 x67 Data 23 x30 Data 24 x33 Data 25 x00 Checksum xca Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 138 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 143: ...data Availability Only for SIM6 series From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xbe Data Data from filename followed by the to filename no wildcards allowed Example Move the file t_bowlin g02 to the file myfile g03 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xbe Data 0 x74 Data 1 x5f Data 2 x62 Data 3 x6f Data 4 x77 Data 5 x6c Data...

Страница 144: ... Data 19 x20 Data 20 x20 Data 21 x2e Data 22 x67 Data 23 x30 Data 24 x33 Data 25 x00 Checksum xcc Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 140 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 145: ... From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xbd Data Data old filename followed by the new filename no wildcards allowed Example Rename the file t_bowlin g02 to the file myfile g02 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xbd Data 0 x74 Data 1 x5f Data 2 x62 Data 3 x6f Data 4 x77 Data 5 x6c Data 6 x69 Data 7 x6e Data 8 x2e Data 9 ...

Страница 146: ...19 x20 Data 20 x20 Data 21 x2e Data 22 x67 Data 23 x30 Data 24 x32 Data 25 x00 Checksum xca Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 142 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 147: ...llowed Return Data Data list of selected Geometry Files Example Get a list of files starting with characters t_bo Suppose there are 2 files t_bowlin g02 and t_bowing g03 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xba Data 0 x74 Data 1 x5f Data 2 x62 Data 3 x6f Data 4 x3f Data 5 x3f Data 6 x3f Data 7 x3f Data 8 x2e Data 9 x3f Data 10 x3f Data 11 x3f Data 12 x00 Checksum x40 St...

Страница 148: ...mmand 0 xfa Command 1 xba Data 0 x74 Data 1 x5f Data 2 x62 Data 3 x6f Data 4 x77 Data 5 x6c Data 6 x69 Data 7 x6e Data 8 x2e Data 9 x67 Data 10 x30 Data 11 x32 Data 12 x00 Data 13 x74 Data 14 x5f Data 15 x62 Data 16 x6f Data 17 x77 Data 18 x69 Data 19 x6e Data 20 x67 Data 21 x2e Data 22 x67 Data 23 x30 Data 24 x32 144 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 149: ...2 RS232 Commands Receive Answer Data 25 x00 Checksum x50 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 145 ...

Страница 150: ...ple Get the active Geometry File Suppose the active Geometry File is t_bowlin g02 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xd8 Checksum xd3 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 xfa Command 1 xd8 Data 0 x74 Data 1 x5f Data 2 x62 Data 3 x6f Data 4...

Страница 151: ...2 RS232 Commands Receive Answer Data 5 x6c Data 6 x69 Data 7 x6e Data 8 x2e Data 9 x67 Data 10 x30 Data 11 x32 Data 12 x00 Checksum x28 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 147 ...

Страница 152: ...stonel msb Value Data 1 Geometry Keystone lsb Value Range is from 511 to 511 2 s complement Example Suppose the value is 100 x0064 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xdb Data 0 x50 Checksum x26 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 148 R5976538 BARCO...

Страница 153: ...2 RS232 Commands Receive Answer Command 0 xfa Command 1 xdb Data 0 x50 Data 1 x00 Data 2 x64 Checksum x8a Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 149 ...

Страница 154: ...ARPING OPTION is OFF Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xda Data Data 0 x50 Data 1 Geometry Keystone msb Value Data 2 Geometry Keystone lsb Value Range is from 511 to 511 2 s complement 150 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 155: ...Keystone Decrement Description Decrement the keystone value Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xdf Data Data 0 x50 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 151 ...

Страница 156: ...Keystone Increment Description Increment the keystone value Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xde Data Data 0 x50 152 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 157: ...Data 0 x47 Returned Data Data 0 Geometry Shift Horizontal msb Value Data 1 Geometry Shift Horizontal lsb Value Range is from 511 to 511 2 s complement Example Suppose the value is 100 x0064 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xdb Data 0 x47 Checksum x1d Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R59765...

Страница 158: ...2 RS232 Commands Receive Answer Start xfe Projector Address x01 Command 0 xfa Command 1 xdb Data 0 x47 Data 1 x00 Data 2 x64 Checksum x81 Stop xff 154 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 159: ...ARPING OPTION is OFF Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xda Data Data 0 x47 Data 1 Geometry Shift Horizontal msb Value Data 2 Geometry Shift Horizontal lsb Value Range is from 511 to 511 2 s complement R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 155 ...

Страница 160: ...rizontal Decrement Description Decrement the horizontal shift value Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xdf Data Data 0 x47 156 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 161: ...rizontal Increment Description Increment the horizontal shift value Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xde Data Data 0 x47 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 157 ...

Страница 162: ...ift Vertical msb Value Data 1 Geometry Shift Vertical lsb Value Range is from 511 to 511 2 s complement Example Suppose the value is 100 x0064 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xdb Data 0 x48 Checksum x1e 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 158 R5...

Страница 163: ...2 RS232 Commands Receive Answer Command 0 xfa Command 1 xdb Data 0 x48 Data 1 x00 Data 2 x64 Checksum x82 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 159 ...

Страница 164: ...ARPING OPTION is OFF Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xda Data Data 0 x48 Data 1 Geometry Shift Vertical msb Value Data 2 Geometry Shift Vertical lsb Value Range is from 511 to 511 2 s complement 160 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 165: ...Vertical Decrement Description Decrement the vertical shift value Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xdf Data Data 0 x48 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 161 ...

Страница 166: ...Vertical Increment Description Increment the vertical shift value Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xde Data Data 0 x48 162 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 167: ...ze Horizontal msb Value Data 1 Geometry Size Horizontal lsb Value Range is from 511 to 511 2 s complement Example Suppose the value is 100 x0064 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xdb Data 0 x49 Checksum x1f 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 R597...

Страница 168: ...2 RS232 Commands Receive Answer Command 0 xfa Command 1 xdb Data 0 x49 Data 1 x00 Data 2 x64 Checksum x83 Stop xff 164 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 169: ...ARPING OPTION is OFF Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xda Data Data 0 x49 Data 1 Geometry Size Horizontal msb Value Data 2 Geometry Size Horizontal lsb Value Range is from 511 to 511 2 s complement R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 165 ...

Страница 170: ...rizontal Decrement Description Decrement the horizontal size value Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xdf Data Data 0 x49 166 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 171: ...rizontal Increment Description Increment the horizontal size value Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xde Data Data 0 x49 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 167 ...

Страница 172: ...ze Vertical msb Value Data 1 Geometry Size Vertical lsb Value Range is from 511 to 511 2 s complement Example Suppose the value is 100 x0064 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xdb Data 0 x4a Checksum x20 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 168 R597...

Страница 173: ...2 RS232 Commands Receive Answer Command 0 xfa Command 1 xdb Data 0 x4a Data 1 x00 Data 2 x64 Checksum x84 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 169 ...

Страница 174: ...ARPING OPTION is OFF Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xda Data Data 0 x4a Data 1 Geometry Size Vertical msb Value Data 2 Geometry Size Vertical lsb Value Range is from 511 to 511 2 s complement 170 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 175: ...Vertical Decrement Description Decrement the vertical size value Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xdf Data Data 0 x4a R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 171 ...

Страница 176: ...Vertical Increment Description Increment the vertical size value Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xde Data Data 0 x4a 172 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 177: ...6 bit 2 bit 7 bit 4 bit 1 bit 5 Image 2 1 Information Display Code bits bit 7 most significant bit Example Read the information display of a projector with address x01 Suppose it shows F1 Transmit Start xfe Projector Address x01 Command 0 x73 Checksum x74 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 173 ...

Страница 178: ...Commands Receive Acknowledge Checksum x07 Stop xff Receive Answer Start xfe Projector Address x01 Command 0 x73 Data 0 x71 Data 1 x86 Checksum x6b Stop xff 174 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 179: ...or with address x01 Suppose a hardwired remote is used and the front and rear receiver are enabled Transmit Start xfe Projector Address x01 Command 0 x6f Checksum x70 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 x6f Data 0 x07 Checksum x77 Stop xff 5 When no hardwired remote i...

Страница 180: ...dwired remote is connected the receiver front and rear cannot be disabled so bit 0 and bit 1 will take effect after a hardwired remote has been connected Example Enable the front and rear receiver of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x6e Data 0 x03 Checksum x72 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Che...

Страница 181: ...Backup Restore the Input Balance Settings Command Command 0 x2a Command 1 x6d Data Data 0 From type x55 U User Settings x46 F Factory Settings Data 1 To type x55 U User Settings x46 F Factory Settings R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 177 ...

Страница 182: ...Save the desired settings to eeprom data bytes are send Availability From software V1 00 Command Command 0 x28 Command 1 x6d Data Optional Data 0 White Balance Red Value Data 1 White Balance Blueue Data 2 Black Balance Red Value Data 3 Black Balance Blue Value 178 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 183: ...iption Read the blue input black balance value Availability From software V1 00 Command Command 0 x21 Command 1 x6a Return Data Data 0 Input Black Balance Blue Value Range is from 128 to 127 2 s complement R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 179 ...

Страница 184: ... blue input black balance value Availability From software V1 00 Description Write the 3D image setting Command Command 0 x20 Command 1 x6a Data Data 0 Input Black Balance Blue Value Range is from 128 to 127 2 s complement 180 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 185: ... 133 Input Black Balance Blue Decrement Description Decrement the blue input black balance value Availability From software V1 00 Command Command 0 x23 Command 1 x6a R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 181 ...

Страница 186: ... 134 Input Black Balance Blue Increment Description Increment the blue input black balance value Availability From software V1 00 Command Command 0 x22 Command 1 x6a 182 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 187: ...iption Read the red input black balance value Availability From software V1 00 Command Command 0 x21 Command 1 x69 Return Data Data 0 Input Black Balance Red Value Range is from 128 to 127 2 s complement R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 183 ...

Страница 188: ... red input black balance value Availability From software V1 00 Description Write the 3D image setting Command Command 0 x20 Command 1 x69 Data Data 0 Input Black Balance Red Value Range is from 128 to 127 2 s complement 184 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 189: ...2 137 Input Black Balance Red Decrement Description Decrement the red input black balance value Availability From software V1 00 Command Command 0 x23 Command 1 x69 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 185 ...

Страница 190: ...2 138 Input Black Balance Red Increment Description Increment the red input black balance value Availability From software V1 00 Command Command 0 x22 Command 1 x69 186 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 191: ...iption Read the blue input white balance value Availability From software V1 00 Command Command 0 x21 Command 1 x6c Return Data Data 0 Input White Balance Blue Value Range is from 128 to 127 2 s complement R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 187 ...

Страница 192: ... blue input white balance value Availability From software V1 00 Description Write the 3D image setting Command Command 0 x20 Command 1 x6c Data Data 0 Input White Balance Blue Value Range is from 128 to 127 2 s complement 188 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 193: ... 141 Input White Balance Blue Decrement Description Decrement the blue input white balance value Availability From software V1 00 Command Command 0 x23 Command 1 x6c R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 189 ...

Страница 194: ... 142 Input White Balance Blue Increment Description Increment the blue input white balance value Availability From software V1 00 Command Command 0 x22 Command 1 x6c 190 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 195: ...iption Read the red input white balance value Availability From software V1 00 Command Command 0 x21 Command 1 x6b Return Data Data 0 Input White Balance Red Value Range is from 128 to 127 2 s complement R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 191 ...

Страница 196: ... red input white balance value Availability From software V1 00 Description Write the 3D image setting Command Command 0 x20 Command 1 x6b Data Data 0 Input White Balance Red Value Range is from 128 to 127 2 s complement 192 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 197: ...2 145 Input White Balance Red Decrement Description Decrement the red input white balance value Availability From software V1 00 Command Command 0 x23 Command 1 x6b R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 193 ...

Страница 198: ...2 146 Input White Balance Red Increment Description Increment the red input white balance value Availability From software V1 00 Command Command 0 x22 Command 1 x6b 194 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 199: ...with address x01 Suppose the lamp serial number is R9840740 Transmit Start xfe Projector Address x01 Command 0 x76 Command 1 x84 Checksum xfb 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 x76 Command 1 x84 Data 0 x52 R Data 1 x39 9 Data 2 x38 8 Data 3 x34 4 Data 4 x30 0 Data 5 ...

Страница 200: ...2 RS232 Commands Receive Answer Data 8 x00 Checksum xbd Stop xff 196 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 201: ...or with address x01 Suppose the dimming equals x07 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x0d Checksum x2f 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 x0d Data 0 x07 Checksum x36 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 20...

Страница 202: ...Formula Maximum lamp runtime seconds Data 0 x 256 Data 1 x 256 Data 2 x 256 Data 3 Example Read the maximum lamp runtime of a projector with address x01 Suppose the maximum is 1000 hours Transmit Start xfe Projector Address x01 Command 0 x76 Command 1 x89 Checksum x00 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff Receive Answer Start...

Страница 203: ...2 RS232 Commands Receive Answer Data 3 x80 x00 Checksum xa4 Stop xff Maximum Lamp Runtime x00 x 256 x36 x 2562 xee x 256 x80 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 199 ...

Страница 204: ...s the most significant byte Formula Lamp message runtime seconds Data 0 x 256 Data 1 x 256 Data 2 x 256 Data 3 Example Read the lamp message runtime of a projector with address x01 Suppose the message appears at 970 hours Transmit Start xfe Projector Address x01 Command 0 x76 Command 1 x8b Checksum x02 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksu...

Страница 205: ...2 RS232 Commands Receive Answer Checksum x1f Stop xff Maximum Lamp Runtime x00 x 256 x35 x 2562 x48 x 256 xa0 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 201 ...

Страница 206: ... 8 9 Changed Lamp Modus Counter Data 8 x 256 Data 9 Data 4 7 Lamp Runtime in 250W modus hours Data 4 x 256 Data 5 x 256 Data 6 x 256 Data 7 Example Read the lamp runtime of a projector with address x01 Suppose the lamp runtime in 200W modus is 100 hours the lamp runtime in 250W modus is 50 hours and the lamp modus has been switched 3 times Transmit Start xfe Projector Address x01 Command 0 x64 Che...

Страница 207: ...mmand 0 x64 Return Data 0 x00 Return Data 1 x00 Return Data 2 x00 Return Data 3 x64 Return Data 4 x00 Return Data 5 x00 Return Data 6 x00 Return Data 7 x32 Return Data 8 x00 Return Data 9 x03 Checksum xfb Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 203 ...

Страница 208: ...mp Runtime hours Data 0 x 256 Data 1 x 256 Data 2 x 256 Data 3 Example Read the lamp runtime of a projector with address x01 Suppose the lamp runtime is 100 hours Transmit Start xfe Projector Address x01 Command 0 x64 Checksum x65 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 x...

Страница 209: ...2 RS232 Commands Receive Answer Checksum xc9 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 205 ...

Страница 210: ...tring Lamp 0 runtime see formula below Lamp 1 serial number C Language String Lamp 1 runtime see formula below Lamp n 1 runtime see formula below Lamp n 1 serial number C Language String n number of lamps stored in the history list C Language String see syntax chapter 1 Lamp Runtime hours Data 1 x 256 Data 0 206 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 211: ...byte is the most significant byte Formula Lamp warning runtime seconds Data 0 x 256 Data 1 x 256 Data 2 x 256 Data 3 Example Read the lamp warning runtime of a projector with address x01 Suppose the message appears at 1000 hours Transmit Start xfe Projector Address x01 Command 0 x76 Command 1 x8c Checksum x03 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 ...

Страница 212: ...2 RS232 Commands Receive Answer Data 3 x80 x00 Checksum xa7 Stop xff Lamp warning runtime x00 x 256 x36 x 256 xee x 256 x80 208 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 213: ...ription Read the active LCD Speed LCD Speed R G LCD Speed B G The LCD Speed R G and LCD Speed B G have to be multiplied by 0 125 to retrieve the values on the On Screen Display Availability From software V1 01 Command Command 0 xfa Command 1 x85 Data Data 0 Color x00 LCD Speed R G x01 LCD Speed x02 LCD Speed B G Return Data Data 0 LCD Speed R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 209 ...

Страница 214: ...R G and LCD Speed B G have to be multiplied by 0 125 to retrieve the values on the On Screen Display Availability From software V1 01 Command Command 0 xfa Command 1 x84 Data Data 0 Color x00 LCD Speed R G x01 LCD Speed x02 LCD Speed B G Data 1 Data x00 to x10 210 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 215: ...0 Near x01 Far Example Focus the lens of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xf4 Command 1 x83 Data 0 x00 Checksum x78 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 211 ...

Страница 216: ...ght Shift Direction for a projector in a Rear Table configuration x00 Down x01 Up x02 Left x03 Right Shift Direction for a projector in a Rear Ceiling configuration x00 Up x01 Down x02 Right x03 Left Example Shift the lens up of a projector in a Front Ceiling configuration with address x01 Transmit Start xfe Projector Address x01 Command 0 xf4 Command 1 x81 Data 0 x00 Checksum x76 Stop xff Receive...

Страница 217: ...2 RS232 Commands Receive Acknowledge Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 213 ...

Страница 218: ... In x01 Zoom Out Example Zoom in the lens of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xf4 Command 1 x82 Data 0 x00 Checksum x77 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 214 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 219: ...a projector with address x01 Suppose the value is 20 x0014 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x5a Checksum x7c 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 x5a Data 0 x00 Data 1 x14 Checksum x90 Stop xff R5976538 BARCOREALITY SIM6 UL...

Страница 220: ...Start lsb Value Example Set the value of line start to 20 x0014 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x5a Data 0 x00 Data 1 x14 Checksum x8f Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 216 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 221: ...1 x5a Example Decrement line start on a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x5a Checksum x7e Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 217 ...

Страница 222: ...1 x5a Example Increment line start on a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x5a Checksum x7d Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 218 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 223: ...nes on a projector with address x01 Suppose the active number of lines is 480 x01e0 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x59 Checksum x7b 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 x59 Data 0 x01 Data 1 xe0 Checksum x5c Stop xff R597...

Страница 224: ...ve number of lines lsb Value Example Set the active number of lines to 480 x01e0 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x59 Data 0 x01 Data 1 xe0 Checksum x5b Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 220 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 225: ... Example Decrement the active number of lines on a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x59 Checksum x7d Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 221 ...

Страница 226: ... Example Increment the active number of lines on a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x59 Checksum x7c Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 222 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 227: ...s on a projector with address x01 Suppose the total number of lines is 525 x020d Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x58 Checksum x7a 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 x58 Data 0 x02 Data 1 x0d Checksum x89 Stop xff R597653...

Страница 228: ... Number Of Lines lsb Value Example Set the total number of lines to 525 x020d on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x58 Data 0 x02 Data 1 x0d Checksum x88 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 224 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 229: ...Example Decrement the total number of lines on a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x58 Checksum x7c Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 225 ...

Страница 230: ...Example Increment the total number of lines on a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x58 Checksum x7b Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 226 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 231: ... of the logo of a projector with address x01 Suppose the background is off Transmit Start xfe Projector Address x01 Command 0 xf1 Command 1 x82 Checksum x74 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 xf1 Command 1 x82 Data 0 x00 Checksum x74 Stop xff R5976538 BARCOREALITY SI...

Страница 232: ...o Background x00 Off Transparent x01 On Black Example Set the logo background off of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xf1 Command 1 x02 Data 0 x00 Checksum xf4 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 228 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 233: ...key of the logo of a projector with address x01 Suppose the hot key is off Transmit Start xfe Projector Address x01 Command 0 xf1 Command 1 x83 Checksum x75 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 xf1 Command 1 x83 Data 0 x00 Checksum x75 Stop xff R5976538 BARCOREALITY SI...

Страница 234: ...ta 0 Logo Hot Key x00 Off x0d Text Example Set the logo hot key to Text of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xf1 Command 1 x03 Data 0 x0d Checksum x02 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 230 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 235: ... of a projector with address x01 Suppose the position equals 1 1 Transmit Start xfe Projector Address x01 Command 0 xf1 Command 1 x84 Checksum x76 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 xf1 Command 1 x84 Data 0 x01 Data 1 x01 Checksum x75 Stop xff R5976538 BARCOREALITY S...

Страница 236: ...a 1 x01 Vertical Position Example Set the logo position to 1 1 of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xf1 Command 1 x04 Data 0 x01 Data 1 x01 Checksum xf8 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 232 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 237: ...f a projector with address x01 Suppose the status is on Transmit Start xfe Projector Address x01 Command 0 xf1 Command 1 x81 Checksum x73 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 xf1 Command 1 x81 Data 0 x00 Checksum x73 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 ...

Страница 238: ...Data 0 Logo Status x00 Off x01 On Example Set the logo on of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 xf1 Command 1 x01 Data 0 x01 Checksum xf4 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 234 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 239: ...nu xff Exit all menus Example Set the logo on of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x42 Command 1 x01 Data 0 x80 x7f Checksum x43 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 235 ...

Страница 240: ...o of a projector with address x01 Suppose the video is muted Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x3e Checksum x60 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 x3e Data 0 x01 Checksum x61 Stop xff 236 R5976538 BARCOREALITY SIM6 ULTRA S...

Страница 241: ...3e Example Disable video mute of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x26 Command 1 x3e Checksum x65 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 237 ...

Страница 242: ...nd 0 x27 Command 1 x3e Example Enable video mute of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x27 Command 1 x3e Checksum x66 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 238 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 243: ...nd Command 0 xfa Command 1 xe0 Return Data Data 0 1 byte that represents the number of option bytes Example Suppose the number of option bytes is 2 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xe0 Checksum xdb 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 xf...

Страница 244: ...d the orientation configuration of a projector with address x01 Suppose the projector is installed in Front Ceiling Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x24 Checksum x46 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 x24 Data 0 x80 x00 C...

Страница 245: ...able x80 Front Ceiling x00 Rear Table xc0 Rear Table Example Set the Orientation Configuration of a projector with address x01 to Front Ceiling Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x24 Data 0 x80 x00 Checksum xc5 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 20...

Страница 246: ...e active source on a projector with address x01 Suppose the active file is xga_60 with a horizontal period of 48360 ns Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x5b Checksum x7b 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 x5b Data 0 x00 Da...

Страница 247: ...2 RS232 Commands Receive Answer Data 3 xe8 Checksum x21 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 243 ...

Страница 248: ...Data 2 Data 3 LSB of value Example Set the horizontal period to 48360 ns xga_60 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x5b Data 0 x00 Data 1 x00 Data 2 xbc Data 3 xe8 Checksum x20 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 244 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2...

Страница 249: ...te Sync x10 Component Input Tri Level Sync On Y x11 Component Input Tri Level Separate Sync Data 2 Mode x00 H C Composite Sync or H C V Horizontal Vertical Sync x01 H C Composite Video The external switcher has to be connected to the projector the same way a BARCO 800 peripheral is normally connected see the Owner s Manual of your projector The source number Data 0 can be used to make sure the cor...

Страница 250: ...2 RS232 Commands Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 246 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 251: ... address x01 Suppose the phase equals x03 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 x03 Checksum x2b Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 247 ...

Страница 252: ...lue msb Data 1 Phase Value lsb Example Set the phase to x03 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x06 Data 0 x03 Checksum x2a Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 248 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 253: ...Example Enable video mute of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x0c Checksum x0d Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 249 ...

Страница 254: ...Example Enable video mute of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x0b Checksum x0c Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 250 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 255: ... a projector with address x01 Suppose the active number of pixels is 640 x0280 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x5d Checksum x7f 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 x5d Data 0 x02 Data 1 x80 x00 Checksum x01 Stop xff R5976...

Страница 256: ...Number of Pixels lsb Example Set the active number of pixels to 640 x0280 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x5d Data 0 x02 Data 1 x80 x00 Checksum x00 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 252 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 257: ... Example Decrement the active number of pixels on a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x5d Checksum x81 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 253 ...

Страница 258: ...xample Increment the active number of pixels on a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x5d Checksum x80 x00 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 254 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 259: ... a projector with address x01 Suppose the value is 20 x0014 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x5e Checksum x80 x00 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 x5e Data 0 x00 Data 1 x14 Checksum x94 Stop xff R5976538 BARCOREALITY SI...

Страница 260: ...l Start Value lsb Example Set the value of pixel start to 20 x0014 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x5e Data 0 x00 Data 1 x14 Checksum x93 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 256 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 261: ... 1 x5e Example Decrement pixel start on a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x5e Checksum x82 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 257 ...

Страница 262: ... 1 x5e Example Decrement pixel start on a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x5e Checksum x81 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 258 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 263: ...els on a projector with address x01 Suppose the total number of pixels is 800 x0320 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x5c Checksum x7e 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 x5c Data 0 x03 Data 1 x20 Checksum xa1 Stop xff R597...

Страница 264: ...l Number of Pixels Value lsb Example Set the total number of pixels to 800 x0320 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x5c Data 0 x03 Data 1 x20 Checksum xa0 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 260 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 265: ...ample Decrement the total number of pixels on a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x5c Checksum x80 x00 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 261 ...

Страница 266: ... Example Increment the total number of pixels on a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x5c Checksum x7f Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 262 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 267: ... acknowledge will be sent with the original projector address Example Set the address of a projector with address x01 to x20 Transmit Start xfe Projector Address x01 Command 0 x6d Data 0 x20 Checksum x8e Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 263 ...

Страница 268: ...256 Data 2 x 256 Data 3 Example Read the projector runtime of a projector with address x01 Suppose the projector runtime is 3000 hours 10800000 seconds Transmit Start xfe Projector Address x01 Command 0 x62 Checksum x63 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 x62 Data 0 x...

Страница 269: ...2 RS232 Commands Projector Runtime x00 x 256 xa4 x 256 xcb x 256 x80 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 265 ...

Страница 270: ...igits Example 7 Digits Read the serial number of a projector with address x01 Suppose the projector serial number is 0000001 Transmit Start xfe Projector Address x01 Command 0 x61 Checksum x62 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 x61 Data 0 x07 Data 1 x30 0 Data 2 x30 ...

Страница 271: ... Command 0 x61 Checksum x62 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 x61 Data 0 x0a Data 1 x31 1 Data 2 x31 1 Data 3 x31 1 Data 4 x32 2 Data 5 x32 2 Data 6 x32 2 Data 7 x33 3 Data 8 x33 3 Data 9 x33 3 Data 10 x34 4 Checksum x62 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SER...

Страница 272: ...icture is Not Frozen Picture is Frozen bit 4 No 800 Peripheral Connected 800 Peripheral Connected Example Read the status of a projector with address x01 Suppose the status is projector on text on video mute off picture frozen and no 800 peripheral connected Transmit Start xfe Projector Address x01 Command 0 x67 Checksum x68 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x0...

Страница 273: ...Command 0 x66 Example Set the projector with address x01 off Transmit Start xfe Projector Address x01 Command 0 x66 Checksum x67 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 269 ...

Страница 274: ...ommand 0 x65 Example Set the projector with address x01 on Transmit Start xfe Projector Address x01 Command 0 x65 Checksum x66 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 270 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 275: ... address x01 Suppose the projector is a BARCOREALITY Transmit Start xfe Projector Address x01 Command 0 x6b Checksum x6c 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 x6b Data 0 x0e Data 1 x42 B Data 2 x41 A Data 3 x52 R Data 4 x43 C Data 5 x4f O Data 6 x52 R Data 7 x45 E Data ...

Страница 276: ...2 RS232 Commands Receive Answer Data 11 x54 T Data 12 x59 Y Checksum x Stop xff 272 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 277: ...ocal keypad Command Command 0 x30 Data Key Data 0 x77 0 x19 1 x10 2 x11 3 x12 4 x13 5 x14 6 x15 7 x16 8 x17 9 x18 ADDR x20 ADJUST x09 ARROW DOWN x05 ARROW LEFT x07 ARROW RIGHT x06 ARROW UP x04 BALANCE x3e BALANCE x3f BASS x3a BASS x3b BRIGHTNESS x27 BRIGHTNESS x2a BRIGHTNESS x2b COLOR x30 COLOR x2c COLOR x2d CONTRAST x25 CONTRAST x28 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 273 ...

Страница 278: ...T x2f TREBLE x3c TREBLE x3d VOLUME x38 VOLUME x39 Optional a second data byte Data 1 can be sent If this byte is 1 the projector handles the key Data 0 as it was sent using a remote control taking all necessary delays into account Note that this optional byte is not supported by all projectors Example Select source 3 of a projector with address x01 Transmit Start xfe Projector Address x01 274 R597...

Страница 279: ...ds Transmit Command 0 x30 Data 0 x12 Checksum x43 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 275 ...

Страница 280: ...4 Serial File Load Description Load a new source file Only available when Serial File Load is On Command Command 0 x7c Data Data 0 File Number Number of the Custom File 276 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 281: ...t to on the source file of the projector can only be changed by using the File Load command Description Set serial file load setting Command Command 0 x7b Data Data 0 Serial File Load Setting x00 Serial File Load Off x01 Serial File Load On R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 277 ...

Страница 282: ...0a Example Decrement sharpness of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x0a Checksum x0b Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 278 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 283: ...09 Example Decrement sharpness of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x09 Checksum x0a Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 279 ...

Страница 284: ...e horizontal shift of a projector with address x01 Suppose the horizontal shift equals 0 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x47 Checksum x69 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 x47 Data 0 x00 Data 1 x00 Checksum x69 Stop xff...

Страница 285: ...b Data 1 Horizontal Shift Value lsb Example Set the horizontal shift to 0 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x47 Data 0 x00 Data 1 x00 Checksum x68 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 281 ...

Страница 286: ...47 Example Decrement the horizontal shift of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x47 Checksum x6b Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 282 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 287: ...47 Example Increment the horizontal shift of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x47 Checksum x6a Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 283 ...

Страница 288: ...vertical shift of a projector with address x01 Suppose the vertical shift equals 0 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x48 Checksum x6a 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 x48 Data 0 x00 Data 1 x00 Checksum x6a Stop xff 284 R...

Страница 289: ... Data 1 Vertical Shift Value lsb Example Set the vertical shift to 0 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x48 Data 0 x00 Data 1 x00 Checksum x69 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 285 ...

Страница 290: ...8 Example Decrement the vertical shift of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x48 Checksum x6c Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 286 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 291: ...8 Example Increment the vertical shift of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x48 Checksum x6b Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 287 ...

Страница 292: ...0 Speed x01 Slow Example Close the shutter full speed of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x42 Data 0 x00 Checksum x66 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 288 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 293: ...0 Speed x01 Slow Example Open the shutter full speed of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x42 Data 0 x00 Checksum x65 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 289 ...

Страница 294: ...position of a projector with address x01 Suppose the shutter is open Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x42 Checksum x64 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 x42 Data 0 x00 Checksum x65 Stop xff 290 R5976538 BARCOREALITY SIM6...

Страница 295: ... horizontal size of a projector with address x01 Suppose the horizontal size equals 0 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x49 Checksum x6b 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 x49 Data 0 x00 Data 1 x00 Checksum x6b Stop xff R5...

Страница 296: ...b Data 1 Horizontal Size Value lsb Example Set the vertical shift to 0 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x49 Data 0 x00 Data 1 x00 Checksum x6a Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 292 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 297: ...9 Example Decrement the horizontal size of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x49 Checksum x6d Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 293 ...

Страница 298: ...9 Example Increment the horizontal size of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x49 Checksum x6c Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 294 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 299: ...ertical size of a projector with address x01 Suppose the vertical size equals 0 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x4a Checksum x6c 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 x4a Data 0 x00 Data 1 x00 Checksum x6c Stop xff R5976538...

Страница 300: ... Data 1 Vertical Size Value lsb Example Set the vertical size to 0 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x4a Data 0 x00 Data 1 x00 Checksum x6b Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 296 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 301: ... Example Decrement the vertical size of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x23 Command 1 x4a Checksum x6e Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 297 ...

Страница 302: ... Example Decrement the horizontal size of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x22 Command 1 x4a Checksum x6d Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 298 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 303: ... a projector with address x01 Suppose the lanuage is ENGLISH Transmit Start xfe Projector Address x01 Command 0 x69 Checksum x6a 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 x69 Data 0 x07 Data 1 x45 E Data 2 x4e N Data 3 x47 G Data 4 x4c L Data 5 x4c I Data 6 x53 S Data 7 x48...

Страница 304: ...th address x01 Suppose the lanuage is STANDARD Transmit Start xfe Projector Address x01 Command 0 x6a Checksum x6b 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 x6a Data 0 x08 Data 1 x53 S Data 2 x54 T Data 3 x41 A Data 4 x4e N Data 5 x44 D Data 6 x41 A Data 7 x52 R Data 8 x44 ...

Страница 305: ...on of a projector with address x01 Suppose the version number is 1 02 Transmit Start xfe Projector Address x01 Command 0 x60 Checksum x61 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 x60 Data 0 x04 Data 1 x31 1 Data 2 x2e Data 3 x30 0 Data 4 x32 2 Checksum x26 Stop xff R597653...

Страница 306: ...ability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xdb Data Data 0 x03 Data 1 filenbr number of the customfile xxxxxxxx g05 filenbr is 4 Return Data Data 0 x00 Soft Edge Off x01 Soft Edge On 302 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 307: ... Availability From software V2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xda Data Data 0 x03 Data 1 filenbr number of the customfile xxxxxxxx g05 filenbr is 4 Data 2 x00 Soft Edge Off x01 Soft Edge On R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 303 ...

Страница 308: ...tom x00 Left x01 Center x02 Right x03 All in case location Left Right x00 Top x01 Center x02 Bottom x03 All In case the WARPING OPTION is not active WARPLESS projector position can only be 3 all Return Data Data 0 x01 Data 1 Soft Edge Blanking msb Value Data 2 Soft Edge Blanking msb Value Range is from 0 to 4999 Soft Edge Blanking Value Data 2 x 256 Data 3 Value represents a percentage between 0 a...

Страница 309: ... Data 3 x00 Checksum xdc 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 xfa Command 1 xdb Data 0 x01 Data 1 x07 Data 2 xd0 Checksum xae Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 305 ...

Страница 310: ...n x00 Top x01 Bottom x02 Left x03 Right Data 3 in case location Top Bottom x00 Left x01 Center x02 Right x03 All in case location Left Right x00 Top x01 Center x02 Bottom x03 All Data 4 Soft Edge Blanking msb Value Data 5 Soft Edge Blanking lsb Value In case the WARPING OPTION is not active WARPLESS projector position can only be 3 all Range is from 0 to 4999 Soft Edge Blanking Value Data 2 x 256 ...

Страница 311: ... number of the customfile xxxxxxxx g05 filenbr is 4 Data 2 Location x00 Top x01 Bottom x02 Left x03 Right Return Data Data 0 x02 Data 1 Soft Edge Width Value Value represents a percentage from 0 to 25 5 Example Suppose the value at the bottom location of geo file xxxxxxxx g04 is 15 0 0x96 Transmit Start xfe Projector Address x01 Command 0 xfa Command 1 xdb Data 0 x02 Data 1 x03 Data 2 x01 Checksum...

Страница 312: ...e Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff Receive Answer Start xfe Projector Address x01 Command 0 xfa Command 1 xdb Data 0 x02 Data 1 x96 Checksum x6e Stop xff 308 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 313: ...2 02 WARP6 MKII and V1 01 SIM6 ULTRA HB Command Command 0 xfa Command 1 xda Data Data 0 x02 Data 1 filenbr number of the customfile xxxxxxxx g05 filenbr is 4 Data 2 Location x00 Top x01 Bottom x02 Left x03 Right Data 3 Soft Edge Width Value Range is from 0 to 255 Value represents a percentage from 0 to 25 5 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 309 ...

Страница 314: ...put slot number of a projector with address x01 Suppose the answer is x03 Transmit Start xfe Projector Address x01 Command 0 x32 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 x32 Data 0 x03 Checksum x36 Stop xff 310 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 200...

Страница 315: ...ce Input Slot number e g x01 Example Select source 1 of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x31 Data 0 x01 Checksum x33 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 311 ...

Страница 316: ... H C V Horizontal Vertical Sync x01 H C Composite Video Fixed 5 Cable Input Data 1 Mode RGB Analog Separate Sync H C Composite Sync x00 H C V Horizontal Vertical Sync RGB Analog Separate Sync H C Composite Video x01 H C 3 Level Composite Sync RGB Analog Sync on Green G Green Sync x02 G Green 3 Level Sync Component Video Separate Sync Cs Sync x03 Cs 3 Level Sync Component Video Sync on Y Y Y Sync x...

Страница 317: ...e source slot number mode of a projector with address x01 Suppose the source number equals x03 and its mode equals x01 Transmit Start xfe Projector Address x01 Command 0 x34 Checksum x35 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 x34 Data 0 x03 Data 1 x01 Checksum x39 Stop x...

Страница 318: ...C Composite Sync x00 H C V Horizontal Vertical Sync x01 H C Composite Video Fixed 5 Cable Input Data 1 Mode RGB Analog Separate Sync H C Composite Sync x00 H C V Horizontal Vertical Sync RGB Analog Separate Sync H C Composite Video x01 H C 3 Level Composite Sync RGB Analog Sync on Green G Green Sync x02 G Green 3 Level Sync Component Video Separate Sync Cs Sync x03 Cs 3 Level Sync Component Video ...

Страница 319: ...Mode x00 x01 If only one data byte has been sent Data 0 the slot will be selected in its previous mode Example Select source 1 mode 1 of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x33 Data 0 x01 Data 1 x01 Checksum x36 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA ...

Страница 320: ...rol Command Command 0 x0e Example Set text off of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x0e Checksum x0f Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 316 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 321: ...ol Command Command 0 x0d Example Set text off of a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x0d Checksum x0e Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 317 ...

Страница 322: ... the actual tint value of a projector with address x01 Suppose the tint equals 0 Transmit Start xfe Projector Address x01 Command 0 x21 Command 1 x04 Checksum x26 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 x04 Data 0 x00 Checksum x26 Stop xff 318 R5976538 BARCO...

Страница 323: ...mmand 1 x20 Command 2 x04 Data Data 0 Tint Value Example Set the tint to 0 on a projector with address x01 Transmit Start xfe Projector Address x01 Command 0 x20 Command 1 x04 Data 0 x00 Checksum x25 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 319 ...

Страница 324: ...xample Decrement tint of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x08 Checksum x09 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff 320 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 325: ...xample Increment tint of a projector with address x01 by one Transmit Start xfe Projector Address x01 Command 0 x07 Checksum x08 Stop xff Receive Acknowledge Start xfe Projector Address x01 Command 0 x00 Command 1 x06 Checksum x07 Stop xff R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 321 ...

Страница 326: ...6 Video Mute Read Description Read the video mute setting Command Command 0 x21 Command 1 x85 Return Data Data 0 Video Mute Setting x00 Video Mute Off x01 Video Mute On 322 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 327: ...e 66 CLO Software Version 67 Read 67 CLO Target Light Value 69 70 Read 69 Write 70 CLO Tracking Estimation 71 Write 71 CLO Tracking Interval 72 73 Read 72 Write 73 Color Balance 74 76 78 Decrement 77 Increment 78 Read 74 Write 76 Color Saturation 79 82 Decrement 81 Increment 82 Read 79 Write 80 Color Temperature 83 85 Read 83 Write 85 Communication Settings 9 Configuration 240 241 Read 240 Write 2...

Страница 328: ...frared Ports 175 176 Read 175 Write 176 Input Balance 177 178 Copy 177 Save 178 Input Black Balance Blue 179 182 Decrement 181 Increment 182 Read 179 Write 180 Input Black Balance Red 183 186 Decrement 185 Increment 186 Read 183 Write 184 Input Slot 310 Read 310 Input Slot Number Mode 312 314 Read 312 Write 314 Input White Balance Blue 187 190 Decrement 189 Increment 190 Read 187 Write 188 Input W...

Страница 329: ... 12 Basics 5 Hardware 10 Protocol 6 Syntax 12 Serial File 276 Load 276 Serial File Load 277 Write 277 Sharpness 278 279 Decrement 278 Increment 279 Shift Horizontal 280 283 Decrement 282 Increment 283 Read 280 Write 281 Shift Vertical 284 285 287 Increment 287 Read 284 Write 285 Shift Vertical Decrement 286 Shutter 288 290 Close 288 Read 290 Shutter Open 289 Size Horizontal 291 294 Decrement 293 I...

Страница 330: ...Index 326 R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Страница 331: ...rdlaan 5 B 8520 Kuurne Phone 32 56 36 82 11 Fax 32 56 36 84 86 E mail info barco com Web www barco com From Date Please correct the following points in this documentation R5976538 01 page wrong correct R5976538 BARCOREALITY SIM6 ULTRA SERIES 08 06 2005 ...

Отзывы: