SOH (01h): Start Of Header
'0' (30h): Reserved
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'0' (30h): Message sender is the controller
'C' (43h): Message 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.
(10/38)
Delimiter
CR (0Dh): End of packet
Step 2. The monitor replies with current Brightness setting and capability to support this operation.
SOH (01h): Start Of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'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): Brightness max value is 100(0064h)
'0'-'0'-'3'-'2' (30h, 30h, 33h, 32h): Current Brightness setting is 50(0032h) as 50%
ETX (03h): End of 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 request the monitor to change the Brightness setting
SOH (01h): Start Of Header
'0' (30h): Reserved
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'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 Brightness setting 80(0050h) as 80%
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
BCC CR
(11/38)
Step 4. The monitor replies with a message for confirmation.
SOH (01h): Start Of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'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): Brightness max value is 100(0064h)
'0'-'0'-'5'-'0' (30h, 30h, 35h, 30h): Received a Brightness setting was 80(0050h) as 80%
ETX (03h): End of 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 Brightness setting. (Recommended)
Step 5. Request the monitor to store the Brightness setting. (Save Current Settings Command)
Header Message Check codeDelimiter
SOH-'0'-'A'-'0'-'A'-'0'-'4' STX-'0-'C'-ETX BCC CR
Header
SOH (01h): Start Of Header
'0' (30h): Reserved
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'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
BCC CR
(12/38)
6.2. How to read the measurement value of the built-in temperature sensors.
LCD3210 has two built-in temperature sensors.
The controller can monitor inside temperatures by using those sensors through RS-232C.
The following shows the procedure for reading the temperatures from the sensors.
Step 1. Select a temperature sensor which you want to read.
SOH (01h): Start of Header
'0' (30h): Reserved
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'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 0
'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
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
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'F' (46h): Message Type is "Set parameter reply"
'1'-'2' (30h, 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 0
'7'-'8' (37h, 38h): Operation code is 78h (in the page 2)
'0'-'0' (30h, 30h): This operation is "Set parameter" type
'0'-'0'-'0'-'2' (30h, 30h, 30h, 32h): Number of temperature sensors 2 (0002h).
'0'-'0'-'0'-'1' (30h, 30h, 30h, 31h): temperature sensor is #1.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
BCC CR
(13/38)
Delimiter
CR (0Dh): End of packet
Step 3. The controller requests the monitor to send the temperature from the selected sensor.
LCD3210 must be ASCII 'A' (41h).
'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 02h.
'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
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'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
'0'-'0'-'F'-'F' (30h, 30h, 46h, 46h): Maximum value.
'0'-'0'-'3'-'2' (30h, 30h, 33h, 32h): The temperature is 25 degrees Celsius.
SOH (01h): Start Of Header
'0' (30h): Reserved
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'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
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'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
BCC CR
(15/38)
Check code
BCC: Block Check Code
Refer to the section 4.5 “Check code” for a BCC calculation.
Delimiter
CR (0Dh): End of packet
7.2 Power control
1) The controller requests the monitor to control monitor power.
SOH (01h): Start Of Header
'0' (30h): Reserved
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'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.
SOH (01h): Start Of Header
'0' (30h): Reserved
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'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, 30, 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.
Secondly set 20h: Read data from the 32bytes offset point in the Asset data area.
'2'-'0' (32h, 30h): Read out data length is 32bytes.
Maximum readout length is 32bytes at a time.
ETX (03h): End of 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.
Header Message Check code Delimiter
SOH-'0'-'0'-'A'-'B'-N-N STX-'C'-'1'-'0'-'B'-
Header
SOH (01h): Start of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'B' (42h): Message type is "Command reply"
N-N: Message length
Ex.) The byte data 20h is encoded to ASCII characters '2' and '0' (32h and 30h).
SOH (01h): Start Of Header
'0' (30h): Reserved
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'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.
Ex.) The byte data 20h is encoded as ASCII characters '2' and '0' (32h and 30h).
Message
STX (02h): Start of Message
'C'-'0'-'0'-'E' (43h, 30h, 30, 45h): Asset Data writes command
'0'-'0': Offset address from top of Asset data.
00h : Write data from top of the Asset data area.
20h : Write data from the 32bytes offset point in the Asset data area.
Data0 - DataN: 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.
SOH (01h): Start Of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller
'A' (41h): Monitor ID
LCD3210 must be ASCII 'A' (41h).
'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
'0'-'0': Result code. No error
'C'-'0'-'0'-'E' (43h, 30h, 30, 45h): Asset Data write command
'0'-'0': Offset address from top of Asset data.
00h : Write data into from top of the Asset data area.
20h : Write data into from the 32bytes offset point in 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
CR (0Dh): End of packet
BCC CR
(19/38)
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 Delimiter
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: Everyday
bit 1: Every week
bit 2: Schedule Disable/Enable
* When bit0 and bit1 are '1', it behaves as Everyday.
EX.
FL setting ScheduleEveryweekEverydaySchedule behavior
'0'-'0'(30h, 30h) Schedule Disable
'0'-'1'(30h, 31h) O Schedule Disable
'0'-'2'(30h, 32h) O Schedule Disable
'0'-'3'(30h, 33h) O O Schedule Disable
'0'-'4'(30h, 34h) O Once *Follow WD (Week setting)
'0'-'5'(30h, 35h) O O Everyday
'0'-'6'(30h, 36h) O O Everyweek *Follow WD (Week setting)
'0'-'7'(30h, 37h) O O O Everyday
ETX (03h): End of 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
perates by last memory input
(25/38)
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
bit 0: Monday
bit 1: Tuesday
bit 2: Wednesday
bit 3: Thursday
bit 4: Friday
bit 5: Saturday
bit 6: Sunday
perates by last memory input
.
BCC CR
(26/38)
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: Everyday
bit 1: Every week
bit 2: Schedule Disable/Enable
* When bit0 and bit1 are '1', it behaves as Everyday.
EX.
FL setting ScheduleEveryweekEverydaySchedule behavior
'0'-'0'(30h, 30h) Schedule Disable
'0'-'1'(30h, 31h) O Schedule Disable
'0'-'2'(30h, 32h) O Schedule Disable
'0'-'3'(30h, 33h) O O Schedule Disable
'0'-'4'(30h, 34h) O Once *Follow WD (Week setting)
'0'-'5'(30h, 35h) O O Everyday
'0'-'6'(30h, 36h) O O Everyweek *Follow WD (Week setting)
'0'-'7'(30h, 37h) O O O Everyday
ETX (03h): End of 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 Delimiter
'0'-'0'(30h, 30h): RGB1(DVI-D)
'0'-'1'(30h, 31h): RGB2(D-SUB)
'0'-'2'(30h, 32h): RGB3(BNC)
'0'-'3'(30h, 33h): DVD/HD
'0'-'4'(30h, 34h): VIDEO
'0'-'5'(30h, 35h): VIDEO(S)
'0'-'7'(30h, 37h): It is operates by last memory input
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: Everyday
bit 1: Every week
bit 2: Schedule Disable/Enable
* When bit0 and bit1 are '1', it behaves as Everyday.
EX.
FL setting ScheduleEveryweekEverydaySchedule behavior
'0'-'0'(30h, 30h) Schedule Disable
'0'-'1'(30h, 31h) O Schedule Disable
'0'-'2'(30h, 32h) O Schedule Disable
'0'-'3'(30h, 33h) O O Schedule Disable
'0'-'4'(30h, 34h) O Once *Follow WD (Week setting)
'0'-'5'(30h, 35h) O O Everyday
'0'-'6'(30h, 36h) O O Everyweek *Follow WD (Week setting)
'0'-'7'(30h, 37h) O O O Everyday
ETX (03h): End of 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
(28/38)
3) The controller requests the monitor to write Enable/Disable Schedule.
Header Message Check code Delimiter
PC mode only
Cinema:
A/V mode only
Wide:
A/V mode only
This operation has
limitation of
selection. Please
refer to the monitor
instruction
manual.
Momentary
sensor
Readout a temperature 02h 79h Returned value is 2's
Temperature
complement.
Refer to section 6.2
(37/38)
Read only
n
All data are subject to change without notice.
Copyright 2004-2005 NEC Display Solutions All Right Reserved
This document provides the technical information for users. NEC Display Solutions reserves the right to change or modify the information contained herei
without notice. NEC Display Solutions makes no warranty for the use of its products and bears no responsibility for any errors or omissions which may appear in
this document.
(38/38)
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.