This document defines the communications method for control of the NEC LCD monitor, MultiSync P402
/P462 /P552 /P702 /V422 /V462 /V551 /V651 /V322 /V652 /V552 /X461S /X551S /X401S /X463UN /X551UN
/V463 /V423 /X462S /X552S /X462UNV /V801 when using an external controller
.
(3/72)
II. Preparation
2. Connectors and wiring
2.1 RS-232C Remote control
Connector: 9-pin D-Sub
Cable: Cross (reversed) cable or null modem cable
(Please refer “Controlling the LCD monitor via RS-232C Remote control” on User’s manual.)
2.2 LAN control
Connector: RJ-45 10/100 BASE-T
Cable: Category 5 or higher LAN cable
(Please refer “Controlling the LCD monitor via LAN control” on User’s manual.)
(4/72)
III. Communication specification
3. Communication Parameter
3.1 RS-232C Remote control
(1) Communication system Asynchronous
(2) Interface RS-232C
(3) Baud rate 9600bps
(4) Data length 8bits
(5) Parity None
(6) Stop bit 1 bit
(7) Communication code ASCII
3.2 LAN control
(1) Communication system TCP/IP (Internet protocol suite)
(2) Interface Ethernet (CSMA/CD)
(3) Communication layer Transport layer (TCP)
* Using the payload of TCP segment.
(4) IP address (Default) 192.168.0.10
* If you need to change,
Please refer “Network settings” on User’s manual.
(5) Port No. 7142 (Fixed)
(Note)
The monitor will disconnect the connection if no packet data is received for 15 minutes.
And the controller (PC) has to re-connect to control the monitor again , after 15 minutes or more.
3.3 Communication timing
The controller should wai t for a packet interval before next command is sent.
The packet interval needs to be longer than 600msec for the LCD monitor.
(5/72)
Header
Delimiter
Header
Delimiter
Header
Delimiter
Header
Delimiter
Header
Delimiter
Header
Delimiter
Header
Delimiter
Header
Delimiter
Header
Delimiter
Header
Delimiter
4. Communication Format
Header Message Check Code Delimiter
The command packet consists of four parts, Header, Message, Check code and Delimiter.
Recommended sequence of a typical procedure to control a monitor is as follows,
[A controller and a monitor, two-way communication composition figure]
■
For the general command (see the part "6.3. Operation Code (OP code) Table”)
Get Parameter
Message
Check Code
Get Parameter Reply
Message
Check Code
Set Parameter
Message
Check Code
Set Parameter Reply
Message
Check Code
Get Parameter
Message
Check Code
Get Parameter Reply
Message
Check Code
Save Current Setting Command
Message
Check Code
Save Current Setting Command Reply
Message
Check Code
Monitor Controller
The controller send s command to
get a value from the monitor that
you want to change.
The monitor replies a current va lue
of the requested item.
The controller sends commands to
set an adjusted value.
The monitor replies to the
controller for confirmation.
The controller sends command to
get a value for confirmation.
The monitor replies an adjusted
value.
The controller requests to store
the adjusted value to the monitor.
The mo nitor replies to the
controller for confirmation.
■
For the special command (see the part 7 to 14. and 5.5.2)
Command
Message
Command Reply
Message
Check Code
Check Code
(6/72)
Monitor Controller
The control does not suitable for
above fixed protocol; use the
proper command for each control.
Please refer section 5.5 and
section 7 to 13.
The monitor replies a proper
message defined for each control.
-7th bytes) Message 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).
(8/72)
Lo Hi Lo
Hi Lo Hi Lo Hi Lo
4.2 Message block format
“Message block format” is allied to the “Message Type” in the “Header”.
Refer to the section 6 “Message format” for more detail.
1
)
Get currentparameter
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”.
“Message format” of the “Get current
2
)
Get Parameter reply
The monitor will reply with the status of the requested item specified by the controller
in the “Get parameter message”.
STX
Hi
STX
Refer to section 5.1 “Get current parameter from a monitor.” for more details.
“Message format” of the “Get parameter reply” is as follows,
Result
Lo Hi Lo Hi Lo Hi Lo MSB
Refer to section 5.2 “Get parameter reply” for more details.
OP code page OP code
Hi Lo Hi Lo
OP code
page
Header
OP code Type Max value Current Value
Message
parameter” is as follows,
Check code Delimiter
ETX
LSB MSB
ETX
LSB
3
)
Set parameter
The controller sends this message to change a setting of the monitor.
Message format of the “Set parameter” is as follows,
OP code
STX
4
)
Set Parameter reply
The monitor replies with this message for a confirmation of the “Set parameter message”.
Message format of the “Set parameter reply” is as follows,
5
)
Command
Result
Hi Lo
STX
page
Hi
Refer to section 5.3 “Set parameter” for more details.
OP code
Refer to section 5.4 “Set parameter reply” for more details.
OP code Set Value
page
OP code
MSB
ETX
LSB
Type Max value
MSB
Requested setting
Value
LSB MSB LSB
ETX
“Command message” format depends on each command.
Usually, this “com mand 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
(9/72)
section 5.5 “Commands message” for more details.
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.
(10/72)
n+1
4.3 Check code
Header Message
Check code is the Block Check Code (BCC) between the Header and the End of Message except SOH.
27 26 25 24 23 22 21 20
SOH D0
Reserved D1
Destinatio n D2
Source D3
Type D4
Length(H) D5
Length(L) D6
STX D7
Data D8
| |
| |
ETX Dn
Check code D
P P P P P P P P
D
= D1 XOR D2 XOR D3 XOR ,,, D
n+1
n
XOR: Exclusive OR
Check code
Delimiter
Following is an example of a Check code (BCC) calculation.
Send this message when you want to get the status of a monitor.
For the status that you want to get, specify the “OP co de page” the “ OP co de”, refer t o
A. Operati on code table”.
st
1
byte) STX : Start of Message
ASCII STX (02h)
nd-3rd
2
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)
“Appendix
Refer to Operation code table. (Appendix A)
th–5th
4
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.
th
6
byte) ETX: End of Message
ASCII ETX (03h)
(13/72)
5.2 "Get parameter" reply
STX
st
1
Result OP code page
OP code
Hi Lo Hi Lo Hi Lo Hi Lo MSB
2nd-3rd 4th–5th 6th –7th 8th -9
Type Max value Current Value
th
10th -13th 14th -17th 18th
LSB MSB
LSB
The monitor replies with a current value and the status of the requested it em (operation code).
st
1
byte) STX: Start of Message
ASCII STX (02h)
nd-3rd
2
bytes) Result code.
These bytes indicate a result of the requested commands as follows,
00h: No Error.
01h: Unsupported operation with this monito r or unsupported operation u nder 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).
th–5th
4
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).
ETX
Refer to the operation code table.
th
6
–7thbytes) 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).
th
8
-9thbytes) Type: Operation type code
00h: Set parameter
01h: Momentary
Like the Auto Setup function which automatically changes the parameter.
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).
th
10
-13thbytes) 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)
th
14
-17thbytes) Current Value: (16bits)
This returned value from the monitor is encoded to ASCII characters.
Ex.) '0','1','2' and '3' means 0123h (291)
th
18
byte) ETX: End of Message
ASCII ETX (03h)
(14/72)
5.3 Set parameter
th
STX
st
1
OP code page
OP code
Hi Lo Hi Lo MSB
2nd-3rd 4th-5th 6th-9th 10
Set Value
LSB
ETX
Send this message to change monitor’s adjustment and so on.
The controller requests a monitor to change value.
st
1
byte) STX: Start of Message
ASCII STX (02h)
nd-3rd
2
bytes) OP code page: Operation code page
This OP code page data must be encoded to ASCII characters.
Ex.) The byte data 02h must be encoded to ASCII '0' and '2' (30h and 32h).
Refer to the Operation code table.
th-5th
4
bytes) OP code: Operation code
This OP code data must be encoded to ASCII characters.
Ex.) OP code 1Ah -> OP code (Hi) = ASCII '1' (31h)
OP code (Lo) = ASCII 'A' (41h)
Refer to the Operation code table.
th-9th
6
bytes) Set value
: (
16bit)
This data must be encoded to ASCII characters.
Ex.) 0123h -> 1
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID from which you want to get a value.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'C' (43h): Message type is "Get parameter command".
'0'-'6' (30h, 36h): Message length is 6 bytes.
Message
STX (02h): Start of Message
'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 Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Step 2. The monitor replies with current Backlight setting and capability to support this operation.
SOH (01h): Start Of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.) When this byte is set to 'A', the replying Monitor ID is '1'.
'D' (44h): Message Type is "Get parameter reply".
'1'-'2' (31h, 32h): Message length is 18 bytes.
Message
STX (02h): Start of Message
'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.
'0'-'0'-'6'-'4' (30h, 30h, 36h, 34h): Backlight max value is 100(0064h).
'0'-'0'-'3'-'2' (30h, 30h, 33h, 32h): Current Backlight setting is 50(0032h) .
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
BCC CR
Delimiter
(20/72)
CR (0Dh): End of packet
Step 3. The controller request the monitor to change the Backlight setting
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID of which you want to change a setting.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'E' (45h): Message Type is "Set parameter command".
'0'-'A' (30h, 41h): Message length is 10 bytes.
Message
STX (02h): Start of Message
'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 Backlight setting 80(0050h).
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Step 4. The monitor replies with a message for confirmation.
Header Message Check code Delimiter
SOH-'0'-'0'- Monitor ID -'F'-'1'-'2' STX-'0'-'0'-'0'-'0'-'1'-'0'—'0'-'0'-'0'
-'0'-'6'-'4'-'0'-'0'-'5'-'0'-ETX
Header
SOH (01h): Start Of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.) When this byte is set to 'A', the replying Monitor ID is '1'.
'F' (46h): Message Type is "Set parameter reply".
'1'-'2' (31h, 32h): Message length is 18 bytes.
Message
STX (02h): Start of Message
'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.
'0'-'0'-'6'-'4' (30h, 30h, 36h, 34h): Backlight max value is 100(0064h).
'0'-'0'-'5'-'0' (30h, 30h, 35h, 30h): Received a Backlight setting was 80(0050h) .
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Repeat Step 1 and Step 2, if you need to check the Backlight setting. (Recommended)
Step 5. Request the monitor to store the Backlight setting. (Save Current Settings Command)
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID which you want to store the setting.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'0'-'4' (30h, 34h): Message length is 4 bytes.
Message
STX (02h): Start of Message
'0'-'C' (30h, 43h): Command code is 0Ch as "Save current settings".
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(22/72)
6.2. How to read the measurement value of the built-in temperature sensors.
/X463UN /X551UN /V463 /V423 /X462S /X552S /X462UNV /V801 have three built-in temperature sensors.
The controller can monitor inside temperatures by using those sensors with external control.
The following shows the procedure for reading the temperatures from the sensors.
Step 1. Select a temperature sensor which you want to read.
SOH (01h): Start of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID which you want to get a value.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'E' (45h): Message Type is "Set parameter command".
'0'-'A' (30h, 41h): Message length is 10 bytes.
Message
STX (02h): Start of Message
'0'-'2' (30h, 32h): Operation code page number is 2.
'7'-'8' (37h, 38h): Operation code is 78h (on page 2).
'0'-'0'-'0'-'1' (30h, 30h, 30h, 31h): Select the temperature sensor #1 (01h).
00h: No meaning
01h: Sensor #1
02h: Sensor #2
03h: Sensor #3
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
SOH (01h): Start of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicates a replying Monitor ID.
Ex.) When this byte is set to 'A', the replying Monitor ID is '1'.
'F' (46h): Message Type is "Set parameter reply".
'1'-'2' (31h, 32h): Message length is 18 bytes.
Message
STX (02h): Start of Message
'0'-'0' (30h, 30h): Result code. No error.
'0'-'2' (30h, 32h): Operation code page number is 2.
'7'-'8' (37h, 38h): Operation code is 78h (in the page 2).
(23/72)
Check
code
BCC CR
Delimiter
'0'-'0' (30h, 30h): This operation is "Set parameter" type.
'0'-'0'-'0'-'3' (30h, 30h, 30h, 33h): Number of temperature sensors are 3 (0003h).
'0'-'0'-'0'-'1' (30h, 30h, 30h, 31h): temperature sensor is #1.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Step 3. The controller requests the monitor to send the temperature from the selected sensor.
SOH (01h): Start of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID which you want to get a value.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'C' (43h): Message Type is "Get parameter".
'0'-'6' (30h, 36h): Message length is 6 bytes.
Message
STX (02h): Start of Message
'0'-'2' (30h, 32h): Operation code page number is 2.
'7'-'9' (37h, 39h): Operation code is 79h (in the page 2).
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Step 4. The monitor replies a temperature of selected sensor.
SOH (01h): Start of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.) When this byte is set to 'A', the replying Monitor ID is '1'.
'D' (44h): Message Type is "Get parameter reply".
'1'-'2' (31h, 32h): Message length is 18 bytes.
Message
STX (02h): Start of Message
'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.
'F'-'F'-'F'-'F' (46h, 46h, 46h, 46h): Maximum value.
'0'-'0'-'3'-'2' (30h, 30h, 33h, 32h): The temperature is 25 degrees Celsius.
Delimiter
(24/72)
Readout value is 2's complement.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Temperature [Celsius]
+125.0 0000 0000 1111 1010 00FAh
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID from which you want to get status.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message Type is "Command".
'0'-'6' (30h, 36h): Message length is 6 bytes.
Message
STX (02h): Start of Message
'0'-'1'-'D'-'6': Get power status command.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor returns with the current power status.
SOH (01h): Start Of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.)
When this byte is set to 'A', the replying Monitor ID is '1'.
'B' (42h): Message Type is "Command reply".
'1'-'2' (31h, 32h): Message length is 18 bytes.
Message
STX(02h):Start of Message
'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
0002: Stand-by (power save)
0003: Suspend (power save)
0004: OFF (same as IR power off)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
Delimiter
BCC CR
(36/72)
CR (0Dh): End of packet
(37/72)
7.2 Power control
1) The controller requests the monitor to control monitor power.
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID which you want to change a setting.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'0'-'C (30h, 43h): Message length is 12 bytes.
Message
STX (02h): Start of Message
'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: OFF (same as the power off by IR)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
When this byte is set to 'A', the replying Monitor ID is '1'.
'B' (42h): Message type is "Command reply".
'N'-'N': Message length
Note.) The ma ximum dat a length that can be written to the mo nitor at a time is 32bytes.
Ex.) The b yte data 20h is encoded as ASCII characters '2' and '0' (32h and 30h).
Message
STX (02h): Start of Message
'0'-'0' (30h, 30h): Result code. No error.
'C'-'2’ ,'0'-'3'-'D'-'6' (43h, 32h, 30h, 33h, 44h, 36h): power control reply command
The monitor replies same as power control command to the controller.
'0'-'0'-'0'-'1' (30h, 30h, 30h, 31h): Power mode
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID from which you want to get data.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'0'-'A' (30h, 41h): Message length is 10 bytes.
Message
STX (02h): Start of Message
'C'-'0'-'0'-'B' (43h, 30h, 30h, 42h): Asset read request command.
'0'-'0' (30h, 30h): Offset data from top of the Asset data.
At first set 00h: Read data from the top of Asset data area.
'2'-'0' (32h, 30h): Read out data length is 32bytes.
Secondly set 20h: Read data from the 32bytes offset point in the Asset data area.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies Asset data to the controller.
SOH (01h): Start Of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.)
When this byte is set to 'A', the replying Monitor ID is '1'.
'B' (42h): Message type is "Command reply".
N-N: Message length
Note.) The ma ximum dat a 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' (34h and 30h).
Message
STX (02h): Start of Message
'0'-'0': Result code. No error.
'C'-'0'-'0'-'E' (43h, 30h, 30h, 45h): Asset Data write command
'0'-'0'(30h, 30h): Offset address from top of Asset data.
00h : 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 Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
Delimiter
BCC CR
(42/72)
CR (0Dh): End of packet
(43/72)
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.
Header Message Check code
SOH-'0'-Monitor
ID-'0'-'A'-'0'-'6'
Header
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID of which you want to get status.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'0'-'6'(30h, 36h): Message length
Message
STX (02h): Start of Message
'C'-'2'-'1'-'1' (43h, 32h, 31h, 31h): Date & time read request command.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies Date & Time to the controller.
Header Message Check code
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID of which you want to change the setting.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'1'-'2'(31h, 32h): Message length
Message
STX (02h): Start of Message
'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, 3 0h): 2000
|
'6'-'3'(36h, 33h): 2099 (99 = 63h)
MM: Month
'0'-'1'(30h, 31h): January
|
'0'-'C'(30h, 43h): December
'0'-'0'(30h,30h): No mean (works on last memory)
'0'-'1'(30h,31h): VGA
'0'-'2'(30h,32h): RGB/HV
'0'-'3'(30h,33h): DVI
'0'-'5'(30h,35h): Video1
'0'-'6'(30h,36h): Video2
'0'-'7'(30h,37h): S-Video
'0'-'A'(30h,41h): TV
'0'-'C'(30h,43h): DVD/HD1
'0'-'D'(30h,44h): Option
'0'-'E'(30h,45h): DVD/HD2
'0'-'F'(30h,46h): Display Port
'1'-'1'(31h,31h): HDMI
WD: Week setting
bit 0: Monday
bit 1: Tuesday
bit 2: Wednesday
bit 3: Thursday
bit 4: Friday
bit 5: Saturday
bit 6: Sunday
EX.
'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: 0:once 1:Everyday
bit 1: 0:once 1:Every week
bit 2: 0:Disable 1:Enable
EX.
'0'-'1'(30h, 31h): Disable, Everyday
'0'-'4'(30h, 34h): Enable, once
P MODE: Picture mode
'0'-'0'(30h,30h): No mean (works on last memory)
'0'-'1'(30h,31h): sRGB
'0'-'3'(30h,33h): Hi-Bright
'0'-'4'(30h,34h): Standard
'0'-'5'(30h,34h): Cinema
'0'-'6'(30h,36h): ISF-Day
'0'-'7'(30h,37h): ISF-Night
'0'-'B'(30h,42h): Ambient-1
'0'-'C'(30h,43h): Ambient-2
EXT1: Extension1
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT2: Extension 2
(50/72)
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT3: Extension 3
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT4: Extension 4
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT5: Extension 5
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT6: Extension 6
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT7: Extension 7
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(51/72)
***Following command also can be used for to keep backward compatibility, in order to
read the setting of the Schedule.
1) The controller requests the monitor to read Schedule.
Header Message Check code
'0'-'0'(30h, 30h): DVI
'0'-'1'(30h, 31h): VGA
'0'-'2'(30h, 32h): RGB/HV
'0'-'3'(30h, 33h): DVD/HD1
'0'-'4'(30h, 34h): VIDEO
'0'-'5'(30h, 35h): S-VIDEO
'0'-'7'(30h,30h): No mean (Works on last memory)
WD: Week setting
bit 0: Monday
bit 1: Tuesday
bit 2: Wednesday
bit 3: Thursday
bit 4: Friday
bit 5: Saturday
bit 6: Sunday
EX.
'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: 0:once 1:Everyday
bit 1: 0:once 1:Every week
bit 2: 0:Disable 1:Enable
EX.
'0'-'1'(30h, 31h): Disable, Everyday
'0'-'4'(30h, 34h): Enable, once
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(53/72)
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.
OFF HOUR-OFF MIN-INPUT-WD-FL-P MODE-
EXT1-EXT2-EXT3-EXT4-EXT5-EXT6-EXT7-ETX
Header
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID of which you want to change a setting.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'2'-'6'(32h, 36h): Message length.
'0'-'0'(30h,30h): No mean (works on last memory)
'0'-'1'(30h,31h): VGA
'0'-'2'(30h,32h): RGB/HV
'0'-'3'(30h,33h): DVI
'0'-'4'(30h,34h): HDMI (Set only)
'0'-'5'(30h,35h): Video1
'0'-'6'(30h,36h): Video2
'0'-'7'(30h,37h): S-Video
'0'-'A'(30h,41h): TV
'0'-'C'(30h,43h): DVD/HD1
'0'-'D'(30h,44h): Option
'0'-'E'(30h,45h): DVD/HD2
'0'-'F'(30h,46h): Display Port
BCC CR
(54/72)
'1'-'1'(31h,31h): HDMI
* Please select active input on your system (setting).
* If you select inactive input here, the input change execution will be ignored.
WD: Week setting
bit 0: Monday
bit 1: Tuesday
bit 2: Wednesday
bit 3: Thursday
bit 4: Friday
bit 5: Saturday
bit 6: Sunday
EX.
'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: 0:once 1:Everyday
bit 1: 0:once 1:Every week
bit 2: 0:Disable 1:Enable
* When bit 0 and bit 1 are '1', it behaves as Everyday.
EX.
'0'-'1'(30h, 31h): Disable, Everyday
'0'-'4'(30h, 34h): Enable, once
P MODE: Picture mode
'0'-'0'(30h,30h): No mean (Works on last memory)
'0'-'1'(30h,31h): sRGB
'0'-'3'(30h,33h): Hi-Bright
'0'-'4'(30h,34h): Standard
'0'-'5'(30h,34h): Cinema
'0'-'6'(30h,36h): ISF-Day
'0'-'7'(30h,37h): ISF-Night
'0'-'B'(30h,42h): Ambient-1
'0'-'C'(30h,43h): Ambient-2
* Please select active picture mode on your system (setting).
* If you select inacti ve picture mode here, the input change executio n will be ignored.
EXT1: Exte nsion1
'0'-'0'(30 h,30h): (On this monitor, it is always ‘00’)
EXT2: Extension 2
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT3: Extension 3
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT4: Extension 4
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT5: Extension 5
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT6: Extension 6
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT7: Extension 7
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
(55/72)
Delimiter
CR (0Dh): End of packet
2) The monitor replies a data for confirmation.
Header Message Check code
'0'-'0'(30h,30h): No mean (works on last memory)
'0'-'1'(30h,31h): VGA
'0'-'2'(30h,32h): RGB/HV
'0'-'3'(30h,33h): DVI
'0'-'5'(30h,35h): Video1
'0'-'6'(30h,36h): Video2
'0'-'7'(30h,37h): S-Video
'0'-'A'(30h,41h): TV
'0'-'C'(30h,43h): DVD/HD1
'0'-'D'(30h,44h): Option
'0'-'E'(30h,45h): DVD/HD2
'0'-'F'(30h,46h): Display Port
'1'-'1'(31h,31h): HDMI
Delimiter
BCC CR
(56/72)
WD: Week setting
bit 0: Monday
bit 1: Tuesday
bit 2: Wednesday
bit 3: Thursday
bit 4: Friday
bit 5: Saturday
bit 6: Sunday
EX.
'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: 0:once 1:Everyday
bit 1: 0:once 1:Every week
bit 2: 0:Disable 1:Enable
* When bit 0 and bit 1 are '1', it behaves as Everyday.
EX.
'0'-'1'(30h, 31h): Disable, Everyday
'0'-'4'(30h, 34h): Enable, once
P MODE: Picture mode
'0'-'0'(30h,30h): No mean (works on last memory)
'0'-'1'(30h,31h): sRGB
'0'-'3'(30h,33h): Hi-Bright
'0'-'4'(30h,34h): Standard
'0'-'5'(30h,34h): Cinema
'0'-'6'(30h,36h): ISF-Day
'0'-'7'(30h,37h): ISF-Night
'0'-'B'(30h,42h): Ambient-1
'0'-'C'(30h,43h): Ambient-2
EXT1: Extension1
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT2: Extension 2
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT3: Extension 3
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT4: Extension 4
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT5: Extension 5
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT6: Extension 6
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
EXT7: Extension 7
'0'-'0'(30h,30h): (On this monitor, it is always ‘00’)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
3)
The controller requests the monitor to write Enable/Disable Schedule.
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID of which you want to change a setting.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'0'-'A'(30h, 41h): Message length
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID of which you want to change a setting.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'1'-'6'(31h, 36h): Message length.
'0'-'0'(30h, 30h): DVI
'0'-'1'(30h, 31h): VGA
'0'-'2'(30h, 32h): RGB/HV
'0'-'3'(30h, 33h): DVD/HD1
'0'-'4'(30h, 34h): VIDEO
'0'-'5'(30h, 35h): S-VIDEO
'0'-'7'(30h, 37h): (Works on last memory)
* Please select active input on your system (setting).
* If you select inactive input here, the input change execution will be ignored.
WD: Week setting
bit 0: Monday
bit 1: Tuesday
bit 2: Wednesday
BCC CR
(60/72)
bit 3: Thursday
bit 4: Friday
bit 5: Saturday
bit 6: Sunday
EX.
'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: 0:once 1:Everyday
bit 1: 0:once 1:Every week
bit 2: 0:Disable 1:Enable
* When bit 0 and bit 1 are '1', it behaves as Everyday.
EX.
'0'-'1'(30h, 31h): Disable, Everyday
'0'-'4'(30h, 34h): Enable, once
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies a data for confirmation.
Header Message Check code
'0'-'0'(30h, 30h): DVI
'0'-'1'(30h, 31h): VGA
'0'-'2'(30h, 32h): RGB/HV
'0'-'3'(30h, 33h): DVD/HD1
'0'-'4'(30h, 34h): VIDEO
'0'-'5'(30h, 35h): S-VIDEO
'0'-'7'(30h,30h): No mean (Works on last memory)
WD: Week setting
bit 0: Monday
bit 1: Tuesday
bit 2: Wednesday
bit 3: Thursday
bit 4: Friday
bit 5: Saturday
bit 6: Sunday
EX.
'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: 0:once 1:Everyday
bit 1: 0:once 1:Every week
bit 2: 0:Disable 1:Enable
* When bit 0 and bit 1 are '1', it behaves as Everyday.
EX.
'0'-'1'(30h, 31h): Disable, Everyday
'0'-'4'(30h, 34h): Enable, once
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
3)
The controller requests the monitor to write Enable/Disable Schedule.
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID of which you want to change a setting.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'0'-'A'(30h, 41h): Message length
SOH (01h): Start of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID which you want to get status.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'0'-'4'(30h, 34h): Message length
Message
STX (02h): Start of Message
'B'-'1' (42h, 31h): Self-diagnosis command
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies a result of the self-diagnosis.
Header Message Check code
SOH-'0'-'0'-Monitor ID-'B'-N-N STX-'A'-'1'-
ST(0)-ST(1) --------ST(n)-ETX
Header
SOH (01h): Start Of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.)
When this byte is set to 'A', the replying Monitor ID is '1'.
'B' (42h): Message type is "Command reply".
N-N: Message length
Note.) The ma ximum dat a 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' (34h and 30h).
Message
STX (02h): Start of Message
'A'-'1' (41h, 31h): Application Test Report reply command
ST: Result of self-tests
'0'-'0'(30h, 30h):00: Normal
'7'-'0'(37h, 30h):70: Standby-power +3.3V abnormality
'7'-'1'(37h, 31h):71: Standby-power +5V abnormality
'7'-'2'(37h, 32h):72: Panel-power +12V abnormality
'7'-'8'(37h, 38h):78: Inverter power/Option slot2 power +24V Abnormality
'8'-'0'(38h, 30h):80: Cooling fan-1 abnormality
'8'-'1'(38h, 31h):81: Cooling fan-2 abnormality
('8'-'2'(38h, 32h):82: Cooling fan-3 abnormality)
'9'-'0'(39h, 30h):90: Inverter abnormality
'9'-'1'(39h, 31h):91: LED Backlight abnormality
'A'-'0'(41h, 30h):A0: Temperature abnormality – shutdown
'A'-'1'(41h, 31h):A1: Temperature abnormality – half brightness
'A'-'2'(41h, 32h):A2: SENSOR reached at the temperature that the user had specified.
'B'-'0'(42h, 30h):B0: No signal
'C'-'0'(43h, 30h):C0: Option board abnormality
Delimiter
BCC CR
(64/72)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(65/72)
12. Serial No. & Model Name Read
12.1 Serial No. Read
This command is used in order to read a serial number.
1) The con troller requests the monitor to read a serial number.
Header Message Check code
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID which you want to get serial number.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'0'-'6'(30h, 36h): Message length
Message
STX (02h): Start of Message
'C'-'2'-'1'-'6' (43h, 32h, 31h, 36h): Serial No. command
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Delimiter
2) The monitor replies the serial No. data to the controller.
Header Message Check code
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID which you want to get Model Name.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'0'-'6'(30h, 36h): Message length
Message
STX (02h): Start of Message
'C'-'2'-'1'-'7' (43h, 32h,
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
31h,37h): Model Name command
Delimiter
CR (0Dh): End of packet
2) The monitor replies the model name data to the controller.
Header Message Check code
SOH (01h): Start Of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.)
When this byte is set to 'A', the replying Monitor ID is '1'.
'B' (42h): Message type is "Command reply".
N-N: Message length
Note.) The maximum data length that can be returned from the monitor at a time is
32bytes.
Ex.) The byte data 20h is encoded as ASCII characters '2' and '0' (32h and 30h).
Message
STX (02h): Start of Message
'C'-'3'-'1'-'7' (43h, 33h, 31h, 37h): Model Name reply Command
Data(0) -Data(1)----Data(n):Model name
These data are encoded to ASCII characters strings.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Delimiter
Delimiter
BCC CR
(67/72)
Check
13. Security Lock
13.1 Security Lock Control
This command sets the condition of security lock function to "LOCK" or "UNLOCK".
If security pass codes 1st to 4th are matched with monitor resisted pass codes, then this
command is executed, and reply no error status and a new condition.
If codes aren't matched with them then setting isn't changed, and reply error status and
a current condition.
If the monitor receives this command while waiting for Pass codes inputs, then it only
checks Pass cords (and releases image muting if Pass codes are OK) and doesn't apply "EN"
parameter.
1) The con troller requests the monitor to set the condition of security lock.
Header Message
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID of which you want to change a setting.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'1'-'0'(31h, 30h): Message length
Message
STX (02h): Start of Message
'C'-'2'-'1'-'D' (43h, 32h, 31h, 44h): Security Lock Control command
EN-P1-P2-P3-P4: Lock condition control data
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID which you want to get Model Name.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'0'-'6'(30h, 36h): Message length
Message
STX (02h): Start of Message
'C'-'2'-'2'-'C' (43h, 32h,
32h,43h): Direct TV Channel Read command
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies the result to the controller.
Header Message Check code Delimiter
SOH-'0'-'0'-Monitor ID-'B'-'1'-'2'
STX-'C'-'3'-'2'-'C'-MajorCH-MinorCH-ETX
Header
SOH (01h): Start of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.)
When this byte is set to 'A', the replying Monitor ID is '1'.
'B' (42h): Message type is "Command reply".
'1'-'2'(31h, 32h): Message length = 18bytes
Message
STX (02h): Start of Message
'C'-'3'-'2'-'C' (43h, 33h, 32h, 43h): Direct TV Channel read reply command
MajorCH: Major Channel (00000000h – FFFFFFFFh),
'0'-'0'-'0'-'0'-'0'-'0'-'0'-'0'
〜
'F'-'F'-'F'-'F'-'F'-'F'-'F'-'F'
MinorCH: Minor Channel (0000h – FFFFh),
'0'-'0'-'0'-'0'
〜
'F'-'F'-'F'-'F'
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Delimiter
BCC CR
BCC CR
(70/72)
14.2 Direct TV Chanel Write & Reply
1) The controller requests the monitor to write channel information.
Header Message Check code
SOH-'0'-Monitor ID-'0'-'A'-'1'-'2'
STX-'C'-'2'-'2'-'D'-MajorCH-MinorCH-ETX BCC CR
Header
SOH (01h): Start Of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID which you want to get Model Name.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
'1'-'2'(31h, 32h): Message length = 18bytes
Message
STX (02h): Start of Message
'C'-'2'-'2'-'D' (43h, 32h,
32h,44h): Direct TV Channel write command
MajorCH: Major Channel (00000000h – FFFFFFFFh),
'0'-'0'-'0'-'0'-'0'-'0'-'0'-'0'
〜
'F'-'F'-'F'-'F'-'F'-'F'-'F'-'F'
MinorCH: Minor Channel (0000h – FFFFh),
'0'-'0'-'0'-'0'
〜
'F'-'F'-'F'-'F'
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies the result to the controller.
Header Message Check code Delimiter
SOH-'0'-'0'-Monitor ID-'B'-'1'-'2'
STX-'C'-'3'-'2'-'D'-MajorCH-MinorCH-ETX
Header
SOH (01h): Start of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller.
Monitor ID: Indicate a replying Monitor ID.
Ex.)
When this byte is set to 'A', the replying Monitor ID is '1'.
'B' (42h): Message type is "Command reply".
'1'-'2'(31h, 32h): Message length = 18bytes
Message
STX (02h): Start of Message
'C'-'3'-'2'-'D' (43h, 33h, 32h, 43h): Direct TV Channel write reply command
MajorCH: Major Channel (00000000h – FFFFFFFFh),
'0'-'0'-'0'-'0'-'0'-'0'-'0'-'0'
〜
'F'-'F'-'F'-'F'-'F'-'F'-'F'-'F'
MinorCH: Minor Channel (0000h – FFFFh),
'0'-'0'-'0'-'0'
〜
'F'-'F'-'F'-'F'
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Delimiter
BCC CR
(71/72)
All data are subject to change without notice.
(June. 28, 2013)
Copyright 2004-2013 NEC Display Solutions, Ltd. All Right Reserved
This document provides the technica l information for users. NEC Display Solutions, Ltd. reserves the right to change or modify the information contained
herein without notice. NEC D isplay Solutions, Ltd. makes no warranty for the use of its products and bears no responsibility for any errors or omissions which
may appear in this document.
(72/72)
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.