This protocol manual describes the basic configuration and basic operations of various commands used
for projector. Projector can be controlled using the commands provided in “Appendix”. Using an external
CONTROLLER , etc., inputs can be switched and the power can also be turned on and off. In the following paragraphs, “CONTROLLER” means an external device such as a PC which controls projector using
these commands.
2.RS-232C
2-1.Communication Specifications
<RS-232C Communication Signal>
. Full duplex communication channels (Flow control not performed.)
. Start-stop synchronism system
. Baud rate: 38.4 kbps (bits per second)
. The bit configuration is defined as follows.
1 START Bit + 8 DATA Bits + 1 PARITY Bit + 1 STOP Bit
STARTD3D2D1D0
BIT
D4D5D6D7
(MSB)(LSB)(EVEN)BIT
EVEN Parity.....Total number of “1”s from D0 to D7 is an even number.
2-2.Transmission Block Format
The SDCP protocol is transmitted. (Refer to Section 3-4 for details.)
PARITY STOP
Q004-R1
1
2-3.Connection
<RS-232C Connection>
Communication is enabled by the use of a D-Sub 9 Pin cross (reverse) cable.
The pin assignment of D-Sub 9 Pin and D-Sub 25 Pin is as follows.
D-Sub 9 Pin
Shell = FG
3
2
7
8
6
5
1
4
9
D-Sub 25 Pin
1
2
3
4
5
6
7
8
20
22
Name
FG
Grounding for safety protection or cable shield
TxD
Transmission data
RxD
Reception data
RTS
Transmission request
CTS
Transmission permission
DSR
Data set ready
SG
GND for signal
DCD
Data channel signal carrier detection
DTR
Data terminal ready
RI
Calling display (Presence/absence of calling signal)
Pins indicated as D-Sub 25 Pin are not used.
Assured cable length: 15 m (However, assurance may not be applicable for some cables.)
The software for controlling the projector from a PC is intended for performing transmission and reception for only the TxD and RxD lines.
Therefore there is no handshake normally performed by RS-232C.
2-4.Communication Procedure
2-4-1. Outline of Communication
All communication between CONTROLLER (PC, etc.) and DEVICE (PROJECTOR) is performed by the
command block format. Communication is started by the issue of a command at CONTROLLER and
ended when the return data is sent to CONTROLLER after DEVICE receives the command.
CONTROLLER is prohibited from sending several commands at one time. This means that after CONTROLLER sends one command, it cannot send other commands until DEVICE returns the return data.
DEVICE sends the return data after processing the command. The time from when CONTROLLER sends
the command until the return data is returned differs according to the contents of the command.
n
When Sircs Direct Command is sent, return data may not be returned in some cases.
2
Q004-R1
2-5.Communication Rules
. When sending a command from CONTROLLER, the return data from PROJECTOR should be re-
ceived first before sending the next command. Even if the next command is sent before receiving the
return data, since PROJECTOR will not be able to receive that command, it does not return a response
to CONTROLLER. Consequently, no error code is also sent.
The following lists the approximate waiting times for PROJECTOR to return the return data after
CONTROLLER sends the command.
. When a communication error occurs, PROJECTOR ignores the data received until now, and set into the
reception standby state.
. For undefined commands or commends determined as invalid by PROJECTOR, PROJECTOR will
send the “NAK” return data to CONTROLLER .
. Take note that when data is written when the input signal of PROJECTOR is unstable, that data (value)
will not be incorporated.
. When INDEX specified SIRCS direct command is transmitted, leave an interval of 45 msec until the
next transmission. (Do not return the return data (ACK, NAK) when the SIRCS direct command is
received.)
2-6.Approximate Return Waiting Times
The await-return time is approx. 30 msec.
n
This is the case, unless the communications are interfered anyway.
Q004-R1
3
3.NETWORK
This section describes the performance, operations and protocol to be used of advertisement and PJ Talk.
3-1.Advertisement
The advertisement service is provided to facilitate development of a PC application that can automatically
detect a projector on the network. This function is achieved by broadcasting the equipment information
periodically to the network.
3-1-1. Function
The equipment information shown below is transmitted as the broadcast packet periodically (at certain
intervals).
InformationDescription
CategoryCategory of the equipment
Equipment nameName of the equipment
Serial numberSerial number of the equipment
Installation informationInstallation location of the equipment
CommunityCommunity name of the equipment
Power statusPower status of the equipment
m
. The category of projector is 0x0a.
. The power status sets ffffh if communication error occurs.
Protocol
The SDAP protocol is defined in order to provide this service.
The items that can be set for the PJ Talk service are described below.
Setup itemDescription
Port No.Port number
TimeoutTCP connection timeout time
Host AddressIP address of connectable PC
Q004-R1
5
3-3.SDAP Protocol
Version (8)
(16)
Category (8)
This section describes the SDAP packet structure.
Header
(4)
Community
(4)
Product name
(12)
Serial No.
Fig.1 Packet structure
(4)
Power
Status
(2)
Location
(24)
1) Header
The header consists of ID (16 bit), version (8 bit) and category (8 bits).
1102345670980123457689012354678901
“DADA” (16)
Fig. 2 Header
23
Version (8)
Category (8)
ID
It is fixed to “DA”.
Version
This indicates the version number of protocol.
It is fixed to 01h (version 1).
Category
Category number 0Ah of the projector is entered here.
(Bit position)
2) Community
The community that is set in the display equipment is entered.
23
110234567098012345768 9012354678901
Community (32)
Fig. 3 Community
3) Equipment Information
Product Name
Name of equipment (Maximum twelve characters)
In case, less than twelve characters, 00h is entered in the blank space.
Serial No.
Serial number is entered.
Power Status.
Power supply status of the equipment is entered.
Location
Information of installation location (Maximum twenty four characters)
In case, less than twenty four characters, 00h is entered in the blank space.
(Bit position)
6
Q004-R1
3-4.SDCP Protocol
Version (8)
Category (8)
Community (32)
This section describes the packet structure of version 2.
Header
(2)
Community
(4)
Command
(4)
Data (n)
Fig. 1 Packet structure
3-4-1. Format
3-4-1-1. Header
The header consists of version (8 bits) and category (8 bits).
110234567098012345
Version (8)
Fig. 2 Header structure
Category (8)
Version
This indicates the version number of protocol.
It is fixed to 02h (version 2).
Category
Category number 0Ah of the projector is entered here. Projector checks the category number. If a different category number is entered, the request is ignored.
(Bit position)
3-4-1-2. Community
When the community data matches the community that is set in the display equipment, the request is
executed. Community consists of four alphanumeric characters (case sensitive). All display equipment
has the default value “SONY” when shipped from the factory.
23
1102345670980123457689012354678901
Community (32)
n
Community should be entered with four characters. Three characters or less are not accepted.
(Bit position)
Q004-R1
7
3-4-1-3. Command
This section describes the format of the request command and the response command.
110234567098012345768 9012354678901
Item No (16)Data Length (8)Request/Response (8)
23
(1) Request
This section describes the format of the request command that is issued from the host PC to the projector.
Community
This is the same alphanumeric characters as those of community that is set in the projector to which
request is going to be sent.
Request
There are only two types of request. One is the GET request to acquire the projector information and
status. The other is the SET request to modify the projector setup.
RequestContents
SET (00h)
GET (01h) Used to acquire the installation information, equipment status and various setup values.
Used to control turning the power on/off and to control the input selector, and to change the various setups.
Item No.
This is the item number of the request target.
Data Length
This is the length of the data accompanying the request. The maximum length is 128 bytes. If there is no
data, it is 0.
(Bit position)
Data
This is the data accompanying the request.
(2) Response
This section describes the format of the response command which is used to return a response to the host
PC from the projector.
Community
The same alphanumeric characters as those of the request is entered.
Response
The response returns the result of executing the request from the host PC.
ResponseContents
NG (00h)Indicates that the request is illegal or cannot be executed.
OK (01h)Indicates that the request was executed correctly.
Item No.
The same value as those of the request is entered.
Data Length
This is the length of the data accompanying the response. The maximum length is 128 bytes. If there is no
data, it is 0.
Data
This is the data accompanying the response.
8
Q004-R1
3-4-1-4. SET Request
The SET request is used to set a new value in the specified item. Details of the request and the response
are described below.
Request
Request
SET (00h)Item No.nSet Data (n byte)
Item No.
Data
Length
Data
Response
OK (01h)Item No.0
3-4-1-5. GET Request
The GET request is used to acquire the value of the specified item. Details of the request and the response
are described below.
Request
Request
GET (01h)Item No.0
Item No.
Data
Length
Response
OK (01h)Item No.nGet Data (n byte)
3-4-1-6. ERROR Response
When an error occurs in the contents of a request or in the result of execution, NG is returned as the
response.
NG (00h)Item No.2Error Code (16)
Q004-R1
9
O
3-4-2. Items
CategoryDescriptionSETGET
70**hUsed to transmit the RS-232C protocol.O
A0**hUsed to set or acquire various information of the equipmentOO
3-4-2-1. RS-232C Transmission (70**h)
Used to transmit the RS-232C protocol.
Refer to SXRD PROTOCOL APPENDIX_70xxh.xls for data length and data.
Lower byteDescriptionSETGET
00hCommand that receives response from RS-232CO
3-4-2-2. Equipment Information Acquisition (A0**h)
Used to set or acquire the information of the equipment (SXRD projector).
Refer to SXRD PROTOCOL APPENDIX_A0xxh.xls for the lower byte, data length and data.
10
Q004-R1
3-4-3. Error Code
The error code list is shown below with a detailed description of each.
CategoryErrorError Code
Item Error (01**h)Invalid Item01h
Invalid Item Request02h
Invalid Length03h
Invalid Data04h
Short Data11h
Not Applicable Item80h
Community Error (02**h)Different Community01h
Request Error (10**h)Invalid Version01h
Invalid Category02h
Invalid Request03h
Short Header11h
Short Community12h
Short Command13h
Network Error (20**h)Timeout01h
Comm Error (F0**h)Timeout01h
Check Sum Error10h
Framing Error20h
Parity Error30h
Over Run Error40h
Other Comm Error50h
Unknown ResponseF0h
NVRAM Error (F1**h)Read Error10h
Write Error20h
Q004-R1
11
3-4-3-1. Item Error
This error occurs when the Item No. of a request is illegal or its data is illegal. The conditions for occurrence of the respective errors are shown below.
Invalid Item
An unsupported Item No. is specified.
Example 1: The unsupported category 0xA** is specified.
Example 2: The unsupported Item No. 0x8010 is specified.
Invalid Item Request
The Item No. is supported but an unsupported Request is issued.
Example: An attempt is made to set data in the Model Name (0x8001).
Invalid Length
Data length of the specified Item No. is too long.
Example: An attempt is made to set 25 byte data in the installation location (0x8003).
Invalid Data
Data of the specified Item No. is outside the setting range.
Example: An attempt is made to set 101 in the Item when the setting range of the Item is 1 to 100.
Short Data
The length of data is shorter than the value specified by the data length.
Example: The actual data length is 9 bytes but data length is 10.
Not Applicable Item
An item that is not valid at present is specified.
Example: The item to switch the display is specified when the main power is off.
3-4-3-2. Community Error
This error occurs when community is different.
Example: “ABCD” is specified when “SONY” is set.
12
Q004-R1
3-4-3-3. Request Error
This error occurs when header or command is illegal. The conditions of occurrence of the respective
errors are shown below.
Invalid Version
The version of the header is other than 2.
n
When another version is supported, an error occurs in all versions other than the supported version.
Invalid Category
The category does not match.
Example: 0x0B is specified in the device of category = 0x0A.
Invalid Request
An unsupported request is specified.
Example: Request = 0x02 is specified.
Short Header
The received data is 1 byte.
Short Community
The received data is in the range of 2 to 5 bytes.
Short Command
The received data is in the range of 6 to 9 bytes.
3-4-3-4. Network Error
This is an error that occurs in TCP/IP. The conditions of occurrence of the respective errors are shown
below.
Timeout
Communication was interrupted.
Q004-R1
13
3-4-3-5. Comm Error
This is an error in communication with the main control microprocessor of the display.
Timeout
Reception data is not returned after data is sent.
Check Sum Error
A check sum error occurred in the main control microprocessor of the display.
Framing Error
A framing error occurred.
Parity Error
A parity error occurred.
Over Run Error
An overrun error occurred.
Other Comm Error
Another error occurred.
Unknown Response
The data cannot be processed was received.
3-4-3-6. NVRAM Error
Read Error
Reading from NVRAM was failed.
Write Error
Writing to NVRAM was failed.
14
Q004-R1
Version0.02
>
A
A
>
A
A
>
]
]
]
A
A
X
Y
e
<Communication Protocol>
Use the following protocol to send data to and receive them from the projector.
The details on CMD1, CMD2, and DATA (written in red) are described in "Communication Commands".
The details on CHECK DATA, DATA LENGTH, and CHECK SUM (written in blue)
are described on this worksheet.
B0
START CODE
5 h
B2B1
Destination (To) INDE
PERIPHERAL INDEXGROUP INDEXDEVICE INDEX
01 h00 h01 h
00 h
Source (From) INDEX
PERIPHERAL INDEXGROUP INDEXDEVICE INDEX
03 h00 h00 h
CMD[0]CMD[1]CMD[3]
B11B12B13
CATEGOR
SETFixed valu
80 h
CHECK DAT
B14
DATA LENGTH
B15B16
B16 + 200 hNote 1
DATA[1
DATA[2
DATA[N
Bm (= Bn + (N-1))Bn ( = B17)Bn + 1
CHECK SUM
Bm + 1
END CODE
Bm + 2
5A h
B5B4B3
01 h
B10B9B8B7B6
01 h01 h
<About CHECK DATA
The total number of bytes from "DATA 1" to "DATA N" + 2 is assigned here.
s for the "DATA" part, the number of bytes vary depending the command to be sent.
lso, even when the command is the same, the number of bytes in the "DATA" section varies depending on whether the command is "SET" or
For this reason the value here varies depending on the command to be sent.
<About DATA LENGTH
The total number of bytes from "DATA 1" to "DATA N" + 2 is assigned here as in "CHECK DATA".
The difference from "CHECK DATA" is that only "the total number of bytes" is set without 2 added.
<About CHECK SUM>
Sets the checksum.
Checksum can be calculated by
operating "XOR" to the values from "PERIHERAL INDEX(B1)" to "DATA N(Bm)".
<Example of calculation>
Sets an adjustment value.
"ADJ REPLY data" returns when "ADJ SET" is executed.
(2) ADJ GET command
Acquires an adjustment value.
Response to the "Get adjustment value of ADJ item" command (ADJ REPLY data) returns when "ADJ GET" is executed.
(3) ADJ REPLY command
Response to the "Get adjustment value of ADJ item" command
(4) How to use the ADJ STATUS flag (ADJ REPLY: CMD[4])
(a) When the ADJ Status flag is "00h"
Since this is a normal adjustment value, set the adjustment item using the value of "ADJ DATA".
(b) When the ADJ Status flag is "01h"
Since this is an adjustment item error (the adjustment value of this item cannot be set), the adjustment item of Projector Station is masked
(displayed in gray).
(c) When the ADJ Status flag is "02h"
Check that the value of "ADJ DATA" is "ADJ Lower" (the minimum value of the adjustment value) or larger and "ADJ Upper" (the maximum value of the adjustment value) or lower,
and set the adjustment item using the value of this "ADJ DATA".
cquire the reason why the equipment fe
cquire POWER MODE
CONTROL MODE
cquire lamp timer warnin
cquire current input signa
cquire H Frequenc
cquire V Frequenc
cquire the original status numbe
cquire resolutio
cquire equipment use tim
cquire lamp use tim
cquire the main software versio
Count down to the lamp available tim
cquire model numbe
cquire model name (16-byte ASCII code
Acquire input channel for 4 screen quadrants
Description
cquire the FPGA software versio
cquire the FPGA software versio
cquire the FPGA software versio
It only sends SIRCS.
At this time, "SIRCS REPLY data" does not return.
Set SIRCS CODE
CMD Number
Function
Value
[CATEGORY List]
CATEGOR
15-bit length
20-bit length
REPEAT List
REPEAT S
00h
01h
CMD[0] CMD[1]CMD[5] CMD[6] CMD[7]
SIRCSSET
17h00h
VALUE
4054h
855Ah
REPEA
Equivalent to when SircsCode is sent singularly (the remote controller pressed once).
REPEAT NUMBER is invalid at this time.
Equivalent to when SircsCode is generated consecutively (the remote controller pressed
consecutively), as if it was pressed as much as the number of times of REPEAT NUMBER.
Operation
CMD[2]
MSB
CMD[3]
LSB
CMD[4]
SIRCS CODE
Refer to [CATEGOR
List]
REPEAT NUMBERCATEGORY
EPEAT S
0/1MSBLSB
Refer to [REPEAT List]Refer to [SIRCS CODE List]
<SIRCS CODE List>
<15BIT CATEGORY
0x
1x
2x
3x
4x
5x
6x
INPUT D
7x
<20BIT CATEGORY
x0x1x2x3x4x5x6
0x
1x
2x
3x
4x
5x
6x
7x
is the command to be used this time.
SHARPN
SHARPN
SS-
SOFT
SHUTTER
MUTING
SS+
SHAR
Screen1 Screen2 Screen3 Screen4
LENS
LENS
FOCUS F FOCUS NZOOM L ZOOM S
SHIFT ↓
VIDEO
MEMORY
3
VIDEO
MEMORY
1
SHIFT ↑
VIDEO
MEMORY
2
CONTRAS
T+
HIGH
CONTRAS
T-
LOW
Screens
xAxBxCxDx6x7x8x9x0x1x2x3x4x5
COLOR+
HIGH
VIDEO
(INPUT1)
COLOR-
LOW
INPUT A
(INPUT2)
xBxCxDxEx7x8x9xA
INPUT B
(INPUT3)
xExF
BRITNES
+
BRIGHT
POWER
ON
BRITNES
-
DAR
POWER
OFF
INPUT C
(INPUT4)
xF
KEY UP
Note 1) The motor starts to move when the LENS SHIFT, FOCUS, and ZOOM commands are set. Set KEY UP to stop it.
The basic specifications of the setup screen and setting data is those of Qualia's Web screen.
SRX001 may include items that are not .
SRX001 contain data whose size should be changed, but basically it is written in Qualia's specifications.
SRX001 ma
The item number of the data or data size are subject to additions and changes.
require some items to be added but they are not added here
PJ Talk
The commands that already exist in the SDCP v2 specifications are used as they are.
The communication commands are invented in response to the new PJ Talk category 0xA0**.
They can be assigned to 0x90**. It actually is an addition to 0x90**.
ver(1) category(1) community(4)
0x02 0x0ASONY
Request
Response(1
SET/GET
OK/NG
Item No.(2)
0xA0 ID Variable Variable
For the ID, refer to:
It corresponds to the ID No. in column A of the EEPROM control table.
Response
Responses to SET command
OK0xA0 ID0
Responses to GET command
OK0xA0 ID LengthData(n)
About error responses
Based on the SDCP v2 protocol
Setup screen
The WEB Setup screens are posted for your reference.
The parameter numbers (parameter names) of the setting item are indicated on the right side of the screen.
The conditions for checking errors of the item's data and error messages are indicated below the screen.
Owner Information
Date & Time
Network
Password
Mail Report
Advertisement
PJ Talk
SNMP
Update
Reboot
Information
Length(1) Data(n)
EEPROM control table!A1
Parameter
y
0
p
e
n
m
This is the list of the number of item data, the number of data bytes, links to data contents, and setup screens.
The number is shown in the lower bytes of the command number in the SET/GET commands.
The number is subject to change.
You can identif
the details of the data by referring to the links
Parameter List
IDAscendingOrder
Other sheets
Details on data contents
Special commands
The data of the items provided so far are the ones that simply sets or gets data,
but other than those commands, there are commands that need to be provided as well.
Reboot request
Command that resets and starts NS752
Update mode request
Command that moves NS7520 into the u
date mod
Test mail request
Sends a test mail by using the setting content of the mail report.
Should the result of the sent mail be returned synchronously or asynchronously?
Currently it is synchronous. The time when responses are given is unknown. It depends on the enviro
←
Maintenance reference time reset request
Command that sets the maintenance reference time in the mail report to the set timer of that time.
Make it asynchronous.
In response to the test mail send request, whether the request was accepted,
or not accepted because the line is busy, is returned.
"Test mail has been sent" (normally/abnormally ended) is acquired by the Get progress co
Mail body view
Command to check a mail body
←
Delete
The mail body may be longer than the maximum packet length of SDCP v2.
Is this function necessary?
Get information error
There are errors that NS7520 detects other than the ones that H8 detects.
Checking errors in the SDCP data
g
n
2
y
a
g
y.
s
When the data of illegal format is set (For example when you try to set 99 in Month)the error check is not required at the SDCP level.
On the communication protocol, it is possible to return the error response: Invalid Data and to discard the value.
In the case of QUALIA (HTTP), we have thought that no illegal value would be transmitted
when performing an error check with the browser’s script, but when setting it with SDCP,
should we perform error checks for all the items by using SDCP?
If so, the error check that has been performed with a script should also be available in NS7520.
About endian
NS7520 is bi-endian but is set as bi
Big endian is when 0x1234 is placed as 0x12/0x34 with the smaller address first, and little-endian is when it is placed as 0x34/0x1
About boader adjustment of the structure members
Different alignment is specified in each individual structure. Refer to the boarder adjustment values that are described on the description sheet of each structure.
The treatment of the string-form data in the 0xA0** command group
A NULL terminal s
Therefore, the length of string data can be set from 0 up to the maximum number of bytes
For other data formats, an error occurs unless the designated data length is kept. (Invalid Data Length)
When data len
Generally, the string-type information stipulates a large maximum size, but the actual value is shorter than the stipulated number of character
Only the string-type data receives a special treatment since no unnecessary data are communicated.
About the 0xA0C* commands
Write data to EEPROM by Set command of each data item.
But this merely enables the setting next time the power is turned on.
If you want to enable the setting right after it is set, send the "0xA0C* Apply" command.
mbol is not included (though it's OK to include it). The NULL terminal symbol is added at the receiver of the dat
th is 0, it means the string is empt
-endian. Since Intel's family of CPUs is little-endian, the PC and NS7520 have different endia
Error check is also performed on a GUI application, but since SDCP is disclosed,
0x10 0x10
0x95PJTALK Enable/Disable0x01 0x01
0x96Port number0x02 0x02
0x97SDCP Timeout0x02 0x02
0x98Number of hosts to be authorized0x01 0x01
0x99
IP address of host to be authorized (for 4 h
0x10 0x10
0x9aCommunity name (SDCP/SDAP commo0x04 0x04
0x9b-0x9f
0xa0NS7520 version number×0x04
0xa1Acquire current error×0x06
0xa2SY CPLD version number×0x02
0xa3-0xaf
0xb0Lamp Timer Reset Log×0x60
0xb1Error Log×0xa4
0xb2Mail Report Log×0x7d
0xb3-0xbf
0xc0Update owner information0x01 ×
0xc1Update date & time0x01 ×
0xc5Update password0x01 ×
0xc6Update Network0x01 ×
0xc7Update SDAP0x01 ×
0xc8Update PJTALK0x01 ×
0xc9Update mail report0x01 ×
0xcaUpdate SNMP0x01 ×
0xc2Reboot command0x06 ×
0xc3Flash Write command0x06 ×
0xc4Acquire test mail send state×0x02
0xcbSet LCD Contrast adjustment display0x01 ×
0xcc-0xcf
0xd0-0xff
CharString!A1
CharString!A1
CharString!A1
CharString!A1 SNMP!E4
Access!B3 SNMP!E5
IPADDR!B3 SNMP!E6
CharString!A1 SNMP!E7
IPADDR!B3 SNMP!E8
IPADDR!B3 SNMP!E9
CharString!A1 SNMP!E10
IPADDR!B3 SNMP!E11
IPADDR!B3 SNMP!E12
ONOFF!A1 SNMP!E19
Host!B3SNMP!E22
IPADDR!B3 SNMP!E23
MAC!B3Network!D16 Information!J18
SPEED!B3 Network!D17 Information!J19
ONOFF!B3 Network!D4 Information!J12
IPADDR!B3 Network!D6 Information!J13
IPADDR!B3 Network!D7 Information!J14
IPADDR!B3 Network!D9 Information!J15
IPADDR!B3 Network!D10 Information!J16
IPADDR!B3 Network!D11 Information!J17
ONOFF!B3 SDAP!D2
Port!B3SDAP!D5
Interval!B3 SDAP!D6
Host!B3SDAP!D10
IPADDR!B3 SDAP!D11
ONOFF!B3 PJTALK!D2
Port!B3PJTALK!D5
Interval!B3 PJTALK!D7
Host!B3PJTALK!D10
IPADDR!B3 PJTALK!D11
ixCharString!B3SDAP!D4PJTALK!D4
Ver!B3
ErrorLog!B10 Information!J10
LampRst!B3 Information!J36
ErrorLog!B3 Information!J47
MailLog!B3 Information!J62
Apply!B3Owner!G21
Apply!B3Date!D19
Apply!B3Password!E16
Apply!B14 Network!D20
Apply!B3SDAP!D16
Apply!B3PJTALK!D16
Apply!B26 Mail!E18Mail!D56Mail!D62
Apply!B3SNMP!E30
cendingOrder! Reboot!I3
Apply!B37 Update!I3
TestMail!B3
Acquired from H8 by 0x8001 or 0x70** command
Acquired from H8 by 0x8001 or 0x70** command
IDAscendingOrder!B6
Acquired from H8 by 0x70** command
IDAscendingOrder!B80
IDAscendingOrder!B60
IDAscendingOrder!B61
IDAscendingOrder!J62
IDAscendingOrder!B63
IDAscendingOrder!B64
IDAscendingOrder!B65
IDAscendingOrder!B58
IDAscendingOrder!B59
IDAscendingOrder!B79
IDAscendingOrder!B12 IDAscendingOrder!B13
Acquired from H8 by 0x70** command
Acquired from H8 by 0x70** command
Acquired from H8 by 0x70** command
Acquired from H8 by 0x70** command
IDAscendingOrder!B82
IDAscendingOrder!B83
IDAscendingOrder!B84
Error
g
Name is emptyEnter up to 32 characters
anization is emptEnter up to 32 characters
Or
Location is emptyEnter up to 24 characters
Memo is emptyEnter up to 128 characters
IDAscendingOrder!B4
IDAscendingOrder!B5
IDAscendingOrder!B6
H8 full
IDAscendingOrder!B7
IDAscendingOrder!B8
IDAscendingOrder!B86
IDAscendingOrder!B10
g
h
r
IDAscendingOrder!B11
IDAscendingOrder!B12
IDAscendingOrder!B13
IDAscendingOrder!B14
IDAscendingOrder!B87
Error
Regula
expressio
Year is less than 3Enter a number between 3 and 99
Year is larger than 99
Year is empty
Year is in 3 digits or more
Regular expression /\D{1,3}/
Month is emptyEnter a number between 1 and 12
Month is less than 1
Month is larger than 12
Month in 3 digits or more
Regular expression /\D{1,3}/
Day is emptyAn invalid data was entered.
Day is less than 1
Day is larger than 31
Regular expression /\D{1,3}/
In month 4/6/9/11, day is larger than 30
In month 2 of a leap year, day is larger than 29
In month 2 of a common year, day is larger than 28
Hour is emptyEnter a number between 0 and 23
Hour is less than 0
Hour is larger than 23
Regular expression /\D{1,3}/
Minute is emptyEnter a number between 0 and 59
Minute is less than 0
Minute is larger than 59
Regular expression /\D{1,3}/
Timer server is in the re
ular expression [^The server address is wrong
/\D{1,3}Serch for the characters other than decimal numbers by the three characteres at the
[^a-zA-Z0-9_@.-]There is a character other than a-z, A-Z, 0-9, _, @, and -.
Error
,
p
When password is not empty
Confirm Password does not matchPassword does not match
When confirm password is not empty
Pasword does not matchPassword does not match
When user name is not empty
When one character is 0-127d, if 1 is
added the sum of all the characters
becomes more than 16, and in other
cases
the same is true if 2 is added.
Enter up to 16 characters
When there is Japanese character code
IDAscendingOrder!B16
IDAscendingOrder!B17
IDAscendingOrder!B18
Password is displayed as ****.
IDAscendingOrder!B88
When user password is not empty
User name is emptyEnter the user name
assword confirm does not matchPassword does not match
User
When user password confirm is not empty
User password does not matchPassword does not match
IDAscendingOrder!B60
g
IDAscendingOrder!B61
IDAscendingOrder!B62
IDAscendingOrder!B63
IDAscendingOrder!B64
IDAscendingOrder!B65
IDAscendingOrder!B58
IDAscendingOrder!B59
IDAscendingOrder!B89
Error
When "Specify an IP address" is selected
Less than 0Enter a number between 0 and 255
Larger than 255
Regular expression /\D{1,3}/
IP Address is emptyEnter the IP address and subnet mask
Subnet Mask is emptyEnter the IP address and subnet mask
Re
ular ex/\D{1,3}Serch characters other than decimal numbers by the three characteres at the head.
Delete specifications
t
Delete specifications
Delete specifications
IDAscendingOrder!B21
IDAscendingOrder!B22
IDAscending IDAscendingOrder!B92
IDAscendingOrder!B24
IDAscendingOrder!B25
IDAscendingOrder!B26
IDAscendingOrder!B27
IDAscendingOrder!B28
IDAscendingOrder!B29
IDAscendingOrder!B30
IDAscendingOrder!B31
IDAscendingOrder!B32
IDAscendingOrder!B33
IDAscendingOrder!B34
IDAscendingOrder!B35
IDAscendingOrder!B36
IDAscendingOrder!B37
IDAscendingOrder!B38
IDAscendingOrder!B39
IDAscendingOrder!B92
Delete specifications
IDAscendingOrder!B92
IDAscendingOrder!B96
Test mail progress/send resul
Error
g
y
r
o
m
Check the following in the case where To1 Address is not empty
@ is not presentinvalid mail address form
@ is at the head
@ is at the tail
Two or more @'s are present
None of Report Timming of To1 is selectedSet the report timing
Mail Address is emptyEnter the mail address of the mail account
SMTP server is emptyEnter the SMTP server adress
Check the followin
in the case where To2, Cc1, and Cc2 Addresses are not empt
@ is not presentinvalid mail address form
@ is at the head
@ is at the tail
Two or more @'s are present
None of Report Timing is selectedSet Report Timing
Check the following in the case where Regular Report is ON
Date to send is not selectedSet the day to send the Regular Report
Check the following in the case where Maintenance report is ON
Both Lamp Reminder and Maintenance Reminder a
Set the time to send the Maintenance Report
Check the following in the case where Every Week is selected
Day of the week is not selected.Set the day of the week to send the Regular Report
Check the following in the case where the Lamp Reminder is not empty
The hour is less than 0Enter the numeric values between 1 and 9999 for the h
The hour is larger than 99999
Character other than decimal numbers is present
Check the following in the case where the Maintenance Reminder is not empty
The hour is less than 0Enter a number between 1 and 99999
The hour is larger than 99999
Character other than decimal numbers is present
Check the following in the case where Mail Address is not empty
@ is not presentInvalid mail address form
@ is at the head
@ is at the tail
Two or more @'s are present
SMTP server is emptyEnter the SMTP server adress
Check the following in the case where the SMTP server is not empty
Mail address is emptyEnter the mail address of the mail account
Check the following in the case where Send test mail is selected
TO1, TO2, CC1 and CC2 are all emptyEnter an Address
Mail address is emptyEnter the mail address of the mail account
SMTP server is emptyEnter the SMTP server adress
Check the following in the case where Require Authentication is selected
Check the following in the case of POP before SMTP
POP3 server is emptyEnter the address of the POP3 server used for receivin
Account name is emptyEnter the account name
Account password is emptyEnter the password
Check the following in the case of SMTP Authentication
Account name is emptyEnter the account name
Account password is emptyEnter the password
IDAscendingOrder!B67
y
{1,3}
e
p
IDAscendingOrder!B77
IDAscendingOrder!B68
IDAscendingOrder!B69
IDAscendingOrder!B70
IDAscendingOrder!B71
IDAscendingOrder!B90
Error
Check the following in the case where Start PJ Talk Service is selected
Community is empty
Communit
is the regular expression [^Enter 4 characters
Port No. Less than 0
Larger than 65535
Regular expression /\D{1,3}/
Port No. is emptyEnter a number between 0 and 65535
Timeout Less than 10
Larger than 65535
Regular expression /\D{1,3}/
Timeout is emptyEnter a number between 10 and 65535
When adding an address
Less than 0Enter a number between 0 and 255
Larger than 255
Regular expression /\D{1,3}/
Regular
ex
/\D
[^a-zA-Z0-9_@.-]There is a character other than a-z, A-Z, 0-9, _, @, and -.
ressio
Serch for the characters other than decimal numbers by the three characteres at th
PJTALK!B72
y
IDAscendingOrder!B77
IDAscendingOrder!B73
IDAscendingOrder!B74
IDAscendingOrder!B75
IDAscendingOrder!B76
IDAscendingOrder!B91
Error
Check the following in the case where Start PJ Talk Service is selected
Community is empty
Communit
Port No.Less than 0
Larger than 65535
Regular expression /\D{1,3}/
Port No. is emptyEnter a number between 0 and 65535
TimeoutLess than 10
Larger than 65535
Regular expression /\D{1,3}/
Timeout is emptyEnter a number between 10 and 65535
When adding an address
Less than 0Enter a number between 0 and 255
Larger than 255
Regular expression /\D{1,3}/
Regular
expressio
/\D{1,3}Serch for the characters other than decimal numbers by the three characteres at the head.
[^a-zA-Z0-9_@.-]There is a character other than a-z, A-Z, 0-9, _, @, and -.
is the regular expression [^aEnter 4 characters
IDAscendingOrder!B45
n
IDAscendingOrder!B46
IDAscendingOrder!B47
IDAscendingOrder!B48
IDAscendingOrder!B49
IDAscendingOrder!B50
IDAscendingOrder!B51
IDAscendingOrder!B52
IDAscendingOrder!B53
When the address is 0.0.0.0, it means no destination is registered.
IDAscendingOrder!B54
IDAscendingOrder!B55
IDAscendingOrder!B56
When the address is 0.0.0.0, it means no host is registered.
When all the addresses are 0.0.0.0, "Accpt SNMP packets from any hosts" is bei
IDAscendingOrder!B93
Error
When adding an address
Less than 0Enter a number between 0 and 255
Larger than 255
Regular expression /\D{1,3}/
Regular expression /\D{1,3} Serch for the characters other than decimal numbers by the three characteres at the head.
IDAscendingOrder!B95
IDAscendingOrder!B94
<- back
0xc0Update owner information
0xc1Update date &time
0xc5Update password
0xc7Update SDAP
0xc8Update PJTALK
0xcaUpdate SNMP
u_charinternal;NS7520 detection error
u_charpj[5];Error received from H8
} PJ_ERROR;
typedef struct {
PJ_ERRORerror;Error flag
u_longset_timer; Set timer when an error occurs
u_chardate[3];Dateyy/mm/dd
} PJERROR_LOG_RECORD
typedef struct {
PJERROR
LOG_RECOrecord[10]; Save 10 logs
u_charwindex;Log number to be written next
} PJERROR_LOG;
PJERROR_LOGerror_log
The logs are displayed from the newer ones by referring to "error_log.windex".
If all of the error contents are 0, that record is regarded to be empty.
n n-byte long, fixed character string. A terminal NULL is not included in the n by
<- back
Character string of up to n bytes. The terminal NULL need not be included in the n bytes.
If it is shorter than that, terminate the string with a NULL.
0 (GMT-12:00) Eniwetok, Kwajalein
1 (GMT-11:00) Midway Island, Samoa
2 (GMT-10:00) Hawaii
3 (GMT-09:00) Alaska
4 (GMT-08:00) Pacific Time (US & Canada); Tijuana
5 (GMT-07:00) Arizona
6 (GMT-07:00) Mountain Time (US & Canada)
7 (GMT-06:00) Saskatchewan
8 (GMT-06:00) Mexico City
9 (GMT-06:00) Central America
10 (GMT-06:00) Central Time (US & Canada)
11 (GMT-05:00) Indiana (East)
12 (GMT-05:00) Bogota, Lima, Quito
13 (GMT-05:00) Eastern Time (US & Canada)
14 (GMT-04:00) Caracas, La Paz
15 (GMT-04:00) Santiago
16 (GMT-04:00) Atlantic Time (Canada)
17 (GMT-03:30) Newfoundland
18 (GMT-03:00) Greenland
19 (GMT-03:00) Buenos Aires, Georgetown
20 (GMT-03:00) Brasilia
21 (GMT-02:00) Mid-Atlantic
22 (GMT-01:00) Azores
23 (GMT-01:00) Cape Verde Is.
24 (GMT) Casablanca, Monrovia
25 (GMT) Greenwich Mean Time : Dublin, Edinburgh, Lisbon, Londo
26 (GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna
27 (GMT+01:00) Sarajevo, Skopje, Sofija, Vilnius, Warsaw, Zagreb
28 (GMT+01:00) Brussels, Copenhagen, Madrid, Paris
29 (GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague
30 (GMT+01:00) West Central Africa
31 (GMT+02:00) Athens, Istanbul, Minsk
32 (GMT+02:00) Jerusalem
33 (GMT+02:00) Cairo
34 (GMT+02:00) Harare, Pretoria
35 (GMT+02:00) Bucharest
36 (GMT+02:00) Helsinki, Riga, Tallinn
37 (GMT+03:00) Kuwait, Riyadh
38 (GMT+03:00) Nairobi
39 (GMT+03:00) Baghdad
40 (GMT+03:00) Moscow, St. Petersburg, Volgograd
41 (GMT+03:30) Tehran
42 (GMT+04:00) Abu Dhabi, Muscat
43 (GMT+04:00) Baku, Tbilisi, Yerevan
44 (GMT+04:30) Kabul
45 (GMT+05:00) Islamabad, Karachi, Tashkent
46 (GMT+05:00) Ekaterinburg
47 (GMT+05:30) Calcutta, Chennai, Mumbai, New Delhi
48 (GMT+05:45) Kathmandu
49 (GMT+06:00) Astana, Dhaka
50 (GMT+06:00) Almaty, Novosibirsk
51 (GMT+06:00) Sri Jayawardenepura
52 (GMT+06:30) Rangoon
53 (GMT+07:00) Krasnoyarsk
54 (GMT+07:00) Bangkok, Hanoi, Jakarta
55 (GMT+08:00) Irkutsk, Ulaan Bataar
56 (GMT+08:00) Kuala Lumpur, Singapore
57 (GMT+08:00) Perth
58 (GMT+08:00) Taipei
59 (GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi
60 (GMT+09:00) Seoul
61 (GMT+09:00) Yakutsk
62 (GMT+09:00) Osaka, Sapporo, Tokyo
63 (GMT+09:30) Adelaide
64 (GMT+09:30) Darwin
65 (GMT+10:00) Vladivostok
66 (GMT+10:00) Canberra, Melbourne, Sydney
67 (GMT+10:00) Guam, Port Moresby
68 (GMT+10:00) Brisbane
69 (GMT+10:00) Hobart
70 (GMT+11:00) Magadan, Solomon Is., New Caledonia
71 (GMT+12:00) Auckland, Wellington
72 (GMT+12:00) Fiji, Kamchatka, Marshall Is.
<- back
Date & Time
Length3
Data
[0] [1] [2]
yy mmdd
yyyear3-99(d)
mmmonth1-12(d)
ddday1-31(d)
Length2
Data
[0] [1]
hh mm
hhhour0-23(d)
mmminute0-59(d)
Invalid when a number larger than 30 is specified for the day in the months of 4, 6, 9 or 11.
Invalid when a number larger than 29 is specified for the day of February (2) of the year that is divisible by 4.
Invalid when a number larger than 28 is specified for the day of February (2) of the year that is not divisible by 4.
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.