Sony GXD-L65H1 User Manual

PROFESSIONAL FLAT DISPLAY MONITOR
GXD-L52H1
FLAT WIDE DISPLAY MONITOR
FWD-S47H1 FWD-S42H1 GXD-L65H1
PROTOCOL MANUAL 1st Edition (Revised 1)
Overview
Search Function ............................................................................ 3
1. RS-232C
1-1. Communication Parameters ............................................1-1
1-2. Pin Assignment ................................................................ 1-1
1-3. Communication Data Format .......................................... 1-1
1-4. Outline of Communication ..............................................1-3
2. SNMP
2-1. SNMP .............................................................................. 2-1
2-2. Specifi cations of SNMP Installation ...............................2-2
2-3. Installation .......................................................................2-2
2-4. Operation of SNMP Setting Window .............................. 2-2
2-4-1. Community ............................................................ 2-3
2-4-2. Authentication Trap ............................................... 2-4
2-4-3. IP Restriction of Host.............................................2-4
2-5. MIB to Be Installed ......................................................... 2-5
2-6. Information to Be Notifi ed on Trap ................................. 2-5
3. ID Talk
Appendix 1 Command Examples
RS232 Command Examples ................................................... A1-1
ID Talk Command Examples .................................................. A1-2
Appendix 2 Common Command
1. General Function .......................................................... A2-1
2. Analog Signal Detect Function .................................... A2-4
3. Priority Signal Select Function .................................... A2-5
4. RGB Signal ..................................................................A2-5
5. Picture/Sound ............................................................... A2-9
6. Size/Shift .................................................................... A2-12
7. Status Enquiry ............................................................ A2-17
8. User Reset .................................................................. A2-23
Appendix 3 Difference for Each Model
GXD-L52H1 ........................................................................... A3-1
FWD-S42H1/S47H1 ............................................................... A3-3
GXD-L65H1 ........................................................................... A3-8
3-1. Default Setting................................................................. 3-1
3-2. Setting Items .................................................................... 3-1
3-3. Packet Structure............................................................... 3-2
3-4. Requests and Responses ..................................................3-3
3-5. Items ................................................................................ 3-4
3-6. Error Codes .....................................................................3-6
GXD-L52H1
1

Overview

This protocol manual explains the basic con guration and operation for describing various commands that are used for a at wide display monitor and professional fl at display monitor (hereinafter referred to as a display). The display (this unit)
can be controlled using commands described in Appendix.

Search Function

m . The following shows the example when using Adobe Reader 8. . If you cannot nd the search function, select Edit Search from the pull-down menu.
A function, menu, and command are searched using a service/protocol manual.
1. Open a fi le, enter the words, to be searched, in the frame indicated by the arrow on the screen below, and press the
[Enter] key.
2. Search the corresponding words in a document fi le.
3. Click the button in the enclosed portion. Search the corresponding place.
GXD-L52H1
Acrobat, Acrobat Readeri is a trademark of Adobe Systems Incorporated in the United States and/or other countries
3

1-1. Communication Parameters

Communication method RS-232C
Synchronous method Asynchronous
Baud rate 9600bps
Character length 8bit
Parity None
Start bit length 1bit
Stop bit length 1bit
Flow control None

1-2. Pin Assignment

Section 1

RS-232C

Monitor side (D-sub 9-pin)
12345
6789
_ External view _
Pin No. Function 1 NC 2 TXD 3 RXD 4 NC 5 GND 6 NC 7 NC 8 NC 9 NC
Host side (D-sub 9-pin)
_ External view _
Pin No. Function 1 NC 2 RXD 3 TXD 4 NC 5 GND 6 NC 7 NC 8 NC 9 NC
n
Use the RS-232C straight cable.

1-3. Communication Data Format

12345
6789
(a) Control message
No. Item Value
1 Header 0x8C: Control
2 Category 0xXX
3 Function 0xXX
4 Data1 (Length) 0xXX
5 Data2 (Data1) 0xXX
: : 0xXX
: : 0xXX
X DataX 0xXX X+1 Check Sum 0xXX
* Check Sum: Sum total of 1 to X. Lower one-byte data is validated when a value exceeds 255 (1byte).
GXD-L52H1
1-1
(b) Enquiry message
No. Item Value
1 Header 0x83: Enquiry
2 Category 0xXX
3 Function 0xXX
4 Data1 0xFF
5 Data2 0xFF
6 Check Sum 0xXX
* Check Sum: Sum total of 1 to X, lower one-byte data is validated when a value exceeds 255 (1byte).
(c) Answer message
Control answer
No. Item Value
1 Header 0x70: Answer
2 Answer
0x01: Limit Over
0x02: Limit Under
0x03: Command Canceled
3 Check Sum 0xXX
* 0x00: Completed Packet is correctly received and process is also correctly completed. 0x01: Limit Over Packet is correctly received, but the data value is over the upper limit. 0x02: Limit Under Packet is correctly received, but the data value under the lower limit. 0x03: Command Canceled Packet is correctly received, but the data value is not correct. The request cannot be accepted in the current host state.
*
0x00: Completed
* Check Sum: Sum total of 1 to X, lower one-byte data is validated when a value exceeds 255 (1byte).
Enquiry answer (Complete)
No. Item Value
1 Header 0x70: Answer
2 Answer 0x00: Completed
3 Return Data Size 0xXX
4 Return Data1 0xXX
: : 0xXX
: : 0xXX
X Return DataX 0xXX X+1 Check Sum 0xXX
* 0x00: Completed Packet is correctly received and process is also correctly completed. * Return Data: Returns the read value. * Check Sum: Sum total of 1 to X, lower one-byte data is validated when a value exceeds 255 (1byte).
Enquiry answer (Command cancel)
No. Item Value
1 Header 0x70: Answer
2 Answer 0x03: Command Canceled
3 Check Sum 0x73
0x03: Command Canceled Packet is correctly received, but the data value is not correct. The request cannot be accepted in the current host state.
1-2
GXD-L52H1
Error answer
No. Item Value
1 Header 0xE0: Answer
2 Answer
0x01: Check Sum Error
0x02: Data Length Error
3 Check Sum 0xXX
* 0x00: No Function Error Packet header, category or function code are not included in this protocol. 0x01: Check Sum Error Check sum value of received packet is not correct. 0x02: Data Length Error The data size of received packet is not correct.
*
0x00: No Function Error

1-4. Outline of Communication

A controller (PC) communicates with a display according to the communication data format. Communication is started by issuing a command from the controller. Communication is terminated when the display sends return data (an answer mes­sage) to the controller after it receives the issued command. It is inhibited that a controller sends multiple commands at a time. Therefore, a controller cannot send other commands until return data is sent back from a display after it sends one com­mand. The display sends return data after command processing is completed.
GXD-L52H1
1-3
Section 2

SNMP

2-1. SNMP

This unit installs SNMP (Simple Network Management Protocol). SNMP is a standard protocol for network management that was standardized in IETF (Internet Engineer Task Force). By using SNMP, the management information of equipment connected to a network can be gotten via a network. The information of multiple equipment gotten using SNMP can also be unitarily managed by using SNMP management software. The equipment corresponding to SNMP has a “management information database” called MIB (Manage­ment Information Base) in the inside of equipment. In SNMP, the bidirectional communication of data contained in MIB is realized between a “management system” and “management object system” that exist in a network. In MIB, there is the standard MIB prescribed by RFC. Especially, MIB-II is its representative MIB. MIB-II was established to manage a network. MIB-II is installed in much network equipment such as a PC, router, and switch as a standard feature. This unit installs this MIB-II. Monitoring and monitored sides exist when equipment is monitored via a network using SNMP. The monitoring side is called an “SNMP manager”. It is mainly constituted by the software of PC. For the monitored side, a module called an “SNMP agent” is installed. SNMP-compatible equipment transmits MIB information to an SNMP manager via this SNMP agent. This unit installs this SNMP agent. This unit can realize the communication with a general-purpose SNMP manager using this SNMP agent. Basically, an SNMP agent replies only when an inquiry is sent from an SNMP manager. The SNMP manager periodically inquires the equipment, which it manages, about MIB information. This way to get information is called “polling”. In polling, equipment replies using a response command when an SNMP manger sends a request command to equipment. By polling, therefore, equipment can be monitored without applying a high load to the equipment. On the other hand, notifi cation can also be done from the equipment side to an SNMP manager. This noti- cation is called a “trap”. Using this trap, when a serious trouble occurred in equipment, it can be notifi ed to the SNMP manager in a short time. This unit is compatible with the two polling and trap protocols described above. Equipment can be effi ciently monitored using these protocols.
GXD-L52H1
2-1
2-2. Specifi cations of SNMP Installation
The specifi cations of the SNMP agent installed in this unit are shown in below.
. SNMP version: SNMPv1 . MIB de nition: SMIv2 . Support PDU: GetRequesat SetRequest GetNextRequest Trap . Standard MIB to be installed: MIB-II

2-3. Installation

The setting below is required to use the SNMP function of this unit. (Set according to your network environment and SNMP management environment.)
. Community and its Community property . Authentication trap . Host restriction
The Web server function of this unit is used for setting. Refer to the Operation Manual of this unit for the operation of the Web server. The contents of each item and the setting of SNMP are fully described in this specifi cation.

2-4. Operation of SNMP Setting Window

This section describes the procedure and contents for setting of SNMP. Open the Web page of this unit and click the [SNMP] button in the Advanced setting item on the Setup page (where an administrator’s password is necessary). The SNMP setting window is displayed.
. User name: root . Password: pudadm
\
2-2
SNMP Setting window (on Web Page)
GXD-L52H1

2-4-1. Community

A Community name is used as the password for SNMP access. The request received from an SNMP man­ager is accepted when the Community name contained in the request coincides with the Community name set. The request is rejected when the former does not coincide with the latter.
A maximum of three Communities can be set. There are “Rights” and “Trap destinations” items in the property of Community. The property can be set for each set Community.
n
When multiple Communities are set, all set Communities are validated.
1. Rights
The rights that can be set are as follows: Read Only: An SNMP manager can reference MIB information using this Community name. Read Write: This Community must be set when a write request is sent from an SNMP manager. Other: Do not set this option because it is used for the function extension in future.
2. Trap destinations
When Trap destinations are set, during trap occurrence, a trap is notifi ed to the equipment set as trap desti- nations using the Community name set. Up to four Trap destinations can be set to one Community. Trap destinations are not set in default.
n
This product can be set on only the Web screen because it does not install the automatic setting function of Trap destinations.
3. Setting procedure of Community
Community can be added, edited, and removed. The addition, editing, and removal procedures of Community are described below.
Addition of Community
1. Click the [Add] button. The “Community name”, “Rights”, and “Trap destinations” text boxes, and [Set|to|List] and
[Cancel] buttons are validated.
2. Type the Community name you want to add.
3. Set the Rights of Community and the Trap destinations you want to add. When you want to save the setting, click the [Set|to|List] button and then click the [Apply] button at
the bottom of the window.
m . Click the [Cancel] button when you want to discard the setting during setting. . When you want to save setting, be sure to click the [Set|to|List] button and then click the [Apply]
button.
GXD-L52H1
2-3
Editing of Community
1. Select the Community, you want to edit, from a drop-down list.
2. Click the [Edit] button. The “Community name”, “Rights”, and “Trap destinations” text boxes, and [Set|To|List] and
[Cancel] buttons are validated.
Edit the Community name when you want to edit a Community name.
3. Set the Rights of Community and the Trap destinations you want to edit.
m . Click the [Cancel] button when you want to discard the setting during setting. . When you want to save the setting, click the [Set|to|List] button and then click the [Apply] button
at the bottom of the window.
Removal of Community
1. Select the Community, you want to remove, from a drop-down list.
2. Click the [Remove] button and then click the [Apply] button at the bottom of the window. n Be sure to click the [Remove] button and then click the [Apply] button.

2-4-2. Authentication Trap

An authentication trap is the trap for making it detect by an SNMP manager that an illegal access was gained to this unit using an SNMP protocol. . The authentication trap is validated when this check box is selected. A trap is transmitted when an
illegal access is gained.
. The authentication trap is invalidated when this check box is not selected. A trap is not transmitted even
if an illegal access is gained.
n
Be sure to click the [Apply] button when you edited setting.

2-4-3. IP Restriction of Host

It is possible to put restrictions on the IP address of an SNMP manager, as one of the security countermea­sures, which communicates using an SNMP protocol.
. IP address restriction is invalidated when you select “Accept packets from any host”. . Only the SNMP access from an SNMP manager that has the set IP address is accepted when you select
“Accept packets from those hosts”. The SNMP access from an IP address that has not been set is reject­ed.
m . Up to four IP restrictions can be set. . Be sure to click the [Apply] button when you edited setting.
2-4
GXD-L52H1

2-5. MIB to Be Installed

This unit installs MIB-II. MIB-II is the most representative standard MIB. It is installed in various network products. The statistical information on the amount of network traffi c or the number of transmitted and received packets is defi ned, and the change or transition can be monitored by polling the information periodically. Additionally, the management items to be installed can be defi ned using a TCP/IP device so as to get the information effective for the monitoring of the network communication state. Refer to RFC1213 for the detailed defi nition of MIB-II.
2-6. Information to Be Notifi ed on Trap
In software version 2.0 or later, the software have a function that transmits error information to this unit. The error trap and authentication trap are installed.
GXD-L52H1
2-5
Section 3

ID Talk

ID Talk is set as described below. ID Talk is a protocol for operating the function of this unit via a net­work.

3-1. Default Setting

Item Description
Transport TCP
Port number 53484 (Factory setting)
TCP connection time-out 30 seconds (Factory setting)

3-2. Setting Items

The items that can be set to ID Talk are shown in the table below.
Item Description
Start ID Talk Service Select the check box when using ID Talk. Clear the check box when using no ID Talk.
(default setting: OFF)
Port No. Changes the port number. A port number have to change port number 53484 cannot
be used because it has been already used for another purpose.
Timeout Specify the timeout time of connection.
Connection is automatically disconnected when communication is not done for the specifi ed time.
IP address of client Executes only the request from the specifi ed IP address. (Host Address) ID Talk does not have the security function such as user authentication. During
installation, safety can be improved by setting this item. Multiple host addresses can be set.
Community Changes the community of a header. Four (upper-or-lower case) alphanumeric
characters can be set. (default setting: SONY)
Set the items described above properly on the SETUP ID Talk page of the Web page when using ID Talk.
Enter the SETUP page using the user name and password below.
. User name: root . Password: pudadm
GXD-L52H1
3-1

3-3. Packet Structure

The packet structure of ID Talk is described below.
Community
(4)
Header
(2)
Command
(4)
Data
(n)
Packet structure
1. Header
The header is constituted by two bytes consisting of a version (8 bits) and category (8 bits).
0 0
1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
Version (8) Category (8)
1 (Bit position)
Header structure
Version
Indicates the version number of an ID Talk protocol. This version is fi xed to 02h (version 2).
Category
Contains the category number of display equipment to be controlled. A category number is confi rmed on the display equipment side. A request is ignored when a different category number is contained.
Code Category
10h Information Display
2. Community
A request is executed when community coincides with the community set in display equipment. Commu­nity consists of four (upper- or lower-case) alphanumeric characters. “SONY” is a factory-setting value. The set character can be changed on the Web page.
0 0
1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6
1
Community (32)
23
7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
Community packet
(Bit position)
3. Command
The format of a request packet and response packet is described below.
0 0
1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6
1
Request/Response(8)
23
7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
Item No(16) Data Length(8)
Command packet
(Bit position)
3-2
GXD-L52H1
4. Request
The format when sending a request from a host to display equipment is described below.
Community
This is the same alphanumeric character as the community set in display equipment that sends a request.
Request
This is a request for display equipment.
Item No.
This is the item number to be treated for request.
Data Length
This is the length of data incident to a request. The maximum length is 128 bytes. The length of data is “0” when no data exists.
Data
This is data incident to a request.
5. Response
The format when display equipment returns a response to the request from a host is described below.
Community
This contains the same alphanumeric character as a request. For a short header and short community, this is embedded with 00h.
Response
This contains the result of a request.
Item No.
This is the item number to be treated for response.
Data Length
This is the length of data incident to a response. The maximum length is 128 bytes. The length of data is “0” when no data exists.
Data
This is data incident to a response.

3-4. Requests and Responses

Requests and responses are described below.
1. Requests
Requests are only a GET request that gets the display information or state and a SET request that changes the setting of display equipment.
Request Contents
SET (00h) Writes data in the register of display equipment.
GET (01h) Gets the installation information, equipment state, or setting values.
SET command:
Communication with the main microcomputer of display equipment can be done via a network by using the protocol dedicated to this unit as well as an ID Talk protocol. Use a SET command in this case. (Also, use a SET command when receiving information from the display equipment.)
GXD-L52H1
3-3
2. Responses
A response returns the result of execution to the request from a host.
Response Contents
NG (00h) Indicates that a request is invalid or could not be executed.
OK (01h) Indicates that a request could be executed normally.
3. SET request
The SET request sets a new value to the specifi ed item. A request and its response are described in details below.
Request
Request Item No. Data
Response
Response to SET request
Data
Length
SET request
Set Data(n byte)00h Item No. n
Get Data(n byte)OK(01h) Item No. n
4. GET request
The GET request gets the value of the specifi ed item. A request and its response are described in details below.
Request
Request Item No.
01h Item No. 0
Response
Response to GET request
Data
Length
GET request
Get Data(n byte)OK(01h) Item No. n
5. ERROR response
An NG message is returned as a response when an error occurs in the contents of a request or the result of execution.
Error Code(16)NG(00h) Item No. 2
ERROR response

3-5. Items

Category Contents SET GET
80**h Gets the information of this unit O O 90**h Gets the network setting information. _ O F100h FWD-S42H1/S47H1 dedicated protocol O _
3-4
GXD-L52H1
1. 80**h
This item gets the information of the connected display equipment.
Lower byte Contents SET GET
00h Category Code _ O 01h Model Name _ O 02h Serial Number _ O 03h Installation Place O O
0x8000 Category code
1 byte
0x8001 Model name
12 alphanumeric characters For under 12 alphanumeric characters, the remaining section is set as 00h.
0x8002 Serial number
4 bytes
0x8003 Installation place
24 alphanumeric characters For under 24 alphanumeric characters, the remaining section is set as 00h.
2. 90**h
This item gets the network setting information.
Lower byte Contents SET GET
00h MAC Address _ O 01h IP Address _ O 02h Subnet Mask _ O 03h Default Gateway _ O 04h DHCP _ O
0x9000 MAC Address
6 bytes
0x9001 IP Address
4 bytes
0x9002 Subnet Mask
4 bytes
0x9003 Default Gateway
4 bytes
0x9004 DHCP
1 byte DHCP invalid data value: 0 DHCP valid data value: 1
3. F100h
This unit dedicated protocol packets can be transmitted to the main microcomputer of this unit as ID Talk data according to this unit dedicated protocol. The response of protocol is returned as the data of ID Talk response packets.
GXD-L52H1
3-5
Loading...
+ 47 hidden pages