Barco RLM series User Manual

Manual is about: RS232 commands

Summary of RLM series

  • Page 1

    Rlm series user guide rs232 commands r5976884/02 04/04/2006.

  • Page 2

    Barco nv events noordlaan 5, b-8520 kuurne phone: +32 56.36.89.70 fax: +32 56.36.88.24 e-mail: sales.Events@barco.Com visit us at the web: www.Barco.Com printed in belgium.

  • Page 3: Table Of Contents

    Table of contents table of contents 1. Serial communications basics. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.1 communication protocol . . . . . . . . . . . . . . . . . . . ...

  • Page 4

    Table of contents 2.16 shutter, read . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . 52 2.17 freeze, write . ...

  • Page 5

    Table of contents 3.2.21 pip free window size, read . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .105 3.2.22 pip window free size, read min/max . . . . ....

  • Page 6

    Table of contents 3.31.12 vco,write . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . .150 3.31.13 vco, read . . . . . . ...

  • Page 7

    1. Serial communications basics 1. Serial communications basics overview • communication protocol • data words • communication settings • hardware • syntax • serial comms commands 1.1 communication protocol communication protocol summary like every communication method the serial communication uses ...

  • Page 8

    1. Serial communications basics some commands do not require a data field(s) checksum byte the “checksum byte” is used to detect errors during transmission or reception checksum byte = (projectoraddress + command bytes + data bytes) modulo \x100 stop byte the “stop byte” informs the projector (in ca...

  • Page 9

    1. Serial communications basics returned data = data[0]....Data[3] value = data[0]*256 3 + data[1]*256 2 + data[2]*256 + data[3]. 1.3 communication settings baud rate defines the speed of the data transfer. The baud rate can be set using the menu structure. Consult the owner’s manual of the projecto...

  • Page 10

    1. Serial communications basics 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 compatible → projector 1 hsko 2 hski 3 txd- 4 gnd 5 rxd- 6 txd+ 7 n.C. 8 rxd+ 4 dtr 8 cts 3 txd 5 gnd 2 rxd din mi...

  • Page 11

    1. Serial communications basics 1.5 syntax characters in this manual, all characters are expressed using the c- language syntax: decimal values ddd 2 hexadecimal values \x hh 3 the characters that can be used are for text fields: "abcdefghijklmnopqrstuvwxyz0123456789+-/&@#_:;abcdefghijklmnopqrstuvwx...

  • Page 12

    1. Serial communications basics ’o’ \x6f ’r’ \x72 ’l’ \x6c ’d’ \x64 null \x00 standard file predefined file stored in read-only memory custom file file created by the user and stored in non-volatile read write memory filename a filename is specified as a c-language string. This string has to follow ...

  • Page 13

    1. Serial communications basics this manual is divided in two parts, the first part contains the basic (elementary) commands while the second part gives an overview of the available advanced commands. Some commands are illustrated with an example. R5976884 rlm series 04/04/2006 11.

  • Page 14

    1. Serial communications basics 12 r5976884 rlm series 04/04/2006.

  • Page 15: 2. Basic Commands

    2. Basic commands 2. Basic commands overview • end of process (eop) • identification commands • rcu commands • projector on/off, write • projector’s status, read • lens commands • picture setting • menu exit • source selection • scanned inputs, read • scan inputs • file, load • orientation, write • ...

  • Page 16

    2. Basic commands command command [0] \x00 command [1] \x01 sent data data[0] = activation byte : \x00 = off ; \x01 = on returned data when you send a particular command (for example projector on), the eop will be returned when the command has been executed command [0] \x00 command [1] \x01 the eop ...

  • Page 17

    2. Basic commands 2.2.3 projector’s software version, read description reads the projector’s software version, the returned string is a pascal-language string. Command command [0] \x60 returned data data[0] = bylength = 1 byte describing the length of the software version string. Data[1] = strsoftwa...

  • Page 18

    2. Basic commands transmit start \xfe projector address \x01 command[0] \x6 d data[0] \x01 checksum \x6f stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 2.2.7 projector language, read description reads the active language for ...

  • Page 19

    2. Basic commands receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (answer) start \xfe projector address \x01 command[0] \x 71 data[0] \x01 checksum \x73 stop \xff 2.2.8 projector language, write description sets a new language f...

  • Page 20

    2. Basic commands transmit checksum \x72 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 2.2.9 baudrate, write description sets the baudrate command command [0] \x75 data string = c-language string possible string values 9600 ...

  • Page 21

    2. Basic commands 2.4 projector on/off, write description switching on/off the projector command switching the projector on command [0] \x65 switching the projector off command [0] \x66 example switches the projector on transmit start \xfe projector address \x01 command[0] \x65 checksum \x66 stop \x...

  • Page 22

    2. Basic commands bit5 gives an indication on whether the projector can be (re)started or not (hot restrike), if the cool down cycle is active (bit5 = 0) the projector can not be restarted until the cool down cycle has been completed. Example read the status being : \x23: • projector is on • textbox...

  • Page 23

    2. Basic commands data data[0] = bydirection = 1 byte, gives the shift direction: 0 = down ; 1 = up; 2 = left; 3 = right 2.6.2 lens zoom description to zoom the image in or out depending on the data sent. Command command [0] \xf4 command [1] \x82 data data[0] = bydirection = 1 byte, gives the zoom d...

  • Page 24

    2. Basic commands transmit checksum \x24 stop \xff 2.7.2 contrast, decrement description decrements the contrast by one. Command command [0] \x23 command [1] \x01 2.7.3 contrast, write description writes a new contrast value to the projector command command [0] \x20 command [1] \x01 data data [0] = ...

  • Page 25

    2. Basic commands receive (acknowledge) checksum \x07 stop \xff 2.7.4 contrast, read description reads the actual contrast value of the projector command command [0] \x21 command [1] \x01 returned data data [0] = contrast value example reads the actual contrast value of the projector, the awnser bei...

  • Page 26

    2. Basic commands 2.7.5 minimum contrast, read description reads the minimum (range) contrast value of the projector command command [0] \x26 command [1] \x01 returned data data [0] = minimum contrast value example reads the minimum contrast value of the projector, the awnser being \x00 transmit sta...

  • Page 27

    2. Basic commands command command [0] \x27 command [1] \x01 returned data data [0] = maximum contrast value example reads the maximum contrast value of the projector, the awnser being \x64 transmit start \xfe projector address \x01 command[0] \x27 command[1] \x01 checksum \x29 stop \xff receive (ack...

  • Page 28

    2. Basic commands 2.7.8 brightness decrement description decrements the brightness by one. Command command [0] \x23 command [1] \x02 2.7.9 brightness, write description writes a new brightness value to the projector command command [0] \x20 command [1] \x02 data data [0] = contrast value value = uns...

  • Page 29

    2. Basic commands 2.7.10 brightness, read description reads the actual brightness value of the projector command command [0] \x21 command [1] \x02 returned data data [0] = brightness value example reads the actual brightness value of the projector, the awnser being \x20 transmit start \xfe projector...

  • Page 30

    2. Basic commands command command [0] \x26 command [1] \x02 returned data data [0] = minimum brightness value example reads the minimum brightness value of the projector, the awnser being \x00 transmit start \xfe projector address \x01 command[0] \x26 command[1] \x02 checksum \x29 stop \xff receive ...

  • Page 31

    2. Basic commands returned data data [0] = maximum brightness value example reads the maximum brightness value of the projector, the awnser being \x64 transmit start \xfe projector address \x01 command[0] \x27 command[1] \x02 checksum \x30 stop \xff receive (acknowledge) start \xfe projector address...

  • Page 32

    2. Basic commands command command [0] \x23 command [1] \x03 2.7.15 write saturation description writes a new saturation value to the projector command command [0] \x20 command [1] \x03 data data [0] = saturation value value = unsigned byte example writes a new brightness value of \x20 to the project...

  • Page 33

    2. Basic commands command command [0] \x21 command [1] \x03 returned data data [0] =saturation value example reads the actual saturation value of the projector, the awnser being \x20 transmit start \xfe projector address \x01 command[0] \x21 command[1] \x03 checksum \x25 stop \xff receive (acknowled...

  • Page 34

    2. Basic commands returned data data [0] = minimum saturation value example reads the minimum saturation value of the projector, the awnser being \x00 transmit start \xfe projector address \x01 command[0] \x26 command[1] \x03 checksum \x30 stop \xff receive (acknowledge) start \xfe projector address...

  • Page 35

    2. Basic commands transmit start \xfe projector address \x01 command[0] \x27 command[1] \x03 checksum \x31 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (answer) start \xfe projector address \x01 command[0] \x27 comm...

  • Page 36

    2. Basic commands 2.7.21 tint, write description writes a new tint value to the projector command command [0] \x20 command [1] \x04 data data [0] = msb data [1] = lsb type = signed word example writes a new tint value of \x20 to the projector transmit start \xfe projector address \x01 command[0] \x2...

  • Page 37

    2. Basic commands returned data signed word : data [0] = msb data [1] = lsb example reads the actual tint value of the projector, the awnser being : \x00 \x20 transmit start \xfe projector address \x01 command[0] \x21 command[1] \x04 checksum \x26 stop \xff receive (acknowledge) start \xfe projector...

  • Page 38

    2. Basic commands data [0] = msb data [1] = lsb example reads the minimum tint value of the projector, the awnser being \xff\x4c transmit start \xfe projector address \x01 command[0] \x26 command[1] \x04 checksum \x31 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 ...

  • Page 39

    2. Basic commands example reads the maximum tint value of the projector, the awnser being \x00\xb4 transmit start \xfe projector address \x01 command[0] \x27 command[1] \x04 checksum \x32 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 ...

  • Page 40

    2. Basic commands command command [0] \x23 command [1] \x70 2.7.27 gamma, write description writes a new gamma value to the projector command command [0] \x20 command [1] \x70 data data [0] = gamma value data[0] = unsigned byte example writes a new gamma value of \x11 to the projector transmit start...

  • Page 41

    2. Basic commands command command [0] \x21 command [1] \x70 returned data data [0] = gamma value example reads the actual gamma value of the projector, the awnser being \x11 transmit start \xfe projector address \x01 command[0] \x21 command[1] \x70 checksum \x92 stop \xff receive (acknowledge) start...

  • Page 42

    2. Basic commands returned data data [0] = minimum gamma value example reads the minimum gamma value of the projector, the awnser being \x10 transmit start \xfe projector address \x01 command[0] \x26 command[1] \x70 checksum \x97 stop \xff receive (acknowledge) start \xfe projector address \x01 comm...

  • Page 43

    2. Basic commands transmit start \xfe projector address \x01 command[0] \x27 command[1] \x70 checksum \x98 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (answer) start \xfe projector address \x01 command[0] \x27 comm...

  • Page 44

    2. Basic commands 2.7.33 phase, write description writes a new phase value to the projector command command [0] \x20 command [1] \x06 data data [0] = phase value value = unsigned byte example writes a new phase value of \x1a to the projector transmit start \xfe projector address \x01 command[0] \x20...

  • Page 45

    2. Basic commands example reads the actual phase value of the projector, the awnser being \x1a transmit start \xfe projector address \x01 command[0] \x21 command[1] \x06 checksum \x28 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop...

  • Page 46

    2. Basic commands transmit start \xfe projector address \x01 command[0] \x26 command[1] \x06 checksum \x33 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (answer) start \xfe projector address \x01 command[0] \x26 comm...

  • Page 47

    2. Basic commands transmit command[1] \x06 checksum \x34 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (answer) start \xfe projector address \x01 command[0] \x27 command[1] \x06 data [0] \x1f checksum \x4d stop \xff ...

  • Page 48

    2. Basic commands receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 2.9 source selection description selects an input source. Command command [0] \x38 data data[0] = bysource, byte describing the source to be linked to the window. Byte va...

  • Page 49

    2. Basic commands for composite video: the data byte describes the location of the composite video source signal to be selected. Byte value mode 0 video bnc 1 vertical sync bnc 2 red bnc 3 green bnc 4 blue bnc 5 svideo y 6 svideo c 7 video 2 5 for svideo: the data byte describes the location of the ...

  • Page 50

    2. Basic commands data word scanned input possible sources, wvalue = wvalue7 s-video (lum) 0 = none ; 1 = s-vid(lum) ; 2 = video y wvalue8 s-video (chr) 0 = none ; 1 = s-vid(chr) ; 2 = videoc wvalue9 dvi 0 = none ; 1 = dvi wvalue10 pc 0 = none ; 1 = rgbhv ; 2 = rg s b for more info about the input c...

  • Page 51

    2. Basic commands transmit data [4] \x2e (=’.’) data [5] \x63 (=’c’) data [6] \x30 (=’0’) data [7] \x35 (=’5’) data [8] \x00 checksum \xf6 stop \xff receive (acknowledge) start \xfe projector address \x01 command [0] \x00 command [1] \x06 checksum \x07 stop \xff 2.13 orientation, write description w...

  • Page 52

    2. Basic commands transmit checksum \x85 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 2.14 orientation, read description reads the orientation of the projector command command [0] \x21 command [1] \x24 returned data data [0...

  • Page 53

    2. Basic commands receive (acknowledge) checksum \x07 stop \xff receive (awnser) start \xfe projector address \x01 command[0] \x21 command[1] \x24 data[0] \x40 checksum \x86 stop \xff 2.15 shutter, write description activates the shutter command command [0] \x20 command [1] \x42 data data [0] = unsi...

  • Page 54

    2. Basic commands receive (acknowledge) command[0] \x00 command[1] \x06 checksum \x07 stop \xff 2.16 shutter, read description reads the shutter’s position command command [0] \x21 command [1] \x42 returned data data [0] = unsigned byte byte value: \x00 = close ; \x01 = open example read the shutter...

  • Page 55

    2. Basic commands receive (awnser) command[0] \x21 command[1] \x42 data[0] \x01 checksum \x65 stop \xff 2.17 freeze, write description freezes the projected image command command [0] \x20 command [1] \x23 data data [0] = unsigned byte byte value: \x00 = off; \x01 = on example activate the freeze fun...

  • Page 56

    2. Basic commands 2.18 freeze, read description reads whether the projected image is frozen or not. Command command [0] \x21 command [1] \x23 returned data data [0] = unsigned byte byte value: \x00 = off ; \x01 = on example reads the freeze function, being \x00 = off transmit start \xfe projector ad...

  • Page 57

    2. Basic commands 2.19 logo on/off description enables or disables the logo. Command command [0] \xf1 command [1] \x81 data data [0] = unsigned byte byte value: 0 = logo off; 1 = logo on example enables the logo transmit start \xfe projector address \x01 command[0] \xf1 command[1] \x81 data[0] \x01 ...

  • Page 58

    2. Basic commands data data [0] = unsigned byte byte value: \x00 = logo ; \x01 = blue ; \x02 = black example sets the background to “logo” transmit start \xfe projector address \x01 command[0] \x20 command[1] \x7b checksum \x9c stop \xff receive (acknowledge) start \xfe projector address \x01 comman...

  • Page 59

    2. Basic commands transmit start \xfe projector address \x01 command[0] \x21 command[1] \x7b checksum \x9d stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (awnser) start \xfe projector address \x01 command[0] \x21 comm...

  • Page 60

    2. Basic commands transmit start \xfe projector address \x01 command[0] \x20 command[1] \x0b data[0] \x01 checksum \x2d stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 2.23 aspect ratio, read description reads the actual aspec...

  • Page 61

    2. Basic commands receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (awnser) start \xfe projector address \x01 command[0] \x21 command[1] \x0b data [0] \x01 checksum \x2e stop \xff 2.24 show native resolution (on/off), write descr...

  • Page 62

    2. Basic commands 2.26 full screen representation(on/off), write description enable/disables the full screen representation command command [0] \x20 command [1] \xae sent data data[0] : one byte : 0 = off ; 1 = on 2.27 full screen representation (on/off), read description reads whether the full scre...

  • Page 63

    2. Basic commands transmit data[1] \x00 checksum \x71 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 2.29 keystone, read description reads the actual keystone value command command [0] \x21 command [1] \x50 returned data sign...

  • Page 64

    2. Basic commands receive (acknowledge) checksum \x07 stop \xff receive (awnser) start \xfe projector address \x01 command[0] \x21 command[1] \x50 data[0] \x00 data[1] \x00 checksum \x72 stop \xff 2.30 lamp commands overview • lamp mode, write • lamp mode, read • lamp status, read • lamp warning, re...

  • Page 65

    2. Basic commands transmit command[0] \x20 command[1] \x0c data[0] \x00 checksum \x2d stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 2.30.2 lamp mode, read description reads the actual lamp mode of the projector command comma...

  • Page 66

    2. Basic commands receive (acknowledge) command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (answer) start \xfe projector address \x01 command[0] \x21 command[1] \x0c data [0] \x00 checksum \x2e stop \xff 2.30.3 lamp status, read description reads the actual lamp status of the projector ...

  • Page 67

    2. Basic commands receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (answer) start \xfe projector address \x01 command[0] \x21 command[1] \x0d data [0] \x00 data [1] \x01 checksum \x30 stop \xff 2.30.4 lamp warning, read descripti...

  • Page 68

    2. Basic commands receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (answer) start \xfe projector address \x01 command[0] \x21 command[1] \x0d data [0] \x00 data [1] \x1e checksum \x4d stop \xff 2.30.5 lamp runtime, read descripti...

  • Page 69

    2. Basic commands command command [0] \x63 data data[0] = unsigned byte data value: 1= lamp1 ; 2=lamp2 returned data string = pascal-language string. 2.31 image files 2.31.1 file, write description this command writes an image file to the projector, this can be used to write to the projector a previ...

  • Page 70

    2. Basic commands the filedata should be the same as the data read using the “file, read” command. 2.31.2 file, read description this command reads an image file from the projector (for backup purposes, ...). The string used to represent the filename is of the c-string type. Command command [0] \xbf...

  • Page 71

    2. Basic commands 2.32 color temperature overview • color temperature (red/blue), increment • color temperature (red/blue), decrement • color temperature red/bleu, write • color temperature red/bleu, read • color temperature, read 2.32.1 color temperature (red/blue), increment description increments...

  • Page 72

    2. Basic commands example decrement the red color temperature of a projector with address \x01 by one. Transmit start \xfe projector address \x01 command[0] \x23 command[1] \x43 checksum \x67 stop \xff 2.32.3 color temperature red/bleu, write description writes a custom value for the different color...

  • Page 73

    2. Basic commands color temperature data[0] projector white \x00 broadcast \x20 film \x36 video \x41 computer \x5d if data[0] is ommited current used colortemp is returned returned data unsigned 2 byte word (msb-lsb).See chapter "1. Serial communications basics", "data words", page 6 data [0] = unsi...

  • Page 74

    2. Basic commands receive (acknowledge) command[1] \x06 checksum \x07 stop \xff receive (answer) start \xfe projector address \x01 command[0] \x21 command[1] \x45 data [0] \x00 checksum \x67 stop \xff 2.33 standby timer, write description adjusts the standby timer in a range from 180 to 3600. Comman...

  • Page 75

    2. Basic commands receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 2.34 standby timer, read description reads the actual standby timer value command command [0] \x21 command [1] \x98 returned data unsigned word representing the standby t...

  • Page 76

    2. Basic commands receive (awnser) start \xfe projector address \x01 command[0] \x21 command[1] \x98 data[0] \x00 data[1] \x00 checksum \xba stop \xff 2.35 switching mode, write description writes the switching mode to the projector command command [0] \x20 command [1] \x9a data data [0] = unsigned ...

  • Page 77

    2. Basic commands transmit command[0] \x20 command[1] \x9a data[0] \x01 checksum \xbc stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 2.36 switching mode, read description reads the switching mode of the projector command comm...

  • Page 78

    2. Basic commands example read the switching mode being \x01 = seamless. Transmit start \xfe projector address \x01 command[0] \x21 command[1] \x9a checksum \xbc stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (awnser)...

  • Page 79

    2. Basic commands 2.38 filmmode detection, write description enables/disables the filmmode detection. Command command [0] \x20 command [1] \xa1 data data [0] = byte type byte value: 0 = off; 1 = on example enables the filmmode detection transmit start \xfe projector address \x01 command[0] \x20 comm...

  • Page 80

    2. Basic commands returned data data [0] = unsigned byte byte value: \x00 = off ; \x01 = on example reads the automatic startup, being \x00 = off transmit start \xfe projector address \x01 command[0] \x21 command[1] \xa1 checksum \xc3 stop \xff receive (acknowledge) start \xfe projector address \x01...

  • Page 81

    2. Basic commands command command [0] \xf5 data (optional) data[0] = bywindow data[1], data[2] = wvalue = word describing the settings of the autoimage function the 4 bits of the first byte (lsb) are used. Bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 - - - - start pixel-line phase contr/bright totalpixel...

  • Page 82

    2. Basic commands 2.41.1 blanking reset description allows the reset of the blanking values. Command command [0] \x17 data bytypeblanking : 1 byte describing the type of blanking. Data [0] = 0 : blanking done and saved in the image file data [0] = 1: blanking done on the display the maximum number o...

  • Page 83

    2. Basic commands data[1] = 0 : disable data[1] = 1 : enable 2.41.4 blanking, write description blanks the display. Four blanking methods are possible: • top • bottom • left • right the blanking may also be chosen to be performed on the display or on the image file (saved in the image file). Command...

  • Page 84

    2. Basic commands image 2-1 2.41.5 blanking, read description reads the values of the blanking. Command reads top blanking: command [0] \x21 command [1] \x4c reads bottom blanking: command [0] \x21 command [1] \x4d reads left blanking: command [0] \x21 command [1] \x4e reads right blanking: command ...

  • Page 85

    2. Basic commands returned data bytypeblanking : one byte describing the type of blanking data [0] = 0 : blanking on image file (saved in image file) data [0] = 1 : blanking on display wvalue : unsigned word (2 bytes) representing the number of pixels blanked. Data [1] = msb data [2] = lsb the maxim...

  • Page 86

    2. Basic commands increments right blanking: command [0] \x22 command [1] \x4f data bytypeblanking : one byte describing the type of blanking data [0] = 0 : blanking on image file (saved in image file) data [0] = 1 : blanking on display wstep = unsigned word representing the amount of increments the...

  • Page 87

    2. Basic commands command [0] \x26 command [1] \x4c reads minimal bottom blanking: command [0] \x26 command [1] \x4d reads minimal left blanking: command [0] \x26 command [1] \x4e reads minimal right blanking: command [0] \x26 command [1] \x4f sent data bytypeblanking : one byte describing the type ...

  • Page 88

    2. Basic commands command [0] \x27 command [1] \x4f sent data bytypeblanking : one byte describing the type of blanking data [0] = 0 : blanking on image file (saved in image file) data [0] = 1 : blanking on display returned data bytypeblanking : one byte describing the type of blanking data [0] = 0 ...

  • Page 89: 3. Advanced Commands

    3. Advanced commands 3. Advanced commands overview • lamp commands • picture in picture • viewport active, write • viewport active, read • viewport active, increment/decrement • viewport active min/max, read • viewport area, write • viewport area, read • viewport area min/max, read • desktop area, w...

  • Page 90

    3. Advanced commands data data[0]: unsigned byte data byte value: 1= lamp1 ; 2= lamp2 pascal type string of length 7 representing the serial number. 3.1.2 lamp history, read description reads the actual lamp history of the projector command command [0] \x21 command [1] \x0f returned data array conta...

  • Page 91

    3. Advanced commands 3.2 picture in picture overview • pip loop focus • pip focus, read • pip focus, write • pip layout , read • pip layout, write • pip layout list, read • pip current layout, read • pip select layout, write • pip save layout • pip save layout as • pip rename layout • pip remove lay...

  • Page 92

    3. Advanced commands transmit checksum \x14 stop \xff 3.2.2 pip focus, read description returns the pip window which has the focus. Command command [0] \x12 command [1] \x02 returned data data [0] = window type byte window type byte value: 0 = data a ; 1 = video a ; 2 = data b ; 3 = video b example ...

  • Page 93

    3. Advanced commands receive (awnser) checksum \x16 stop \xff 3.2.3 pip focus, write description gives the focus to a particular pip window . Command command [0] \x12 command [1] \x03 data data [0] = window type byte window type byte value: 0 = data a ; 1 = video a ; 2 = data b ; 3 = video b example...

  • Page 94

    3. Advanced commands sent data strpipname = string representing the name of the layout the strpipname string is of the c-language type. See chapter "1. Serial communications basics", "syntax", page 9 returned data pipdata = binary data describing the pip layout. The data used to write a layout using...

  • Page 95

    3. Advanced commands returned data strpipname1 ... Strpipnamen the strpipname and strmask strings are of the c-language type. See chapter "1. Serial communications ba- sics", "syntax", page 9 example reads the actual pip layout list using the wildcard (*), i.E. Returns all the layouts. Result = full...

  • Page 96

    3. Advanced commands receive (awnser) data [6] \x63 data [7] \x72 data [8] \x65 data [9] \x65 data [10] \x6e data [11] \x00 data [0] \x32 data [1] \x62 data [2] \x76 data [3] \x32 data [4] \x20 data [5] \x72 data [6] \x61 data [7] \x73 data [8] \x74 data [9] \x65 data [10] \x72 data [11] \x00 checks...

  • Page 97

    3. Advanced commands transmit command[0] \x12 command[1] \x05 checksum \x18 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (awnser) start \xfe projector address \x01 command[0] \x12 command[1] \x05 data [0] \x46 data ...

  • Page 98

    3. Advanced commands command command [0] \x12 command [1] \x06 data strpipname = string the string is of the c-language type see chapter "1. Serial communications basics", "syntax", page 9 example sets the pip layout = full screen. Transmit start \xfe projector address \x01 command[0] \x12 command[1...

  • Page 99

    3. Advanced commands 3.2.9 pip save layout description saves the active pip layout. Command command [0] \x12 command [1] \x07 3.2.10 pip save layout as description saves a pip layout . Command command [0] \x12 command [1] \x08 data strpipname = string of maximum 12 characters (including the \x00 byt...

  • Page 100

    3. Advanced commands receive (acknowledge) checksum \x07 stop \xff 3.2.11 pip rename layout description renames a pip layout . Command command [0] \x12 command [1] \x09 data stroldpipname = string (old name of the layout) strnewpipname = string of max 12 characters (new layout name) the string is of...

  • Page 101

    3. Advanced commands receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 3.2.12 pip remove layout description removes a pip layout. Command command [0] \x12 command [1] \x0a data strpipname1 ... Strpipnamen the strpipnamen string is of the ...

  • Page 102

    3. Advanced commands receive (acknowledge) command[0] \x00 command[1] \x06 checksum \x07 stop \xff 3.2.13 pip remove window description removes a particular pip window . Command command [0] \x12 command [1] \x0b data data [0] = window type byte window type byte value: 0 = data a ; 1 = video a ; 2 = ...

  • Page 103

    3. Advanced commands command command [0] \x12 command [1] \x0d returned data strsourcename1 ... Strfilenamen 3.2.15 pip add window description adds a pip window . To add a window following have to be specified: • source to be visualized in the window • mode of the source input • position and size of...

  • Page 104

    3. Advanced commands for composite video: byte value mode 0 video bnc 1 vertical sync bnc 2 red bnc 3 green bnc 4 blue bnc 5 svideo y 6 svideo c for svideo: byte value mode 100 svideo 1 101 svideo on r & b 102 svideo on vs and video bnc data[2], data[3] = xsize word data[4], data[5] = ysize word dat...

  • Page 105

    3. Advanced commands image 3-1 pip layout (3 windows, 2 video/1data), data window is resized command command [0] \x20 command [1] \x91 data data[0]...Data[3] = double word xsize : describes the “width” of the window (x axis). Data[4]...Data[7] = double word ysize : describes the “height” of the wind...

  • Page 106

    3. Advanced commands xsize and ysize determine the size of the window, since the aspect ratio is fixed, one of the values may be sufficient to determine the size of the window. If the 2 values do not match the aspect ratio, then xsize is taken as reference and ysize is calculated to match the aspect...

  • Page 107

    3. Advanced commands 3.2.20 pip free window size, write description allows the free resizing of the active window (works in pip and in full screen mode) i.E the aspect ratio may be changed. Image 3-2 pip layout (3 windows, 2 video/1data), data window is resized command command [0] \x20 command [1] \...

  • Page 108

    3. Advanced commands command command [0] \x21 command [1] \x92 returned data data[0]...Data[3] = signed double word xposition : describes the start position of the window (x axis). Data[4]...Data[7] = signed double word yposition : describes the start position of the window (y axis). Data[8]...Data[...

  • Page 109

    3. Advanced commands image 3-3 pip : data window is repositionned command command [0] \x20 command [1] \x94 data data [0]...Data[3] = signed double word 3.2.24 window horizontal position, read description this command returns the horizontal position of the active window. Command command [0] \x21 com...

  • Page 110

    3. Advanced commands image 3-4 command command [0] \x20 command [1] \x95 data data [0]...Data[3] = signed double word 3.2.26 window vertical position, read description this command returns the vertical position of the active window. Command command [0] \x21 command [1] \x95 returned data data [0]......

  • Page 111

    3. Advanced commands image 3-5 pip : data window is repositionned command increment command [0] \x22 command [1] \x94 decrement command [0] \x23 command [1] \x94 data data [0] = byrepeat : optional 3.2.28 pip window horizontal position, read min/max description reads the minimum/maximum value for th...

  • Page 112

    3. Advanced commands note that the panel size (projector version) can be read using the panel size command 3.2.29 pip window vertical position, read min/max description reads the minimum/maximum value for the window vertical position adjustments in pip. Commands read minimum: command [0] \x26 comman...

  • Page 113

    3. Advanced commands transmit command[0] \x12 command[1] \x0e command[2] \x02 data[0] \x00 checksum \x23 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 3.2.31 priority, read description reads the priority (order) of a particu...

  • Page 114

    3. Advanced commands command command [0] \x12 command [1] \x11 returned data returned data is 4 times following data : data [0] = window type byte ; 0 = data a ; 1 = video a ; 2 = data b ; 3 = video b data [ 1] = window visible byte ; 0 = no ; 1 = yes data [2] = file found byte ; 0 = no ; 1 = yes da...

  • Page 115

    3. Advanced commands word value source 101 rgb video 102 rg s b video 200 dvi 0xff none 3.2.33 pip last added window type, read description returns the last added window type command command [0] \x12 command [1] \x12 returned data data [0] = window type byte ; 0 = data a ; 1 = video a ; 2 = data b ;...

  • Page 116

    3. Advanced commands 3.4 viewport active, read description returns the status of the viewport function which allow to select an area of the image (window in pip or full screen mode) to be visible. Command command [0] \x21 command [1] \xb4 returned data data[0] = one byte : 0 = not active ; 1 = activ...

  • Page 117

    3. Advanced commands 3.7 viewport area, write description sets the area for the viewport which allows to select an area of the image (window in pip or full screen mode ). Image 3-7 command command [0] \x20 command [1] \xb5 data data[0] = byflag : mask byte bit 0 = position : bit 0 = 0, position rema...

  • Page 118

    3. Advanced commands image 3-8 command command [0] \x21 command [1] \xb5 data data[0 ...1] = wx : word (2 bytes) representing the x start position from the left of the viewport relative to the desktop (image). The value is a percentage of the desktop’s width x 10000 data[2 ...3] = wy : word (2 bytes...

  • Page 119

    3. Advanced commands data[6 ...7] = wcy : word (2 bytes) representing the height of the viewport relative to the desktop (image). The value is a percentage of the desktop’s height x 10000 3.10 desktop area, write description sets the area of the desktop. For the display of a high resolution source o...

  • Page 120

    3. Advanced commands image 3-10 desktop setting command command [0] \xef command [1] \x01 data data[1]...Data[4] = double word top : describes the top of the desktop (example : 1). Data[5]...Data[8] = double word left : describes the left of the desktop (example : 1). Data[9]...Data[12] = double wor...

  • Page 121

    3. Advanced commands commands read minimum: command [0] \x26 command [1] \x81 read maximum: command[0] \x27 command[1] \x81 returned data data [0]...Data[3] = double word (4 bytes) = min/max value data[4] = byte describing the decimal part (2 digits) min size = 5% max size = 135.733 % 3.12.2 minimum...

  • Page 122

    3. Advanced commands returned data data [0]...Data [3] = double word (4 bytes) = min/max value data [4] = byte describing the decimal part (2 digits) 3.12.4 window size, write description this command sets the size of the zoom window. This is done by sending a percentage, 100% corresponds to the def...

  • Page 123

    3. Advanced commands command command [0] \x20 command [1] \x83 data data [0]...Data [3] = double word(= 4 bytes; see chapter "1. Serial communications basics", "data words", page 6) corresponding to the desired percentage (100% = bottom). Data [4] = unsigned byte representing 2 decimal digits (0–100...

  • Page 124

    3. Advanced commands 50% corresponds to a zoom window in the middle of the window. Command command [0] \x21 command [1] \x83 data data [0]...Data [3] = double word(= 4 bytes; see chapter "1. Serial communications basics", "data words", page 6) corresponding to the actual y position (100% = right bor...

  • Page 125

    3. Advanced commands 3.12.13 window size, decrement description this command decrements the size of the zoom window. This is done by decrementing the size percentage, the rate of decrement can also be specified command command [0] \x23 command [1] \x81 data data [0] = byrepeat =1 byte to define the ...

  • Page 126

    3. Advanced commands byte value: 0 = off; 1 = on example enables the automatic startup transmit start \xfe projector address \x01 command[0] \x20 command[1] \x96 data[0] \x01 checksum \xb8 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07...

  • Page 127

    3. Advanced commands transmit start \xfe projector address \x01 command[0] \x21 command[1] \x96 checksum \xb8 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (awnser) start \xfe projector address \x01 command[0] \x21 c...

  • Page 128

    3. Advanced commands transmit start \xfe projector address \x01 command[0] \x20 command[1] \x99 data[0] \x01 checksum \xbb stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 3.16 startup screen, read description reads whether the...

  • Page 129

    3. Advanced commands receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (awnser) start \xfe projector address \x01 command[0] \x21 command[1] \x99 data[0] \x00 checksum \xbb stop \xff 3.17 input balance overview • input black balan...

  • Page 130

    3. Advanced commands command [0] \x22 command [1] \x86 3.17.2 input black balance, decrement description decrements the black input balance for the different color channels commands black input balance red command [0] \x23 command [1] \x84 black input balance green command [0] \x23 command [1] \x85 ...

  • Page 131

    3. Advanced commands commands black input balance red command [0] \x21 command [1] \x84 black input balance green command [0] \x21 command [1] \x85 black input balance blue command [0] \x21 command [1] \x86 read data data [0] = lsb data [1] = msb example reads the black input balance for red, being ...

  • Page 132

    3. Advanced commands receive (awnser) checksum \xb6 stop \xff 3.17.5 input white balance, increment description increments the white input balance for the different color channels commands white input balance red command [0] \x22 command [1] \x87 white input balance green command [0] \x22 command [1...

  • Page 133

    3. Advanced commands command [0] \x20 command [1] \x87 black input balance green command [0] \x20 command [1] \x88 black input balance blue command [0] \x20 command [1] \x89 data data [0] = lsb data [1] = msb 3.17.8 input white balance, read description reads the white input balance for the differen...

  • Page 134

    3. Advanced commands receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (awnser) start \xfe projector address \x01 command[0] \x21 command[1] \x86 data [0] \x10 data [1] \x00 checksum \xb8 stop \xff 3.18 autoimage setup, write desc...

  • Page 135

    3. Advanced commands transmit start \xfe projector address \x01 command[0] \x20 command[1] \x90 data[0] \x00 data[1] \x01 checksum \xb2 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 3.19 autoimage setup, read description rea...

  • Page 136

    3. Advanced commands transmit start \xfe projector address \x01 command[0] \x21 command[1] \x90 checksum \xb2 stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (awnser) start \xfe projector address \x01 command[0] \x21 c...

  • Page 137

    3. Advanced commands example enables the agc transmit start \xfe projector address \x01 command[0] \x20 command[1] \x9b data[0] \x01 checksum \xbd stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 3.21 automatic gain control, re...

  • Page 138

    3. Advanced commands transmit checksum \xbd stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (awnser) start \xfe projector address \x01 command[0] \x21 command[1] \x9b data[0] \x00 checksum \xbd stop \xff 3.22 manual ga...

  • Page 139

    3. Advanced commands transmit data[1] \x00 checksum \xcd stop \xff receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 3.23 manual gain control value, read description reads the actual gain control value command command [0] \x21 command [1]...

  • Page 140

    3. Advanced commands receive (acknowledge) checksum \x07 stop \xff receive (awnser) start \xfe projector address \x01 command[0] \x21 command[1] \xa2 data[0] \x0a data[1] \x00 checksum \xce stop \xff 3.24 gain control, increment/decrement description increments/decrements the gain control value by o...

  • Page 141

    3. Advanced commands returned data data [0] = min/max value 3.26 automatic gain control interval, write description sets the agc to short or long. Command command [0] \x20 command [1] \x9c data data [0] = byte type byte value: 0 = short ; 1 = long example sets the agc interval to “short” transmit st...

  • Page 142

    3. Advanced commands command command [0] \x21 command [1] \x9c returned data data [0] = unsigned byte byte value: \x00 = short ; \x01 = long example reads the automatic startup, being \x00 = short transmit start \xfe projector address \x01 command[0] \x21 command[1] \x9c checksum \xbe stop \xff rece...

  • Page 143

    3. Advanced commands commands increment: command [0] \x22 command [1] \xa4 decrement: command[0] \x23 command[1] \xa4 3.29 data input format, write description sets the data input format. Command command [0] \x20 command [1] \xa4 data data [0] = byte type data format byte value rgb 0 crycb 1 hdtv(cr...

  • Page 144

    3. Advanced commands 3.31 image files overview • delete file(s) • copy file • rename file • move file • image files settings, write • image files settings, read • image files settings,increment • image files settings, decrement • read minimum/maximum image files settings • vco, increment • vco, decr...

  • Page 145

    3. Advanced commands 3.31.2 copy file description this command copies an image file (source file) to another file (destination file). The destination file must always be a custom file."syntax", page 9 command command [0] \xc2 send data strfilenamefrom strfilenameto strfilenamefrom and strfilenameto ...

  • Page 146

    3. Advanced commands send data strfilenamefrom strfilenameto strfilenamefrom and strfilenameto are strings of the c-string type."syntax", page 9 3.31.5 image files settings, write description these commands set the image files characterisitics commands write total lines: command [0] \x20 command [1]...

  • Page 147

    3. Advanced commands data commands data type total lines unsigned word (2 bytes) active lines unsigned word (2 bytes) line start unsigned word (2 bytes) period unsigned word (2 bytes) total pixels unsigned word (2 bytes) active pixels unsigned word (2 bytes) pixel start unsigned word (2 bytes) clamp...

  • Page 148

    3. Advanced commands read clamp width command [0] \x21 command [1] \x68 returned data commands data type total lines unsigned word (2 bytes) active lines unsigned word (2 bytes) line start unsigned word (2 bytes) period unsigned word (2 bytes) total pixels unsigned word (2 bytes) active pixels unsig...

  • Page 149

    3. Advanced commands increment pixel start command [0] \x22 command [1] \x5e increment clamp width command [0] \x22 command [1] \x68 3.31.8 image files settings, decrement description these commands set the image files characterisitics commands decrement total lines: command [0] \x23 command [1] \x5...

  • Page 150

    3. Advanced commands 3.31.9 read minimum/maximum image files settings description these commands read the min/max values of the image files settings commands minimum total lines: command [0] \x26 command [1] \x58 maximum total lines command [0] \x27 command [1] \x58 minimum active lines command [0] ...

  • Page 151

    3. Advanced commands command [0] \x26 command [1] \x5d maximum active pixels command [0] \x27 command [1] \x5d minimum pixel start command [0] \x26 command [1] \x5e maximum pixel start command [0] \x27 command [1] \x5e minimum clamp width command [0] \x26 command [1] \x68 maximum clamp width command...

  • Page 152

    3. Advanced commands command command [0] \x23 command [1] \xa8 3.31.12 vco,write description writes a new vco value to the projector command command [0] \x20 command [1] \xa8 data data [0] = vco value data[0] = unsigned byte the range can be found with the “read max/min” commands: range min: "minimu...

  • Page 153

    3. Advanced commands receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff receive (answer) start \xfe projector address \x01 command[0] \x21 command[1] \xa7 data [0] \x00 checksum \xc9 stop \xff 3.31.14 minimum vco, read description reads th...

  • Page 154

    3. Advanced commands command [0] \x22 command [1] \x9d decrement: command[0] \x23 command[1] \x9d 3.31.17 charge pump current, write description sets the charge pump current for the vco command command [0] \x20 command [1] \x9d data data [0] = byte type 3.31.18 charge pump current , read description...

  • Page 155

    3. Advanced commands 3.31.20 clamp position, increment/decrement description increments/decrements the clamp position by one commands increment: command [0] \x22 command [1] \x9e decrement: command[0] \x23 command[1] \x9e 3.31.21 clamp position, write description sets the clamp position. Command com...

  • Page 156

    3. Advanced commands command[0] \x27 command[1] \x9e returned data data [0] = min/max value 3.31.24 comb filter, increment/decrement description increments/decrements the comb filter setting (on/off) by one commands increment: command [0] \x22 command [1] \xa0 decrement: command[0] \x23 command[1] \...

  • Page 157

    3. Advanced commands receive (acknowledge) start \xfe projector address \x01 command[0] \x00 command[1] \x06 checksum \x07 stop \xff 3.31.26 comb filter, read description reads whether the comb filter is enabled or not command command [0] \x21 command [1] \xa0 returned data data [0] = unsigned byte ...

  • Page 158

    3. Advanced commands receive (awnser) start \xfe projector address \x01 command[0] \x21 command[1] \xa0 data[0] \x00 checksum \xc2 stop \xff 3.31.27 minimum/maximum comb filter, read description reads the minimum/max comb filter commands read minimum: command [0] \x26 command [1] \xa0 read maximum: ...

  • Page 159

    3. Advanced commands command [0] \x26 command [1] \xa9 read maximum: command[0] \x27 command[1] \xa9 returned data data [0] = min/max value 3.31.30 horizontal sync polarity, read description reads the horizontal sync polarity setting command command [0] \x21 command [1] \xa9 returned data data [0] =...

  • Page 160

    3. Advanced commands 3.31.33 minimum/maximum horizontal sync locking, read description reads the minimum/max sync locking commands read minimum: command [0] \x26 command [1] \xab read maximum: command[0] \x27 command[1] \xab returned data data [0] = byte : 0 = slow ; 1 = fast 3.31.34 sync locking, r...

  • Page 161

    3. Advanced commands sent data data[0] = byslaveaddr1 data[1] = byslaveaddr2 ... Data[n-1] = byslaveaddrn byslaveaddrn = byte representing the address of the module or unit to be diagnosed. If ommited, all all the units are reported. Unit hex address motor driver \x74 lamp driver \x78 video processo...

  • Page 162

    3. Advanced commands for xga resolution panels : wpixels = 1024 ; wlines = 768 lines 3.34 logo status, read description reads the status of the logo. Command command [0] \xf1 command [1] \x01 returned data data [0] =bystatus = 1 byte representing the status of the logo bit7 bit6 bit5 bit4 bit3 bit2 ...

  • Page 163

    3. Advanced commands receive (acknowledge) checksum \x07 stop \xff 3.36 save screenshot (logo) description saves the previously taken screenshot (see the “take screenshot”command, "take screenshot (logo)", page 160)from the sdram to a flash memory. Load logo save logo take screenshot f l a s h m e m...

  • Page 164

    3. Advanced commands load logo save logo take screenshot f l a s h m e m o r y s d r a m abort save logo image 3-12 command command [0] \xf1 command [1] \x88 3.38 load logo description loads the logo (present in the flash memory) in the sdram. 162 r5976884 rlm series 04/04/2006.

  • Page 165

    3. Advanced commands load logo save logo take screenshot f l a s h m e m o r y s d r a m abort save logo image 3-13 command command [0] \xf1 command [1] \x88 r5976884 rlm series 04/04/2006 163.

  • Page 166

    3. Advanced commands 164 r5976884 rlm series 04/04/2006.

  • Page 167: 4. Rcu Commands

    4. Rcu commands 4. Rcu commands 4.1 overview introduction the rcu keys can be simulated by using the rcu command \x30 (see rcu commands command) followed by one of the following codes. Key simulation will only work if the function is supported by the firmware. Rcu button command 0 \x19 1 \x10 2 \x11...

  • Page 168

    4. Rcu commands button command treble “+” \x3c treble “-” \x3d balance + \x3e balance - \x3f tint \x31 tint “- “ \x2e tint “+” \x2f pause \x0f phase \x32 phase “+” \x34 phase “-” \x35 sharpness “+” \x36 sharpness “-” \x37 ↑ \x04 ↓ \x05 menu \x09 exit \x08 address \x20 ← \x07 → \x06 enter \x0a freeze...

  • Page 169

    4. Rcu commands button command lens shift down \x71 digital zoom up \x7d digital zoom down \x7e logo \x78 pip adj \x68 lens adj \x77 r5976884 rlm series 04/04/2006 167.

  • Page 170

    4. Rcu commands 168 r5976884 rlm series 04/04/2006.

  • Page 171

    Revision sheet to: barco nv events/documentation noordlaan 5, b-8520 kuurne phone: +32 56.36.89.70, fax: +32 56.36.88.24 e-mail: service.Media_and_entertainment.Emea@barco.Com, web: www.Barco.Com from: date: please correct the following points in this documentation (r5976884/02): page wrong correct ...