6HULDO&RPPXQLFDWLRQV 2YHUYLHZ &RQWHQWV

Size: px
Start display at page:

Download "6HULDO&RPPXQLFDWLRQV 2YHUYLHZ &RQWHQWV"

Transcription

1 6HULDO&RPPXQLFDWLRQV &RQWHQWV Overview...page 1 Connection...2 Message Format...4 Messages to the Projector...5 Messages from the Projector...5 Optional Message Components...5 Sample Formats and Messages...6 Flow Control...7 Messages...8 Table of Messages...9 Messages With Multiple Parameters...17 APC (Adjust Primary Colors)...18 CTM (Color Temperature)...19 DTA (Source Data)...21 ERR (Error Messages)...22 GAM (Gamma)...22 ITP (Internal Test Pattern)...22 KEN (Keypad Enable)...22 KEY (Key Code)...23 PNG (Ping)...24 SIN (Select Input)...25 SST (Signal Status)...25 Multiple Sources...27 NOTE: 1) This section explains Vista, Roadster, Mirage and Roadie series external (RS-232 or RS-422) serial communication and commands for programming and controller applications Software Version ) For applications beyond simple projector control, contact Christie Digital for technical assistance. 2YHUYLHZ Projector serial communications allow simultaneous interfacing and control of one or more projectors and accessories by an external controller, such as an AMX or Creston controller or a simple ASCII terminal. Once connected to the RS-232 (or RS-422, if supported by your external equipment) port of the projector, controllers can access projector controls and setups, issuing commands or queries and receiving replies. This bi-directional communication is useful for: downloading projector software upgrades through CoRE Librarian controlling multiple projectors obtaining a projector status report automating events on the projector (source switching, adjustments, etc.) monitoring sequences of events diagnosing certain performance problems

2 &RQQHFWLRQ Use the appropriate serial communication cabling when connecting a Vista, Roadster, Mirage and/or Roadie projector to a computer another projector or a Marquee Signal Switcher.

3

4 0HVVDJH)RUPDW All serial communication passes in and out of the projector in messages. For example, to set the Contrast level to a specific value the controller sends a set message to the projector. To read the current value of a parameter the controller sends a request message asking for the information the projector then returns the data in a reply message. Projector messages use simple ASCII characters normal letters, numbers and punctuation and consist of a three-letter command code and any accompanying data. Opening and closing round brackets (parentheses) indicate the beginning and the end of a message as shown below. FPG GDWD Three-letter commands sent to the projector can be uppercase, lowercase, or a mixture. For example, the contrast commands 'CON', 'con' and 'con' are all the same. Replies from the projector are always uppercase. This simple protocol can be used with a straightforward connection between a single projector and controller. It can also be used when several projectors are connected together in a network, however all projectors will respond to all messages. See Figure 1. for an explanation of how to send messages to specific projectors within a network. When required, the basic protocol can be expanded to include additional information, such as when there are multiple parameters involved, or it can

5 0HVVDJHV WR 7KH 3URMHFWRU 0HVVDJHV )URP 7KH 3URMHFWRU 2SWLRQDO 0HVVDJH &RPSRQHQWV include options such as message acknowledgments, checksums, and network addressing. Commands can set a projector control or preference to a specific value or request the current setting from the projector. Set Contrast to a value of 75: &21 Request the current Contrast setting: &21" After a request message is sent to the projector (see above example) a reply comes back. The projector Replies with data: &21 Replies are always: in upper case. identified with an exclamation mark. padded with leading zeros before the value. Parameter values returned by the projector (such as contrast level) are always either 3 or 5 characters in length regardless of their actual value the value is padded with leading zeros as needed. The length of a specific parameter will always be the same (for example, contrast is always returned as 3 characters, projector number is always returned as 5 characters). In the three-digit Contrast reply shown above, 075 shows that the contrast level is set at 75. If desired, basic messages can be expanded in function with the insertion of one or two special characters. $FNQRZOHGJLQJ 0HVVDJHV If you want the projector to acknowledge that a message has been processed, request this acknowledgment by inserting a $ just after the start code (, as shown. &21 The projector will then return a $ when processing of the message is complete: Note that the $ character is not accompanied by start and end characters it is the complete acknowledgment (it can be part of a message such as dealer message command). If the request for an acknowledgment was sent to all projectors on a network (broadcast), each projector will return a $ reply. NOTE: Requesting an acknowledgment of a request is redundant, however the acknowledge character will still be returned after the usual reply.

6 Except when sending large data blocks such as source data, message acknowledgment can be used instead of Xon/Xoff for flow control. (Wait for the projector to acknowledge that the previously sent message has been processed before sending the next message this way, the projector will never have to store any messages in a buffer.) &KHFNVXPV If desired, you can add a checksum character & to an RS-232 message for increased message integrity. Insert this character just after the start code. You must then also include the correct checksum total (0-255) just before the end code. Make sure to add a space before the calculated checksum to separate it from the last data parameter as shown: FRQ The checksum is the low byte of the sum of the ASCII values of all characters between the first character of the checksum, including the space after the last data parameter. Calculate the checksum for the above set contrast command as follows: 6DPSOH )RUPDWV DQG 0HVVDJHV &+(&.680 FRQ VSDFH hh )h ( h h h h )h )h ZKHQ RQO\WKH ORZ E\WH LV XVHG The projector collects all of the message bytes as defined in the first byte of the message, then creates its own checksum value for comparison with the checksum included in the controller s message. If the values match, the message is considered to have been correctly received otherwise the message is discarded. NOTES: 1) h indicates a hex number 2) If a request message has a checksum so will the reply. 3) If using acknowledge and checksum, either character can occur first. Figure 1. shows how to construct and interpret some specific sample messages (ASCII) commonly used for one or more projectors.

7 )ORZ &RQWURO )LJXUH )RUPDWV DQG 6DPSOH 0HVVDJHV Normally messages can be sent to the projector before processing of earlier messages is complete the projector will just store messages in a buffer until ready to process. However, if a series of messages is sent it is possible that the projector will not be able to process them as fast as they arrive and the buffer will become full. If this happens, the projector will immediately send the 13h (Xoff) code to instruct the controller (or any devices preparing to transmit) to cease transmission. The controller must stop sending ASAP and at maximum before it sends 10 characters (approximately baud). The projector is able to accommodate the receipt of up to 10 more bytes after it sends 13h (Xoff) additional bytes may be lost. When the buffer is once again available, the projector will send a 11h (Xon) command to resume transmission. NOTE: Xon and Xoff controls apply to both directions of communication. The projector will not send more than 3 characters after it has received a 13h (Xoff) code.

8 )ORZ &RQWURO ZLWK $FNQRZOHGJHµ If the projector has not received a Xon one-minute after receiving a Xoff code it will assume that the Xon was lost and will resume transmissions. If the controller has received a Xoff and no Xon after one minute, it can assume that the Xon was lost. If the controller waits for an acknowledgment before sending the next message and does not upload a complete source setup (the only message that is longer than 20 characters), the projector will never send a 13h (Xoff) code and the controller does not have to handle flow control codes. 0HVVDJHV The following Table of Messages ( lists RS-232 messages used for communicating with the projector. When referring to the table, keep in mind the following guidelines: Set and Reply messages usually have the same parameters in the same format Request messages are requests for information and usually have no data Request and Reply messages use the same code as Set messages except that bit#7 is set. Data is described using one or more parameters (P1, P2, etc.), each having a specific value representing the state of that parameter. Parameters can have spaces between them. For example, (5pwr1) is the same as ( 5 pwr 1 ) Out-of-range values sent to the projector will be converted to the maximum or minimum value, whichever is closest. This function can be used to determine the range of control. For simple commands, the min/max request can also be used. (con?m) =>(con!m ) For those controls in which the projector normally displays a percentage (such as contrast is set to 72%), the RS-232 value represents the setting, not the percentage. For example, an RS- 232 contrast setting of 127 = 50%. Messages involving multiple parameters or other details are further explained in Messages with Multiple Parameters subsection.

9 7DEOH RI 0HVVDJHV 7DEOH 7DEOH RI 0HVVDJHV 127( 1) The parameters indicated in this chart are current at time of publishing for Software version 1.7. To verify the parameter range for a command (for source type), use (ASCII code?m). 2) Focus, Zoom, Vertical and Horizontal Offset commands require a motorized lens mount assembly. )81&7,21 $6&,, &2'( 3$5$0(7(56 '(6&5,37,21 127(6 %URDGFDVW 3URMHFWRU 3URMHFWRU 3URMHFWRU 1XPEHU $XWRPDWLF *DLQ &RQWURO $'5 3 &KDQJHV WKH DGGUHVV RI SURMHFWRU ([DPSOH $'5 IURP WR $*& $XWR,QSXW /HYHO$,/ 3 $XGLR 0XWH $07 3 $GMXVW 3ULPDU\ &RORUV $3& $FWLYH 3URMHFWRU $3-3 NH\SDG LQDFWLYH NH\SDG DFWLYH $XWR 3RZHU 8S $3: 3 $XWR 6RXUFH $ ,I HQDEOHG DOORZV WKH GHFRGHU WR DXWRPDWLFDOO\ WUDFN WKH V\QF DPSOLWXGH RI WKH LQFRPLQJ VLJQDO 'LVDEOH LI D FRPSRVLWH YLGHR LPDJH DSSHDUV ZLWK VWULSHµ SDWWHUQ 0RQLWRUV LQSXW VLJQDO OHYHOV DQG DGMXVWV LQSXW RIIVHW RU JDLQ ZKHQ WKH ZKLWH DQG EODFN OHYHOV EHFRPH FUXVKHG 7XUQV WKH DXGLR 21µ RU 2))µ ([DPSOH 21µ PHDQV WKH PXWH IXQFWLRQ LV RQ DQG VRXQG LI RII $GMXVW SULPDU\ FRORUV LQ '; DQG 0LUDJH RQO\ 6HH $GMXVW 3ULPDU\ &RORUV VXEVHFWLRQ (QDEOHV RU GLVDEOHV WKH,5 UHPRWH DQG ZLUHG NH\SDG LQSXWV WR D VSHFLILF SURMHFWRU LQ D QHWZRUN RI SURMHFWRUV 7KH SURMHFWRU ZLOO DXWRPDWLFDOO\ SRZHU XS DIWHU D SRZHU IDLOXUH ZKHQ WKLV IHDWXUH LV HQDEOHG 21 $65 FDQ EH 21µ RU 2))µ IRU GLIIHUHQW VRXUFHV ³ VHH 6HWWLQJ 3DUDPHWHUV IRU 0XOWLSOH 6RXUFHVµ VXEVHFWLRQ $XWR 6HWXS $68 7KH SURMHFWRU ZLOO DXWRPDWLFDOO\ DGMXVWV DV PDQ\ SDUDPHWHUV DV SRVVLEOH IRU RSWLPDO VHWXS RI WKH FXUUHQW VRXUFH %RWWRP %ODQNLQJ %%/ )LUVW XVH PDQXDODGMXVWPHQWV WR ILQG RSWLPDO VHWWLQJ 7KHQ XVH $6&,, &2'("P WR ILQG SDUDPHWHU YDOXH IRU 56 FRGH %DXG 5DWH %'5 3 %DXG %DXG %DXG %DXG %DXG %DXG %DXG %ODQNV ERWWRP RI LPDJH 127( 7KH FRQWUROOHU VKRXOG ZDLW DW OHDVW V DIWHU VHWWLQJ WKH EDXG UDWH EHIRUH VHQGLQJ WKH QH[W PHVVDJH DW WKH QHZ UDWH $'5 " $'5 $'5 $,/ " $,/ $07 " $07 $07 $3- " $3- $3- $3: " $3: $3: $'5 " $'5 $'5 $,/ " $,/ $07 " $07 $07 $3- " $3- $3- $3: " $3: $3: $'5 " $'5 $'5 $,/ " $,/ $07 " $07 $07 $3- " $3- $3- $3: " $3: $3: $68 $68 $68 %'5" %'5 %'5 %'5 %'5 %'5" %'5 %'5 %'5 %'5 %'5" %'5 %'5 %'5 %'5

10 7DEOH RI 0HVVDJHV )81&7,21 $6&,, &2'( 3$5$0(7(56 '(6&5,37,21 127(6 %URDGFDVW 3URMHFWRU 3URMHFWRU %URDGFDVW.H\V %.< 3 %URDGFDVWV DOO NH\V UHFHLYHG E\ D SURMHFWRU WR %.< " %.< " %.< " DOO RWKHU SURMHFWRUV RQ WKH QHWZRUN %.< %.< %.< %.< %.< %.< %OXH %ODFNOHYHO %/% 3 $GMXVWV %OXH %ODFN /HYHO IRU D VSHFLILF VRXUFH %/% " %/% %/% " %/% %/% " %/% %OXH 'ULYH %/' 3 $GMXVWV %OXH 'ULYH /HYHO IRU D VSHFLILF VRXUFH %/' " %/' %/' " %/' %/' " %/' %OXH 2GG *DLQ %2* 3 6HWV WKH JDLQ IRU WKH EOXH RGG SL[HOV UHODWLYH WR WKH EOXH HYHQ SL[HOV %2* " %2* %2* " %2* %2* " %2* %OXH 2GG VHW %22 3 6HWV WKH RIIVHW IRU WKH EOXH RGG SL[HOV UHODWLYH WR WKH EOXH HYHQ SL[HOV %22 " %22 %22 " %22 %22 " %22 %ULJKWQHVV %57 3 6HWV LPDJH EULJKWQHVV %57 " %57 %57 &RS\ &RORU &&7 1RW $YDLODEOH DW WLPH RI SULQWLQJ 7HPS &KDQQHO 6HOHFW &+$ 3 6HOHFW D FKDQQHO RU VRXUFH 6HH DOVR 65& FRPPDQG &RORU (QDEOH &/( 3 5HG &\DQ *UHHQ 0DJHQWD %OXH :KLWH <HOORZ %ODFN 6\QF 7LS &/3 3 &ODPSLQJ (QDEOHV VSHFLILF FRORU IRU VHWWLQJ XS D SURMHFWRU (QDEOHVGLVDEOHV V\QF WLS FODPSLQJ &ODPSLQJ DW WKH WLS RI WKH V\QF SXOVH LV RQO\ XVHG LI WKH EDFN SRUFK LV WRR VPDOO &+$ " &+$ &+$ &/(" &/( &/3 " &/3 &/3 &RORU &/5 3 6HWV FRORU LQWHQVLW\ IRU YLGHR LPDJHV &/5 " &/5 &/5 &RQWUDVW &21 3 6HWV WKH FRQWUDVW &21 " &21 &21 &KURPD/XPD 'HOD\ &RORU 6SDFH &63 3 &RORU 7HPSHUDWXUH,QWHUSRODWH &RORU 7HPSHUDWXUH &50 3 $GMXVWV WKH WLPH GHOD\ EHWZHHQ WKH FKURPD DQG WKH OXPLQDQFH LQ D GHFRGHG VLJQDO 5*% <3U3E <3U3E +'79 6SHFLILHV ZKLFK FRORU VSDFH WKH LQSXW VLJQDO XVHV &7, 3 6HWV FRORU 7HPSHUDWXUH WR DQ\ YDOXH LQ WKH VSHFLILHG UDQJH 7KH SURMHFWRU LQWHUSRODWHV EHWZHHQ WKH WZR FORVHVW VWDQGDUG YDOXHV &70 $GMXVWV FRORU WHPSHUDWXUH 6HH &RORU 7HPSHUDWXUHµ VXEVHFWLRQ )DFWRU\ 'HIDXOWV '() 3 $OO SURMHFWRU SDUDPHWHUV ZLOO EH VHW WR IDFWRU\ GHIDXOWV $OO VRXUFHV DUH GHOHWHG DQG XVHU SUHIHUHQFHV VHW EDFN WR GHIDXOW YDOXHV &50 " &50 &63 " &63 &7, " &7, %57 " %57 %57 &+$ " &+$ &+$ &/( " &/( &/3 " &/3 &/3 &/5 " &/5 &/5 &21 " &21 &21 &50 " &50 &63 " &63 &7, " &7, %57 " %57 %57 &+$ " &+$ &+$ &/( " &/( &/3 " &/3 &/3 &/5 " &/5 &/5 &21 " &21 &21 &50 " &50 &63 " &63 &7, " &7, '() '() '()

11 7DEOH RI 0HVVDJHV )81&7,21 $6&,, &2'( 3$5$0(7(56 '(6&5,37,21 127(6 %URDGFDVW 3URMHFWRU 3URMHFWRU 'HOHWH 6RXUFH '/6 3 :LOO GHOHWHVSHFLILHG VRXUFH ORFNHG RU XQORFNHG 'DUN,QWHUYDO'5. 3 &RQWUROV WKH LQWHUYDOEHWZHHQ IUDPHV ZKHQ DQ LPDJH LV QRW SURMHFWHG RQ VFUHHQ )RU DFWLYH ' DSSOLFDWLRQV LW RSWLPL]HV V\QFKURQL]DWLRQ RI VKXWWHU JODVV /HDYH DW GHIDXOW VHWWLQJ IRU DOO RWKHU DSSOLFDWLRQV 6RXUFH 'DWD '7$ 3 VRXUFH QXPEHU 6HH 6RXUFH 'DWDµ VXEVHFWLRQ RWKHU VHH 6RXUFH 'DWDµ VXEVHFWLRQ '/6 " '/6 '5. " '5. '5. 'HWDLO'7/ 3 6HWV GHWDLOIRU YLGHR LPDJHV '7/ " '7/ '7/ (QDEOH (UU 0VJ (0( 3 RII VFUHHQ 56 $// (QDEOHVGLVDEOHV HUURU PHVVDJHV RQ WKH VFUHHQ (UURU 0HVVDJH (55 0HVVDJH JHQHUDWHG ZKHQ DQ HUURU LV GHWHFWHG 6HH (UURU 0HVVDJHVµ VXEVHFWLRQ )RFXV )&6 )LUVW XVH PDQXDODGMXVWPHQWV WR ILQG RSWLPDO VHWWLQJ 7KHQ XVH $6&,, &2'("P WR ILQG SDUDPHWHU YDOXH IRU 56 FRGH 8VH WKH )&6 FRPPDQG IRU ZRUNLQJ ZLWK LPDJH VKDUSQHVV WKURXJK VRIWZDUH (0( " (0( (0( '/6 " '/6 '5. " '5. '5. '7/ " '7/ '7/ (0( " (0( (0( '/6 " '/6 '5. " '5. '5. '7/ " '7/ '7/ (0( " (0( (0(,QSXW )LOWHU ),/ 3 $GMXVW DQ LQWHUQDO ORZ SDVV ILOWHU EHIRUH $' FRQYHUVLRQ ),/ " ),/ )DQ 6HQVRU )6( 3,I HQDEOHG IDLOXUH RI RQH RI WKH FRROLQJ IDQV ZLOO )6( " (QDEOH UHVXOW LQ WKH SURMHFWRU VKXWWLQJ GRZQ DIWHU )6( PLQXWHV *DPPD *$0 3 6HH *DPPDµ VXEVHFWLRQ *$0 " *$0 *UHHQ *1% 3 $GMXVWV *UHHQ %ODFNOHYHO IRU D 6SHFLILF 6RXUFH *1% " %ODFNOHYHO *1% *UHHQ 'ULYH *1' 3 $GMXVWV *UHHQ 'ULYH /HYHOIRU D 6SHFLILF 6RXUFH *1' " *1' *UHHQ 2GG *DLQ *2* 3 6HWV WKH JDLQ IRU JUHHQ RGG SL[HOV UHODWLYH WR *2* " JUHHQ HYHQ SL[HOV *2* *UHHQ 2GG VHW +RUL]RQWDO 3RVLWLRQ,QWHUQDO7HVW 3DWWHUQ *22 3 6HWV WKH RIIVHW IRU JUHHQ RGG SL[HOV UHODWLYH WR JUHHQ HYHQ SL[HOV *22 " * VH $6&,, &2'("P IRU UDQJH $GMXVWV WKH KRUL]RQWDOSRVLWLRQ RI WKH LPDJH +25 " ,73 3 'LVSOD\V D WHVW SDWWHUQ 6HH,QWHUQDO7HVW 3DWWHUQµ VXEVHFWLRQ.H\SDG (QDEOH.(1 (QDEOHV RU GLVDEOHV WKH NH\SDG 6HH.H\SDG (QDEOH VXEVHFWLRQ ),/ " ),/ )6( " )6( *$0 " *$0 *1% " *1% *1' " *1' *2* " *2* *22 " * " ),/ " ),/ )6( " )6( *$0 " *$0 *1% " *1% *1' " *1' *2* " *2* *22 " * " ,73,73,73

12 7DEOH RI 0HVVDJHV )81&7,21 $6&,, &2'( 3$5$0(7(56 '(6&5,37,21 127(6 %URDGFDVW 3URMHFWRU 3URMHFWRU.H\ &RGH.(< (PXODWHV WKH IXQFWLRQ RI D NH\ RQ WKH NH\SDG 6HH.H\ &RGHµ VXEVHFWLRQ /HIW %ODQNLQJ /%/ )LUVW XVH PDQXDODGMXVWPHQWV WR ILQG RSWLPDO VHWWLQJ 7KHQ XVH $6&,, &2'("P WR ILQG SDUDPHWHU YDOXH IRU 56 FRGH %ODQNV OHIW VLGH RI LPDJH /HQV &DOLEUDWH /&% )RUFHV WKH SURMHFWRU WR FDOLEUDWH WKH OHQV DQG PRWRUV /HQV &KDQQHO (QDEOH /&( 3 (QDEOHV WKH OHQV VHWWLQJV WR EH VDYHGUHVWRUHG ZKHQ WKH FKDQQHOLV FKDQJHG :KHQ RIIµ FKDQJLQJ WKH FKDQQHOGRHV QRW HIIHFW WKH OHQV VHWWLQJV /HQV &HQWHU /&1 8VH WKLV WR PRYH HDFK RI WKH OHQV PRWRUV WR WKHLU FHQWHU SRVLWLRQ /HQV +RU] VHW /+2 )LUVW XVH PDQXDODGMXVWPHQWV WR ILQG RSWLPDO VHWWLQJ 7KHQ XVH $6&,, &2'("P WR ILQG SDUDPHWHU YDOXH IRU 56 FRGH /DPS 0HVVDJH (QDEOH /0( 3 /DQJXDJH /1* 3 /DPS +RXUV RI 8VH (QJOLVK )UHQFK *HUPDQ 6SDQLVK,WDOLDQ 3RUWXJXHVH 8VH /+2 WR DGMXVW WKH KRUL]RQWDORIIVHW RI WKH RXWSXW OHQV XQGHU PRWRU FRQWURO,I HQDEOHG D ODPS WLPHU PHVVDJH GLVSOD\V RQ VFUHHQ ZKHQ ODPS OLIH KDV H[FHHGHG LWV H[SHFWHG OLIH,I GLVDEOHG QR ODPS WLPHU PHVVDJH GLVSOD\HG.(<.(<.(< /&( /&( /&( /0( " /0( /0( 6HOHFWV GHVLUHG PHQX ODQJXDJH /1* " /1* /1* /3+ 3 5HWXUQV WKH QXPEHU RI KRXUV D ODPS KDV EHHQ XVHG IRU /0( " /0( /0( /1* " /1* /1* /0( " /0( /0( /1* " /1* /1* /3+ " /3+ " /3+ " /DPS,QWHQVLW\ /3, 3 6SHFLILHV WKH OLJKW LQWHQVLW\ VHWWLQJ IRU WKH ODPS /3, " /3, /3, " /3, /3, " /3, /DPS /LPLW /3/ 3 6SHFLILHV WKH DPRXQW RI WLPH D ODPS FDQ EH RQ EHIRUH D ZDUQLQJ PHVVDJH DSSHDUV /3/ " /3/ /3/ " /3/ /3/ " /3/ /DPS 0RGH /30 3 6SHFLILHV WKH ZD\ WKH ODPS LV WR EH FRQWUROOHG /30 " /30 " /30 " 0D[ %ULJKWQHVV /30 /30 /30 1RW 6XSSRUWHG &RQVWDQW /LJKW,QWHQVLW\ &RQVWDQW 3RZHU /DPS 3RZHU /33 8VH $6&,, &2'("P IRU UDQJH 6SHFLILHV WKH SRZHU VHWWLQJ IRU WKH ODPS LQ ZDWWV /33 " /33 " /33 " /HQV 9HUW VHW /92 )LUVW XVH PDQXDODGMXVWPHQWV WR ILQG RSWLPDO VHWWLQJ 7KHQ XVH $6&,, &2'("P WR ILQG SDUDPHWHU YDOXH IRU 56 FRGH 8VH /92 WR DGMXVW WKH KRUL]RQWDORIIVHW RI WKH RXWSXW OHQV XQGHU PRWRU FRQWURO

13 7DEOH RI 0HVVDJHV )81&7,21 $6&,, &2'( 3$5$0(7(56 '(6&5,37,21 127(6 %URDGFDVW 3URMHFWRU 3URMHFWRU 0RWLRQ )LOWHU &RQWUROV WKH ZD\ GHLQWHUODFLQJ LV KDQGOHG 027 " 027 " 027 " $XWR 6WLOO 0RWLRQ )LOP 0HQX 6KLIW +RUL]RQWDO 0HQX 6KLIW 3UHVHW ² OHIW 0RYHV KRUL]RQWDO SRVLWLRQ RI WKH PHQX 06+ " RS/HIW 7RS/HIW,QVHW,QVHW,QVHW,QVHW 0RYHV PHQX WR D SUHVHW ORFDWLRQ 063 " 063 0HQX 6KLIW 9HUWLFDO 069 3² WRS 0RYHV YHUWLFDOSRVLWLRQ RI WKH PHQX 069 " 069 6RXUFH 1DPH 1$0 3 1DPH LQ GRXEOH TXRWHV 8VH WR VHW RU JHW D VRXUFH QDPH ([DPSOHV QDP %REV 3&µ 6HW WKH QDPH RI WKH FXUUHQW VRXUFH WR %REV 3&µ QDP V 6XQµ 6HW WKH QDPH RI VRXUFH WR 6XQµ QDP V 7HVWµ 6HW DOO WKH VRXUFHV WR 7HVWµ 6FUHHQ 26' 3 (QDEOHV RU GLVDEOHV WKH RQ VFUHHQ GLVSOD\ 26' " 'LVSOD\ GLVDEOHG 26' HQDEOHG 26' 3URMHFWRU +RXUV RI 8VH 3LFWXUH 0XWH OXJ DQG 'LVSOD\ HWXUQV WKH QXPEHU RI KRXUV D SURMHFWRU KDV EHHQ RSHUDWHG 31' ;*$ +] 6;*$ +] 8;*$ +] 3LQJ 31* 3DUDPHWHUV SURM W\SH PDMRU PLQRU PDLQWHQDQFH DQG EHWD YHUVLRQ QXPEHUV 3URM 5HQWDO +RXUV RI 8VH 3URFHVVLQJ 0RGH 6HUYLFH 3DVVZRUG 6FUHHQ LPDJH LV EODQNHG 307 " 307 0XVW KDYH '9,')3,QSXW 0RGXOH LQVWDOOHG WR VHOHFW 3OXJ DQG 3OD\ 3UHIHUHQFH 5HWXUQV EDVLF SURMHFWRU LQIRUPDWLRQ WR WKH XVHU 6HH 3LQJ VXEVHFWLRQ HWXUQV WKH QXPEHU RI KRXUV D SURMHFWRU KDV EHHQ RSHUDWHG GXULQJ WKH UHQWDOSHULRG $XWR 9LGHR *UDSKLFV+'79 0LQLPXP 'HOD\ $GYDQFHG ELW $'3 &RQWUROV KRZ WKH VLJQDO LV SURFHVVHG E\ WKH HOHFWURQLFV 127( $GYDQFHG %LW 'LJLWDO3URFHVVLQJ PRGXOH UHTXLUHG IRU 3 36: 3 ² QHZ SDVVZRUG 6HWV VHUYLFH SDVVZRUG WR QHZ YDOXH 06+ " " " ' " 26' 26' 06+ " " " ' " 26' 26' 3-+ " 3-+ " 3-+ " 307 " " * " 31* " 31* " 35+ " 35+ " 35+ " 350 " " " 350

14 7DEOH RI 0HVVDJHV )81&7,21 $6&,, &2'( 3$5$0(7(56 '(6&5,37,21 127(6 %URDGFDVW 3URMHFWRU 3URMHFWRU 3DVVZRUG (QDEOH 3:( 3 GLVDEOH HQDEOH 3RZHU RQRII 3:5 3 DV D VHWWLQJ ERRW 3 DV D UHDGLQJ ERRW FRROGRZQ ZDUP XS (QDEOHV DQG GLVDEOHV VHUYLFH SDVVZRUG 7KH ERRW IXQFWLRQ LV XVHG WR SXW WKH SURMHFWRU LQ D VSHFLDO PRGH LV RQO\ XVHG WR GRZQORDG QHZ FRGH 7KH FRROGRZQ DQG ZDUP XS VWDWHV DUH UHWXUQHG ZKHQ WKH SURMHFWRU LV LQ WKH SURFHVV RI FKDQJLQJ EHWZHHQ SRZHU XS DQG SRZHU GRZQ 3L[HO 3KDVH 3;3 8VH $6&,, &2'("P IRU UDQJH $GMXVW WKH SRVLWLRQ RI WKH VDPSOLQJ FORFN UHODWLYH WR WKH YLGHR GDWD 3L[HO7UDFNLQJ 3;7 3 'HSHQGV RQ +IUHTXHQF\ RI WKH LQSXW VLJQDO 5LJKW %ODQNLQJ 5%/ )LUVW XVH PDQXDODGMXVWPHQWV WR ILQG RSWLPDO VHWWLQJ 7KHQ XVH $6&,, &2'("P WR ILQG SDUDPHWHU YDOXH IRU 56 FRGH 3:5 " 3:5 3:5 3;3 " 3;3 3;3 1XPEHU RI SL[HOVOLQH LQ WKH LPDJH 3;7 " 3;7 3;7 %ODQNV ULJKW VLGH RI LPDJH 5HG %ODFNOHYHO 5'% 3 $GMXVWV 5HG %ODFNOHYHO IRU D 6SHFLILF 6RXUFH 5'% " 5'% 5HG 'ULYH 5'' 3 $GMXVWV 5HG 'ULYH /HYHOIRU D 6SHFLILF 6RXUFH 5'' " 5'' 5HG 2GG *DLQ 52* 3 ² 6HWV WKH JDLQ IRU WKH UHG RGG SL[HOV UHODWLYH WR 52* " WKH UHG HYHQ SL[HOV 52* 5HG 2GG VHW HWV WKH RIIVHW IRU WKH UHG RGG SL[HOV UHODWLYH WR 522 " WKH UHG HYHQ SL[HOV 522 6DYH &KDQJHV 6$9 3URMHFWRU ZLOO VDYH DOO RXWVWDQGLQJ FKDQJHV LQWR IODVK PHPRU\ 6OLGHEDU (QDEOH 6%( 3 'LVSOD\V RU KLGHV DGMXVWPHQW VOLGHEDUV 6%( " 6%( 6%( 6WDQGE\ 6%< 3 3XWV WKH SURMHFWRU LQ 6WDQGE\ 0RGH 6%< " 6%< 6%< 3:5 " 3:5 3:5 3;3 " 3;3 3;3 3;7 " 3;7 3;7 5'% " 5'% 5'' " 5'' 52* " 52* 522 " 522 6%( " 6%( 6%( 6%< " 6%< 6%< 3:5 " 3:5 3:5 3;3 " 3;3 3;3 3;7 " 3;7 3;7 5'% " 5'% 5'' " 5'' 52* " 52* 522 " 522 6%( " 6%( 6%( 6%< " 6%< 6%<

15 7DEOH RI 0HVVDJHV )81&7,21 $6&,, &2'( 3$5$0(7(56 '(6&5,37,21 127(6 %URDGFDVW 3URMHFWRU 3URMHFWRU 6HOHFW &RORU 7HPSHUDWXUH 6&7 3 XVHU XVHU XVHU XVHU,17(532/$7(' 6HW RU JHW FRORU WHPSHUDWXUH 6&7 " 6&7 6&7 6&7 " 6&7 6&7 6&7 " 6&7 6&7 6RXUFH 'LDORJ (QDEOH 6'( 3 6KXWWHU GLVDEOHG HQDEOHG RSHQ WKH VKXWWHU FORVH WKH VKXWWHU (QDEOHV WKH GLVSOD\ RI RQ VFUHHQ GLDORJV ZKHQ WKH 65& NH\ LV XVHG WR VHOHFW D VRXUFH QXPHULFDOO\ 7KLV FRPPDQG GRHV QRW DSSO\ WR SURMHFWRUV ZLWKRXW D VKXWWHU DVVHPEO\ 6'( " 6'( HOHFW,QSXW 6,1 6HH 6HOHFW,QSXWµ VXEVHFWLRQ 6,1" 6,1 6,1 6L]H 6,= 3 &RQWUROV KRZ WKH SURMHFWRU ZLOO HOHFWURQLFDOO\ 6,= " H[SDQG RU VKULQN WKH LPDJH 7KH DVSHFW UDWLR 6,= ZLOO QRW FKDQJH 6FDOH 9DOXH 6FUHHQ SHFLILHV VFUHHQ RULHQWDWLRQ 625 " 2ULHQWDWLRQ IURQW 625 UHDU 625 LQYHUWHG IURQW LQYHUWHG UHDU 6HOHFW 6RXUFH 65& 3 6HOHFWDVRXUFH 6HH DOVR &+$ FRPPDQG 6\VWHP 6WDWXV 667 0HWKRG RI UHDGLQJ SURMHFWRU VWDWXV LQIRUPDWLRQ 6HH 6\VWHP 6WDWXVµ VXEVHFWLRQ 9LGHR 6WDQGDUG 67' 3 6HOHFW WKH YLGHR VWDQGDUG WR XVH IRU WKH YLGHR XQNQRZQ LQSXW,I DXWRµ LV VHOHFWHG 3 WKH 176& SURMHFWRU ZLOO DXWRPDWLFDOO\ ILQG WKH FRUUHFW 176& VWDQGDUG 3$/ 3$/0 3$/1& 6(&$0 3$/ DXWR 65& " 65& 65& 67' " 67' 67' 6'( " 6'( ,1 " 6,1 6,1 6,= " 6,= 625 " & " 65& 65& 67' " 67' 67' 6'( " 6'( ,1 " 6,1 6,1 6,= " 6,= 625 " & " 65& 65& 67' " 67' 67'

16 7DEOH RI 0HVVDJHV )81&7,21 $6&,, &2'( 3$5$0(7(56 '(6&5,37,21 127(6 %URDGFDVW 3URMHFWRU 3URMHFWRU 6ZLWFKHU,QIRUPDWLRQ 6:, 3 6ZLWFKHU 3 0DMRU 6ZLWFKHU VRIWZDUH YHUVLRQ 3 0LQRU 6ZLWFKHU VRIWZDUH YHUVLRQ 3 3 ZKLFK FDUGV DUH LQ HDFK VORW 3 VORW DQG 3 VORW DV GHILQHG HPSW\ ORRS WKURXJK 5*% $QDORJ 77/ &RPSRVLWH '79 8QNQRZQ 6L]H 3RVLWLRQ 6=3 3 3UHVHWV 1RQH )XOO 6FUHHQ $QDPRUSKLF &XVWRP UHDG RQO\ 7RS %ODQNLQJ 7%/ )LUVW XVH PDQXDODGMXVWPHQWV WR ILQG RSWLPDO VHWWLQJ 7KHQ XVH $6&,, &2'("P WR ILQG SDUDPHWHU YDOXH IRU 56 FRGH 5HWXUQV OLVW RI VZLWFKHUV FXUUHQWO\ DWWDFKHG WR WKH SURMHFWRU DQG ZKDW HDFK KDV LQ HDFK VORW 6HWV WKH LPDJH WR RQH RI VHYHUDOSUHVHW VL]HSRVLWLRQ SUHVHWV %ODQNV WRS RI LPDJH 6:, 6:, 6:, 6=3 " 6=3 7LQW HWV WLQW IRU YLGHR LPDJHV 717 " LGHR %ODFN 9%/ 3 $IIHFWV EODFN OHYHO IRU YLGHR VLJQDOV /HYHO,5(,5( 9&5 9&5 3 (QDEOH RU GLVDEOH 9&5 VHWWLQJV 9&5 " 9&5 9&5 9ROXPH 92/ 3 6HWV WKH YROXPH 92/ " 92/ 92/ 9HUWLFDO3RVLWLRQ 957 8VH $6&,,FRGH"P IRU UDQJH $GMXVWV WKH YHUWLFDOSRVLWLRQ RI WKH LPDJH 957 " HUWLFDO6WUHWFK QR YHUWLFDOVWUHWFKLQJ &RQWUROV KRZ PXFK WKH LPDJH ZLOOEH VWUHWFKHG 967 " YHUWLFDOO\ ² GRHV QRW DIIHFW KRUL]RQWDO 967 9HUWLFDO 6FDOH 9DOXH 9LGHR 7HUPLQDWLRQ =RRP =20 )LUVW XVH PDQXDODGMXVWPHQWV WR ILQG RSWLPDO VHWWLQJ 7KHQ XVH $6&,, &2'("P WR ILQG SDUDPHWHU YDOXH IRU 56 FRGH (QDEOHGLVDEOH RKP WHUPLQDWLRQ UHVLVWRUV $OZD\V GLVDEOH LI ORRS WKURXJK LV XVHG :RUNV RQO\ RQ 9,' DQG 9,' LQSXWV 8VH WKH =20 FRPPDQG WR FRQWUROWKH ]RRP PRWRU 970 " =3 " 6=3 717 " &5 " 9&5 9&5 92/ " 92/ 92/ 957 " " " =3 " 6=3 717 " &5 " 9&5 9&5 92/ " 92/ 92/ 957 " " "

17 0HVVDJHV:LWK 0XOWLSOH3DUDPHWHUV $GMXVW 3ULPDU\ &RORUV $3& Certain messages are more complex and require multiple parameters in order to relay complete information. These messages are described in detail below. Use to adjust primary colors in DX and Mirage only. Message = Adjust Primary Colors Parameter Name Description P1 In Use flag 0 = false 1 = true When one parameter is used the flag indicates if primary color adjustment is "in use". P1 P2 Which color 0 = red 1 = green 2 = blue Which part of primary 0 = red 1 = green 2 = blue Identifies which primary color is to be controlled or read. Identifies which part of the primary color is to be controlled. P The value to be adjusted. Message = Read Primary Color Adjust Parameter Name Description P1 Status of "in use" flag See above, if 1 parameter is specified P2 Which primary color See above, if 2 parameters specified P3 Which part of primary See above Reply to Read Primary Color Adjust Message Parameter Name Description P1 Status of "in use" See above P2 Which primary color See above P3 Which part of primary See above P4 Value The resulting value : See above Examples: (APC 1) = set primary Color Adjust "in use" to true. (APC ) = set green primary color, red part 20 (APC G R 30) = set green primary color, red part 30 (APC? 2 G) = request blue primary, green part (APC! ) = reply that blue primary, green part is 12 (APC? G 2) = request of green primary, blue part (APC! ) = reply that green primary color, blue part is 75 NOTE: Although the red primary, red part etc. are not used, the values can be set and read. They will be a fixed value. (APC? G G) = request of green primary, green part (APC! ) = reply that green part of green primary color is 1023

18 &70 &RORU 7HPSHUDWXUH Use CTM to adjust the red, green and blue levels for one of the defined color temperatures. The lower the color temperature, the more reddish the image. NOTE: 1) The value for P2 varies depending on the method used for creating a custom color temperature. When creating a new color temperature through the Image Setting menu for the current source, ensure all blacklevels are set at 30, and at least one drive is set at 73. When creating a new color temperature through the RS-232 software, ensure all blacklevels are set at 76 and at least one drive is set at ) To adjust the user color temperature found in the image menu use the SCT command. 7DEOH &RORU 7HPSHUDWXUH Message = Adjust Color Temperature Parameter Name Description P1 Which color 0 = red, 1 = green, 2 = blue Identifies which primary is to be controlled/read. P2 P3 Which Level 0 = reserved 1 = White Level Which Setup 0 = 3400K, 1 = 5400K, 2 = 6500K, 3 = 9300K, 4 = User 1, 5 = User 2, 6 = User 3, 7 = User 4 Identifies which level is to be controlled, currently only allow control of white level. Identifies which setup is to be controlled. P4 Value : The value to be adjusted. Message = Read Color Temperature Parameter Name Description P1 Which Color See above P2 Which Level See above P3 Which Setup See above Reply to Read Color Temperature Message Parameter Name Description P1 Which Color See above P2 Which Level See above P3 Which Setup See above P4 Value The resulting value : See above Examples of CTM command (CTM ) = set 3200K red contrast to 65 (CTM? 1 1 2) = request 6500K green contrast (CTM! ) = reply that 6500K green contrast is 175

19 '7$ 6RXUFH 'DWD The DTA message is used to request the data for a source(s), or system preferences. It is also used to define a new source and its settings. When requesting data the DTA message causes the projector to generate reply messages for each setting. These messages can be sent back to the projector at any time without the need for the DTA message to be used. However, the DTA message must be sent to define a new source if that source does not exist. In general, when requesting settings acknowledge ($) protocol should be used to determine when the last parameter has been received, but this is not required. 7DEOH 6RXUFH 'DWD Reading Settings for a Specific Source Description Message P1 = the number of the source to read must have leading S Reply Setting 1 Setting 2 Setting 3 Setting n $ P1 = the number of the source being read P2 = switcher number (0=projector) P3 = slot number P4 = the vertical frequency (chz) P5 = the horizontal frequency (10 s of Hz) P6 = input polarity & routing Bits 2-0 // horizontal sync source 0 = no sync 1 = horizontal on vertical input 2 = horizontal on horizontal input 3 = horizontal on green input 4 = horizontal on red input 5 = horizontal from Vid1 input 6 = horizontal from Vid2 input Bit 3 // set if composite sync (H&V) on same wire Bit 4 // set if horizontal sync has negative polarity Bit 5 //set if vertical sync has negative polarity Reply message for first source setting Reply message for second source setting Reply message for third source setting Reply message for last source setting Acknowledge of DTA message (if requested) Examples: ($DTA? S5) (DTA! S ) (CON! S ) (BRT! S ) $ Reading Settings for All Sources To read the settings for all sources the format is the same as for a single source except that the source number to use is 0. The reply will be the same as for a single source except that it will be repeated for as many times as there are sources. Examples:

20 ($DTA? S0) (DTA! S ) (CON! S ) (BRT! S ) (DTA! S ) (CON! S ) (BRT! S ) $ Downloading Source Settings to a projector To download the source settings to a projector the DTA message is sent first, which defines a new source, or redefines an existing source with the specified parameters. The various settings are then sent. The parameter format for the DTA command is identical to the parameter for the DTA! reply to a request. Examples: (DTA S ) (CON S ) (BRT S ) (DTA S ) (CON S ) (BRT S ) Reading Preference Settings The projectors preferences are divided into 2 groups, transferable and projector specific. The transferable settings are those settings that are valid for any projector or the same type such as orientation. Projector specific settings are settings that are unique to each projector such as color temperature setup (exactly the same numeric values will produce different color temps on different projectors. To specify transferable settings the DTA parameter =T and to specify projector specific settings the parameter =P. Special care must be taken when using the BDR and ADR messages. These are returned like any other setting when the preferences are being read however if they are sent to a projector they may change the way the network operates (i.e. the BDR message should always be broadcast to all projectors or you will be unable to talk to some projectors). Examples: ($DTA T) (BDR! 09600) (LPI! 00345) $ ($DTA P) (CTM! )

21 (CTM! ) $ Downloading Preferences to a projector To download preference settings to a projector just send the various setting as separate commands. Take care before sending BDR (baud rate) and ADR (projector number) messages because they may affect network operation. (55 (UURU 0HVVDJHV The projector generates an error message whenever an error is detected. This message will contain an error code, message specifier and a text parameter explaining the error code. NOTE: The message specifier and text parameter are enclosed in quotation marks, separated by a colon and space. Error messages include the source address of the projector. 7DEOH (UURU 0HVVDJHV Error Code Associated Text Description/Notes 001 System Error:.. System crash. 002 System Warning:. System error. 003 Invalid parameter Invalid parameter number. 004 Too many parameters 005 Too few parameters 006 Source does not exist 007 Could not be executed Current content prevented the command from executing. 008 Checksum error 009 Unknown request Message code undefined. If the message sent as a command it is ignored and no error is returned. 010 Communication error Error receiving serial data on one of the RS-232 ports. Examples: Error Generated Message Sent/Circumstance ( ERR 001 System Error: SYNC no longer responding ) SYNC no longer responding ( ERR 002 System Warning: The current source cannot be deleted ) Attempt to delete the current source ( ERR 003 BDR: Invalid parameter 1 ) (BDR38900) ( ERR 004 BLB: Too many parameters ) (BLB 25 25) ( ERR 005 ASR: Too few parameters ) (ASR S10) ( ERR 006 ASR: Source does not exist ) (ASR S10 1) ( ERR 007 CON: Could not be executed ) (CON 45) with no source ( ERR 008 CON: Checksum Error ) (&con ) ( ERR 009 ABC: Unknown request ) (ABC?)

22 *$0 *DPPD Use the GAM command to control the shape of the gray scale output as the input signal changes from minimum to maximum intensity. The default, 2.2 Gamma, should be correct and is recommended for most sources. Gamma selections with the letter S in the name are not true gamma curves but have an S-shape that helps brighten mid gray levels while not crushing blacks. Gamma selections with the letter N in the name is specific to NTSC video and is not recommended. 7DEOH *DPPD SDUDPHWHUV Parameter Description Gamma (default recommended) 1 2.2S Gamma 2 2.2SN Gamma Gamma 4 2.8S Gamma 5 Linear 1.0,73,QWHUQDO 7HVW 3DWWHUQ Use the ITP command to view a test pattern on the screen. 7DEOH,QWHUQDO 7HVW 3DWWHUQ Pattern # Description 0 User image a test pattern is not displayed. 1 Checker 2 Gray Scale 16 3 Gray Scale White 5 50% Gray 6 Black 7 Convergence 8 13 point 9 Color Bars.(1.H\SDG (QDEOH Use the KEN command to enable or disable the keypad. NOTE: the built-in keypad cannot be disabled. 7DEOH.H\SDG (QDEOH Command Request Reply P1 P1 Wired keypad protocol : 0=off 1=Protocol A 2=Protocol B 3=Protocol A &B P2 P2 IR Front protocol 0=off 1=Protocol A 2=Protocol B 3=Protocol A &B Note: It is possible to disable the two IR sensors independently, but if they are both enabled they will be forced to the same protocol, which will be the P3 parameter. P3 P3 IR Rear protocol

23 Command Request Reply 0=off 1=Protocol A 2=Protocol B 3=Protocol A &B.(<.H\ &RGH Use the KEY command to emulate the function of a key on the keypad. Important Note: Add 128 to each code to release the key press. For example, (KEY 44) = press the menu key and (KEY 172) = release the menu key. 7DEOH.H\ &RGHV Keypad Function Decimal Equivalent Keypad Function Decimal Equivalent 0 Stby 32 1 Dat Dat Src 35 4 Vid Vid Pan 38 7 Mute 39 8 Vol 40 9 Cont 41 Pixel 10 Asterisk 42 Position 11 Plus sign 43 Lens 12 Menu 44 Enter 13 Minus sign 45 Func 14 Power 46 JOYSTART 15 OSD 47 Cont Cont Bright Bright Vol Vol Proj Pixel Track Pixel Track Pixel Phase Pixel Phase - 26 UpArrow 58 Exit 27 DownArrow 59 Color 28 LeftArrow 60 Tint 29 Lamp 61 Detail 30 RightArrow 62 START 31 Help 63 Input Input Input Input Input

24 Keypad Function Decimal Equivalent Keypad Function Decimal Equivalent Bright Chan Test Shutter Available but not shown * 3LQJ Use the PNG command to request and obtain basic projector information, such as projector type (model) and current software version. Like most RS-232 requests, a ping request contains no data (parameters). NOTE: 1) Ping s P1 is recognized by all Christie Digital projectors (Vista, Marquee, Roadie, Roadster etc.). This parameter will identify which projector model is present. 2) There is no set command for ping you can issue requests and receive replies only. The Ping reply contains data for the six parameters necessary to fully answer the ping request. Table 9. Ping Parameter Name Values Description/Notes P1 Model / Family ID 30 = Roadie S12/X10, Vista, Roadster Indicates the family/model of the projector P2 Major 0-99 Major Software ID Version # P3 Minor 0-99 Minor Software ID Version # P4 Maintenance a-z No functional changes in

25 Parameter Name Values Description/Notes (optional) Version # software P5 (optional) Beta Version # Beta software ID (only if a beta version present) P6 (optional) Type T1-T63 Variation ID (example: Korean version) Examples: Ping Request ( GET ) Ping Reply Name (png?) (PNG! ) // Vista version 1.0 (png?) (PNG! b) // Vista version 2.5b (png?) (PNG! T005) // Vista version 3.1 T5 (png?) (PNG! c 045 T002) // Vista version 1.0c.045 T2 6,1 6HOHFW,QSXW This command tells the projector to look at a specific input for the source to display. After the projector switches to the specified input, it will look through its memory for a source and then load that source. Command Request Reply P1 = S# P1 = S# P1 = S# S = Source number Returns P2 = 0 source exists 1 error, source does not exist P2 P3 The number of the switcher P3 P4 The number of the slot If the switcher is #0 (projector) then: Slot 1 = Input 0, 1 = Dat1 Slot 2 = Input 0, 2 = Dat2 Slot 3 = Input 0, 3 = Vid1 (on decoder) Slot 4 = Input 0, 4 = Vid2 (on decoder) 667 6LJQDO 6WDWXV Use the SST command to read projector status information. The SST command causes the projector to return all values in a series of replies (as if multiple requests had been sent). 7DEOH 6LJQDO 6WDWXV Message = Read Signal Status Parameter Value Description P1 Signal Information 0 = H, V Frequency 1 = State 2 = Sync Routing 3 = H, V Polarity System Information 10 = SW Version 11 = SW Boot Version All sub-commands 10 to xx are Vista X3 and Roadster X4 only Main SW version Boot SW version

26 Parameter Value Description 12 = Model 13 = Lamp Power 14 = Native Resolution 15 = Build Date 16 = Serial Number 17 = Lamp hours of use 18 = Projector Hours Projector Model & Sub-Model Maximum power output from Ballast Light engine native resolution Date of manufacture Projector serial number Hours of use on current lamp Hours of use on projector Detailed configuration 30 = Image processor HW version 31 = Panel driver HW Version 32 = Interconnect HW version 33 = Status display SW version 34 = Status display HW version 35 = Decoder HW version 36 = Option card type & HW version 37 = Audio module installed 38 = Motor module HW/SW version 39 = Motor module PIC SW version 40 = RX module HW version 41 = Light engine HW version 42 = Light engine SW version 43 = Shutter module installed (reserved) 44 = TEC s installed IC mask info 60 = ICS1523 IC (PLL) 61 = Decoder IC NOTE: The detailed configuration is subject to change from model to model. The IC revision information is subject to change from HW revision to HW revision 0XOWLSOH6RXUFHV In setups with more than one channel, it is often necessary that messages specify to which channel a parameter value applies. Adjustments and parameters found in the Image Settings, Size and Position and Channel Setup menus are those that can be sent as RS-232 messages containing specific source identification. When information about a specific source is requested, three parameters are returned by the projector: the source number, status (0=OK, 1=source doesn t exist), and the value of the parameter in question. See the ASR examples in Table 11. 7DEOH ([DPSOH 6SHFLI\LQJ 6RXUFHV &200$1' )81&7,21 $65 6 7XUQ RQ $65 IRU VRXUFH $65 7XUQ $65 RQ IRU WKH FXUUHQW VRXUFH $65" 6 $65 6 $65" $65 5HTXHVW IRU $65 VWDWXV IRU VRXUFH $65 LV RQ DQG VRXUFH LV 2. IRU VRXUFH 5HTXHVW IRU $65 VWDWXV IRU FXUUHQW VRXUFH $65 LV RII IRU WKH FXUUHQW VRXUFH

Copyright. Disclaimer. Safety Instructions !!! !!!!" !!! #!# # " $ #! % !# #! " ' ( ) # * ( ) $ +, $ ' $' " ! " - ' # $ #! # . / $!( $ $ 1" !" 2!

Copyright. Disclaimer. Safety Instructions !!! !!!! !!! #!# #  $ #! % !# #!  ' ( ) # * ( ) $ +, $ ' $'  !  - ' # $ #! # . / $!( $ $ 1 ! 2! Copyright Disclaimer Safety Instructions!!!!!!!"!!! #!# # " $ #! %!# #! " &! $ # ' ( ) # * ( ) $ +, $ ' $' "! " - ' # $ #! #. / $!( $ 0 3 *!% $ 1"!" 2! ( ' # # ( ' $ ( Table of Contents Front View... 3

More information

6W\OLVWLF/7& 7HFKQLFDO 5HIHUHQFH *XLGH

6W\OLVWLF/7& 7HFKQLFDO 5HIHUHQFH *XLGH 6W\OLVWLF/7& 7HFKQLFDO 5HIHUHQFH *XLGH )XMLWVX3&&RUSKDVPDGHHYHU\HIIRUWWRHQVXUHWKHDFFXUDF\DQGFRPSOHWHQHVVRIWKLVGRFXPHQWKRZHYHUEHFDXVHRQJRLQJ GHYHORSPHQWHIIRUWVDUHPDGHWRFRQWLQXDOO\LPSURYHWKHFDSDELOLWLHVRIRXUSURGXFWVZHFDQQRWJXDUDQWHHWKHDFFXUDF\RIWKH

More information

Going Up Against Time

Going Up Against Time Going Up Against Time The Power Grid s Vulnerability to GPS Spoofing Attacks Spoofing tests against phasor measurement units demonstrate their vulnerability to attack. A generator trip in an automatic

More information

Microsoft Azure StorSimple Appliance 8600 Hardware Installation Guide

Microsoft Azure StorSimple Appliance 8600 Hardware Installation Guide Microsoft Azure StorSimple Appliance 8600 Hardware Installation Guide Contents Unpack your device... Prerequisites... Unpacking your device... Rack-mount your device... Site preparation... Prerequisites...

More information

DIGITAL WORKSPACE... Ignite your brand! File Routing & Collaboration. Basic Approver Guide 5.0 V1

DIGITAL WORKSPACE... Ignite your brand! File Routing & Collaboration. Basic Approver Guide 5.0 V1 File Routing & Collaboration Basic Approver Guide 5.0 V1 Date Modified 03/03/2014 Revision History Date Version Description Author Feb. 19, 2014 1 Original Chris Olberding 2 Step 1: Logging On FRC 1. Open

More information

/,1.WR0RGEXV3OXV *DWHZD\ ,QVWUXFWLRQ0DQXDO. Copyright 1995 by Eurotherm Drives, Inc. Printed in the United States of America 0595 HA Issue 2

/,1.WR0RGEXV3OXV *DWHZD\ ,QVWUXFWLRQ0DQXDO. Copyright 1995 by Eurotherm Drives, Inc. Printed in the United States of America 0595 HA Issue 2 /,1.WR0RGEXV3OXV *DWHZD\,QVWUXFWLRQ0DQXDO Copyright 1995 by Eurotherm Drives, Inc. All rights strictly reserved. No part of this document may be stored in a retrieval system, or transmitted, in any form

More information

(Cat. No DMC, -DMC1, -DMC4, and -DXPS) User Manual

(Cat. No DMC, -DMC1, -DMC4, and -DXPS) User Manual (Cat No 1771-DMC, -DMC1, -DMC4, and -DXPS) User Manual Because of the variety of uses for the products described in this publication, those responsible for the application and use of this control equipment

More information

The Oxygen TM VX1-1600SW Graphics Accelerator User s Guide. 3Dlabs, Inc. 480 Potrero Avenue Sunnyvale, CA

The Oxygen TM VX1-1600SW Graphics Accelerator User s Guide. 3Dlabs, Inc. 480 Potrero Avenue Sunnyvale, CA The Oxygen TM VX1-1600SW Graphics Accelerator User s Guide 3Dlabs, Inc. 480 Potrero Avenue Sunnyvale, CA 94086 408-530 - 4700 www.3dlabs.com Copyright 2000 by 3Dlabs, Inc. 3Dlabs, GLINT and Permedia are

More information

6300 Series Inserter OPERATOR MANUAL SECOND EDITION

6300 Series Inserter OPERATOR MANUAL SECOND EDITION 00 Series Inserter OPERATOR MANUAL SECOND EDITION )/'$',(7,*0$&+,( 00 Series ($70$8$/ )8&7, The 00 Seriesfeeds, folds and inserts documents into envelopes and then seals and stacks the envelopes. Automatic

More information

8580 Data Modem User Guide

8580 Data Modem User Guide 8580 Data Modem User Guide No part of this guide may be reproduced, transcribed, translated into any language or transmitted in any form whatsoever without the prior written consent of Codan Pty Ltd.

More information

An Object-Oriented Approach to File Management within a SAS AF Application

An Object-Oriented Approach to File Management within a SAS AF Application An Object-Oriented Approach to File Management within a SAS AF Application Charles W. Bininger, Trilogy Consulting, A Division of InfoTech Services, Inc. Kalamazoo, Michigan ABSTRACT As applications become

More information

Chapter 1 Introduction Who should read this handbook What the chapters describe Other documents...1-2

Chapter 1 Introduction Who should read this handbook What the chapters describe Other documents...1-2 Contents Chapter 1 Introduction Who should read this handbook...1-1 What the chapters describe...1-1 Other documents...1-2 Chapter 2 The Access Control System 4010 Controller types...2-1 A = S...2-1 A

More information

INSTALLATION SUPPLEMENT

INSTALLATION SUPPLEMENT K4247 2/99 INSTALLATION SUPPLEMENT VISTA-40, VISTA-50P, VISTA-50PUL (=2(352*5$00,* A New Zone Programming and 5800 Wireless Device Enrollment Procedure Important! Replace the existing procedures in your

More information

Doorphones collection (v2)

Doorphones collection (v2) Doorphones 013 collection (v) Multi-home: Video doorphone RJ45 x4 5 x3 WEVPMH 001 70001 3:DEPLLH=WUUUV^: Multi-home: Audio doorphones RJ45 x5 WEPAMH 4 710040 3:DEPLLH=VUUYUV: 3 ,17(*5$/ :,5( $8', '53+1(

More information

1791 Discrete I/O AC and DC Block I/O Input and Output Modules User Manual

1791 Discrete I/O AC and DC Block I/O Input and Output Modules User Manual User Manual Because of the variety of uses for the products described in this publication, those responsible for the application and use of this control equipment must satisfy themselves that all necessary

More information

Digital Still Camera

Digital Still Camera Digital Still Camera 2SHUDWLQJ,QVWUXFWLRQV %HIRUHRSHUDWLQJWKHXQLWSOHDVHUHDGWKLVPDQXDOWKRURXJKO\DQGUHWDLQLW IRUIXWXUHUHIHUHQFH 2ZQHU V5HFRUG 7KHPRGHODQGVHULDOQXPEHUVDUHORFDWHGRQWKHERWWRP5HFRUGWKHVHULDO

More information

Smart Motor Manager DeviceNet Communication Card

Smart Motor Manager DeviceNet Communication Card Smart Motor Manager DeviceNet Communication Card Cat. No. 825-MDN User Manual Important User Information %HFDXVH RI WKH YDULHW\ RI XVHV IRU WKH SURGXFWV GHVFULEHG LQ WKLV SXEOLFDWLRQ WKRVH UHVSRQVLEOH

More information

CRs for 04.08, SMG3 WPA, Phase 2+, Release 96, Non-Strategic

CRs for 04.08, SMG3 WPA, Phase 2+, Release 96, Non-Strategic ETSI TC SM TDoc SM 713/97 Meeting #23 Budapest, Hungary, 13 th - 17 th October 1997 Source : SM 3 Title : CRs for 04.08, SM3 WPA, Phase 2+, Release 96, Non-Strategic Proposed Agenda Item : 7.3 Presented

More information

62&&(5$/,&( 3$75,&.5$0(5 -($1&+5,6723+(=8))(5(<

62&&(5$/,&( 3$75,&.5$0(5 -($1&+5,6723+(=8))(5(< MICROENGINEERING DEPARTMENT AUTONOMOUS SYSTEMS LAB (ASL) ASS. PATRICK BALMER ASS. GILLES CAPRARI PROF. ROLAND SIEGWART 3$75,&.5$0(5 -($1&+5,6723+(=8))(5(< 7+ 6(0(67(50,&52(1*,1((5,1* 62&&(5$/,&( /$86$11()(%58$5

More information

3URGXFW,QIRUPDWLRQ. Document No Edition 03/2001 &6%5$66

3URGXFW,QIRUPDWLRQ. Document No Edition 03/2001 &6%5$66 3URGXFW,QIRUPDWLRQ 6%5$66 RPSDFW3, Š :LGH8OWUD66,+RVWDGDSWHU Document No. 1787 Edition 03/2001 7KH6%5$66LVDQXQLYHUVDORPSDFW3, Š EDVHG:LGH8OWUD66,+RVWDGDSWHUVXLWDEOH IRU FRQWUROOLQJ RI DQG %LW 66, SHULSKHUDOV

More information

SQL Query Window Classes: How To Incorporate the SQL Column Expression Builder Class In Custom SAS/AF Applications

SQL Query Window Classes: How To Incorporate the SQL Column Expression Builder Class In Custom SAS/AF Applications SQL Query Window Classes: How To Incorporate the SQL Column Expression Builder Class In Custom SAS/AF Applications Christopher A. Roper, Qualex Consulting Services, Inc. Fairfax, Va. Abstract SQL (Structured

More information

$33/,&$7,216 ([WUHPH UHOLDELOLW\ DQG VLPSOLFLW\ PDNH WKH 6* %:6 FRQWURO XQLWV WKH LGHDO VROXWLRQ IRU WKH IROORZLQJ DSSOLFDWLRQV

$33/,&$7,216 ([WUHPH UHOLDELOLW\ DQG VLPSOLFLW\ PDNH WKH 6* %:6 FRQWURO XQLWV WKH LGHDO VROXWLRQ IRU WKH IROORZLQJ DSSOLFDWLRQV 6$)(7< 6(16256 &21752/ 81,76 6* %:6 6(5,(6 7KH 6* %:6 VHULHV SUHVHQWV WZR PRGHOV 6* %:6 7 FRQWURO XQLW ZLWK SODVWLF KRXVLQJ IRU ',1 20(*$ UDLO PRXQWLQJ HTXLSSHG ZLWK FODPSV WKDW FDQ FRQQHFW IURP WR SKRWRFHOO

More information

Vocia. VA-8600/VA-8600c. Manual

Vocia. VA-8600/VA-8600c. Manual Vocia VA-8600/VA-8600c Manual January 2012 Biamp Systems, 9300 SW Gemini Drive, Beaverton, Oregon 97008 U.S.A. (503) 641-7287 www.biamp.com IMPORTANT SAFETY INSTRUCTIONS 1) Read these instructions. 2)

More information

Operator manual. Simrad SP270 Fishery sonar. A L W A Y S A T T H E F O R E F R O N T O F T E C H N O L O G Y

Operator manual. Simrad SP270 Fishery sonar.   A L W A Y S A T T H E F O R E F R O N T O F T E C H N O L O G Y Operator manual Simrad SP270 Fishery sonar www.simrad.com A L W A Y S A T T H E F O R E F R O N T O F T E C H N O L O G Y Simrad SP270 Fishery sonar Operator manual 850-160575 / Rev.B Note Simrad AS makes

More information

Pushing SAS/AF and FRAME Entries in MVS to the Limit: The USEPA's AIRS Graphics System

Pushing SAS/AF and FRAME Entries in MVS to the Limit: The USEPA's AIRS Graphics System Pushing SAS/AF and FRAME Entries in MVS to the Limit: The USEPA's AIRS Graphics System Thomas E. Link, U.S. Environmental Protection Agency, RTP, NC M. Arthur Alexander III, SAS Institute, Cary, NC First

More information

2 Using the Win32. File System and Character I/O

2 Using the Win32. File System and Character I/O Win32.book Page 21 Friday, August 25, 2000 1:38 PM C H A P T E R 2 Using the Win32 File System and Character I/O The file system and simple terminal I/O are often the first operating system features that

More information

Élan SC400 Microcontroller µforce Demonstration System

Élan SC400 Microcontroller µforce Demonstration System Élan SC400 Microcontroller µforce Demonstration System Reference Manual Order #21892B eodqœ6&0lfurfrqwuroohuµiru&(œ'hprqvwudwlrq6\vwhp5hihuhqfh0dqxdo Ã&RS\ULJKWÃÃ$GYDQFHGÃ0LFURÃ'HYLFHVÃ,QFÃ$OOÃULJKWVÃUHVHUYHG

More information

SIMATIC Sensors. RFID systems FC 35. Introduction. Description 2. Parameter settings 3. Commissioning 4. Error messages and troubleshooting

SIMATIC Sensors. RFID systems FC 35. Introduction. Description 2. Parameter settings 3. Commissioning 4. Error messages and troubleshooting SIMATIC Sensors RFID systems SIMATIC Sensors RFID systems Function Manual Introduction 1 Description 2 Parameter settings 3 Commissioning 4 Error messages and troubleshooting 5 Examples/applications 6

More information

+RZ WR PRXQW WR &HLOLQJ [ 2SWLFDO =RRP $XWR )RFXV ,QVWUXFWLRQ PDQXDO ($ '& 9 $ $GDSWRU +LJK 5HVROXWLRQ,5 &DPHUD ($ 0RXQWLQJ VFUHZV ($

+RZ WR PRXQW WR &HLOLQJ [ 2SWLFDO =RRP $XWR )RFXV ,QVWUXFWLRQ PDQXDO ($ '& 9 $ $GDSWRU +LJK 5HVROXWLRQ,5 &DPHUD ($ 0RXQWLQJ VFUHZV ($ 3DFNDJH,QVWDOODWLRQ +RZ WR PRXQW WR &HLOLQJ [ 2SWLFDO =RRP $XWR )RFXV +LJK 5HVROXWLRQ,5 &DPHUD puz{y j{pvugthu hs 3ODVWLF DQFKRU ($ Â (/ w G G G G G G G G G G G U %1& )HPDOH [ 2SWLFDO =RRP $XWR )RFXV +LJK

More information

InFocus LP790 RS232 Commands

InFocus LP790 RS232 Commands InFocus LP790 RS232 Commands 1 PURPOSE... 3 2 SCOPE... 3 3 FUNCTION TYPE... 3 3.1 LEGAL ARGUMENTS....3 4 COMMAND RETURN CODES... 4 5 COMMAND SYNTAX... 4 5.1 DELIMITER...4 5.2 SEPARATOR...4 5.3 COMMAND

More information

6. Front Project RS-232 Protocol Specification

6. Front Project RS-232 Protocol Specification Pro 45000dp RS232 Codes Rev. 01 6. Front Project RS-232 Protocol Specification RS232 Setting Baud rate: 9600 Parity check: None Data bit: 8 Stop bit: 1 Flow Control None Minimum delay for next command:

More information

USER S MANUAL. 3G3IV-PSIG Wired SYSMAC BUS Interface Card for SYSDRIVE 3G3FV Inverter

USER S MANUAL. 3G3IV-PSIG Wired SYSMAC BUS Interface Card for SYSDRIVE 3G3FV Inverter USER S MANUAL 3G3IV-PSIG Wired SYSMAC BUS Interface Card for SYSDRIVE 3G3FV Inverter Notice: OMRON products are manufactured for use according to proper procedures by a qualified operator and only for

More information

User Guide for. Increase Sales. Reduce Abandoned Calls. Increase Service. Increase Agent Productivity. Reduce Operating Expenses. Reduce Time in Queue

User Guide for. Increase Sales. Reduce Abandoned Calls. Increase Service. Increase Agent Productivity. Reduce Operating Expenses. Reduce Time in Queue The End-to-End Solution for the One-on-One Business. Increase Sales Reduce Abandoned Calls User Guide for MIS ing Package Increase Service Increase Agent Productivity Reduce Operating Expenses Reduce Time

More information

Chapter 1 Overview. Introduction 1-2. Specification 1-9. Application of the DX

Chapter 1 Overview. Introduction 1-2. Specification 1-9. Application of the DX Chapter 1 Overview Introduction 1-2 This section explains the functions and features provided b the DX6524. Specification 1-9 This section overviews the basic specification of the DX6524. Application of

More information

7UDIILF*HQHUDWRUIRUDQ2QOLQH6LPXODWRU

7UDIILF*HQHUDWRUIRUDQ2QOLQH6LPXODWRU &RPSXWHU6FLHQFH0DVWHUV3URMHFW 7UDIILF*HQHUDWRUIRUDQ2QOLQH6LPXODWRU %\ 0XUDW

More information

UHFRYHU\ WHFKQLTXH PD\ EH XVHIXO LQ GDWDEDVHV ZLWK PXOWLSOH VHWV RI ORJLFDOO\

UHFRYHU\ WHFKQLTXH PD\ EH XVHIXO LQ GDWDEDVHV ZLWK PXOWLSOH VHWV RI ORJLFDOO\ 7DEOHVSDFH3RLQW,Q7LPH5HFRYHU\ 8ZH+HVVH 3ULQFLSDO,QVWUXFWRU 2UDFOH8QLYHUVLW\*HUPDQ\,Q WKLV HGLWLRQ RI ³28 ([SHUW V &RUQHU ZH H[DPLQH WKH DGYDQFHG %DFNXS 5HFRYHU\ WHFKQLTXH FDOOHG 7DEOHVSDFH 3RLQW,Q 7LPH

More information

Distributed Power System SA500 Drive Diagnostics, Troubleshooting, and Start-Up Guidelines

Distributed Power System SA500 Drive Diagnostics, Troubleshooting, and Start-Up Guidelines Distributed Power System SA500 Drive Diagnostics, Troubleshooting, and Start-Up Guidelines Instruction Manual S-3022-1 Throughout this manual, the following notes are used to alert you to safety considerations:!

More information

90(*DWHZD\ SURGXFWPDQXDO. Copyright 1995 by Eurotherm Drives, Inc. Printed in the United States of America 0295 HA Issue 2

90(*DWHZD\ SURGXFWPDQXDO. Copyright 1995 by Eurotherm Drives, Inc. Printed in the United States of America 0295 HA Issue 2 90(*DWHZD\ SURGXFWPDQXDO Copyright 1995 by Eurotherm Drives, Inc. All rights strictly reserved. No part of this document may be stored in a retrieval system, or transmitted, in any form or by any means

More information

TIP Digital Inputs Optically Isolated Version 1.0 Revision A. User Manual. Issue May 1997 D

TIP Digital Inputs Optically Isolated Version 1.0 Revision A. User Manual. Issue May 1997 D TIP605 16 Digital Inputs Optically Isolated Version 1.0 Revision A User Manual Issue 1.0 12 May 1997 D75605800 TEWS DATENTECHNIK GmbH Am Bahnhof 7 D-25469 Halstenbek Germany Tel +49 (0)4101 4058-0 Fax

More information

VP 729 Command Sets. 4 command update for Geometry Diagonal Projection 5 Add error code

VP 729 Command Sets. 4 command update for Geometry Diagonal Projection 5 Add error code VP 729 Command Sets History No Issue Date Version Description Firmware 1 2008/3/19 V1.0 First release 1. Add only those that we can t simulate their pressing using other commands of the protocol, such

More information

Communications Protocol

Communications Protocol 28 Kaysal Court, Armonk, NY 10504 914.598.1647 Communications Protocol For the Mirage Audio System Data acquisition and control of Autonomic equipment is performed by home automation systems or personal

More information

Data Highway Plus/DH485 Communication Adapter Module (Cat. No KA5/B, KA5P/B) User Manual

Data Highway Plus/DH485 Communication Adapter Module (Cat. No KA5/B, KA5P/B) User Manual User Manual Because of the variety of uses for the products described in this publication, those responsible for the application and use of this control equipment must satisfy themselves that all necessary

More information

COMMAND LINE INTERFACE...

COMMAND LINE INTERFACE... LP54 / LP64 CLI 1 COMMAND LINE INTERFACE... 3 1.1.1 Purpose... 3 1.1.2 Message Format... 3 1.1.3 Write Commands... 3 1.1.4 Increment Commands... 4 1.1.5 Decrement Commands... 4 1.1.6 Read Commands... 5

More information

Projector Control Command Reference Manual

Projector Control Command Reference Manual Projector Control Reference Manual NEC Display Solutions, Ltd. 2014-2017 BDT140013 Revision 6.1 Introduction This manual describes the commands used to control an NEC-made projector from a PC or other

More information

VP 729 Command Sets. 1 Serial Configuration: 2 Command Format: - Baud rate:9600(bits per second) - Data bits:8bits - Parity:None - Stop bits:1bit

VP 729 Command Sets. 1 Serial Configuration: 2 Command Format: - Baud rate:9600(bits per second) - Data bits:8bits - Parity:None - Stop bits:1bit VP 729 Command Sets 1 Serial Configuration: - Baud rate:9600(bits per second) - Data bits:8bits - Parity:None - Stop bits:1bit 2 Command Format: 2.1 Communication confirm Send Reply 2.2 Set Command CR

More information

InfoTag KE28xx Communications for 186 CPU Firmware Version 4

InfoTag KE28xx Communications for 186 CPU Firmware Version 4 InfoTag KE28xx Communications for 186 CPU Firmware Version 4 *KE28xx models include: KE2800, KE2852, KE2853, KE2856 This document applies to printer firmware versions 4.x only. Note that changes made to

More information

Controlling the projector using a personal computer

Controlling the projector using a personal computer 1 2 3 4 5 6 7 8 DLP Projector HC3200 Controlling the projector using a personal computer This projector can be controlled by connecting a personal computer with RS-232C terminal. PC-controllable functions:

More information

SideKick. Operator's Manual. for PRENTKE ROMICH COMPANY

SideKick. Operator's Manual. for PRENTKE ROMICH COMPANY Operator's Manual for SideKick PRENTKE ROMICH COMPANY Corporate Headquarters: 1022 Heyl Rd. Wooster, Ohio 44691 Telephone: (330) 262-1984 Fax: (330) 263-4829 Service: (800)-262-1990 E-Mail Address: info@prentrom.com

More information

Unified Messaging System. System Manual. Catalog No /0 Issue 1

Unified Messaging System. System Manual. Catalog No /0 Issue 1 Unified Messaging System System Manual Catalog No. 76-110-0887/0 Issue 1 Catalog No. 76-110-0887/0 Release 1.0 Issue 1 Unified Messaging System System Manual Telrad Tenecss Inc. Woodbury, New York NOTICE

More information

====================================================================== Control Commands for LV series Rev1.0.4

====================================================================== Control Commands for LV series Rev1.0.4 ====================================================================== Control Commands for LV series Rev1.0.4 Copyright (C) NEC Display Solutions, Ltd. 2006-2010 ----- Updated on January 25, 2010 -----

More information

The RS-485 user manual for B800 series communication

The RS-485 user manual for B800 series communication The user manual of B800 Series Rs-485 The RS-485 user manual for B800 series RS-232 inbuilt inside the main board of B800 series frequency inverter, we can effect RS-485 through fitting board externally.

More information

Controlling the projector using a personal computer

Controlling the projector using a personal computer LCD Projector HC6500 Controlling the projector using a personal computer This projector can be controlled by connecting a personal computer with RS-232C terminal. PC-controllable functions: Turning the

More information

Slotted Aloha UHFHLYHU. Recall assumptions:

Slotted Aloha UHFHLYHU. Recall assumptions: Recall assumptions: infinite # of transmitters packets of equal length immediate feedback Poisson arrivals rate Slotted Aloha UHFHLYHU WUDQVPLWWHUV VRW WLPH If a new packet arrives during a slot, transmit

More information

RS232 Protocol Function List

RS232 Protocol Function List RS3 Protocol Function List Baud Rate : 900 Data Bits: 8 Parity: None Stop Bits: Flow Control : None UART6550 FIFO: Disable Note: It supports data rates from 9600 to 500 bps. The default is 900 bps. Depending

More information

SCI-2144 SYSTEM CONTROL INTERFACE MODULE OPERATOR S MANUAL

SCI-2144 SYSTEM CONTROL INTERFACE MODULE OPERATOR S MANUAL SCI-2144 SYSTEM CONTROL INTERFACE MODULE OPERATOR S MANUAL SIGMA ELECTRONICS, INC. P.O. Box 448 1027 COMMERCIAL AVENUE EAST PETERSBURG, PA 17520 (717) 569-2681 SCI-2144 CONTENTS PAGE INTRODUCTION 2 RS-232

More information

Controlling the projector using a personal computer

Controlling the projector using a personal computer MODEL UD740U Controlling the projector using a personal computer This projector can be controlled by connecting a personal computer with RS-232C terminal. PC-controllable functions: Turning the power ON

More information

Greco Systems DU-58. Operation Manual. A division of e-dnc Inc. 303 E Gurley St. #522 Prescott, AZ USA

Greco Systems DU-58. Operation Manual. A division of e-dnc Inc. 303 E Gurley St. #522 Prescott, AZ USA G r e c o S y s t e m s DU-58 Operation Manual Greco Systems A division of e-dnc Inc. 303 E Gurley St. #522 Prescott, AZ 86301 USA 800-234-7326 COPYRIGHT 1984 GRECO SYSTEMS. ALL RIGHTS RESERVED. The hardware

More information

MODULAR SAFETY INTEGRATED CONTROLLER

MODULAR SAFETY INTEGRATED CONTROLLER MODULAR SAFETY INTEGRATED CONTROLLER Modular Safety Integrated Controller MOSAIC is certified to the highest level of safety required by the industrial safety standard. SIL 3 - IEC 61508 SIL CL 3 - EN

More information

705 INSTALLATION MANUAL

705 INSTALLATION MANUAL 705 INSTALLATION MANUAL 2 Table of Contents Features...03 Specifications...04 Quick - Start...05 Remote Control...07 Hardware Installation...10 705 Models Additional Info...14 Owner s Record...15 3 Features

More information

Controlling the projector using a personal computer

Controlling the projector using a personal computer AUDIO OUT AUDIO IN-1 AUDIO IN-2 AUDIO IN-3L AUDIO IN-3R S-VIDEO VIDEO SERIAL MONITOR OUT COMPUTER / COMPONENT VIDEO IN-1 IN-2 USB-B USB-A DLP TM MODEL Projector XD550U/XD560U/WD570U/XD360U-EST/WD380U-EST/XD365U-EST/WD385U-EST

More information

0&+&.++XE.H\ERDUG 86%7UDLQLQJ 0RWRUROD%LW0&8'LYLVLRQ

0&+&.++XE.H\ERDUG 86%7UDLQLQJ 0RWRUROD%LW0&8'LYLVLRQ 0&+&.++XE.H\ERDUG LUPZDUH DWH HUHN/DX 5HY 6HSW HUHN/DX#PRWRURODFRP 86%UDLQLQJ 0RWRUROD%LW0&8LYLVLRQ 0&+&.++XE.H\ERDUG O HDWXUHVLPSOHPHQWHGLQHPR9 O O O O O Hub is fixed at Bus Power only KBD Type selection

More information

1. D-sub 15-pin Shrink Connector (RGB IN 1/RGB IN 2/RGB OUT) Pin No Signal Pin No Signal Pin No Signal 1 Video input Red 9 -

1. D-sub 15-pin Shrink Connector (RGB IN 1/RGB IN 2/RGB OUT) Pin No Signal Pin No Signal Pin No Signal 1 Video input Red 9 - TECHNICAL Dimension Diagram 98 5 9.6 76.5 Pin No Signal Pin No Signal Pin No Signal Video input Red 9 - RGB IN : SCL(DDC) Video input Green 0 Ground 5 RGB IN : - 3 Video input Blue - RGB OUT: - - RGB IN

More information

Computer-Aided Product Development

Computer-Aided Product Development DOCTORAL T H E SIS Computer-Aided Product Development Using Computer-Aided Technologies for Efficient Design Capture and Representation for Reuse Michael Lundin Computer-Aided Product Development Using

More information

ZH FRQQHFW $SROOR3UR$

ZH FRQQHFW $SROOR3UR$ ZH FRQQ 97&; $SROOR3UR$ 0+] 6LQJOH&KLS6ORW6RFNHW1RUWK%ULGJH IRU'HVNWRSDQG0RELOH3&6\VWHPV ZLWK$*3[DQG3&, SOXV$GYDQFHG(&&0HPRU\&RQWUROOHU VXSSRUWLQJ3&3&6'5$0 9LUWXDO&KDQQHO0HPRU\9&0 (6'5$0 5HYLVLRQ 6HSWHPEHU

More information

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A RS232 User Guide Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K 020-1344-00A Page 1 Copyright March 2018 by Leyard Optoelectronics Co., Ltd. and Planar Systems, Inc. All rights

More information

HDV100A3 Command Response Protocol

HDV100A3 Command Response Protocol HDV100A3 Command Response Protocol Documentation Number: HDV100A3-4115m International Headquarters B+B SmartWorx 707 Dayton Road -- P.O. Box 1040 -- Ottawa, IL 61350 USA Phone (815) 433-5100 -- General

More information

PRECISION DIGITAL CORPORATION

PRECISION DIGITAL CORPORATION PRECISION DIGITAL CORPORATION Serial Communication Protocol This document describes how to communicate with the Trident Model PD765, Javelin T Model PD740, and Javelin D Model PD644 meters using the Precision

More information

Command Control. RS-232 Port Settings. Read Command Examples

Command Control. RS-232 Port Settings. Read Command Examples Command Control Serial Communication Configuration Visit our website for additional RS-232 settings and information. To control this projector via RS-232, connect a null modem cable and set the control

More information

Model DVS-2A 2-Port DVI Switch with Audio, Serial Control & Long Cable Equalization

Model DVS-2A 2-Port DVI Switch with Audio, Serial Control & Long Cable Equalization Hall Research Technologies, Inc. Model DVS-2A 2-Port DVI Switch with Audio, Serial Control & Long Cable Equalization UMA1127 Rev B Copyright 2007. Hall Research Technologies, Inc. All rights 1163 Warner

More information

HuddleCamHD 10X-USB2

HuddleCamHD 10X-USB2 HuddleCamHD 10X-USB2 USB 2.0 PTZ CAMERA INSTALLATION & OPERATION MANUAL Please check HUDDLECAMHD.com for the most up to date version of this document Precautions. Safety Tips. Please read this manual carefully

More information

1. D-sub 15-pin Shrink Connector (RGB IN 1/RGB IN 2/RGB OUT) Pin No Signal Pin No Signal Pin No Signal 1 Video input Red 9 -

1. D-sub 15-pin Shrink Connector (RGB IN 1/RGB IN 2/RGB OUT) Pin No Signal Pin No Signal Pin No Signal 1 Video input Red 9 - Dimension Diagram 98 9.6 76. Pin No Signal Pin No Signal Pin No Signal Video input Red 9 - RGB IN : SCL(DDC) Video input Green 0 Ground RGB IN : - Video input Blue - RGB OUT: - - RGB IN : SDA(DDC) Ground

More information

Generic RS232 protocol

Generic RS232 protocol Generic RS232 protocol Table of content 1 Introduction... 2 2 Description... 2 2.1 Hardware specification... 2 2.2 Communication Setting... 2 2.3 Command Message Reference... 3 3 Protocol 1 : with ID...

More information

EZ Protocol. Communication Protocol for EZPLC. For use of EZAutomation and AVG Customers with EZPLC Products. Copyright 2005 AVG

EZ Protocol. Communication Protocol for EZPLC. For use of EZAutomation and AVG Customers with EZPLC Products. Copyright 2005 AVG EZ Protocol Communication Protocol for EZPLC For use of EZAutomation and AVG Customers with EZPLC Products Copyright 2005 AVG EZAutomation www.ezautomation.net 1-877-774-EASY EZ Protocol... 3 1. Intoduction...

More information

RC Configuration and Installation Guide

RC Configuration and Installation Guide Kramer Electronics, Ltd. RC Configuration and Installation Guide Revision 8 Intended for Kramer Technical Personnel or external System Integrators. To check that you have the latest version, go to the

More information

RS232 Protocol Function List

RS232 Protocol Function List RS3 Protocol Function List Baud Rate : 900 Data Bits: 8 Parity: None Stop Bits: Flow Control : None UART6550 FIFO: Disable Note: It supports data rates from 9600 to 500 bps. The default is 900 bps. Depending

More information

The Task Output Framework: An Object Oriented Tool For Application Development John E. Ellis, Trilogy Consulting Corp.

The Task Output Framework: An Object Oriented Tool For Application Development John E. Ellis, Trilogy Consulting Corp. The Task Output Framework: An Object Oriented Tool For Application Development John E. Ellis, Trilogy Consulting Corp. Abstract This paper discusses the limitations and drawbacks of some traditional approaches

More information

Controlling the projector via RS-232C connection. Contents. 1. Introduction Connection Interface... 2

Controlling the projector via RS-232C connection. Contents. 1. Introduction Connection Interface... 2 MODEL TX10U/TW11U Controlling the projector via RS-232C connection Contents 1. Introduction... 2 1.1 Connection... 2 1.2 Interface... 2 1.2.1 Pin assignment of SERIAL terminal (D-SUB 9-pin)... 2 1.2.2

More information

Room Control Module (2000i-RCM) Interface Command Structure. for the

Room Control Module (2000i-RCM) Interface Command Structure. for the Room Control Module (2000i-RCM) Interface Command Structure for the 2000i-DVS Interactive Whiteboard 99-00544-00 Rev A0 FCC Warning This equipment has been tested and found to comply with the limits for

More information

INTELLIS. Modbus Direct Network Monitor

INTELLIS. Modbus Direct Network Monitor INTELLIS Modbus Direct Network Monitor System Installation and Operation Manual Phone: (201) 794-7650 Fax: (201)794-0913 Chapter 1 Modbus Protocol Revision History Revision 1.0 30 April, 2002 Initial Version

More information

WA-1, WA-2, WA-3, WV-2, WAS-1, WAV-1, WX-1, WB45, WRR, W1145, W4545, WBB, WBR, WR45 WA-21, WA-22, WA-23, WA-20, WV-11, WV-12, WV-20

WA-1, WA-2, WA-3, WV-2, WAS-1, WAV-1, WX-1, WB45, WRR, W1145, W4545, WBB, WBR, WR45 WA-21, WA-22, WA-23, WA-20, WV-11, WV-12, WV-20 This pdf file includes the following items: Wall Plate (WP) Series User Manual (P/N: 2900-006018 REV 1) WA-1, WA-2, WA-3, WV-2, WAS-1, WAV-1, WX-1, WB45, WRR, W1145, W4545, WBB, WBR, WR45 WA-21, WA-22,

More information

DOMINO 20H DOMINO 30H DLP VIDEO PROJECTOR RS-232C CONTROL SPECIFICATIONS. Document Revision 1.1 (20 July 2004)

DOMINO 20H DOMINO 30H DLP VIDEO PROJECTOR RS-232C CONTROL SPECIFICATIONS. Document Revision 1.1 (20 July 2004) DOMINO 20H DOMINO 30H DLP VIDEO PROJECTOR RS-232C CONTROL SPECIFICATIONS Document Revision 1.1 (20 July 2004) Table of Contents 1. INTRODUCTION 3 2. CONNECTION 3 3. COMMUNICATION PROTOCOL 4 HEADER 4 PAYLOAD

More information

Finding Information in an LDAP Directory

Finding Information in an LDAP Directory Finding Information in an LDAP Directory Info. Tech. Svcs. University of Hawaii Russell Tokuyama 05/02/01 University of Hawaii 2001 What s the phone number? $ VFHQDULR

More information

CPro Software Release Description

CPro Software Release Description CPro-2000 Software Release Description 365-576-128 SD Release 6.2 November 1999 Copyright 1999 Lucent Technologies All Rights Reserved Printed in U.S.A. Notice Every effort was made to ensure that the

More information

PM290 POWERMETER. Communication Protocols ASCII & Modbus Reference Guide

PM290 POWERMETER. Communication Protocols ASCII & Modbus Reference Guide PM290 POWERMETER Communication Protocols ASCII & Modbus Reference Guide PM290 Communication Protocols Communication protocol is a method of transferring information between different devices (i.e., the

More information

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 RS 232 Interface RS 232 is the Serial interface on the PC Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 Note: SR510 switches pins 2,3 internally HP Func. Gen. Requires a null

More information

This directory contains the controller (with associated Simulink and MATLAB files) for the experiment called:

This directory contains the controller (with associated Simulink and MATLAB files) for the experiment called: DESCRIPION: his directory contins the controller (with ssocited Siulink nd MALAB files) for the eperient clled: SeeFle he SeeFle uses syste de of either one IP with LFJC(- PEN)-E nd Seesw-E or one IP with

More information

700TSU INSTALLATION MANUAL

700TSU INSTALLATION MANUAL M 700TSU INSTALLATION MANUAL 2 Table of Contents Features...03 Specifications...04 Quick-Start...05 Remote Control...07 Hardware Installation...10 Software Installation...14 Touch Screen Driver Installation

More information

1769 Compact I/O Power Supplies and Communication Bus Expansion Cables

1769 Compact I/O Power Supplies and Communication Bus Expansion Cables Technical Data 1769 Compact I/O Power Supplies and Communication Bus Expansion Cables Compact I/O is a new PLC-style platform offering industry-leading price and performance. It utilizes the latest design

More information

MONAD: A Flexible Architecture for Multi-Agent Control

MONAD: A Flexible Architecture for Multi-Agent Control MONAD: A Flexible Architecture for Multi-Agent Control Thuc Vu *, Jared Go *, Gal Kaminka * **, Manuela Veloso *, Brett Browning * {tdv, jgo}@andrew.cmu.edu, galk@cs.biu.ac.il, {mmv, brettb}@cs.cmu.edu

More information

Non-destructive testing of steel tubes Ð

Non-destructive testing of steel tubes Ð BRITISH STANDARD BS EN 10246-14:2000 The European Standard EN 10246-14:1999 has the status of a British Standard ICS 23.040.10; 77.040.20 NO COPYING WITHOUT BSI PERMISSION EXCEPT AS PERMITTED BY COPYRIGHT

More information

LCD05 datasheet 1.0

LCD05 datasheet 1.0 LCD05 green displays LCD05 blue displays The I2C and serial display driver provides easy operation of a standard 20 x 4 or 16 x 2 LCD Text display. It requires only a 5v power supply and the two data connections

More information

1020 / 1022 INSTALLATION MANUAL

1020 / 1022 INSTALLATION MANUAL 1020 / 1022 INSTALLATION MANUAL 2 Table of Contents Features...03 Specifications...04 Quick - Start...05 Remote Control...07 Hardware Installation...10 1020TSV, 1022TSV, 1020YV, 1022YV, 1020TSH, 1022TSH

More information

ESC/VP21 Command User s Guide for Business Projectors

ESC/VP21 Command User s Guide for Business Projectors ESC/VP21 Command User s Guide for Business Projectors ~ 1~ Table of Contents 1. Introduction to ESC/VP21... 4 2. ESC/VP21 Command Formats... 5 2.1. Set command format... 5 2.2. Get command format... 5

More information

Header code Command code Data code End code HEX Command Data 0Dh ASCII V Command Data CR

Header code Command code Data code End code HEX Command Data 0Dh ASCII V Command Data CR RS-232C Protocol RS232 Setting Baud rate: 9600 Parity check: Data bit: 8 Stop bit: 1 Flow Control UART16550 FIFO None None Disable Minimum delay for next command: 1ms Control Command Structure APPENDIX

More information

(QTOU&KCIPQUVKE6GEJPKSWGU #P1TCENG6GEJPKECN9JKVG2CRGT,WPG

(QTOU&KCIPQUVKE6GEJPKSWGU #P1TCENG6GEJPKECN9JKVG2CRGT,WPG (QTOU&KCIPQUVKE6GEJPKSWGU #P1TCENG6GEJPKECN9JKVG2CRGT,WPG %106'065 1. INTRODUCTION...1 1.1 PURPOSE...1 1.2 AUDIENCE...1 1.3 TERMINOLOGY...1 1.4 A DIAGNOSTIC APPROACH TO PROBLEM RESOLUTION...1 1.4.1 Problem/Section

More information

PROJECTOR MODEL SETUP MANUAL

PROJECTOR MODEL SETUP MANUAL PROJECTOR MODEL XV-Z30000 SETUP MANUAL Connecting Pin Assignments... 2 RS-232C Specifications and Commands... 4 Setting up the Projector Network Environment... 8. Connecting the Projector to a Computer...

More information

BANK OF FINLAND DISCUSSION PAPERS

BANK OF FINLAND DISCUSSION PAPERS BANK OF FINLAND DISCUSSION PAPERS 3 2004 Martin Ellison Lucio Sarno Jouko Vilmunen Research Department 20.1.2004 Monetary policy and learning in an open economy Suomen Pankin keskustelualoitteita Finlands

More information

ADAS312: Post-process population data for hydrogen beam stopping and emission

ADAS312: Post-process population data for hydrogen beam stopping and emission ADAS312: Post-process population data for hydrogen beam stopping and emission Using ADAS310, very complete calculations of the excited population structure are in fact performed. The tabulated population

More information

UNIVERSAL SERIAL INTERFACE

UNIVERSAL SERIAL INTERFACE UNIVERSAL SERIAL INTERFACE Coastal Environmental Systems Application Note ZENO_MANUAL_USI.DOC 4/21 UNIVERSAL SERIAL INTERFACE Overview The Universal Serial Interface lets you program your ZENO to communicate

More information

2.4GHz/5GHz 300Mbps Outdoor Wireless Base Station

2.4GHz/5GHz 300Mbps Outdoor Wireless Base Station 2.4GHz/5GHz 300Mbps Outdoor Wireless MODELS: / Datasheet Highlights -Broad operating frequency channels ensure less wireless interference -Wireless N speed up to 300Mbps -Selectable bandwidth of 5/10/20/40MHz

More information