RS232/LAN Serial Communication Control. Specification for A3112 (MDT701S/LDT701V)

Size: px
Start display at page:

Download "RS232/LAN Serial Communication Control. Specification for A3112 (MDT701S/LDT701V)"

Transcription

1 RS232/LAN Serial Communication Control Specification for A3112 (MDT701S/LDT701V) 1. Application This document defines the communication protocols for serial control of the A3112(MDT701S/LDT701V). A3112: A common regulatory name for MDT552S and LDT552V. This model name is noted on rating label. MDT701S: A model name for the market, US, EU and Asia and others, except for Japan. LDT701V: A model name for the Japan market Revision History st Release: Dec. 15 th, 2012 Y.Ashizaki, T.Tsukamoto, H.Tanizoe Index 1. Application Connectors and wiring Communication Parameter Communication Format type Typical procedure example Power control procedure Asset Data read and write Date & Time read and write Schedule read and write Self diagnosis Serial No. & Model Name Read Control Commands for Auto Brightness function Control Commands for Automatic ID Assignment function Appendix A. Operation Code (OP code) Table B. Application Note for LAN based communication C. Power control timing instruction for OPS PC (1/58)

2 2. Connectors and wiring You connect the computer and the displays with serial cables for the display control. You can use one of serial communication control ports with selecting whether RS-232C or LAN. A: RS-232C connection Connector: D-Sub 9-pin Cable: Cross (reversed) cable or null modem cable B: LAN connection Connector: Modular 8pin (RJ45) Cable: Modular 8pin (RJ45), Strait CAT5/6/7 LAN cable * If you connect one PC and one display without LAN HUB, you use Cross LAN cable. PC LAN HUB Display #1 Display #2 LAN cable LAN cables Note: LAN control is converted to RS-232C control in the display. (2/58)

3 3. Communication Parameter Set each communication parameters to the PC connected with each kind of cable. A: RS-232C connection (1) RS-232C direct connection between PC and Display Interface RS-232C (Asynchronous, Full-duplex) Baud rate 9600bps Data length 8bits Parity None Stop bit 1 bit Flow control None Communication code ASCII Communication signals TXD, RXD B: LAN connection (1) LAN connection between PC and Display Interface TCP/IP DHCP client mode Changeable (default = OFF: not using) IP address Changeable (default = : depends on model) Subnet mask Changeable (default = ) Default gateway Changeable (default = : depends on model) Port 3007/63007 (Both of those ports are available. Use only if you have no support of legacy products.) (3/58)

4 3.1 Communication timing The controller should wait for a packet interval before next command is sent. The packet interval needs to be longer than 600msec for the A3112(MDT701S/LDT701V). [Important Information] HOST system shall send next command after receiving a reply command from Monitor, if it is sequential commands communication. If Host doesn t wait for monitor s reply, monitor operation error may happen. Time-out error handling operation in Controller: Host Controller shall wait the reply from Monitor, after sending command as mentioned above. The time-out setting in Host Controller shall be more than 30sec after sending command to Monitor. (Using the maximum command interval a MAX is most safety.) Communication disabled period after power on/off: After Monitor Power on, either by AC switch, Remote Controller or Serial communication command, Monitor goes initialize mode of controller and can not handle the remote control commands correctly during the mode. So do NOT send any command at least 20sec after monitor power on/off. If you make the code which sends any command after POWER ON/OFF command, please put a wait at least 20sec after sending the command. About the other commands, please wait the each periods of command interval from PC. (See below example.) When your system may output no signal, you have to set the menu POWER SAVE (PC) to OFF because of 20sec waiting. [Available Command list at DC power off status] A3112(MDT701S/LDT701V) can t accept and reply any command except for the following commands when it is in DC power off or power saving. Power status Read / Read Model name Read / Serial number Read /Power on / Power off [Network latency with control via LAN] If you control A3112(MDT701S/LDT701V) via LAN interface, the network latency time will affect the control timing of serial commands. It is out of scope of document. Please add necessary margin of wait time and interval of each command packet, based on the maximum available latency time with your system and add appropriate error handling operation into your control program. (4/58)

5 Example of communication timing Command #1 PC Reply #1 Command #2 Reply #2 Display b 1 b 2 a 1 a 2 Characters of Command #1 0 0 v P C R c 1 * Command interval from PC (Wait sending next command for processing in display.) a > 20sec: When Command #1 is power command POWER ON, POWER OFF. a > 5sec: When Command #1 is video input command INPUT D-SUB, INPUT VIDEO, etc. a > 1.8sec: When Command #1 is store the adjusted value command SAVE CURRENT SETTINGS, SAVE CURRENT SETTINGS QUICK. a > 6sec: When Command #1 is AUTO SETUP. a > 30sec: When Command #1 is FACTORY RESET, SCREEN RESET. (This results in a MAX ) a > 15sec: When Command #1 is Force powered off. a > 600msec: When Command #1 is the others. * Minimum reply time from display (Additional time depends on command processing in display) b = 10msec (Typ.): On RS-232C connection (The time depends on models as 10 to 20msec.) b = 30sec (max): When Command #1 is FACTORY RESET, SCREEN RESET. b = 3sec (max): When Command #1 is video input command INPUT D-SUB, INPUT VIDEO,etc. b < 200msec (max): When Command #1 is the others. * Command internal gap (Don t make a longer interval gap between characters.) [Following 3steps of time out period is selectable by OSD menu CONTROL TIMEOUT in CONFIGURATION2 menu on POWER ON mode. Although c is 5sec on POWER OFF mode and sleep mode. ] c < 10msec: Normal communication mode for time-out error of each character gap. c < 2sec: Hand typing mode on teletype application. c < 30sec: Hand typing mode with longer time-out. (Infinity waiting isn t supported because of processing freeze.) (5/58)

6 4. Communication Format 4.1. Basic command This command set supports only the basic control of monitor and does NOT support multi monitor control by daisy chained connection. This command set will be written in the user s manual of A3112(MDT701S/LDT701V). 1) Control command diagram The command is structured by the address code, function code, data code and end code. The length of the command is different for each function. 2) Control sequence (1) The command from a computer to the LCD monitor will be sent in 600ms. (2) The LCD monitor will send a return command 600ms* after it has received and encoded. If the command isn t received correctly, the LCD monitor will not send the return command. (3) The personal computer checks the command and confirms if the command, which has been sent, has been executed or not. (4) This LCD monitor sends various codes other than return code. When having a control sequence by RS-232C, reject other codes from personal computers side. *: The sending time of return command may delay depending on the condition (during changing of the input signal, etc.). Example: Turn the power ON ( is for ASCII code) Note: The replied status is for communication confirmation. When you want to know the display condition, please use the Read command. (See page 7) (6/58)

7 3) Operation commands The operation commands execute the basic operation setting of this LCD monitor. It may not operate when changing the signal: Operation ASCII HEX POWER ON! 21h POWER OFF " 22h FORCE POWER OFF WITH OPS "" 22h 22h INPUT HDMI1 _r1 5Fh 72h 31h INPUT HDMI2 _r7 5Fh 72h 37h INPUT DVI-D _r2 5Fh 72h 32h INPUT D-SUB _r3 5Fh 72h 33h INPUT OPTION(OPS) _r5 5Fh 72h 35h INPUT DisplayPort _r6 5Fh 72h 36h INPUT VIDEO _v1 5Fh 76h 31h INPUT YPbPr (DVD/HD) _v2 5Fh 76h 32h INPUT S-VIDEO* _v3 5Fh 76h 33h * S-VIDEO is SEPARATE only 4) Read command Host computer sends the command without Data-code to monitor. After receiving this command, the monitor returns the command with Data-code of current status to host computer. < ex. > When Host computer ask Power status of monitor, the status of monitor is powered-on. Structure of the Read-command POWER Input Picture mode Temperature of Internal monitor ASCII HEX Function Data (Receive) Function Data (Receive) ON vp OFF(sleep/stand by) vp HDMI1 vi r HDMI2 vi r DVI-D vi r D-SUB vi r OPTION vi r DisplayPort vi r Video vi v YPbPr (DVD/HD) vi v S-VIDEO vi v HIGHBRIGHT vm p1 76 4D STANDARD vm p2 76 4D Around Main board Around Power PCB resolution 1 C tc1 (ex.) B resolution 1 C tc2 (ex.) B (7/58)

8 5) Remote command (Not executable in sleep/standby mode. When the remote commands are sent while sleep/standby mode, the sleep/stand-by mode is only canceled.) Some remote control operations can be achieved by the remote command codes. The remote commands have no data codes. Button s name on remote Function Character ASCII +/VOLUME r06 72h 30h 36h -/VOLUME r07 72h 30h 37h AV MUTE ra6 72h 61h 36h AUTO SETUP r09 72h 30h 39h [Example] When executing the AUTO SETUP. (Figures and symbols enclosed in quotation marks are ASCII codes.): Sending commands from the PC, etc D 00r09 Status code from the projector Description Command operating the same as the MENU button D 00r09 Command receipt confirmation (Command echo back) Note: When you use a terminal application with typing the codes by hands, DO NOT type BS (Back Space) key or the other control keys. The behavior may send unexpected codes in Sending command to the monitor. The communication may be rejected by the monitor, or the monitor may result in unexpected operation in the worst case. (8/58)

9 4.2. Extended command Note: This command set supports multi monitor control by daisy chained connection. This command set will NOT be written in the user s manual of A3112(MDT701S/LDT701V). The command packet consists of four parts,,, and. Check Code Sequence of a typical procedure to control a monitor is as follows, [A controller and a monitor, two-way communication composition figure] Controller Monitor Check Code Get Check Code Check Code Set Check Code The controller sends a command to get a value from the monitor that you want to change. The monitor replies with the current value of the requested item. The controller sends commands to set an adjusted value. The monitor replies to the controller for confirmation. Check Code Get Check Code Save Current Check Code The controller sends a command to get a value for confirmation. The monitor replies with an adjusted value. The controller requests to store the adjusted value to the monitor. (9/58)

10 4.3 block format (fixed length) Reserved Destination SOH Source '0' 'A' Type Length 1 st 2 nd 3 rd 4 th 5 th 6 th -7 th 1 st byte) SOH: Start of ASCII SOH (01h) 2 nd byte) Reserved: Reserved for future extensions. A3112(MDT701S/LDT701V) must be ASCII '0'(30h) 3 rd byte) Destination: Destination equipment ID. (Receiver) Specify a command s receiver s address. If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. If it is a broad cast command (only set command is available), then the * (2Ah)should be applied. 4 th byte) Source: Source equipment ID. (Sender) Specify a sender address. The controller must be 0 (30h). 5 th byte) Type: (Case sensitive.) Refer to section 4.2 block format for more details. ASCII 'A' (41h): Command ASCII 'B' (42h): Command reply. ASCII 'C' (43h): Get current parameter from a monitor. ASCII 'D' (44h): "Get parameter" reply. ASCII 'E' (45h): Set parameter. ASCII 'F' (46h): "Set parameter" reply. 6 th -7 th bytes) Length: Specify the length of the message (that follows the header) from STX to ETX. This length includes STX and ETX. The byte data must be encoded to ASCII characters. Ex.) The byte data 3Ah must be encoded to ASCII characters '3' and 'A' (33h and 41h). The byte data 0Bh must be encoded to ASCII characters '0' and 'B' (30h and 42h). (10/58)

11 4.4 block format block format is allied to the Type in the. Refer to the section 6 format for more detail. 1)Get current parameter The controller sends this message when you want to get the status of the monitor. For the status that you want to get, specify the OP code page and OP code, refer to Appendix A. Operation code table. format of the Get current parameter is as follows; STX OP code page OP code Hi Lo Hi Lo ETX Refer to section 5.1 Get current parameter from a monitor. for more details. 2)Get Parameter reply The monitor will reply with the status of the requested item specified by the controller in the Get parameter message. format of the Get parameter reply is as follows; Result OP code page OP code Type Max value Current Value STX Hi Lo Hi Lo Hi Lo Hi Lo MSB LSB MSB LSB Refer to section 5.2 Get parameter reply for more details. ETX 3)Set parameter The controller sends this message to change a setting of the monitor. format of the Set parameter is as follows; STX OP code page OP code Set Value Hi Lo Hi Lo MSB LSB ETX Refer to section 5.3 Set parameter for more details. STX 4)Set Parameter reply The monitor replies with this message for a confirmation of the Set parameter message. format of the Set parameter reply is as follows; Requested setting Result OP code page OP code Type Max value Value Hi Lo Hi Lo Hi Lo Hi Lo MSB LSB MSB LSB Refer to section 5.4 Set parameter reply for more details. ETX 5)Command Command message format depends on each command. Usually, this command message is used for some non-slider controls and some special operations, such as Save current settings, Get timing report, power control, Schedule, etc. Refer to section 5.5 Commands message for more details. (11/58)

12 6)Command reply The monitor replies to a query from the controller. Command reply message format depends on each command. Refer to section 5.5 Commands message for more details. (12/58)

13 4.5 is the Block Check Code (BCC) between the and the End of except SOH SOH D 0 Reserved D 1 Destination D 2 Source D 3 Type D 4 Length D 5 STX D 6 Data D 7 ETX D n D n+1 P P P P P P P P D n+1 = D 1 XOR D 2 XOR D 3 XOR,,, D n XOR: Exclusive OR Following is an example of a (BCC) calculation. SOH Reserved Destination Address Source Address type length STX OP code page OP code Set Value ETX Check code (BCC) D D 0 D 1 D 2 D 3 D 4 D 5 D 6 D 7 D 8 D 9 D 10 D 11 D 12 D 13 D 14 D 15 D 16 D 17 D 18 (BCC) D 17 = D 1 xor D 2 xor D 3 xor xor D 14 xor D 15 xor D 16 = 30h xor 41h xor 30h xor 45h xor 30h xor 41h xor 02h xor 30h xor 30h xor 31h xor 30h xor 30h xor 30h xor 36h xor 34h xor 03h = 77h 4.6 Packet delimiter code; ASCII CR(0Dh). (13/58)

14 5. type 5.1 Get current Parameter from a monitor. OP code page OP code STX ETX Hi Lo Hi Lo 1 st 2 nd -3 rd 4 th 5 th 6 th Send this message when you want to get the status of a monitor. For the status that you want to get, specify the OP code page the OP code, refer to Appendix A. Operation code table. 1 st byte) STX: Start of ASCII STX (02h) 2 nd -3 rd bytes) OP code page: Operation code page. Specify the OP code page for the control which you want to get the status. Refer to Appendix A Operation code table for each item. OP code page data must be encoded to ASCII characters. Ex.) The byte data 02h must be encoded to ASCII characters '0' and '2' (30h and 32h). OP code page 02h -> OP code page (Hi) = ASCII '0' (30h) OP code page (Lo) = ASCII '2' (32h) Refer to Operation code table. (Appendix A) 4 th 5 th bytes) OP code: Operation code Refer to Appendix A Operation code table for each item. OP code data must be encoded to ASCII characters. Ex.) The byte data 3Ah must be encoded to ASCII characters '3' and 'A' (33h and 41h). OP code 3Ah -> OP code (Hi) = ASCII '3' (33h) OP code (Lo) = ASCII 'A' (41h) Refer to Operation code table. 6 th byte) ETX: End of ASCII ETX (03h) 5.2 "Get parameter" reply STX Result OP code page OP code Type Max value Current Value Hi Lo Hi Lo Hi Lo Hi Lo MSB LSB MSB LSB ETX 1 st 2 nd -3 rd 4 th 5 th 6 th 7 th 8 th -9 th 10 th -13 th 14 th -17 th 18 th A3112(MDT701S/LDT701V) replies with a current value and the status of the requested item (operation code). 1 st byte) STX: Start of ASCII STX (02h) 2 nd -3 rd bytes) Result code. These bytes indicate a result of the requested commands as follows, (14/58)

15 00h: No Error. 01h: Unsupported operation with this monitor or unsupported operation under current condition. This result code from the monitor is encoded to ASCII characters. Ex.) The byte data 01h is encoded to ASCII character '0' and '1' (30h and 31h). 4 th 5 th bytes) OP code page: Operation code page. These bytes indicate a replying item's OP code page. This returned value from the monitor is encoded to ASCII characters. Ex.) The byte data 02h is encoded to ASCII character '0' and '2' (30h and 32h). Refer to the operation codes table. 6 th 7 th bytes) OP code: Operation code These bytes indicate a replying item's OP code. This returned value from the monitor is encoded to ASCII characters. Refer to the operation code table. Ex.) The byte data 1Ah is encoded to ASCII character '1' and 'A' (31h and 41h). 8 th -9 th bytes) Type: Operation type code This returned value from the monitor is encoded to ASCII characters. Ex.) The byte data 01h is encoded to ASCII character '0' and '1' (30h and 31h). 00h: Set parameter 01h: Momentary Like the Auto Setup function which automatically changes the parameter. 10 th -13 th bytes) Max. value: Maximum value which monitor can accept. (16bits) This returned value from the monitor is encoded to ASCII characters. Ex.) '0','1','2' and '3' means 0123h (291) 14 th -17 th bytes) Current Value: (16bits) This returned value from the monitor is encoded to ASCII characters. Ex.) '0','1','2' and '3' means 0123h (291) 18 th byte) ETX: End of ASCII ETX (03h) 5.3 Set parameter OP code page OP code Set Value STX ETX Hi Lo Hi Lo MSB LSB 1 st 2 nd -3 rd 4 th -5 th 6 th -9 th 10 th Send this message to change monitor s adjustment and so on. The controller requests a monitor to change value. 1 st byte) STX: Start of ASCII STX (02h) 2 nd -3 rd bytes) OP code page: Operation code page This OP code page data must be encoded to ASCII characters. (15/58)

16 Ex) The byte data 02h must be encoded to ASCII '0' and '2' (30h and 32h). Refer to the Operation code table. 4 th -5 th bytes) OP code: Operation code This OP code data must be encoded to ASCII characters. OP code 1Ah -> OP code (Hi) = ASCII '1' (31h) OP code (Lo) = ASCII 'A' (41h) Refer to the Operation code table. 6 th -9 th bytes) Set value: (16bit) This data must be encoded to ASCII characters. Ex.) 0123h -> 1 st (MSB) = ASCII '0' (30h) 2 nd = ASCII '1' (31h) 3 rd = ASCII '2' (32h) 4 th (LSB) = ASCII '3' (33h) 10 th byte) ETX: End of ASCII ETX (03h) 5.4 "Set parameter" reply Requested setting Result OP code page OP code Type Max value STX Value ETX Hi Lo Hi Lo Hi Lo Hi Lo MSB LSB MSB LSB 1 st 2 nd -3 rd 4 th -5 th 6 th -7 th 8 th -9 th 10 th -13 th 14 th -17 th 18 th The Monitor echoes back the parameter and status of the requested operation code. (If command is sent as Broadcast then no reply should be sent back.) 1 st byte) STX: Start of ASCII STX (02h) 2 nd -3 rd bytes) Result code ASCII '0''0' (30h, 30h): No Error ASCII '0''1' (30h, 31h): Unsupported operation with this monitor or unsupported operation under current condition. 4 th -5 th bytes) OP code page: Echoes back the Operation code page for confirmation. Reply data from the monitor is encoded to ASCII characters. Ex.) OP code page 02h -> OP code page = ASCII '0' and '2' (30h and 32h) Refer to Operation code table. 6 th -7 th bytes) OP code: Echoes back the Operation code for confirmation. Reply data from the monitor is encoded to ASCII characters. Ex.) OP code 1Ah -> OP code (Hi) = ASCII '1' (31h) Refer to Operation code table 8 th -9 th bytes) Type: Operation type code OP code (Lo) = ASCII 'A' (41h) (16/58)

17 ASCII '0''0' (30h, 30h): Set parameter ASCII '0''1' (30h, 31h): Momentary Like Auto Setup function, that automatically changes the parameter. 10 th -13 th bytes) Max. value: Maximum value that monitor can accept. (16bits) Reply data from the monitor is encoded to ASCII characters. Ex.) '0''1''2''3' means 0123h (291) 14 th -17 th bytes) Requested setting Value: Echoes back the parameter for confirmation. (16bits) Reply data from the monitor is encoded to ASCII characters. Ex.) '0''1''2''3' means 0123h (291) 18 th byte) ETX: End of ASCII ETX (03h) 5.5 Commands "Command message format" depends on each command. Some commands are shown with usage. Refer to section 7 to Save Current Settings. The controller requests for the monitor to store the adjusted value. STX Command code '0' 'C' ETX Send "OC"(30h, 43h) as Save current settings command. Complete "Save Current setting" command packet as follows; (The destination A (monitor ID of 1) is only an example. It should be changed according to the target monitor ID) ASCII: 01h-30h-41h-30h-41h-30h-34h-02h-30h-43h-03h-CHK-0Dh SOH-'0'-'A'-'0'-'A'-'0'-'4'-STX-'0'-'C'-ETX-CHK- CR The monitor replies the packet for confirmation as follows; SOH-'0'-'0'-'A'-'B'-'0'-'6'-STX-'0'-'0'-'0'-'C'-ETX-CHK- CR 5.5.1a Save Current Settings Quick. The controller requests for the monitor to store the adjusted value. This command supports only following items, in order to shorten execute time in monitor inside. CONTRAST, BRIGHT, Color Temperature, IR Control, Information OSD, H-Position, V-Position, Sharpness, Black Level, Tint, Color, OSD Turn Off, Off Timer, OSD H-Position, OSD V-Position, Power On Delay, Gamma Selection, Tiling, Monitor ID, Clock, Clock Phase, Zoom, H-Resolution, V-Resolution. STX Command code '0' 'D' ETX Send "OD"(30h, 44h) as Save current settings quick command. Complete "Save Current setting" command packet as follows; (17/58)

18 ASCII: 01h-30h-41h-30h-41h-30h-34h-02h-30h-44h-03h-CHK-0Dh SOH-'0'-'A'-'0'-'A'-'0'-'4'-STX-'0'-'D'-ETX-CHK- CR The monitor replies the packet for confirmation as follows; SOH-'0'-'0'-'A'-'B'-'0'-'6'-STX-'0'-'0'-'0'-'D'-ETX-CHK- CR Get Timing Report and Timing reply. The controller requests the monitor to report the displayed image timing. STX Command code '0' '7' ETX Send "07"(30h, 37h) as Get Timing Report command. Complete "Get Timing Report" command packet as follows; (The destination A (monitor ID of 1) is only an example. It should be changed according to the target monitor ID) ASCII: 01h-30h-41h-30h-41h-30h-34h-02h-30h-37h-03h-CHK-0Dh SOH-'0'-'A'-'0'-'A'-'0'-'4'-STX-'0'-'7'-ETX-CHK- CR The monitor replies status as the following format; Command SS H Freq. V Freq. STX '4' 'E' Hi Lo MSB LSB MSB LSB SS: Timing status byte Bit 7 = 1: Sync Frequency is out of range. Bit 6 = 1: Unstable count Bit 5-2 Reserved (Don't care) Bit 1 1:Positive Horizontal sync polarity. 0:Negative Horizontal sync polarity. Bit 0 1:Positive Vertical sync polarity. 0:Negative Vertical sync polarity. H Freq: Horizontal Frequency in unit 0.01kHz ETX V Freq: Vertical Frequency in unit 0.01Hz Ex.) When H Freq is '1''2''A''9' (31h, 32h, 41h, 39h), it means 47.77kHz NULL STX Command code 'B' 'E' ETX The NULL message returned from the monitor is used in the following cases; A timeout error has occurred. (The default timeout is 10msec for command internal gap.) The monitor receives an unsupported message type. The monitor detects a packet BCC (Block Check Code) error. To tell the controller that the monitor does not have any answer to give to the host (not ready or not expected) (18/58)

19 Complete "NULL " command packet as follows; (The destination A (monitor ID of 1) is only an example. It should be changed according to the target monitor ID) 01h-30h-30h-41h-41h-30h-34h 02h-42h-45h-03h-CHK-0Dh SOH-'0'-'0'-'A'-'A'-'0'-'4'-STX-'B'-'E'-ETX-CHK- CR 6. Typical procedure example The following is a sample of procedures to control the monitor, these are examples of "Get parameter", "Set parameter" and "Save current settings" How to change the Brightness setting. Step 1. The controller requests the Monitor to reply with the current brightness setting and capability to support this operation. (Get parameter) SOH-'0'-'A'-'0'-'C'-'0'-'6' STX-'0'-'0'-'1'-'0'-ETX BCC CR SOH (01h): Start Of If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. If it is a broad cast command (only set command is available), then the * (2Ah)should be applied. '0' (30h): sender is the controller 'C' (43h): is "Get parameter command" '0'-'6' (30h, 36h): length is 6 bytes STX (02h): Start of '0'-'0' (30h, 30h): Operation code page number is 0 '1'-'0' (31h, 30h): Operation code is 10h (in the OP code page 0) ETX (03h): End of Step 2. The monitor replies with current Brightness setting and capability to support this operation. (If command is sent as Broadcast then no reply should be sent back.) SOH-'0'-'0'-'A'-'D'-'1'-'2' STX-'0'-'0'-'0'-'0'-'1'-'0'-'0'-'0' BCC CR -'0'-'0'-'6'-'4'-'0'-'0'-'3'-'2'-ETX SOH (01h): Start Of '0' (30h): receiver is the controller This portion should depend on the monitor ID of Monitor.( A (41h)- Z (5Ah)) 'D' (44h): Type is "Get parameter reply" '1'-'2' (31h, 32h): length is 18 bytes STX (02h): Start of '0'-'0' (30h, 30h): Result code. No error '0'-'0' (30h, 30h): Operation code page number is 0 (19/58)

20 '1'-'0' (31h, 30h): Operation code is 10h (in the page 0) '0'-'0' (30h, 30h): This operation is "Set parameter" type '0'-'0'-'6'-'4' (30h, 30h, 36h, 34h): Brightness max value is 100(0064h) '0'-'0'-'3'-'2' (30h, 30h, 33h, 32h): Current Brightness setting is 50(0032h) as 50% ETX (03h): End of Step 3. The controller request the monitor to change the Brightness setting SOH-'0'-'A'-'0'-'E'-'0'-'A' STX-'0'-'0'-'1'-'0'-'0'-'0'-'5'-'0'-ETX BCC CR SOH (01h): Start Of If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. If it is a broad cast command(only set command is available), then the * (2Ah)should be applied. '0' (30h): sender is the controller 'E' (45h): Type is "Set parameter command" '0'-'A' (30h, 41h): length is 10 bytes STX (02h): Start of '0'-'0' (30h, 30h): Operation code page number is 0 '1'-'0' (31h, 30h): Operation code is 10h (in the page 0) '0'-'0'-'5'-'0' (30h, 30h, 35h, 30h): Set Brightness setting 80(0050h) as 80% ETX (03h): End of Step 4. The monitor replies with a message for confirmation. (If command is sent as Broadcast then no reply should be sent back.) SOH-'0'-'0'- 'A' -'F'-'1'-'2' STX-'0'-'0'-'0'-'0'-'1'-'0' '0'-'0'-'0' BCC CR -'0'-'6'-'4'-'0'-'0'-'5'-'0'-ETX SOH (01h): Start Of '0' (30h): receiver is the controller This portion should depend on the monitor ID of Monitor.( A (41h)- Z (5Ah)) 'F' (46h): Type is "Set parameter reply" '1'-'2' (31h, 32h): length is 18 bytes STX (02h): Start of '0'-'0' (30h, 30h): Result code. No error '0'-'0' (30h, 30h): Operation code page number is 0 '1'-'0' (31h, 30h): Operation code is 10h (in the page 0) '0'-'0' (30h, 30h): This operation is "Set parameter" type (20/58)

21 '0'-'0'-'6'-'4' (30h, 30h, 36h, 34h): Brightness max value is 100(0064h) '0'-'0'-'5'-'0' (30h, 30h, 35h, 30h): Received a Brightness setting was 80(0050h) as 80% ETX (03h): End of 1. Repeat Step 1 and Step 2, if you need to check the Brightness setting. (Recommended) Step 5. Request the monitor to store the Brightness setting. (Save Current Settings Command) SOH-'0'-'A'-'0'-'A'-'0'-'4' STX-'0-'C'-ETX BCC CR SOH (01h): Start Of If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. If it is a broad cast command(only set command is available), then the * (2Ah)should be applied. '0' (30h): sender is the controller 'A' (41h): type is "Command" '0'-'4' (30h, 34h): length is 4 bytes STX (02h): Start of '0'-'C' (30h, 43h): Command code is 0Ch as "Save current settings" ETX (03h): End of 6.2 How to read the measurement value of the built-in temperature sensors. A3112(MDT701S/LDT701V) has two built-in temperature sensors. The controller can monitor inside temperatures by using those sensors through RS-232C. The following shows the procedure for reading the temperatures from the sensors. Step 1. Select a temperature sensor which you want to read. SOH-'0'-'A'-'0'-'E'-'0'-'A' STX-'0'-'2'-'7'-'8'-'0'-'0'-'0'-'1'-ETX BCC CR SOH (01h): Start of If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. '0' (30h): sender is the controller 'E' (45h): Type is "Set parameter command" '0'-'A' (30h, 41h): length is 10 bytes STX (02h): Start of '0'-'2' (30h, 32h): Operation code page number is 02h '7'-'8' (37h, 38h): Operation code is 78h (on page 2) (21/58)

22 '0'-'0'-'0'-'1' (30h, 30h, 30h, 31h): Select the temperature sensor #1 (01h). 00h: No meaning 01h: Sensor #1 02h: Sensor #2 ETX (03h): End of Step 2. The monitor replies for confirmation. SOH-'0'-'0'-'A'-'F'-'1'-'2' STX-'0'-'0'-'0'-'2'-'7'-'8'-'0'-'0'-'0'-'0' BCC CR -'0'-'2'-'0'-'0'-'0'-'1'-ETX SOH (01h): Start of '0' (30h): receiver is the controller This portion should depend on the monitor ID of Monitor.( A (41h)- Z (5Ah)) 'F' (46h): Type is "Set parameter reply" '1'-'2' (30h, 32h): length is 18 bytes STX (02h): Start of '0'-'0' (30h, 30h): Result code. No error '0'-'2' (30h, 32h): Operation code page number is 0 02h '7'-'8' (37h, 38h): Operation code is 78h (in the page 2) '0'-'0' (30h, 30h): This operation is "Set parameter" type '0'-'0'-'0'-'2' (30h, 30h, 30h, 32h): Number of temperature sensors 2 (0002h). '0'-'0'-'0'-'1' (30h, 30h, 30h, 31h): temperature sensor is #1. ETX (03h): End of Step 3 The controller requests the monitor to send the temperature from the selected sensor. SOH-'0'-'A'-'0'-'C'-'0'-'6' STX-'0'-'2'-'7'-'9'-ETX BCC CR SOH (01h): Start of If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. '0' (30h): sender is the controller 'C' (43h): Type is "Get parameter '0'-'6' (30h, 36h): length is 6 bytes STX (02h): Start of '0'-'2' (30h, 32h): Operation code page number is 02h. (22/58)

23 '7'-'9' (37h, 39h): Operation code is 79h (in the page 2) ETX (03h): End of Step 4. The monitor replies a temperature of selected sensor. SOH-'0'-'0'-'A'-'D'-'1'-'2' STX-'0'-'0'-'0'-'2'-'7'-'9'-'0'-'0' BCC CR -'0'-'0'-'F'-'F'-'0'-'0'-'3'-'2'-ETX SOH (01h): Start of '0' (30h): receiver is the controller This portion should depend on the monitor ID of Monitor.( A (41h)- Z (5Ah)) 'D' (44h): Type is "Get parameter reply" '1'-'2' (31h, 32h): length is 18 bytes STX (02h): Start of '0'-'0' (30h, 30h): Result code. No error '0'-'2' (30h, 32h): Operation code page number is 2 '7'-'9' (37h, 39h): Operation code is 79h (in the page 2) '0'-'0' (30h, 30h): This operation is "Set parameter" type '0'-'0'-'F'-'F' (30h, 30h, 46h, 46h): Maximum value. '0'-'0'-'3'-'2' (30h, 30h, 33h, 32h): The temperature is 50 degrees Celsius. ETX (03h): End of Readout value is 2's complement. Temperature [Celsius] Readout value Binary Hexadecimal Dh h h h FFFFh FFE7h FFC9h (23/58)

24 7. Power control procedure 7.1 Power status read 1) The controller requests the monitor to reply a current power status. SOH-'0'-'A'-'0'-'A'-'0'-'6' STX-'0'-'1'-'D'-'6'-ETX BCC CR SOH (01h): Start Of If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. '0' (30h): sender is the controller 'A' (41h): Type is "Command" '0'-'6' (30h, 36h): length is 6 bytes STX (02h): Start of '0'-'1'-'D'-'6': Get power status command ETX (03h): End of. 2) The monitor returns with the current power status. SOH-'0'-'0'-'A'-'B'-'1'-'2' STX-'0'-'2'-'0'-'0'-'D'-'6'-'0'-'0'-'0' BCC CR -'0'-'0'-'4'-'0'-'0'-'0'-'1'-ETX SOH (01h): Start Of '0' (30h): receiver is the controller This portion should depend on the monitor ID of Monitor.( A (41h)- Z (5Ah)) 'B' (42h): Type is "Command reply" '1'-'2' (31h, 32h): length is 18 bytes STX(02h):Start of '0'-'2' (30h, 32h): Reserved data '0'-'0' (30h, 30h): Result code 00: No Error 01: Unsupported 'D'-'6'(44h, 36h): Display power mode code '0'-'0' (30h, 30h): Parameter type code is "Set parameter" '0'-'0'-'0'-'4' (30h, 30h, 30h, 34h): Power mode is 4 types '0'-'0'-'0'-'1' (30h, 30h, 30h, 31h): Current power mode <Status> 0001: ON 0004: Sleep/Standby (power save), OFF (same as IR power off) 000F: Force Power OFF with OPS ETX (03h): End of (24/58)

25 7.2 Power control 1) The controller requests the monitor to control monitor power. SOH-'0'-'A'-'0'-'A'-'0'-'C' STX-'C'-'2'-'0'-'3'-'D'-'6'- BCC CR '0'-'0'-'0'-'1'-ETX SOH (01h): Start Of If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. If it is a broad cast command(only set command is available), then the * (2Ah)should be applied. '0' (30h): sender is the controller 'A' (41h): type is "Command" '0'-'C (30h, 43h): length is 12 bytes STX (02h): Start of 'C'-'2,'0'-'3'-'D'-'6' (43h, 32h, 30h, 33h, 44h, 36h): power control command '0'-'0'-'0'-'1' (30h, 30h, 30h, 31h): Power mode 0001: ON 0002, 0003: Do not set. 0004: Sleep/Standby (power save),off (same as power off by IR) 000F: Force Power OFF with OPS ETX (03h): End of. 2) The monitor replies a data for confirmation. (If command is sent as Broadcast then no reply should be sent back.). SOH-'0'-'0'-'A'-'B'-'0'-'E' STX-'0'-'0'-'C'-'2'-'0'-'3'-'D'-'6'- '0'-'0'-'0'-'1'-ETX BCC CR SOH (01h): Start Of '0' (30h): sender is the controller This portion should depend on the monitor ID of Monitor.( A (41h)- Z (5Ah)). 'B' (42h): type is "Command reply" 'N'-'N': length. Note.) The maximum data length that can be written to the monitor at a time is 32bytes. Ex.) The byte data 20h is encoded as ASCII characters '2' and '0' (32h and 30h). STX (02h): Start of '0'-'0' (30h, 30h): Result code. No error 'C'-'2,'0'-'3'-'D'-'6' (43h, 32h, 30h, 33h, 44h, 36h): power control reply command 2. The monitor replies same as power control command to the controller. '0'-'0'-'0'-'1' (30h, 30h, 30h, 31h): Power mode 0001: ON 0002, 0003: Do not set. 0004: OFF (same as the power off by IR) 000F: Force Power OFF with OPS (25/58)

26 ETX (03h): End of. 8. Asset Data read and write 8.1 Asset Data Read Request and reply This command is used in order to read Asset Data. 1) The controller requests the monitor to reply with Asset data. SOH-'0'-'A'-'0'-'A'-'0'-'A' STX-'C'-'0'-'0'-'B'-'0'-'0'-'2'-'0'-ETX BCC CR SOH (01h): Start Of If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. '0' (30h): sender is the controller 'A' (41h): type is "Command" '0'-'A' (30h, 41h): length is 10 bytes STX (02h): Start of 'C'-'0'-'0'-'B' (43h, 30h, 30, 42h): Asset read request command '0'-'0' (30h, 30h): Offset data from top of the Asset data. At first set the offset 00h ( 0-0 ): Read data from the top of Asset data area. '2'-'0' (32h, 30h): Read out data length is 32bytes. Maximum readout length is 32bytes at a time. ETX (03h): End of 2) The monitor replies Asset data to the controller. SOH-'0'-'0'-'A'-'B'-N-N STX-'C'-'1'-'0'-'B'- Data(0)-Data(1)---Data(N)-ETX BCC CR SOH (01h): Start of '0' (30h): receiver is the controller This portion should depend on the monitor ID of Monitor.( A (41h)- Z (5Ah)). 'B' (42h): type is "Command reply" N-N: length Ex.) The byte data 20h is encoded to ASCII characters '2' and '0' (32h and 30h). Note.) This length is includes STX and ETX. STX (02h): Start of (26/58)

27 'C'-'1'-'0'-'B' (43h, 31h, 30, 42h): Asset read reply command Data(0) Data(N): Retuned Asset data. ETX (03h): End of 8.2 Asset Data write This command is used in order to write Asset Data. 1) The controller requests the monitor to write Asset data. SOH-'0'-'A'-'0'-'A'-N-N STX-'C'-'0'-'0'-'E'-'0'-'0'- Data(0)-Data(1)---Data(N)-ETX BCC CR SOH (01h): Start Of If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. If it is a broad cast command(only set command is available), then the * (2Ah)should be applied. '0' (30h): sender is the controller 'A' (41h): type is "Command" N-N: length. Note.) The maximum data length that can be written to the monitor at a time is 32bytes. Ex.) The byte data 20h is encoded as ASCII characters '2' and '0' (32h and 30h). STX (02h): Start of 'C'-'0'-'0'-'E' (43h, 30h, 30h, 45h): Asset Data writes command '0'-'0': Offset address from top of Asset data. Example) The offset 00h ( 0-0 ): Write data from top of the Asset data area. Data(0) Data(N): Asset data. The data must be ASCII characters strings. ETX (03h): End of 2) The monitor replies a data for confirmation.(if command is sent as Broadcast then no reply should be sent back.). SOH-'0'-'0'-'A'-'B'-N-N STX-'0'-'0'-'C'-'0'-'0'-'E'-'0'-'0'- Data(0)-Data(1)---Data(N)-ETX BCC CR SOH (01h): Start Of '0' (30h): receiver is the controller This portion should depend on the monitor ID of Monitor.( A (41h)- Z (5Ah)). 'B' (42h): type is "Command reply" N-N: length. Note.) The maximum data length that can be written to the monitor at a time is 32bytes. (27/58)

28 Ex.) The byte data 20h is encoded as ASCII characters '2' and '0' (34h and 30h). STX (02h): Start of '0'-'0': Result code. No error 'C'-'0'-'0'-'E' (43h, 30h, 30, 45h): Asset Data write command '0'-'0': Offset address from top of Asset data. Example) The offset 00h ( 0-0 ): Write data into from top of the Asset data area. Data(0) - Data(N): Asset data. * The data must be ASCII characters strings. ETX (03h): End of 9. Date & Time read and write 9.1 Date & Time Read This command is used in order to read the setting of Date & Time. 1) The controller requests the monitor to reply with the Date & Time. SOH-'0'-'A'-'0'-'A'-'0'-'6' STX-'C'-'2'-'1'-'1'-ETX BCC CR SOH (01h): Start Of If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. '0' (30h): sender is the controller 'A' (41h): type is "Command" '0'-'6'(30h, 36h): length. STX (02h): Start of 'C'-'2'-'1'-'1' (43h, 32h, 31h, 31h): Date & time read request command ETX (03h): End of 2) The monitor replies Date & Time to the controller. SOH-'0'-'0'-'A'-'B'-'1'-'4' STX-'C'-'3'-'1'-'1'-YY-MM-DD-WW-HH-MM-DS-ETX BCC CR SOH (01h): Start of '0' (30h): receiver is the controller (28/58)

29 This portion should depend on the monitor ID of Monitor.( A (41h)- Z (5Ah)). 'B' (42h): type is "Command reply" '1'-'4'(31h, 34h): length STX (02h): Start of 'C'-'3'-'1'-'1' (43h, 33h, 31h, 31h): Date & Time read reply command 'YY'-'MM'-'DD'-'WW'-'HH'-'MN'-'DS': Date & Time data YY: Year (offset 2000) '0'-'0'(30h, 30h): 2000 '6'-'3'(36h, 33h): 2099 (99 = 63h) MM: Month '0'-'1'(30h, 31h): January '0'-'C'(30h, 43h): December DD: Day '0'-'1'(30h, 31h): 1 '1'-'E'(31h, 45h): 30(=1Eh) '1'-'F'(31h, 46h): 31(=1Fh) WW: weekdays '0'-'0'(30h, 30h): Sunday '0'-'1'(30h, 31h): Monday '0'-'2'(30h, 32h): Tuesday '0'-'3'(30h, 33h): Wednesday '0'-'4'(30h, 34h): Thursday '0'-'5'(30h, 35h): Friday '0'-'6'(30h, 36h): Saturday HH: Hours '0'-'0'(30h, 30h): 0 '1'-'7'(31h, 37h): 23 (=17h) MN: Minutes '0'-'0'(30h, 30h): 0 '3'-'B' (33h, 42h): 59 (=3Bh) DS: Daylight saving (Summer time) '0'-'0'(30h, 30h): NO '0'-'1'(30hm 31h): YES ETX (03h): End of 9.2 Date & Time Write This command is used in order to write the setting of the Date & Time. 1) The controller requests the monitor to write Date & Time. SOH-'0'-'A'-'0'-'A'-'1'-'4' STX-'C'-'2'-'1'-'2'-YY-MM-DD-WW-HH-MN-DS-ETX BCC CR SOH (01h): Start Of (29/58)

30 If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. If it is a broad cast command(only set command is available), then the * (2Ah)should be applied. '0' (30h): sender is the controller 'A' (41h): type is "Command" '1'-'4'(31h, 34h): length. STX (02h): Start of 'C'-'2'-'1'-'2' (43h, 32h, 31h, 32h): Date & Time write command 'YY'-'MM'-'DD'-'WW'-'HH'-'MN'-'DS': Date & Time data YY: Year (offset 2000) '0'-'0'(30h, 30h): 2000 '6'-'3'(36h, 33h): 2099 (99 = 63h) MM: Month '0'-'1'(30h, 31h): January '0'-'C'(30h, 43h): December DD: Day '0'-'1'(30h, 31h): 1 '1'-'E'(31h, 45h): 30(=1Eh) WW: weekdays This parameter if no use, since the week is automatically calculated by Monitor based on the date data. HH: Hours '0'-'0'(30h, 30h): 0 '1'-'7'(31h, 37h): 23 (=17h) MN: Minutes '0'-'0'(30h, 30h): 0 '3'-'B' (33h, 42h): 59 (=3Bh) DS: Daylight saving (Summer time) '0'-'0'(30h, 30h): NO '0'-'1'(30h, 30h): YES ETX (03h): End of 2) The monitor replies a data for confirmation.(if command is sent as Broadcast then no reply should be sent back.). SOH-'0'-'0'-'A'-'B'-'1'-'6' STX-'C'-'3'-'1'-'2'-ST-YY-MM-DD-WW-HH-MN-DS-ETX BCC CR SOH (01h): Start Of '0' (30h): receiver is the controller This portion should depend on the monitor ID of Monitor.( A (41h)- Z (5Ah)). (30/58)

31 'B' (42h): type is "Command reply" '1'-'6'(31h, 36h): length. STX (02h): Start of 'C'-'3'-'1'-'2' (43h, 33h, 31h, 32h): Date & Time write reply command ST: Date & Time Status command '0'-'0'(30h, 30h): No error '0'-'1'(30h, 31h): Error 'YY'-'MM'-'DD'-'WW'-'HH'-'MN'-'DS': Date & Time data YY: Year (offset 2000) '0'-'0'(30h, 30h): 2000 '6'-'3'(36h, 33h): 2099 (99 = 63h) MM: Month '0'-'1'(30h, 31h): January '0'-'C'(30h, 43h): December DD: Day '0'-'1'(30h, 31h): 1 '1'-'E'(31h, 45h): 30(=1Eh) '1'-'F'(31h, 46h): 31(=1Fh) WW: weekdays This parameter if no use, since the week is automatically calculated by Monitor based on the date data. HH: Hours '0'-'0'(30h, 30h): 0 '1'-'7'(31h, 37h): 23 (=17h) MN: Minutes '0'-'0'(30h, 30h): 0 '3'-'B' (33h, 42h): 59 (=3Bh) DS: Daylight saving (Summer time) '0'-'0'(30h, 30h): NO '0'-'1'(30h, 31h): YES ETX (03h): End of (31/58)

32 10. Schedule read and write 10.1 Schedule Read This command is used in order to read the setting of the Schedule. 1) The controller requests the monitor to read Schedule SOH-'0'-'A'-'0'-'A'-'0'-'8' STX-'C'-'2'-'1'-'3'-PG-ETX BCC CR SOH (01h): Start Of If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. '0' (30h): sender is the controller 'A' (41h): type is "Command" '0'-'8'(30h, 38h): length. STX (02h): Start of 'C'-'2'-'1'-'3' (43h, 32h, 31h, 33h): Schedule read request command PG: Program No. The data must be ASCII characters strings. ETX (03h): End of 2) The monitor replies Schedule to the controller. SOH-'0'-'0'-'A'-'B'-'1'-'6' STX-'C'-'3'-'1'-'3'-PG-ON HOURS-ON MIN-OFF HOURS-OFF Min-INPUT-WD-FL-ETX BCC CR SOH (01h): Start of '0' (30h): receiver is the controller This portion should depend on the monitor ID of Monitor. ( A (41h)- Z (5Ah)). 'B' (42h): type is "Command reply" '1'-'6'(31h, 36h): length STX (02h): Start of 'C'-'3'-'1'-'3' (43h, 33h, 31h, 33h): Schedule read reply command PG-ON HOURS-ON MIN-OFF HOURS-OFF MIN-INPUT-WD-FL: Schedule data PG: Program No. '0'-'0'(30h, 30h): Program No.1 '0'-'6'(30h, 36h): Program No.7 ON_HOUR: Turn on time (hour) '0'-'0'(30h, 30h): 00 '1'-'7'(31h, 37h): 23 (=17h) '1'-'8'(31h, 38h): ON timer isn't set. ON_MIN: Turn on time (minute) '0'-'0'(30h, 30h): 0 '3'-'B'(33h, 42h): 59 (32/58)

33 '3'-'C'(33h, 43h): On timer isn't set. OFF_HOUR: Turn off time (hour) '0'-'0'(30h, 30h): 00 '1'-'7'(31h, 37h): 23 (=17h) '1'-'8'(31h, 38h): Off timer isn't set. OFF_MIN: Turn off time (minute) '0'-'0'(30h, 30h): 0 '3'-'B'(33h, 42h): 59 (=3Bh) '3'-'C'(33h, 43h): Off timer isn t set. INPUT: Timer input '0'-'0'(30h, 30h): HDMI1 '0'-'A'(30h, 41h): HDMI2 '0'-'1'(30h, 31h): DVI-D '0'-'2'(30h, 32h): D-SUB '0'-'4'(30h, 34h): YPbPr(DVD/HD) '0'-'5'(30h, 35h): VIDEO '0'-'6'(30h, 36h): S-VIDEO '0'-'7'(30h, 37h): It is operates by last memory input '0'-'8'(30h, 38h): OPTION '0'-'9'(30h, 39h): DisplayPort WD: Week setting bit 0: Monday bit 1: Tuesday bit 2: Wednesday bit 3: Thursday bit 4: Friday bit 5: Saturday bit 6: Sunday Example) '0'-'1'(30h, 31h): Monday '0'-'4'(30h, 34h): Wednesday '0'-'F'(30h, 46h): Monday, Tuesday, Wednesday and Thursday '7'-'F'(37h, 46h): Monday to Sunday FL: Option bit 0: Everyday bit 1: Every week bit 2: Schedule Disable/Enable * When bit0 and bit1 are '1', it behaves as Everyday. Example) FL setting Schedule Everyweek Everyday Schedule behavior '0'-'0'(30h, 30h) Schedule Disable '0'-'1'(30h, 31h) O Schedule Disable '0'-'2'(30h, 32h) O Schedule Disable '0'-'3'(30h, 33h) O O Schedule Disable '0'-'4'(30h, 34h) O Once *Follow WD (Week setting) '0'-'5'(30h, 35h) O O Everyday '0'-'6'(30h, 36h) O O Every week *Follow WD (Week setting) '0'-'7'(30h, 37h) O O O Everyday ETX (03h): End of (33/58)

34 10.2 Schedule Write This command is used in order to write the setting of the Schedule. 1) The controller requests the monitor to write Schedule. SOH-'0'-'A'-'0'-'A'-'1'-'6' STX-'C'-'2'-'1'-'4'-PG-ON HOURS-ON MIN-OFF HOURS-OFF Min-INPUT-WD-FL-ETX BCC CR SOH (01h): Start Of If the command should be sent to certain monitor only, the either of character A (41h) to Z (5Ah) which is corresponding to monitor ID from No1 to No.26 should be set to this portion. If it is a broad cast command (only set command is available), then the * (2Ah)should be applied. '0' (30h): sender is the controller 'A' (41h): type is "Command" '1'-'6'(31h, 36h): length. STX (02h): Start of 'C'-'2'-'1'-'4' (43h, 32h, 31h, 34h): Schedule writes command PG-ON HOURS-ON MIN-OFF HOURS-OFF Min-INPUT-WD-FL: Schedule data PG: Program No. '0'-'0'(30h, 30h): Program No.1 '0'-'6'(30h, 36h): Program No.7 ON_HOUR: Turn on time (hour) '0'-'0'(30h, 30h): 00 '1'-'7'(31h, 37h): 23 (=17h) '1'-'8'(31h, 38h): ON timer isn't set. ON_MIN: Turn on time (minute) '0'-'0'(30h, 30h): 0 '3'-'B'(33h, 42h): 59 '3'-'C'(33h, 43h): On timer isn t set. OFF_HOUR: Turn off time (hour) '0'-'0'(30h, 30h): 00 '1'-'7'(31h, 37h): 23 (=17h) '1'-'8'(31h, 38h): Off timer isn't set. OFF_MIN: Turn off time (minute) '0'-'0'(30h, 30h):0min '3'-'B'(33h, 42h):59 (=3Bh) '3'-'C'(33h, 43h): Off timer isn t set. INPUT: Timer input '0'-'0'(30h, 30h): HDMI1 '0'-'A'(30h, 41h): HDMI2 '0'-'1'(30h, 31h): DVI-D '0'-'2'(30h, 32h): D-SUB '0'-'4'(30h, 34h): YPbPr(DVD/HD) '0'-'5'(30h, 35h): VIDEO '0'-'6'(30h, 36h): S-VIDEO '0'-'7'(30h, 37h): It is operates by last memory input '0'-'8'(30h, 38h): OPTION) '0'-'9'(30h, 39h): DisplayPort WD: Week setting bit 0: Monday (34/58)

35 bit 1: Tuesday bit 2: Wednesday bit 3: Thursday bit 4: Friday bit 5: Saturday bit 6: Sunday Example) '0'-'1'(30h, 31h): Monday '0'-'4'(30h, 34h): Wednesday '0'-'F'(30h, 46h): Monday, Tuesday, Wednesday and Thursday '7'-'F'(37h, 46h): Monday to Sunday FL: Option bit 0: Everyday bit 1: Every week bit 2: Schedule Disable/Enable * When bit0 and bit1 are '1', it behaves as Everyday. Example) FL setting Schedule Everyweek Everyday Schedule behavior '0'-'0'(30h, 30h) Schedule Disable '0'-'1'(30h, 31h) O Schedule Disable '0'-'2'(30h, 32h) O Schedule Disable '0'-'3'(30h, 33h) O O Schedule Disable '0'-'4'(30h, 34h) O Once *Follow WD (Week setting) '0'-'5'(30h, 35h) O O Everyday '0'-'6'(30h, 36h) O O Everyweek *Follow WD (Week setting) '0'-'7'(30h, 37h) O O O Everyday ETX (03h): End of 2) The monitor replies a data for confirmation.(if command is sent as Broadcast then no reply should be sent back.). SOH-'0'-'0'-'A'-'B'-'1'-'8' STX-'C'-'3'-'1'-'4'-ST-PG-ON HOURS-ON BCC CR MIN-OFF HOURS-OFF Min-NPUT-WD-FL-ETX SOH (01h): Start Of '0' (30h): receiver is the controller This portion should depend on the monitor ID of Monitor.( A (41h)- Z (5Ah)). 'B' (42h): type is "Command reply" '1'-'8'(31h, 38h): length. STX (02h): Start of 'C'-'3'-'1'-'4' (43h, 33h, 31h, 34h): Schedule writes reply command ST: Schedule Status command 0(30h):No error 1(31h):Error PG-ON HOURS-ON MIN-OFF HOURS-OFF Min-NPUT-WD-FL: Schedule data PG: Program No. '0'-'0'(30h, 30h): Program No.1 '0'-'6'(30h, 36h): Program No.7 (35/58)

36 ON_HOUR: Turn on time (hour) '0'-'0'(30h, 30h): 00 '1'-'7'(31h, 37h): 23 (=17h) '1'-'8'(31h, 38h): ON timer isn't set. ON_MIN: Turn on time (minute) '0'-'0'(30h, 30h): 0 '3'-'B'(33h, 42h): 59 '3'-'C'(33h, 43h): On timer isn t set. OFF_HOUR: Turn off time (hour) '0'-'0'(30h, 30h): 00 '1'-'7'(31h, 37h): 23 (=17h) '1'-'8'(31h, 38h): Off timer isn't set. OFF_MIN: Turn off time (minute) '0'-'0'(30h, 30h): 0 '3'-'B'(33h, 42h): 59 (=3Bh) '3'-'C'(33h, 43h): Off timer isn t set. INPUT: Timer input '0'-'0'(30h, 30h): HDMI1 '0'-'A'(30h, 41h): HDMI2 '0'-'1'(30h, 31h): DVI-D '0'-'2'(30h, 32h): D-SUB '0'-'4'(30h, 34h): YPbPr(DVD/HD) '0'-'5'(30h, 35h): VIDEO '0'-'6'(30h, 36h): S-VIDEO '0'-'7'(30h, 37h): It is operates by last memory input '0'-'8'(30h, 38h): OPTION '0'-'9'(30h, 39h): DisplayPort WD: Week setting bit 0: Monday bit 1: Tuesday bit 2: Wednesday bit 3: Thursday bit 4: Friday bit 5: Saturday bit 6: Sunday Example) '0'-'1'(30h, 31h): Monday '0'-'4'(30h, 34h): Wednesday '0'-'F'(30h, 46h): Monday, Tuesday, Wednesday and Thursday '7'-'F'(37h, 46h): Monday to Sunday FL: Option bit 0: Everyday bit 1: Every week bit 2: Schedule Disable/Enable * When bit0 and bit1 are '1', it behaves as Everyday. Example) FL setting Schedule Everyweek Everyday Schedule behavior '0'-'0'(30h, 30h) Schedule Disable '0'-'1'(30h, 31h) O Schedule Disable '0'-'2'(30h, 32h) O Schedule Disable '0'-'3'(30h, 33h) O O Schedule Disable '0'-'4'(30h, 34h) O Once *Follow WD (Week setting) '0'-'5'(30h, 35h) O O Everyday '0'-'6'(30h, 36h) O O Everyweek *Follow WD (Week setting) '0'-'7'(30h, 37h) O O O Everyday ETX (03h): End of (36/58)

RS-232 Serial Communication Control

RS-232 Serial Communication Control RS-232 Serial Communication Control for LDT323V 1. Application This document defines the communication protocols for serial control of the LDT323V. -----Revision History----- 1 st Draft Release: Dec. 09

More information

Rev.1.0(G5) INDEX. I. Application II. Preparation Connectors and wiring RS-232C Remote control LAN control...

Rev.1.0(G5) INDEX. I. Application II. Preparation Connectors and wiring RS-232C Remote control LAN control... External Control NEC LCD Monitor Rev.1.0(G5) INDEX I. Application... 4 II. Preparation... 5 2. Connectors and wiring... 5 2.1 RS-232C Remote control... 5 2.2 LAN control... 5 III. Communication specification...

More information

Rev.1.0 (G2E) INDEX. I. Application II. Preparation Connectors and wiring RS-232C Remote control LAN control...

Rev.1.0 (G2E) INDEX. I. Application II. Preparation Connectors and wiring RS-232C Remote control LAN control... External Control NEC LCD Monitor Rev.1.0 (G2E) INDEX I. Application... 3 II. Preparation... 4 2. Connectors and wiring... 4 2.1 RS-232C Remote control... 4 2.2 LAN control... 4 III. Communication specification...

More information

Rev.4.2 INDEX. I. Application II. Preparation Connectors and wiring RS-232C Remote control LAN control...

Rev.4.2 INDEX. I. Application II. Preparation Connectors and wiring RS-232C Remote control LAN control... EXTERNAL CONTROL NEC LCD Monitor Rev.4.2 INDEX I. Application... 3 II. Preparation... 4 2. Connectors and wiring... 4 2.1 RS-232C Remote control... 4 2.2 LAN control... 4 III. Communication specification...

More information

Rev.1.0 (G4) INDEX. I. Application II. Preparation Connectors and wiring RS-232C Remote control LAN control...

Rev.1.0 (G4) INDEX. I. Application II. Preparation Connectors and wiring RS-232C Remote control LAN control... External Control NEC LCD Monitor Rev.1.0 (G4) INDEX I. Application... 4 II. Preparation... 5 2. Connectors and wiring... 5 2.1 RS-232C Remote control... 5 2.2 LAN control... 5 III. Communication specification...

More information

Rev.1.3 (G4) INDEX. I. Application II. Preparation Connectors and wiring RS-232C Remote control LAN control...

Rev.1.3 (G4) INDEX. I. Application II. Preparation Connectors and wiring RS-232C Remote control LAN control... External Control NEC LCD Monitor Rev.1.3 (G4) INDEX I. Application... 4 II. Preparation... 4 2. Connectors and wiring... 4 2.1 RS-232C Remote control... 4 2.2 LAN control... 5 III. Communication specification...

More information

Rev.1.0 (G3) INDEX. I. Application II. Preparation Connectors and wiring RS-232C Remote control LAN control...

Rev.1.0 (G3) INDEX. I. Application II. Preparation Connectors and wiring RS-232C Remote control LAN control... External Control NEC LCD Monitor Rev.1.0 (G3) INDEX I. Application... 4 II. Preparation... 5 2. Connectors and wiring... 5 2.1 RS-232C Remote control... 5 2.2 LAN control... 5 2.3 Multi Monitors Connection...

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

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

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

P-4 Connection procedure (continued)

P-4 Connection procedure (continued) P-4 Connection procedure (continued) Connecting with a computer (analog connection) Analog connection: Connection via RGB3 IN (D-SUB) connector (1) Connect a signal cable (mini D-SUB 15-pin mini D-SUB

More information

Controlling the projector using a personal computer

Controlling the projector using a personal computer DLP Projector EX320U/EW330U/EX320U-ST 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

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

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

Controlling the projector using a personal computer

Controlling the projector using a personal computer DLP Projector EX320U/EW330U/EX320U-ST/EX321U-ST/EW331U-ST/EX321U Controlling the projector using a personal computer This projector can be controlled by connecting a personal computer with RS-232C terminal.

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

Version NEC PD Comms Tool. User s Guide

Version NEC PD Comms Tool. User s Guide Version 1.3.10 NEC PD Comms Tool User s Guide 2 NEC PD COMMS TOOL - USER S GUIDE Software Updates Occasionally updates and enhancements to the NEC PD Comms Tool software will be made available. Use the

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

Controlling the projector using a personal computer

Controlling the projector using a personal computer LCD Projector FL7000U 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

CP-EX252N/CP-EX302N/CP-EW302N

CP-EX252N/CP-EX302N/CP-EW302N LCD Projector CP-EX252N/CP-EX302N/CP-EW302N User's Manual (detailed) Network Guide Thank you for purchasing this product. This manual is intended to explain only the network function. For proper use of

More information

Contents. 1. Introduction Connection Interface...2

Contents. 1. Introduction Connection Interface...2 DLP TM Projector NW31U-EST/NW30U 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)...

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

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

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

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary.

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary. HEC-OM-S008 Aug.2014 Communication Manual THERMO-CON Model No. HECR002-A5 Keep available whenever necessary. This manual is copyrighted and all rights are reserved by SMC Corporation, and may not, in whole

More information

Application Note BDLxxxx RS232 SERIAL INTERFACE COMMUNICATION PROTOCOL (SICP V1.82)

Application Note BDLxxxx RS232 SERIAL INTERFACE COMMUNICATION PROTOCOL (SICP V1.82) Application Note BDLxxxx RS232 SERIAL INTERFACE COMMUNICATION PROTOCOL (SICP V1.82) Table of Contents 1. INTRODUCTION... 1 1.1 PURPOSE... 1 1.2 DEFINITIONS, ABBREVIATIONS AND ACRONYMS... 1 2. COMMAND PACKET

More information

Controlling the projector using a personal computer

Controlling the projector using a personal computer LCD Projector WL2650U 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

D-ILA PROJECTOR RS-232C CONTROL SPECIFICATIONS. Victor Company of Japan, Limited. * D-ILA is a trademark of Victor Company of Japan, Limited.

D-ILA PROJECTOR RS-232C CONTROL SPECIFICATIONS. Victor Company of Japan, Limited. * D-ILA is a trademark of Victor Company of Japan, Limited. D-ILA TM PROJECTOR DLA-G3010series DLA-M2000series RS-232C CONTROL SPECIFICATIONS Victor Company of Japan, Limited * D-ILA is a trademark of Victor Company of Japan, Limited. Document Number CTGKE-0013

More information

Controlling the projector using a personal computer

Controlling the projector using a personal computer DLP Projector XD221U/XD221U-ST 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

More information

Projector CP-DW10N User's Manual (detailed) Network Guide

Projector CP-DW10N User's Manual (detailed) Network Guide Projector CP-DW10N User's Manual (detailed) Network Guide Thank you for purchasing this projector. This projector has the network function that brings you the following main features. ü Web control The

More information

Controlling the projector using a personal computer

Controlling the projector using a personal computer DLP Projector XD3500U 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

S-Series Sensor ASCII Protocol v8.1.0

S-Series Sensor ASCII Protocol v8.1.0 S-Series Sensor v8.1.0 Legend: ADR Node/Slave Address TIME STAT Status Byte ERR CTRL Control Byte SP # POS Position DATA TARG Target CHAR VEL Velocity OFF SN CODE PAR # Serial Number Security Code Parameter

More information

4K LASER FRONT PROJECTOR REMOTE CODES

4K LASER FRONT PROJECTOR REMOTE CODES 4K LASER FRONT PROJECTOR REMOTE CODES Changes Dreamvision provides this manual as is without warranty of any kind, either expressed or implied, including but not limited to the implied warranties or merchantability

More information

TABLE OF CONTENTS. Communication Functions

TABLE OF CONTENTS. Communication Functions TABLE OF CONTENTS Chapter 1: Chapter 2: Chapter 3: Chapter 4: General Features....................................................... 1-1 Functions......................................................

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

Planar Simplicity Series

Planar Simplicity Series Planar Simplicity Series RS232 PROTOCOL Document 020-1285-00 1. INTRODUCTION 1.1 Purpose The purpose of this document is to explain in detail the commands and steps that can be used to control a Planar

More information

Projector IN5542/IN5542c/IN5544/IN5544c User's Manual Network Guide

Projector IN5542/IN5542c/IN5544/IN5544c User's Manual Network Guide Projector IN5542/IN5542c/IN5544/IN5544c User's Manual Network Guide Thank you for purchasing this projector. This projector has a network function that brings you the following features. ü Web control

More information

HP Network Sign Manager. User Guide

HP Network Sign Manager. User Guide HP Network Sign Manager User Guide 2010, 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

More information

Digital Projector X30N/X35N

Digital Projector X30N/X35N Digital Projector X30N/X35N Operator's Guide TECHNICAL Warranty 3M warrants that when the 3M Product is used according to 3M s Intended Use Statement (www.3m.com/meetings), it will perform satisfactorily

More information

LP-AW4001/LP-AW3001/LP-AX3001

LP-AW4001/LP-AW3001/LP-AX3001 LCD Projector LP-AW4001/LP-AW3001/LP-AX3001 User's Manual (detailed) Operating Guide Technical Supported signals for COMPUTER IN Resolution (H x V) Signal mode H. frequency V. frequency Rating (khz) (Hz)

More information

VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL

VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL Contents 1. Getting Started... 5 2. Connection with your Computer... 5 2.1 Connection... 5 2.2 Connector & Pin Assignment... 5 3. Communication Format...

More information

Card Dispensing/Collecting Machine

Card Dispensing/Collecting Machine A 1 OF 36 2010. 03. 02. Card Dispensing/Collecting Machine Series. 3,,. http://www.securetech-corp.com E-mail : sales@securetech-corp.com A 2 OF 36 2010. 03. 02. REVISION HISTORY No DATE DESCRIPTION REV

More information

FWD-40LX2F FWD-40LX2X FWD-32LX2F FWD-32LX2X KLH-W32 KLH-W26

FWD-40LX2F FWD-40LX2X FWD-32LX2F FWD-32LX2X KLH-W32 KLH-W26 FLAT WIDE DISPLAY MONITOR FWD-40LX2F FWD-40LX2X FWD-32LX2F FWD-32LX2X KLH-W32 KLH-W26 PROTOCOL MANUAL 1st Edition Table of Contents 1. Communication Parameters... 1 2. Pin Assignment... 1 3. Communication

More information

Version NEC PD Comms Tool. User s Guide

Version NEC PD Comms Tool. User s Guide Version 1.4.00 NEC PD Comms Tool User s Guide Software Updates Occasionally, updates and enhancements to the NEC PD Comms Tool software will be made available. Use the Check for updates feature in 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

Specification. For. Serial Interface DN-T645/625

Specification. For. Serial Interface DN-T645/625 Date 2002-08-30 1 page of 55 Specification For Serial Interface DN-T645/625 Denon, Ltd. Date 2002-08-30 2 page of 55 Histories Rev. Date Name Description 1.00 Aug., 30, 02 J.Watanabe Date 2002-08-30 3

More information

Serial Interface Communication Protocol [EN Series]

Serial Interface Communication Protocol [EN Series] Serial Interface Communication Protocol [EN Series] Before operating the unit, please read this manual thoroughly, and retain it for future reference User Manual SICP (Serial Interface Communication Protocol)

More information

Cab Bus Communications Protocol

Cab Bus Communications Protocol Page 1 Overview of Controller Bus The controller bus connects up to 63 Hand-Held Cab Controllers to the Command Station. Data on the bus runs at 9600 bps with 8 data bits, no parity, 2 stop bits and meets

More information

AC/DC Modular Power Supply Series PMBus APPLICATION NOTES

AC/DC Modular Power Supply Series PMBus APPLICATION NOTES QM AC/DC Modular Power Supply Series PMBus APPLICATION NOTES Contents 1. Overview of the PMBus Interface... 3 2. Hardware Interface... 3 3. Setting the PMBus Address... 4 4. Supported PMBus Commands...

More information

VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL

VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL Contents 1. Getting Started... 6 2. Connection with your Computer... 6 2.1 Connection... 6 2.2 Connector & Pin Assignment... 7 3. Communication Format...

More information

FLAT WIDE DISPLAY MONITOR FWD-S47H1/S42H1. PROTOCOL MANUAL (For Customer)

FLAT WIDE DISPLAY MONITOR FWD-S47H1/S42H1. PROTOCOL MANUAL (For Customer) FLAT WIDE DISPLAY MONITOR FWD-S47H1/S42H1 PROTOCOL MANUAL (For Customer) Table of Contents 1. RS-232C 3. ID Talk 1. Communication Parameters... 1 2. Pin Assignment... 1 3. Communication Data Format...

More information

Tongta Inverter TDS-F8

Tongta Inverter TDS-F8 Tongta Inverter TDS-F8 MODBUS Communication Application Manual Please ensure the user gets this manual, for the optimal use of this device. 1. Introduction: TEK-DRIVE / TDS-F8 INVERTER MODBUS Communication

More information

RS-422 Code-Operated Switches

RS-422 Code-Operated Switches JUNE 2000 SW421A-R2 SW422A-R2 RS-422 Code-Operated Switches COS/4 TEXT TRANSPARENT GRAPHICS MODE RESET ST LO CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight

More information

User Manual. Multi-display Control Module Protocol MCS. dedicated KVM switch and rackmount screen technology

User Manual. Multi-display Control Module Protocol MCS. dedicated KVM switch and rackmount screen technology dedicated KVM switch and rackmount screen technology User Manual Multi-display Control Module Protocol MCS Multi-display control solution Designed and manufactured by Austin Hughes 751 Contents < Part.

More information

2. Terminal arrangement TEMPERATURE CONTROLLER KT2 COMMUNICATION INSTRUCTION MANUAL. (Fig. 2-1)

2. Terminal arrangement TEMPERATURE CONTROLLER KT2 COMMUNICATION INSTRUCTION MANUAL. (Fig. 2-1) COMMUNICATION INSTRUCTION MANUAL TEMPERATURE CONTROLLER No.KTC3E2 2006.08 To prevent accidents arising from the misuse of this controller, please ensure the operator receives this manual. For this product

More information

SICP [EN Series] User Manual

SICP [EN Series] User Manual [] User Manual Models EN46MSS EN46MSU EN46HSS EN46HSU EN55MSS EN55MSU EN55HSS EN55HSU EN55HLS EN55MLU Before operating the unit, please read this manual thoroughly, and retain it for future reference (Serial

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

49BDL5055P/11 V User Manual (English)

49BDL5055P/11 V User Manual (English) /11 V1.10 www.philips.com/welcome User Manual (English) Safety Instructions Safety precautions and maintenance shock, electrical hazards and/or mechanical hazards. Read and follow these instructions when

More information

THT-500-A/R (C5) 1. System Configuration COMMUNICATION INSTRUCTION MANUAL. No. THT5CE

THT-500-A/R (C5) 1. System Configuration COMMUNICATION INSTRUCTION MANUAL. No. THT5CE COMMUNICATION INSTRUCTION MANUAL THT-500-A/R (C5) No. THT5CE2 2018.04 This manual contains instructions for communication functions of the THT-500-A/R. 1. System Configuration 1.1 When Using USB Communication

More information

Modbus Protocol For FTS/FTM 3x&8x

Modbus Protocol For FTS/FTM 3x&8x [ 公司地址 ] Modbus Protocol For FTS/FTM 3x&8x V3.0 Introduction This document describes the protocol detail of Modbus for FTSXX Hardware interface - The interface on the sensor is RS-485. - Hardware named

More information

Specification. for. Serial Interface DN-C635

Specification. for. Serial Interface DN-C635 Date 2003-01-28 1 page of 39 Specification for Serial Interface DN-C635 Denon, Ltd. Date 2003-01-28 2 page of 39 Histories Rev. Date Name Description 1.0 Jan.,28, 03 J.Watanabe Date 2003-01-28 3 page of

More information

61XM4 Installation Guide 61 Plasma Display Rev 1.3

61XM4 Installation Guide 61 Plasma Display Rev 1.3 Contents: Product Description and Notes Page 1 Ventilation Requirements Page 2 Display Dimensions Front, Top & Bottom Page 3 Rear Page 4 Left & Right Side Page 5 Display Dimensions w/optional Speakers

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

BESTLINK OPTOELECTRONICS LIMITED RS-232C / 485 PROTOCOL FOR M500N-7X80RG2

BESTLINK OPTOELECTRONICS LIMITED RS-232C / 485 PROTOCOL FOR M500N-7X80RG2 RS-232C / 485 PROTOCOL FOR M500N-7X80RG2 Communication Parameters: - Baud rate: 2400 bits/s; - Data: 8 bits; - : 1 bit; - Checksum: Nil; P.S: Networking Capacity: Up to 128 nos. LED signs in maximum. Sign

More information

QEL - DEDESCO 5935 Ottawa Street Richmond, Ontario, Canada, K0A 2Z0.

QEL - DEDESCO 5935 Ottawa Street Richmond, Ontario, Canada, K0A 2Z0. QEL - DEDESCO 5935 Ottawa Street Richmond, Ontario, Canada, K0A 2Z0. QTS-8000 RS-485 Data Communication Protocols 82050-005-000 Name Signature Date Prepared: Gang Li 00-05-15 Reviewed: Checked: Approved:

More information

of the numerical value of 54Hex ASCII is that 54 consists of 5 (35Hex) and 4(34 Hex).

of the numerical value of 54Hex ASCII is that 54 consists of 5 (35Hex) and 4(34 Hex). of the numerical value of 54Hex ASCII is that 54 consists of 5 (35Hex) and 4(34 Hex). 1. Definition of coding Communication agreement belongs to hexadecimal system, of which each character represents the

More information

ESM-5907 MOTORIZED INSERTION STANDARD TYPE MAGNETIC CARD READER & IC CARD READER/WRITER WITH RS-232C INTERFACE

ESM-5907 MOTORIZED INSERTION STANDARD TYPE MAGNETIC CARD READER & IC CARD READER/WRITER WITH RS-232C INTERFACE DOC. NO. ESM-5907 REV. PAGE DATE SPECIFICATION A 1 OF 19 2002.09.18 ESM-5907 MOTORIZED INSERTION STANDARD TYPE MAGNETIC CARD READER & IC CARD READER/WRITER WITH RS-232C INTERFACE KyungDuck Bldg, 518-5,

More information

C1182 Video Compression Module User Manual. Release Note: 1 st Release : Aug 01, 2012

C1182 Video Compression Module User Manual. Release Note: 1 st Release : Aug 01, 2012 C1182 Video Compression Module User Manual Release Note 1 st Release Aug 01, 2012 General Description This is a series of camera modules which perform video compression and output video stream through

More information

SIM2 C3XLUMIS HOST RS-232C and TCP/IP Control Specifications

SIM2 C3XLUMIS HOST RS-232C and TCP/IP Control Specifications SIM2 Multimedia SIM2 C3XLUMIS HOST RS-232C and TCP/IP Control Specifications Rev. 1.0 (20 January 2009) Contents Contents 2 1 Introduction 3 1.1 Setting up the RS-232C Serial connection...........................

More information

DirectNET Host. Communications Programs. In This Chapter...

DirectNET Host. Communications Programs. In This Chapter... Communications Programs In This Chapter.... Why do you need a communications program? Modes of Operation Protocol Components Controlling the Communications Initiating the Request Acknowledging the Request

More information

OPERATION MANUAL Card Reader Communication

OPERATION MANUAL Card Reader Communication KC-0001-06-SI 2001-Apr.-2 OPERATION MANUAL Card Reader Communication Protocol SCR-9xxF 9xxF-xR xr-xxxx xxxx NEURON Corporation Copying is prohibited without NEURON Corporation s permission This specification

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

JCL-33A (C5) Warning. 1. System Configuration COMMUNICATION INSTRUCTION MANUAL

JCL-33A (C5) Warning. 1. System Configuration COMMUNICATION INSTRUCTION MANUAL COMMUNICATION INSTRUCTION MANUAL JCL-33A (C5) No.JCL3CE3 2018.11 This manual contains instructions for the communication functions, operations and notes when operating the JCL-33A. To prevent accidents

More information

Model LM-1000/ 1000P/ 1200

Model LM-1000/ 1000P/ 1200 AUTO LENSMETER Model LM-1000/ 1000P/ 1200 RS-232C INTERFACE MANUAL December, 2008 Pages in total: 60 31001*RTZ001E/E NIDEK CO., LTD. : 34-14, Maehama, Hiroishi-cho, Gamagori, Aichi 443-0038, Japan (Manufacturer)

More information

C-MAX CME8000-BUS. Module Layout CME8000-BUS-LP02 RS232. Industrial Module with CME8000 receiver IC. Short Description

C-MAX CME8000-BUS. Module Layout CME8000-BUS-LP02 RS232. Industrial Module with CME8000 receiver IC. Short Description Industrial Module with CME8000 receiver IC RF Technology Specialist Short Description The CME8000 is a BiCMOS integrated straight through receiver with build in very high sensitivity and a pre-decoding

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

D-ILA Projector. DLA-Z1 Series DLA-RS4500 Series. External Command Communication Specification

D-ILA Projector. DLA-Z1 Series DLA-RS4500 Series. External Command Communication Specification D-ILA Projector DLA-Z1 Series DLA-RS4500 Series External Command Communication Specification Ver. 1.0 13/Jan/2017 JVCKENWOOD Corp. Projector Division (*)D-ILA is the trademark of JVCKENWOOD Corp. Document

More information

RS232/RS485/RS422 to TCP/IP Converter ITEM NO.: RS007

RS232/RS485/RS422 to TCP/IP Converter ITEM NO.: RS007 RS232/RS485/RS422 to TCP/IP Converter ITEM NO.: RS007 RS007 is a universal data converter which support serial RS232, RS422 and RS485 to the TCP / IP intelligent communication converter, it offers RS485/RS422

More information

Compact Card Dispenser

Compact Card Dispenser 9100-0140 SPECIFICATIONS A 1 OF 17 2009. 01. 19. Compact Card Dispenser WITH Capture Function integrated KYTronics Corp.,Ltd 3 rd Floor, A-Dong, Twin Town-Bldg, 703-2. Gojan-Dong, Danwon-Gu, Ansan-City,

More information

Compact Card Dispenser

Compact Card Dispenser SPECIFICATIONS A 1 OF 17 2008. 11. 18. Compact Card Dispenser WITH Capture Function integrated SPECIFICATIONS A 2 OF 17 2008. 11. 18. REVISION HISTORY CHECK DATE DESCRIPTION REV. PAGE 1 2008. 11. 18 First

More information

CAMERA UNIT (KX-DP60X) SERIAL INTERFACE SPECIFICATION

CAMERA UNIT (KX-DP60X) SERIAL INTERFACE SPECIFICATION CAMERA UNIT (KX-DP60X) SERIAL INTERFACE SPECIFICATION Nov. 1st. 1999 Products and product specifications may be subject to change without notice. Confirm that you have received the latest product standards

More information

TR510E. EXPRESS Time Recorder V1.5-0

TR510E. EXPRESS Time Recorder V1.5-0 TR510E EXPRESS Time Recorder V1.5-0 Attention! Firmware Management mode (FMM) The TR510E has two different modes of operation. Normal mode provides regular device functionality. Firmware Management mode

More information

Controller Communication. Series. Digital

Controller Communication. Series. Digital MAC10 Series Digital Controller Communication Interface (RS - 485) Instruction Manual Thank you for purchasing SHIMAX product. Please check that the product is the one you ordered. Please operate after

More information

WARNING product. After reading them, store them in a safe place for future reference.

WARNING product. After reading them, store them in a safe place for future reference. Projector CP-TW2505/CP-TW3005 User's Manual (detailed) Network Guide Thank you for purchasing this product. This manual is intended to explain only the network function. For proper use of this product,

More information

ELECTRONIC METER SX1-A31E MODBUS RTU Protocol Specifications MDD-T0025A

ELECTRONIC METER SX1-A31E MODBUS RTU Protocol Specifications MDD-T0025A ELECTRONIC METER SX1-A31E MODBUS RTU Protocol Specifications SPEC. NO. : MDD-T0025A MITSUBISHI ELECTRIC AUTOMATION (THAILAND) CO., LTD CONTENTS 1. Functions 2 2. Checking before usage... 2 3. System Configurations.

More information

ACE PLUS CORP. APCON100 series Operation Manual RS-232 to Ethernet Converter

ACE PLUS CORP. APCON100 series Operation Manual RS-232 to Ethernet Converter APCON100 series Operation Manual RS-232 to Ethernet Converter Page 1 of 24 APCON100 series Operation Manual Index Chapter 1 Specifications 2 Chapter 2 Introduction 3 Chapter 3 Easy Installation 4 Chapter

More information

KYTronics Corp.,Ltd KYT-22XX SPECIFICATIONS B 1 OF kytronics.co.kr. 3 rd Floor, A-Dong, Twin Town-Bldg,

KYTronics Corp.,Ltd KYT-22XX SPECIFICATIONS B 1 OF kytronics.co.kr. 3 rd Floor, A-Dong, Twin Town-Bldg, SPECIFICATIONS B 1 OF 18 2007. 04. 20. KYT-22XX KYTronics Corp.,Ltd 3 rd Floor, A-Dong, Twin Town-Bldg, 703-2. Gojan-Dong, AnSan-City, Kyung Ki-Do, Korea(Zip : 425-906) Tel : 82 31 485 9480 Fax : 82-31

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

CP-EX3051WN/CP-EX3551WN/CP-EX4551WN CP-EW3051WN/CP-EW3551WN/CP-EW4051WN

CP-EX3051WN/CP-EX3551WN/CP-EX4551WN CP-EW3051WN/CP-EW3551WN/CP-EW4051WN LCD Projector CP-EX3051WN/CP-EX3551WN/CP-EX4551WN CP-EW3051WN/CP-EW3551WN/CP-EW4051WN User's Manual (detailed) Network Guide Thank you for purchasing this product. This manual is intended to explain only

More information

Manual 09/11 MN Z-EN. NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol

Manual 09/11 MN Z-EN. NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol Manual 09/11 MN01219007Z-EN NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol All brand and product names are trademarks or registered trademarks of the owner concerned. Emergency

More information

Sequential Event Recorder

Sequential Event Recorder DESCRIPTION Sequential Event Recorder Product Specifications and Installation Data The Sequential Event Recorder (SER) is an intelligent Genius I/0 block that resides directly on the Genius LAN. The primary

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

ZX-17 Serial Real-Time Clock application board

ZX-17 Serial Real-Time Clock application board ZX-1 Serial Real-Time Clock application board This application board is used for making the real-time clock data for any microcontroller system. It interfaces via a serial line. ZX-1 provides all time

More information

Projection Display Serial Interface Specification

Projection Display Serial Interface Specification Projection Display Serial Interface Specification D950HD, D952HD, D963HD Version 1.9 Table of Contents 1. RS-232 SETTING 2. CONTROL COMMAND STRUCTURE 3. CONTROL SEQUENCE 4. OPERATION COMMAND 5. REMOTE

More information

11 Serial Communications

11 Serial Communications 11.1 COMMUNICATIONS PACKAGES There are a number of communication packages that can be used with the Quantum III to facilitate setup, record parameter data, view internal activity on a soft-scope and permit

More information

Projection Display Serial Interface Specification

Projection Display Serial Interface Specification Projection Display Serial Interface Specification D5 Series Version 1.9 Table of Contents 1. RS-232 SETTING 2. CONTROL COMMAND STRUCTURE 3. CONTROL SEQUENCE 4. OPERATION COMMAND 5. REMOTE COMMAND 6. SET

More information

FLAT WIDE DISPLAY FWD-50PX1. PROTOCOL MANUAL (USER CONTROL ONLY) 1st Edition

FLAT WIDE DISPLAY FWD-50PX1. PROTOCOL MANUAL (USER CONTROL ONLY) 1st Edition FLAT WIDE DISPLAY PROTOCOL MANUAL (USER CONTROL ONLY) 1st Edition Table of Contents 1. Communication Parameter... 3 2. Pin Configuration... 3 3. Communication Data Format... 3 4. General Function... 5

More information

EM24-DIN PFA, PFB & X models

EM24-DIN PFA, PFB & X models EM24-DIN PFA, PFB & X models COMMUNICATION PROTOCOL Version 4 Revision 0 December 03 th, 2012 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function

More information

CURRENT PROTECTION RELAY SMPR-1

CURRENT PROTECTION RELAY SMPR-1 CURRENT PROTECTION RELAY SMPR-1 1.- ORION ITALIA SERIES MODBUS PROTOCOL. The ORION ITALIA SERIES implement a subset of the AEG Modicon Modbus serial communication standard. Many devices support this protocol

More information

Edition:2A ODM- 88. DVI Matrix Router USER MANUAL

Edition:2A ODM- 88. DVI Matrix Router USER MANUAL Edition:2A ODM- 88 DVI Matrix Router USER MANUAL ODM-88 Manual Page 2 ODM-88 Manual Page 3 Table of Contents 1 Introduction and Installation. 6 1.1 Key features... 6 1.2 ODM-88 Shipping Content... 6 1.3

More information