(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
(5/130)
2.3 Multi Monitors Connection
You can control multiple monitors by using RS-232C, REMOTE IN or LAN daisy-chain connection.
Mai n M onitor
Connector
IN OUT
RS-232C
LAN2
LAN1
Sub Monit ors
Connector
IN OUT
LAN1 LAN2 REMOTE IN
(Please refer “Controlling the LCD monitor via LAN control” on User’s manual.)
In this connection, a command is transmitted to the connected MultiSync on the following environment.
1.
AUTO ID function is performed on Main Monitor.
(Please refer “MULTI DISPLAY of OSD (On-Screen-Display) Controls” on User’s manual.)
2.
Destination byte of Command Header is "MONITOR ID = ALL", "GROUP ID" or "MONITOR ID of Sub Monitor".
(Please refer section 4.1.)
(6/130)
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) Automatic setup
* 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 wait for a reply packet before the next command is sent.
(Note)
When the following commands are sent, a controller should wait for specified period after receiving
the reply command before sending the next command.
l
Power On, Power Off: 15 seconds
l
Input, PIP Input, Auto Setup, Factory Reset: 10 seconds
(7/130)
Header
Delimiter
Set Parameter
Get Parameter Reply
Get Parameter
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
Message
Check Code
Set Parameter Reply
Message
Check Code
Message
Check Code
Message
Check Code
Save Current Setting Command
Message
Check Code
Save Current Setting Command Reply
Message
Check Code
Monitor Controller
The controller sends command to
get a value from the monitor that
you want to change.
The monitor replies a current value
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 monitor replies to the
controller for confirmation.
■ For the special command (see the part 7 to 23. and 5.5.2)
Command
Message
Command Reply
Message
Check Code
Check Code
(8/130)
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 23.
The monitor replies a proper
message defined for each control.
To tell the controller that the monitor does not have any answer to give to the host (not
ready or not expected)
A null message will be returned by the monitor if the “Start Proof of Play” command is sent
and the monitor has already started Proof of Play.
A null message will be returned by the monitor if the “Stop Proof of Play” command is sent
and the monitor has not started Proof of Play.
Complete "NULL Message" command packet as follows;
ETX
(22/130)
IV. Control Commands
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".
6.1. How to change the “Backlight” setting.
Step 1. The controller requests the Monitor to reply with the current brightness setting and capability
to support this operation. (Get parameter)
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'C'-'0'-'6'
Header
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.3 “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.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'D'-'1'-'2'
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'.
'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.3 “Check code” for a BCC calculation.
STX-'0'-'0'-'1'-'0'-ETX BCC CR
STX-'0'-'0'-'0'-'0'-'1'-'0'-'0'-'0'
-'0'-'0'-'6'-'4'-'0'-'0'-'3'-'2'-ETX
Delimiter
Delimiter
BCC CR
(23/130)
Delimiter
CR (0Dh): End of packet
Step 3. The controller request the monitor to change the Backlight setting
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'E'-'0'-'A'
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.
'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.3 “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
SOH-'0'-'0'- Monitor ID –
'F'-'1'-'2'
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.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
STX-'0'-'0'-'1'-'0'-
'0'-'0'-'5'-'0'-ETX
STX-'0'-'0'-'0'-'0'-'1'-'0'—'0'-'0'-
'0'-'0'-'6'-'4'-'0'-'0'-'5'-'0'-ETX
BCC CR
Delimiter
code
BCC CR
Delimiter
(24/130)
Ø
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)
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'4'
Header
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.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
STX-'0-'C'-ETX BCC CR
Delimiter
(25/130)
6.2. How to read the measurement value of the built-in temperature sensors.
MultiSync X841UHD, X981UHD, X651UHD 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.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'E'-'0'-'A'
Header
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.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Step 2. The monitor replies for confirmation.
STX-'0'-'2'-'7'-'8'-
'0'-'0'-'0'-'1'-ETX
BCC CR
Delimiter
Header Message Check code Delimiter
SOH-'0'-'0'-Monitor ID-
'F'-'1'-'2'
Header
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).
'0'-'0' (30h, 30h): This operation is "Set parameter" type.
STX-'0'-'0'-'0'-'2'-'7'-'8'-'0'-'0'-
'0'-'0'-'0'-'3'-'0'-'0'-'0'-'1'-ETX
(26/130)
BCC CR
'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.3 “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.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'C'-'0'-'6'
Header
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.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Step 4. The monitor replies a temperature of selected sensor.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'D'-'1'-'2'
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'.
'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.
STX-'0'-'2'-'7'-'9'-ETX BCC CR
STX-'0'-'0'-'0'-'2'-'7'-'9'-'0'-'0'
-'F'-'F'-'F'-'F'-'0'-'0'-'3'-'2'-ETX
Delimiter
Delimiter
BCC CR
(27/130)
Readout value is 2's complement.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
The
following
commands can
also be used.
OP code page
02h
OP code 6Fh
Parameter
0: No mean
1: 100%
2: 101%
|
201(C9h):
300%
The
following
commands can
also be used.
OP code page
02h
OP code 6Ch
Parameter
0: No mean
1: 100%
2: 101%
|
201(C9h):
300%
PRESET1, 2 or 3
is set as
& RIGHT" or
"TOP & BOTTOM".
(44/130)
7. Power control procedure
7.1 Power status read
1) The controller requests the monitor to reply a current power status.
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 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.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor returns with the current power status.
STX-'0'-'1'-'D'-'6'-ETX BCC CR
Delimiter
Header Message Check
SOH-'0'-'0'-Monitor ID-
'B'-'1'-'2'
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 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
ETX (03h): End of Message
Check code
BCC: Block Check Code
STX-'0'-'2'-'0'-'0'-'D'-'6'-'0'-'0'-
'0'-'0'-'0'-'4'-'0'-'0'-'0'-'1'-ETX
<Status>
0001: ON
0002: Stand-by (power save)
0003: Suspend (power save)
0004: OFF (same as IR power off)
Delimiter
code
BCC CR
(45/130)
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(46/130)
7.2 Power control
1) The controller requests the monitor to control monitor power.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'C'
Header
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
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
STX-'C'-'2'-'0'-'3'-'D'-'6'-
'0'-'0'-'0'-'1'-ETX
0001: ON
0002, 0003: Do not set.
0004: OFF (same as the power off by IR)
BCC CR
Delimiter
2) The monitor replies a data for confirmation.
Header Message Check code Delimiter
SOH-'0'-'0'-Monitor ID-
'B'-'0'-'E'
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 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).
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
STX-'0'-'0'-'C'-'2'-'0'-'3'-'D'-'6'-
'0'-'0'-'0'-'1'-ETX
0001: ON
0002, 0003: Do not set.
0004: OFF (same as the power off by IR)
BCC CR
(47/130)
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(48/130)
8. Asset Data read and write
MultiSync X841UHD, X981UHD, X651UHD have the area for to store user’s asset data of up to 64bytes.
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.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'A'
Header
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.
Maximum readout length is 32bytes at a time.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies Asset data to the controller.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-N-N
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.) This length includes STX and ETX.
Message
STX (02h): Start of Message
'C'-'1'-'0'-'B' (43h, 31h, 30h, 42h): Asset read reply command
Data(0) – Data(N): Retuned Asset data
Ex.) When Data(n) is 1234h, replying data is (31h 32h, 33h, 34h).
ETX (03h): End of Message
Check code
BCC: Block Check Code
STX-'C'-'0'-'0'-'B'-
'0'-'0'-'2'-'0'-ETX
BCC CR
STX-'C'-'1'-'0'-'B'-
Data(0)-Data(1)---Data(N)-ETX
Delimiter
BCC CR
Delimiter
(49/130)
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(50/130)
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.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-N-N
Header
SOH (01h): Start of Header
'0' (30h): Reserved
Monitor ID: Specify the Monitor ID in which you want to write data.
Ex.) If Monitor ID is '1', specify 'A'.
'0' (30h): Message sender is the controller.
'A' (41h): Message type is "Command".
N-N: Message length
Note.) The maximum data length that can be written to the monitor at a time is 32bytes.
Message
STX (02h): Start of Message
'C'-'0'-'0'-'E' (43h, 30h, 30h, 45h): Asset Data writes command
'0'-'0'(30h, 30h): Offset address from top of Asset data.
00h : 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 Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
STX-'C'-'0'-'0'-'E'-'0'-'0'-
Data(0)-Data(1)---Data(N)-ETX
BCC CR
Delimiter
2) The monitor replies a data for confirmation.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-N-N
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 maximum data length that can be written to the monitor at a time is 32bytes.
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.3 “Check code” for a BCC calculation.
Delimiter
STX-'0'-'0'-'C'-'0'-'0'-'E'-'0'-'0'-
Data(0)-Data(1)---Data(N)-ETX
Delimiter
BCC CR
(51/130)
CR (0Dh): End of packet
(52/130)
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.3 “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-'0'-'0'-Monitor ID-
'B'-'1'-'4'
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'-'4'(31h, 34h): Message length
Message
STX (02h): Start of Message
'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
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(54/130)
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.
Header Message Check code Delimiter
SOH-'0'-Monitor ID-
'0'-'A'-'1'-'2'
STX-'C'-'2'-'1'-'2'-
YY-MM-DD-WW-HH-MN-DS-ETX
BCC CR
Header
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, 30h): 2000
|
'6'-'3'(36h, 33h): 2099 (99 = 63h)
MM: Month
'0'-'1'(30h, 31h): JANUARY
|
'0'-'C'(30h, 43h): DECEMBER
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(57/130)
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.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'8'
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'-'8'(30h, 38h): Message length
Message
STX (02h): Start of Message
'C'-'2'-'2'-'1' (43h, 32h, 32h, 31h): Schedule read request command.
PG: Program No.
Ø
The data must be ASCII characters strings.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies Schedule to the controller.
Header Message Check
SOH-'0'-'0'-Monitor ID-
'B'-'2'-'6'
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".
'2'-'6'(32h, 36h): Message length
'0'-'0'(30h,30h): No mean (works on last memory)
'0'-'3'(30h,33h): DVI1
'0'-'4'(30h,34h): DVI2
'0'-'D'(30h,44h): OPTION
'0'-'F'(30h,46h): DPORT
'1'-'0'(31h,30h): DPORT2
'1'-'1'(31h,31h): HDMI
'1'-'2'(31h,32h): HDMI2
'8'-'2'(38h,32h): HDMI3
'8'-'3'(38h,33h): HDMI4
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): TUESDAY
'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): HIGHBRIGHT
'0'-'4'(30h,34h): STANDARD
'0'-'5'(30h,34h): CINEMA
'0'-'8'(30h,38h): CUSTOM1
'0'-'9'(30h,39h): CUSTOM2
'0'-'D'(30h,44h): SVE-1 SETTING
'0'-'E'(30h,45h): SVE-2 SETTING
'0'-'F'(30h,46h): SVE-3 SETTING
'1'-'0'(31h,30h): SVE-4 SETTING
'1'-'1'(31h,31h): SVE-5 SETTING
(59/130)
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.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(60/130)
***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
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'8'
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'-'8'(30h, 38h): Message length
Message
STX (02h): Start of Message
'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 Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies Schedule to the controller.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-'1'-'6'
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'-'6'(31h, 36h): Message length
'0'-'0'(30h, 30h): DVI1
'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): TUESDAY
'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.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(62/130)
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.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'2'-'6'
STX-'C'-'2'-'2'-'2'-PG-ON HOUR-ON MIN-
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.
Note:
* The same time as ON time and OFF time cannot be set.
* Set '1'-'8' to ON/OFF_HOUR and '3'-'C' to ON/OFF_MIN, when ON/OFF time is deleted.
INPUT: Timer input
'0'-'0'(30h,30h): No mean (works on last memory)
'0'-'3'(30h,33h): DVI1
'0'-'4'(30h,34h): DVI2
'0'-'D'(30h,44h): OPTION
'0'-'F'(30h,46h): DPORT
'1'-'0'(31h,30h): DPORT2
'1'-'1'(31h,31h): HDMI
'1'-'2'(31h,32h): HDMI2
Delimiter
BCC CR
(63/130)
'8'-'2'(38h,32h): HDMI3
'8'-'3'(38h,33h): HDMI4
* 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): TUESDAY
'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): HiGHBRIGHT
'0'-'4'(30h,34h): STANDARD
'0'-'5'(30h,34h): CINEMA
'0'-'8'(30h,38h): CUSTOM1
'0'-'9'(30h,39h): CUSTOM2
'0'-'D'(30h,44h): SVE-1 SETTING
'0'-'E'(30h,45h): SVE-2 SETTING
'0'-'F'(30h,46h): SVE-3 SETTING
'1'-'0'(31h,30h): SVE-4 SETTING
'1'-'1'(31h,31h): SVE-5 SETTING
* Please select active picture mode on your system (setting).
* If you select inactive picture mode here, the input change execution will be ignored.
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
(64/130)
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies a data for confirmation.
Header Message Check
SOH-'0'-'0'-Monitor ID-
'B'-'2'-'8'
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".
'2'-'8'(32h, 38h): Message length
'0'-'0'(30h,30h): No mean (works on last memory)
'0'-'3'(30h,33h): DVI1
'0'-'4'(30h,34h): DVI2
'0'-'D'(30h,44h): OPTION
'0'-'F'(30h,46h): DPORT
'1'-'0'(31h,30h): DPORT2
STX-'C'-'3'-'2'-'2'-ST-PG-ON HOUR-ON MIN-
OFF HOUR-OFF MIN-INPUT-WD-FL-P MODE-
EXT1-EXT2-EXT3-EXT4-EXT5-EXT6-EXT7-ETX
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): TUESDAY
'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): HIGHBRIGHT
'0'-'4'(30h,34h): STANDARD
'0'-'5'(30h,34h): CINEMA
'0'-'8'(30h,38h): CUSTOM1
'0'-'9'(30h,39h): CUSTOM2
'0'-'D'(30h,44h): SVE-1 SETTING
'0'-'E'(30h,45h): SVE-2 SETTING
'0'-'F'(30h,46h): SVE-3 SETTING
'1'-'0'(31h,30h): SVE-4 SETTING
'1'-'1'(31h,31h): SVE-5 SETTING
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
(66/130)
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
3) The controller requests the monitor to write Enable/Disable Schedule.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'A'
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".
'0'-'A'(30h, 41h): Message length
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(68/130)
***Following command also can be used for to keep backward compatibility, in order to
write the setting of the Schedule.
1) The controller requests the monitor to write Schedule.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'1'-'6'
STX-'C'-'2'-'1'-'4'-PG-ON HOUR-ON MIN-
OFF HOUR-OFF MIN-INPUT-WD-FL-ETX
BCC CR
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".
'1'-'6'(31h, 36h): Message length.
'0'-'0'(30h, 30h): DVI1
'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
bit 3: THURSDAY
bit 4: FRIDAY
bit 5: SATURDAY
bit 6: SUNDAY
Delimiter
(69/130)
EX.
'0'-'1'(30h, 31h): MONDAY
'0'-'4'(30h, 34h): TUESDAY
'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.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies a data for confirmation.
Header Message Check
SOH-'0'-'0'-Monitor ID-
'B'-'1'-'8'
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'-'8'(31h, 38h): Message length
'0'-'0'(30h, 30h): DVI1
'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): TUESDAY
'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.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
3) The controller requests the monitor to write Enable/Disable Schedule.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'A'
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".
'0'-'A'(30h, 41h): Message length
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
STX-'C'-'3'-'1'-'5'-ST-PG-EN-ETX BCC CR
Delimiter
CR (0Dh): End of packet
Delimiter
(72/130)
11. Self diagnosis
11.1 Self-diagnosis status read
This command is used in order to read the Self-diagnosis status.
1) The controller requests the monitor to read Self-diagnosis status.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'4'
Header
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.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
STX-'B'-'1'-ETX BCC CR
Delimiter
2) The monitor replies a result of the self-diagnosis.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-N-N
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 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' (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: LED Backlight 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.
STX-'A'-'1'-
ST(0)-ST(1) --------ST(n)-ETX
Delimiter
BCC CR
(73/130)
'B'-'0'(42h, 30h):B0: No signal
'D'-'0'(44h, 30h):D0: PROOF OF PLAY buffer reduction
'E'-'0'(45h, 30h):E0: System error
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(74/130)
12. Serial No. & Model Name Read
12.1 Serial No. Read
This command is used in order to read a serial number.
1) The controller requests the monitor to read a serial number.
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 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.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
STX-'C'-'2'-'1'-'6'-ETX BCC CR
Delimiter
2) The monitor replies the serial No. data to the controller.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-N-N
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 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'-'6' (41h, 33h, 31h, 36h): Serial No. reply command
Data(0)-Data(1)----Data(n):Serial Number
Ø
The byte data 20h is encoded as ASCII characters '2' and '0' (32h and 30h).
Ex.) Foe example when receiveing Serial Number data 33h 31h 33h 32h 33h 33h 33h 34h
Step1: Serial Number data is encoded as character string.
Step3: Byte data represents the ASCII string data.
Example:
31h 32h 33h 34h -> "1234"
Result: Serial Number is "1234".
STX-'C'-'3'-'1'-'6'-
Data(0)-Data(1)---Data(n)-ETX
Delimiter
BCC CR
(75/130)
Note: No null termination character is sent.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(76/130)
12.2 Model Name Read
This command is used in order to read the Model Name.
1) The controller requests the monitor to read Model Name.
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 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, 31h, 37h): Model Name command
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
STX-'C'-'2'-'1'-'7'-ETX BCC CR
Delimiter
CR (0Dh): End of packet
2) The monitor replies the model name data to the controller.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-N-N
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 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
Ø
The byte data 20h is encoded as ASCII characters '2' and '0' (32h and 30h).
Ex.) Foe example when receiving Model Name data 35h 30h 33h 34h 33h 30h 33h 33h
Step1: Model Name data is encoded character string.
Step3: Byte data represents the ASCII string data.
Example:
50h 34h 30h 33h -> "P403"
Result: Model Name is "P403".
Note: No null termination character is sent.
ETX (03h): End of Message
Check code
BCC: Block Check Code
STX-'C'-'3'-'1'-'7'-
Data(0) -Data(1)—----Data(n)-ETX
Delimiter
Delimiter
BCC CR
(77/130)
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(78/130)
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 controller requests the monitor to set the condition of security lock.
Header Message Check code
SOH-'0'-MonitorID-
'0'-'A'-'1'-'0'
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".
'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
EN: SECURE MODE
'0'-'0'(30h, 30h): OFF
'0'-'1'(30h, 31h): START-UP LOCK
'0'-'2'(30h, 32h): CONTROL LOCK
'0'-'3'(30h, 33h): BOTH LOCK
P1: Security Pass code 1st
'0'-'0'(30h, 30h): "0"
|
'0'-'9'(30h, 39h): "9"
P2: Security Pass code 2nd
'0'-'0'(30h, 30h): "0"
|
'0'-'9'(30h, 39h): "9"
P3: Security Pass code 3rd
'0'-'0'(30h, 30h): "0"
|
'0'-'9'(30h, 39h): "9"
P4: Security Pass code 4th
'0'-'0'(30h, 30h): "0"
|
'0'-'9'(30h, 39h): "9"
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
STX-'C'-'2'-'1'-'D'-
EN-P1-P2-P3-P4-ETX
Delimiter
BCC CR
(79/130)
2) The monitor replies the result to the controller.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-'0'-'A'
STX-'C'-'3'-'1'-'D'-
ST-EN-ETX
BCC CR
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".
'0'-'A'(30h, 41h): Message length
Message
STX (02h): Start of Message
'C'-'3'-'1'-'D' (43h, 33h, 31h, 44h): Security Lock Control reply command
ST-EN: Lock condition result data
ST: Status
'0'-'0'(30h, 30h): No error
'0'-'1'(30h, 31h): Error
EN: SECURE MODE (Current condition)
'0'-'0'(30h, 30h): OFF
'0'-'1'(30h, 31h): START-UP LOCK
'0'-'2'(30h, 32h): CONTROL LOCK
'0'-'3'(30h, 33h): BOTH LOCK
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Delimiter
(80/130)
14. Direct TV Chanel Read & Write
When DTV unit (Option unit) is installed, channel settings is read and write directly.
14.1 Direct TV Chanel Read & Reply
1) The controller requests the monitor to read channel information.
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 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.3 “Check code” for a BCC calculation.
STX-'C'-'2'-'2'-'C'-ETX BCC CR
Delimiter
CR (0Dh): End of packet
2) The monitor replies the result to the controller.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-'1'-'2'
STX-'C'-'3'-'2'-'C'-
MajorCH-MinorCH-ETX
BCC CR
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),
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Delimiter
Delimiter
(81/130)
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'
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
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
STX-'C'-'2'-'2'-'D'-
Delimiter
BCC CR
MajorCH-MinorCH-ETX
Delimiter
CR (0Dh): End of packet
2) The monitor replies the result to the controller.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-'1'-'2'
STX-'C'-'3'-'2'-'D'-
MajorCH-MinorCH-ETX
BCC CR
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),
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Delimiter
(82/130)
15. Daylight Saving read & write
15.1 Daylight Saving Read
This command is used in order to read the setting of Daylight Saving.
1) The controller requests the monitor to reply a Daylight Saving setting.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'8'
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".
'0'-'8'(30h, 38h): Message length (8bytes)
Message
STX (02h): Start of Message
'C'-'A'-'0'-'1' (43h, 41h, 30h, 31h): Daylight Saving Command
'0'-'0' (30h. 30h): Read
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies Date & Time to the controller.
Header Message Check
SOH-'0'-'0'-Monitor ID-
'B'-'2'-'0'
STX-'C'-'A'-'0'-'1'-'0'-'0'-ETX BCC CR
STX-'C'-'B'-'0'-'1'-'0'-'0'-ST-BM-BD1-BD
-BT1-BT2-EM-ED1-ED2-ET1-ET2-TD-ETX
Delimiter
Delimiter
code
BCC CR
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’, replying monitor’s ID is ‘1’.
'B' (42h): Message type is "Command reply".
'2'-'0'(32h, 30h): Message length (32bytes)
Message
STX (02h): Start of Message
'C'-'B'-'0'-'1' (43h, 42h, 30h, 31h): Daylight Saving Setting reply command
'0'-'0' (30h, 30h): Read
ST: Error Status
No Error : 00h (30h, 30h)
Error : 01h (30h, 31h)
BM: BEGIN MONTH
JANUARY – DECEMBER: 01h (30h, 31h) - 12h (31h, 32h)
BD1: BEGIN DAY1
FIRST : 01h (30h, 31h)
SECOND : 02h (30h, 32h)
THIRD : 03h (30h, 33h)
FOUR : 04h (30h, 34h)
(83/130)
LAST : 05h (30h, 35h)
BD2: BEGIN DAY2 (Day of the week)
SUNDAY : 01h (30h, 31h)
MONDAY : 02h (30h, 32h)
TUESDAY : 03h (30h, 33h)
WEDNESDAY : 04h (30h, 34h)
THURSDAY : 05h (30h, 35h)
FRIDAY : 06h (30h, 36h)
SATURDAY : 07h (30h, 37h)
BT1: BEGIN TIME1 (Hour)
00h (30h, 30h) – 23 (32h, 33h)
BT2: BEGIN TIME2 (Minute)
00h (30h, 30h) – 59 (35h, 39h)
EM: END MONTH
JANUARY – DECEMBER: 01h (30h, 31h) - 12h (31h, 32h)
ED1: END DAY1
FIRST : 01h (30h, 31h)
SECOND : 02h (30h, 32h)
THIRD : 03h (30h, 33h)
FOUR : 04h (30h, 34h)
LAST : 05h (30h, 35h)
ED2: END DAY2 (Day of the week)
SUNDAY : 01h (30h, 31h)
MONDAY : 02h (30h, 32h)
TUESDAY : 03h (30h, 33h)
WEDNESDAY : 04h (30h, 34h)
THURSDAY : 05h (30h, 35h)
FRIDAY : 06h (30h, 36h)
SATURDAY : 07h (30h, 37h)
ET1: END TIME1 (Hour)
00h (30h, 30h) – 23 (32h, 33h)
ET2: END TIME2 (Minute)
00h (30h, 30h) – 59 (35h, 39h)
TD: TIME DIFFERENCE
+01:00 : 00h (30h, 30h)
+00:30 : 01h (30h, 31h)
-00:30 : 02h (30h, 32h)
-01:00 : 03h (30h, 33h)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(84/130)
15.2 Daylight Saving Write
This command is used in order to write the setting of the Daylight Saving.
1) The controller requests the monitor to write Daylight Saving.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'1'-'E'
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".
'1'-'E'(31h, 45h): Message length (30bytes)
Message
STX (02h): Start of Message
'C'-'A'-'0'-'1' (43h, 41h, 30h, 31h): Daylight Saving Setting Command
'0'-'1' (30h, 31h): Write
BM: BEGIN MONTH
JANUARY – DECEMBER: 01h (30h, 31h) - 12h (31h, 32h)
BD1: BEGIN DAY1
FIRST : 01h (30h, 31h)
SECOND : 02h (30h, 32h)
THIRD : 03h (30h, 33h)
FOUR : 04h (30h, 34h)
LAST : 05h (30h, 35h)
BD2: BEGIN DAY2 (Day of the week)
SUNDAY : 01h (30h, 31h)
MONDAY : 02h (30h, 32h)
TUESDAY : 03h (30h, 33h)
WEDNESDAY : 04h (30h, 34h)
THURSDAY : 05h (30h, 35h)
FRIDAY : 06h (30h, 36h)
SATURDAY : 07h (30h, 37h)
BT1: BEGIN TIME1 (Hour)
00h (30h, 30h) – 23 (32h, 33h)
BT2: BEGIN TIME2 (Minute)
00h (30h, 30h) – 59 (35h, 39h)
EM: END MONTH
JANUARY – DECEMBER: 01h (30h, 31h) - 12h (31h, 32h)
ED1: END DAY1
FIRST : 01h (30h, 31h)
SECOND : 02h (30h, 32h)
THIRD : 03h (30h, 33h)
FOUR : 04h (30h, 34h)
LAST : 05h (30h, 35h)
ED2: END DAY2 (Day of the week)
SUNDAY : 01h (30h, 31h)
MONDAY : 02h (30h, 32h)
TUESDAY : 03h (30h, 33h)
WEDNESDAY : 04h (30h, 34h)
THURSDAY : 05h (30h, 35h)
FRIDAY : 06h (30h, 36h)
SATURDAY : 07h (30h, 37h)
ET1: END TIME1 (Hour)
00h (30h, 30h) – 23 (32h, 33h)
ET2: END TIME2 (Minute)
00h (30h, 30h) – 59 (35h, 39h)
TD: TIME DIFFERENCE
STX-'C'-'A'-'0'-'1'-'0'-'1'-BM-BD1-BD2-
BT1-BT2-EM-ED1-ED2-ET1-ET2-TD-ETX
BCC CR
Delimiter
(85/130)
+01:00 : 00h (30h, 30h)
+00:30 : 01h (30h, 31h)
-00:30 : 02h (30h, 32h)
-01:00 : 03h (30h, 33h)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies a written in result.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-'0'-'A'
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’, replying monitor’s ID is ‘1’.
'B' (42h): Message type is "Command reply".
'0'-'A'(30h, 41h): Message length (10bytes)
Message
STX (02h): Start of Message
'C'-'B'-'0'-'1' (43h, 42h, 30h, 31h): Daylight Saving Setting Command
'0'-'1' (30h, 31h): Write
ST: Error Status
No Error : 00h (30h, 30h)
Error : 01h (30h, 31h)
ETX (03h): End of Message
STX-'C'-'B'-'0'-'1'-'0'-'1'-ST-ETX BCC CR
Delimiter
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(86/130)
16. Firmware Version
16.1 Firmware Version Read
This command is used in order to read a firmware version.
1) The controller requests the monitor to reply a firmware version.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'8'
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".
'0'-'8'(30h, 38h): Message length (8bytes)
Message
STX (02h): Start of Message
'C'-'A'-'0'-'2' (43h, 41h, 30h, 32h): Firmware Version Command
TY: Firmware Type
Firmware1 : 00h (30h, 30h)
Firmware2 : 01h (30h, 31h)
Firmware3 : 02h (30h, 32h)
Firmware4 : 03h (30h, 33h)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
STX-'C'-'A'-'0'-'2'-TY-ETX BCC CR
Delimiter
2) The monitor replies a firmware version to the controller.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'B'-'1'-'1'
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’, replying monitor’s ID is ‘1’.
'B' (42h): Message type is "Command reply".
'1'-'1'(31h, 31h): Message length (17bytes)
Message
STX (02h): Start of Message
'C'-'B'-'0'-'2' (43h, 42h, 30h, 32h): Firmware Version Read reply
ST: Error Status
No Error : 00h (30h, 30h)
Error : 01h (30h, 31h)
TY: Firmware Type
Firmware1 : 00h (30h, 30h)
Firmware2 : 01h (30h, 31h)
MV: Major Version:
STX-'C'-B'-'0'-'2'-ST-TY-MV-
PP-BV1-BV2-BV3-BR1-BR2-ETX
BCC CR
Delimiter
(87/130)
00h (30h, 30h) – 09h (30h, 39h)
PP: Period:
2Eh (32h, 45h) (fixed)
BV1: Minor (Basic) Version1:
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(88/130)
17. Auto ID
17.1 Auto ID Execute
This command is used in order to execute Auto ID function.
1) The controller requests the monitor to execute Auto ID function.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'8'
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".
'0'-'8'(30h, 38h): Message length (8byte)
Message
STX (02h): Start of Message
'C'-'A'-'0'-'A' (43h, 41h, 30h, 41h, 30h, 31h): Auto ID Command
'0'-'1' (30h, 30h): Execute
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies receipt result.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-'0'-'A'
STX-'C'-'A'-'0'-'A'-'0'-'1'-ETX BCC CR
STX-'C'-'B'-'0'-'A'-'0'-'1'-ST-ETX BCC CR
Delimiter
Delimiter
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’, replying monitor’s ID is ‘1’.
'B' (42h): Message type is "Command reply".
'0'-'A'(30h,41h): Message length (10byte)
Message
STX (02h): Start of Message
'C'-'B'-'0'-'A' (43h, 42h, 30h, 41h, 30h, 31h): Auto ID Reply Command
'0'-'1' (30h, 30h): Execute
ST: Error Status
No Error : 00h (30h, 30h)
Error : 01h (30h, 31h)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
(89/130)
Delimiter
CR (0Dh): End of packet
(90/130)
17.2 Auto ID Complete
This command is used in order to notify complete status of Auto ID.
1) The monitor sends the controller to complete status of Auto ID.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'C'
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".
'0'-'C'(30h,43h): Message length (12byte)
Message
STX (02h): Start of Message
'C'-'A'-'0'-'A'-'0'-'2' (43h, 41h, 30h, 41h, 30h, 32h): Auto ID
'0'-'2' (30h,32h): Complete
ST: Error Status
No Error : 00h (30h, 30h)
Error : 01h (30h, 31h)
MON: DETECTED MONITORS
01h (30h, 31h) - 64h (36h, 34h)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The controller replies to the monitor.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-'0'-'A'
STX-'C'-'A'-'0'-'A'-'0'-'2'-ST-MON-ETX BCC CR
STX-'C'-'B'-'0'-'A'-'0'-'2'-ST-ETX BCC CR
Delimiter
Delimiter
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’, replying monitor’s ID is ‘1’.
'B' (42h): Message type is "Command reply".
'0'-'A'(30h,41h): Message length (10byte)
Message
STX (02h): Start of Message
'C'-'B'-'0'-'A' (43h, 42h, 30h, 41h): Auto ID Reply Command
'0'-'2' (30h,32h): Complete
ST : Error Status
No Error : 00h (30h, 30h) *Fixed
ETX (03h): End of Message
(91/130)
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(92/130)
17.3 Auto ID Reset
This command is used in order to reset Auto ID.
1) The controller requests the monitor to reset Auto ID.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'8'
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".
'0'-'8'(30h, 38h): Message length (8byte)
Message
STX (02h): Start of Message
'C'-'A'-'0'-'A' (43h, 41h, 30h, 41h): Auto ID Command
'0'-'3' (30h, 33h): Reset
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies to the controller.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-'0'-'A'
STX-'C'-'A'-'0'-'A'-'0'-'3'-ETX BCC CR
STX-'C'-'B'-'0'-'A'-'0'-'3'-ST-ETX BCC CR
Delimiter
Delimiter
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’, replying monitor’s ID is ‘1’.
'B' (42h): Message type is "Command reply".
'0'-'A'(30h,41h): Message length (10byte)
Message
STX (02h): Start of Message
'C'-'B'-'0'-'A' (43h, 42h, 30h, 41h): Auto ID Reply
'0'-'3' (30h, 33h): Reset
ST: Error Status
No Error : 00h (30h, 30h)
Error : 01h (30h, 31h)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(93/130)
18. Input Name
18.1 Input Name Read
This command is used in order to read the setting of Input Name.
1) The controller requests the monitor to reply Input Name setting.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'8'
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".
'0'-'8'(30h, 38h): Message length (8bytes)
Message
STX (02h): Start of Message
'C'-'A'-'0'-'4' (43h, 41h, 30h, 34h): Input Name Command
'0'-'0' (30h. 30h): Read
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies Input Name to the controller.
Header Message Check
SOH-'0'-'0'-Monitor ID-
'B'-LN(H)-LN(L)
STX-'C'-'A'-'0'-'4'-'0'-'0'-ETX BCC CR
STX-'C'-'B'-'0'-'4'-'0'-'0'-
Data(0)-Data(1)-Data(2)- --- -Data(n)-ETX
Delimiter
Delimiter
code
BCC CR
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’, replying monitor’s ID is ‘1’.
'B' (42h): Message type is "Command reply".
LN(H)-LN(L): Message length (byte length), from STX to ETX
Ex.) The byte data 20h is encoded as ASCII characters '2' and '0' (32h and 30h).
Message
STX (02h): Start of Message
'C'-'B'-'0'-'4' (43h, 42h, 30h, 34h): Input Name command reply
'0'-'0' (30h, 30h): Read
Data(n) : Input name *n = Max 14
Ø
The byte data 20h is encoded as ASCII characters '2' and '0' (32h and 30h).
Ex.) For example when receiving Data(n) of 35h 36h 34h 37h 34h 31h
Step1: Input Name data is encoded as character code.
Step2: Decode pairs of ASCII characters to hexadecimal values.
Example:
'5'-'6'-'4'-'7'-'4'-'1' -> 56h 47h 41h
Step3: Byte data represents the ASCII string data.
(94/130)
Result: Input Name is “VGA”.
Note: No null termination character is sent.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Example:
56h 47h 41h -> “VGA”
(95/130)
18.2 Input Name Write
This command is used in order to write the setting of Input Name.
1) The controller requests the monitor to write Input Name.
Header Message Check
SOH-'0'-Monitor ID-
'0'-'A'- LN(H)-LN(L)
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".
LN(H)-LN(L): Message length (byte length), from STX to ETX
Ex.) The byte data 20h is encoded as ASCII characters '2' and '0' (32h and 30h).
Message
STX (02h): Start of Message
'C'-'A'-'0'-'4' (43h, 41h, 30h, 34h): Input name Command
'0'-'1' (30h, 31h): Write
Data(n) : Input name *n = Max 14
Ø
The byte data 20h is encoded as ASCII characters '2' and '0' (32h and 30h).
Ex.) In the case of Input Name "VGA"
Step1: Input Name data is handled as character code.
Example:
"VGA" -> 56h 47h 41h (ASCII)
Step2: The hexadecimal value of each original character is encoded as two ASCII
characters representing the value.
Example:
56h 47h 41h -> '5'-'6'-'4'-'7'-'4'-'1'
Result: The following data is assigned to Data(n).
35h 36h 34h 37h 34h 31h
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies a written in result.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-'0'-'A'
STX-'C'-'A'-'0'-'4'-'0'-1'-
Data(0)-Data(1)-Data(2)- --- -Data(n)-ETX
STX-'C'-'B'-'0'-'0'-'0'-'1'-ST-ETX BCC CR
Delimiter
code
BCC CR
Delimiter
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’, replying monitor’s ID is ‘1’.
'B' (42h): Message type is "Command reply".
'0'-'A'(30h, 41h): Message length (10bytes)
Message
STX (02h): Start of Message
'C'-'B'-'0'-'4' (43h, 42h, 30h, 34h): Input name Command
'0'-'1' (30h, 31h): Write
(96/130)
ST: Status
00h (30h, 30h): No Error
01h (30h, 31h): Error
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
(97/130)
18.3 Input Name Reset
This command is used in order to reset the Input Name.
1) The controller requests the monitor to reset Input Name.
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'8'
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".
'0'-'8'(30h, 38h): Message length (8bytes)
Message
STX (02h): Start of Message
'C'-'A'-'0'-'4' (43h, 41h, 30h, 34h): Input Name Command
'0'-'2' (30h. 32h): Reset
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies result.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-'0'-'A'
STX-'C'-'A'-'0'-'4'-'0'-'2'-ETX BCC CR
STX-'C'-'B'-'0'-'0'-'0'-'2'-ST-ETX BCC CR
Delimiter
Delimiter
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’, replying monitor’s ID is ‘1’.
'B' (42h): Message type is "Command reply".
'0'-'A'(30h, 41h): Message length (10bytes)
Message
STX (02h): Start of Message
'C'-'B'-'0'-'4' (43h, 42h, 30h, 34h): Input name Command
'0'-'2' (30h, 32h): Reset
ST: Status
00h (30h, 30h): No Error
01h (30h, 31h): Error
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
(98/130)
Delimiter
CR (0Dh): End of packet
(99/130)
19. Power Save Mode
19.1 Power Save Mode Read
This command is used in order to read the Power Save Mode.
1) The controller requests the monitor to read Power Save Mode
Header Message Check code
SOH-'0'-Monitor ID-
'0'-'A'-'0'-'8'
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".
'0'-'8'(30h,38h): Message length (8byte)
Message
STX (02h): Start of Message
'C'-'A'-'0'-'B' (43h, 41h, 30h, 42h): Power Save Mode command
'0'-'0' (30h, 30h): Read
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
2) The monitor replies Power Save Mode to the controller.
Header Message Check code
SOH-'0'-'0'-Monitor ID-
'B'-'0'-'A'
STX-'C'-'A'-'0'-'B'-0'-'0'-ETX BCC CR
STX-'C'-'B'-'0'-'B'-'0'-'0'-MODE-ETX BCC CR
Delimiter
Delimiter
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’, replying monitor’s ID is ‘1’.
'B' (42h): Message type is "Command reply".
'0'-'A'(30h,41h): Message length (10byte)
Message
STX (02h): Start of Message
'C'-'B'-'0'-'B' (43h, 42h, 30h, 42h): Power Save Mode Reply
'0'-'0' (30h, 30h): Read
MODE: POWER SAVE MODE
00h (30h, 30h): AUTO POWER SAVE
01h (30h, 31h): AUTO STANDBY
02h (30h, 32h): POWER SAVE OFF
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.3 “Check code” for a BCC calculation.
(100/130)
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.