Manual ttm-000w
Manual ttm-000w
-1-
Thank you very much for purchasing the TTM-000W Series (with a communication function).
Kindly read this operation manual for proper usage.
Table of Contents
2.1 Outline
2.2 Setting of Data Length
2.3 Setting of Stop Bit
2.4 Setting of Parity
2.5 Setting of BCC Checking
2.6 Setting of Communication Speed
2.7 Setting of Communication Address
2.8 Setting of Response Delay Time
2.9 Switching of Communication Mode
5.1 Outline
5.2 Setting of Data Length
5.3 Setting of Stop Bit
5.4 Setting of Parity
5.5 Setting of BCC Checking
5.6 Setting of Communication Speed
5.7 Setting of Communication Address
5.8 Setting of Response Delay Time
5.9 Switching of Communication Mode
-2-
6. MODBUS Communication Control. . . Page 19
7. Specifications . . . . . . . Page 32
8. Wiring . . . . . . . . . . Page 33
-3-
1. Before Using the Product
-4-
2. Setting about TOHO Communication
2.1 Outline
Initial settings need to be made to the product in order for it to perform a communication function.
The setting shall be done by keys at the front side.
Follow the procedure shown below to navigate between setting screens. See the User's Manual of this
product for details.
Power ON
When the setting is done, press the MODE key for more than 2 seconds to return to the operation
mode. Each parameter shown above is the initial value.
-5-
2.2 Setting of Data Length
2.3 Setting of Stop Bit
2.4 Setting of Parity
2.5 Setting of BCC Checking
Set the value by pressing the ▲▼ keys on the "Setting of Communication Parameters" screen in a previous
page. The initial value is .
****
Stop Bit 1
Stop Bit 2
Without Parity
Odd Parity
Even Parity
****
1200 BPS
2400 BPS
4800 BPS
9600 BPS
19200 BPS
Setting Range: 1-99 stations (Setting of 0 is not allowed)
Setting Range: 0-250mSEC
*Communication may not be performed properly if the response delay time is too short.
*In actual operation, the processing time of the product will be added to the response delay time.
-6-
2.9 Switching of Communication Mode
Set the value by pressing the ▲▼ keys on the "Setting of the Switching of Communication Mode" screen
in a previous page. The initial value is .
Read/Write
Read Only
■ All codes up to ETX, such as STX and data (except for BCC), will be expressed in ASCII code.
■ To code the program for the upper computer, see "9. List of Identifiers" and "10. List of ASCII
Codes" at the end of this document.
-7-
3.3 Structure of Request Message (Data transmission from upper computer to this product)
■ See "3.5 Explanation about Codes" for codes from ① to ⑩.
■ See "4.1 Sample Communication for Reading" and "4.2 Sample Communication for Writing" for concrete
samples of the request message.
-8-
3.4 Structure of Response Message (Data transmission from this product to upper computer)
-9-
3.5 Explanation about Codes
■ The following codes from ① STX, ② Address, up to ⑩ Error Type will be expressed in ASCII code:
■ See "10. List of ASCII Codes" for the details about ASCII codes.
■ To convert into ASCII code, see "4. Sample TOHO Communications."
① STX
It is a code that is necessary for the receiving side to detect the start of the message.
It shall be attached to the start of the character string to be sent.
② Address
It is an address of the device that will be communicated by the upper computer (this product).
The address in the response message from this product indicates the source of the response
message.
③ Contents of Request
Set the symbol R, W, L, or B.
R: If the data is to be read from the product
W: If the data is to be written or saved into the product
L: If the blind setting is to be read from the product
B: If the blind setting is to be written into the product
④ Identifier
It is a classification symbol (identifier) of the data to be read or written that will be
expressed by the 3-digit alphanumeric characters.
See "9. List of Identifiers (Codes)."
⑤ Numerical Data
It is a data for reading or writing which will be expressed in 5-digit characters regardless
of the data type.
Negative data: The symbol "-" is considered one digit to be displayed at the largest digit.
Position of decimal point: Decimal point will not be included in the 5-digit data.
- 10 -
⑥ ETX
It is a code that is necessary for the receiving side to detect the end of the message.
It shall be attached to the end of the character string to be sent (except for BCC).
⑦ BCC
Get the Ex-OR of all characters from STX to ETX with the check code for the detection of
error.
This code shall not be included in the response message if BCC Check is turned OFF at the
communication setting of this product. See "2. Setting about TOHO Communication."
⑧ ACK
It is an acknowledge code that will be included in the "response message" to be replied by
this product if no error is found in the received message.
⑨ NAK
It is a reject code that will be included in the "response message" to be replied by this
product if error is found in the received message.
If there is an error in the received "request message," content of error (⑪ Type of ERR)
will also be attached (next to NAK) to the "response message" that will be returned by this
product.
⑩ Type of ERR
If there is an error in the "request message" that was received by this product, the
description of the said error (number in the table shown below) will be attached (next to
"⑨ NAK") to the "response message" that will be returned by this product.
Since error number "0" indicates the breakdown of measuring equipment (memory error or A/D
conversion error), it will be included in the "response message" whether or not there is an
error in the "request message."
Since error number "9" indicates AT error, it will be included in the "response message" whether
or not there is an error in the "request message." Remove the cause of the error immediately
and restart the AT.
For multiple errors, the largest error number will be included.
Error Number Description of errors in the "request message" that was received by this product
1 Numerical value data is out of the "setting range that is specified individually by the
setting item"
3 ASCII code that is other than the numeric value has been set to the portion for the
numeric value.
ASCII code that is other than "0" or "-" has been set to the position for the symbol.
4 Format Error
5 BCC Error
6 Overrun Error
7 Framing Error
8 Parity Error
9 P( abnormality has occurred during AT or AT does not end although 3 hours have lapsed
- 11 -
3.6 Things to Be Noted during the Communication
3.6.9 Change of Setting (alue (S( or S(2) by the Communication during Auto Tuning
If the value for control (S( or S(2) is changed via communication while the auto tuning is performed,
the said value (S( or S(2) will not be changed until auto tuning ends.
- 12 -
4. Example of TOHO Communication
Example:
Request Message: Request this product, which address is set as "27," to read the measured value
(P().
(Upper computer)
For the above request,
Response Message: Returns the data (00777) of the measured value (P().
(This product)
ETX
BCC
2
1
7
R
P
V
①
②
③
⑥
⑦
|
|
STX
ACK
ETX
BCC
0
0
2
1
7
7
7
7
P
V
①
②
⑧
⑥
⑦
|
|
|
|
|
|
Re- 02H
sponse
⑧ Acknowledgment Code ACK 06H
- 13 -
4.2 Sample Communication for Writing
Example:
Request Message: Request this product, which address is set as "03," to "set 011" (write 011)
to E1F (upper computer).
(Set the function of Event 1 to Minimum Deviation + Retain)
Response Message: Return the message to tell that the request message has been received.
(This product)
☆ Read the data separately to check if the data is written correctly.
ETX
BCC
3
0
0
0
0
1
1
1
W
E
F
①
②
③
⑥
⑦
|
|
|
|
|
|
STX
ACK
ETX
BCC
3
0
①
②
⑧
⑥
⑦
Re- 04H
sponse
⑧ Acknowledgment Code ACK 06H
- 14 -
5. Setting about MODBUS Communication
5.1 Outline
Initial settings need to be made to the product in order for it to perform a communication function.
The setting shall be done by keys at the front side.
Follow the procedure shown below to navigate between setting screens. See the User's Manual of the
product for details.
Power ON Power ON
↓ ↓
Setting Mode Selection Screen Setting Mode Selection Screen
↓ ▲▼ Key ↓ ▲▼ Key
When the setting is done, press the MODE key for more than 2 seconds to return to the operation
mode.
- 15 -
5.2 Setting of Data Length
5.3 Setting of Stop Bit
5.4 Setting of Parity
5.5 Setting of BCC Checking
BCC checking will be disabled.
Initial (alue of MODBUS (RTU): Initial (alue of MODBUS (ASCII):
***
Stop Bit 1
Stop Bit 2
Without Parity
Odd Parity
Even Parity
※ The setting of RTU is only three types, namely, 、, and .
The setting of ASCII is only three types, namely, 、, and .
1200 BPS
2400 BPS
4800 BPS
9600 BPS
19200 BPS
Setting Range: 1-247 stations (Setting of 0 is not allowed)
*Communication may not be performed properly if the response delay time is too short.
*In actual operation, the processing time of the product will be added to the response delay time.
- 16 -
6. MODBUS Communication Control
- 17 -
6.3 Structure of RTU Request Message (Data transmission from upper computer to this product)
■ See "6.5 Explanation about RTU Codes" for codes from (a) to (i).
- 18 -
6.4 Structure of RTU Response Message (Data transmission from this product to upper computer)
■ See "6.5 Explanation about RTU Codes" for codes from (a) to (h).
6.4.1 Response Message for Read Request Message
- 19 -
6.5 Explanation about RTU Codes
■ The following codes from (a) Slave Address, (b) Function Code, up to (h) Error Code will be expressed
in 8-bit
binary:
a) Slave Address
It is an address of the device that will be communicated by the upper computer (this product).
The address in the response message from this product indicates the source of the response message.
b) Function Code
Enter the code 03H or 10H.
03H: If the data is to be read from this product
10H: If the data is to be written or saved into this product
c) Register Address
It specifies the position of data to be read or written with two bytes.
See "9. List of Identifiers (Codes)" for the address of each command.
Data will be retained in the holding register.
d) Number of Registers
It specifies the number of registers that write. Since the number of registers of this product
is fixed to 2, set it to "0002H."
e) CRC-16
It is an error checking code for the detection of the possible error in the message. It sends CRC-16
(Cyclic Redundancy Code).
Generating polynomial of CRC-16 that is used in this product is X16 + X15 + X2 + 1.
See "6.7 Sample Computation of CRC-16" for the computation method of CRC-16.
If it is to be attached at the end of the message as an error code, attach the lower byte of CRC
before the upper byte.
f) Number of Bytes
It specifies the number of registers that read and write x 2. Since the number of registers of
this product is 2 (fixed), set "04H."
g) Data Section
It specifies the data to be written into the register. Data is 4 bytes (fixed).
Data without decimal point will be written.
Example: ASCII code will be written in case of the character data (□ means space)
Contents of Communication HEX Data
Priority Screen 0-1 = □INP 20494E50H
Priority Screen 0-2 = □M(1 204D5631H
Priority Screen 0-3 = □□P1 20205031H
- 20 -
h) Type of ERR
If there is an error in the message that was sent by the upper computer, the error number will be
included in the "response message" of this product for the reply.
Since error number "04" indicates the breakdown of measuring equipment (memory error, A/D
conversion error, or AT error), it will be included in the "response message" whether or not there is an
error in the "request message."
For multiple errors, the largest error number will be included.
- 21 -
6.6 Things to be Noted during RTU Communication
6.6.1 Timing of Transmission
Upon using RS-485, set enough response delay time to ensure the communication (sending/receiving) with
the host computer.
See Figure of "6.1 Communication Procedures" and "5.8 Setting of Response Delay Time."
6.6.9 Change of Setting (alue (S( or S(2) by the Communication during Auto Tuning
If the value for control (S( or S(2) is changed via communication while the auto tuning is performed,
the said value (S( or S(2) will not be changed until auto tuning ends.
- 22 -
6.7 Sample Computation of CRC-16
Below is the sample computation of CRC-16 using (isual Basic 6.0.
Next, data to be computed will be placed in crc_arry() while the quantity of data will be placed in arry_count.
After that, the computation result will be placed in CRC by executing the following program:
i=0
CRC = 65535
For i = 0 To arry_count
c_next = crc_arry(i)
CRC = (CRC Xor c_next) And 65535
For j = 0 To 7
c_carry = CRC And 1
CRC = CRC \ 2
If c_carry Then
CRC = (CRC Xor &HA001) And 65535
End If
Next
Next
If it is to be attached at the end of the message as an error code, attach the lower byte of CRC before the upper byte.
- 23 -
6.8 Structure of ASCII Request Message (Data transmission from upper computer to this product)
■ See "6.1 Explanation about ASCII Codes" for codes from (a) to (g).
- 24 -
6.9 Structure of ASCII Response Message (Data transmission from this product to upper computer)
■ See "6.1 Explanation about ASCII Codes" for codes from (a) to (g).
- 25 -
6.10 Explanation about ASCII Codes
■ The following codes from (a) Start Code, (b) Slave Address, up to (j) Error Type will be expressed in
ASCII code:
■ See "10. List of ASCII Codes" for the details about ASCII codes.
■ To convert into ASCII code, see the message structure in 6.8 and 6.9.
a) Start Code
It is a code that is necessary for the receiving side to detect the start of the message. It shall
be attached to the start of the character string to be sent.
b) Slave Address
It is an address of the device that will be communicated by the upper computer (this product).
The address in the response message from this product indicates the source of the response message.
c) Function Code
Enter the code 03H or 10H.
03H: If the data is to be read from this product
10H: If the data is to be written or saved into this product
d) Number of Registers
It specifies the number of registers that write. Since the number of registers of this product
is fixed to 2, set it to "0002H."
e) Register Address
It specifies the position of data to be read or written with two bytes.
See "10. List of Identifiers (Codes)" for the address of each command.
f) LRC
It is an error checking code for the detection of the possible error in the message. It sends LRC.
LRC that is used in this product is a value where all data in the message, except for start code
and end code, are summed up without performing a carryover and treat the sum total as the complement
of 2.
Any portion that is expressed as "1" and "B" shall be considered as "1BH."
See "6.12 Sample Computation of LRC" for the computation method of LRC.
If 12H was computed as an error code, attach "1" and "2" at the end of the message.
g) End Code
It is a code that is necessary for the receiving side to detect the end of the message. CR(0DH)
and LF(0AH) shall be attached at the end of the character string to be sent.
h) Number of Bytes
It specifies the number of registers that read and write x 2. Since the number of registers of
this product is 2 (fixed), set "04H."
- 26 -
i) Data Section
It specifies the data to be written into the register. Data is 4 bytes (fixed).
Data without decimal point will be written.
Example: ASCII code will be written in case of the character data (□ means space)
Contents of Communication HEX Data
Priority Screen 0-1 = □INP 20494E50H
Priority Screen 0-2 = □MV1 204D5631H
Priority Screen 0-3 = □□P1 20205031H
j) Type of ERR
If there is an error in the message that was sent by the upper computer, the error number will
be included in the "response message" of this product for the reply.
Since error number "04" indicates the breakdown of measuring equipment (memory error, A/D
conversion error, or AT error), it will be included in the "response message" whether or not
there is an error in the "request message."
For multiple errors, the largest error number will be included.
- 27 -
6.11 Things to Be Noted during ASCII Communication
6.11.1 Timing of Transmission
Upon using RS-485, set enough response delay time to ensure the communication (sending/receiving) with
the host computer.
See Figure of "6.1 Communication Procedures" and "5.8 Setting of Response Delay Time."
6.11.9 Change of Setting (alue (S( or S(2) by the Communication during Auto Tuning
If the value for control (S( or S(2) is changed via communication while the auto tuning is performed,
the said value (S( or S(2) will not be changed until auto tuning ends.
- 28 -
6.12 Sample Computation of LRC
Below is the sample computation of LRC using (isualBasic6.0.
After that, the computation result will be placed in LRC by executing the following program:
For i = 0 To arry_count
LRC = (LRC + lrc_arry(i)) And &HFF
Next
For example, if 12H was computed as an error code, attach "1" and "2" at the end of the message.
- 29 -
7. Specifications
7.2.3 Character
1) TOHO Communication Protocol
: Start Bit Length・・・・・・・1 bit fixed
: Stop Bit Length: Select and set from 1 bit and 2 bits
: Data Length: Select and set from 7 bits and 8 bits
: Parity・・・・・・・・・・・・・・・Select and set from none, odd, and even
: BCC Checking・・・・・・・・・Select and set from Yes (with) and No (without)
: Communication Address・・・・・・・・・・・1-99
- 30 -
8. Wiring
○ The figure below shows the example of the case where secondary stations 1–3 (3 stations) will be connected to
the primary station.
◇ For cables ①-③, use the cable with the same characteristic impedance.
・Connect secondary stations 1-3 as slave, as shown in the figure.
Use the cable with the same characteristic impedance for the connection between secondary stations as
well.
◇ Attach the terminator to both the primary station ① and the farthest secondary station ② (secondary
station 3).
◇ Choose the terminator of which [Characteristic impedance of cables ①-③] = [Resistance of ①] =
[Resistance of ②].
・Also, use the cable with characteristic impedance where [Resistance of ①]//[Resistance of ②] (parallel
combined resistance) is 75Ω or higher.
- 31 -
9. List of Identifiers (Codes)
■ See the User's Manual of this product for setting range, selection items, initial value,
and other related information.
a) Identifier: Symbol that expresses the item. Place this symbol in the identifier within the
message. Furthermore, "□" inside the frame indicates SP (ASCII code: 20H).
b) Character: Character to be displayed on the display of the product
c) Name: Name of the item
d) R/W: Describe whether read or write is possible. Or describe if both read and write are possible.
e) Explanation:
Caution: "NAK2" will be responded for the R/W to the character that does not satisfy the display
condition.
Example: If E(2 option is not selected, R/W to the character of E(2 will be "NAK2."
PR1 0004h 40005 Priority Screen Func- R/W R/W of Priority Screen Function Setting
tion Setting 1 1
PR2 0006h 40007 Priority Screen Func- R/W R/W of Priority Screen Function Setting
tion Setting 2 2
PR3 0008h 40009 Priority Screen Func- R/W R/W of Priority Screen Function Setting
tion Setting 3 3
PR4 000Ah 40011 Priority Screen Func- R/W R/W of Priority Screen Function Setting
tion Setting 4 4
PR5 000Ch 40013 Priority Screen Func- R/W R/W of Priority Screen Function Setting
tion Setting 5 5
PR6 000Eh 40015 Priority Screen Func- R/W R/W of Priority Screen Function Setting
tion Setting 6 6
PR7 0010h 40017 Priority Screen Func- R/W R/W of Priority Screen Function Setting
tion Setting 7 7
PR8 0012h 40019 Priority Screen Func- R/W R/W of Priority Screen Function Setting
tion Setting 8 8
PR9 0014h 40021 Priority Screen Func- R/W R/W of Priority Screen Function Setting
tion Setting 9 9
INP 0016h 40023 Setting of Input Type R/W R/W of the Setting of Input Type
P(G 0018h 40025 Setting of Gain of P( R/W R/W of the Setting of Gain of P(
P(S 001Ah 40027 Setting of Zero Point of R/W R/W of the Setting of Zero Point of P(
PDF 001Ch 40029 Setting of Input Filter R/W R/W of the Setting of Input Filter
□DP 001Eh 40031 Setting of Decimal Point R/W R/W of the Setting of Decimal Point
Without Decimal Point: 00000
With Decimal Point: 00001
□FU 0020h 40033 Function Key Function R/W R/W of the Setting of Function Key
Settings Function
LOC 0022h 40035 Key Lock Settings R/W R/W of the Key Lock Settings
SLH 0024h 40037 Setting of the Maximum R/W RW/ of the Setting of the Maximum Limit
SLL 0026h 40039 Setting of the Minimum R/W R/W of the Setting of the Minimum Limit
□MD 0028h 40041 Setting of Control Mode R/W R/W of the Setting of Control Mode
Execution of Control: 00000
Manual Control: 00001
Stop the Control: 00002
Auto Tuning Is in Progress: 00003
- 32 -
Iden- Relative Absolute Charac- Name R/W Description
tifier Address Address ter
CNT 002Ah 40043 Setting of Control Type R/W R/W of the Setting of Control Type
DIR 002Ch 40045 Switching of Direct R/W R/W of the Switching of Direct Ac-
M(1 002Eh 40047 Manipulated (ariable of R/W R/W of the Manipulated (ariable of
TUN 0030h 40049 Setting of Tuning Type R/W R/W of the Setting of Tuning Type
ATG 0032h 40051 9. AT Coefficient R/W R/W of AT Coefficient
ATC 0034h 40053 AT Sensitivity R/W R/W of AT Sensitivity
□P1 0036h 40055 Setting of the Propor- R/W R/W of the Setting of the Proportional
□I1 0038h 40057 Setting of Reset Time R/W R/W of the Setting of Reset Time
□D1 003Ah 40059 Setting of Derivative R/W R/W of the Setting of Derivative Time
□T1 003Ch 40061 Setting of the Propor- R/W R/W of the Setting of the Proportional
ARW 003Eh 40063 Anti-Reset Windup R/W R/W of Anti-Reset Windup
MH1 0040h 40065 Maximum Limit of M( R/W R/W of the Maximum Limit of M( Limiter
Limiter
ML1 0042h 40067 Minimum Limit of M( R/W R/W of the Minimum Limit of M( Limiter
Limiter
□C1 0044h 40069 Setting of the Control R/W R/W of the Setting of the Control
CP1 0046h 40071 Setting of the OFF Point R/W R/W of the Setting of the OFF Point of
of Output 1 Output 1
M(2 0048h 40073 Manipulated (ariable of R/W R/W of the Manipulated (ariable of
□P2 004Ah 40075 Setting of the Propor- R/W R/W of the Setting of the Proportional
□T2 004Ch 40077 Setting of the Propor- R/W R/W of the Setting of the Proportional
MH2 004Eh 40079 Maximum Limit of M( R/W R/W of the Maximum Limit of M( Limiter
Limiter
ML2 0050h 40081 Minimum Limit of M( R/W R/W of the Minimum Limit of M( Limiter
Limiter
□C2 0052h 40083 Setting of the Control R/W R/W of the Setting of the Control
CP2 0054h 40085 OFF Point of Output 2 R/W R/W of the OFF Point of Output 2
Settings
PBB 0056h 40087 Manual Reset R/W R/W of the Manual Reset
□DB 0058h 40089 Setting of Dead Band R/W R/W of the Setting of Dead Band
RP1 005Ah 40091 Setting of S( Ramp Time R/W R/W of the Setting of S( Ramp Time
RP2 005Ch 40093 Setting of S(2 Ramp Time R/W R/W of the Setting of S(2 Ramp Time
EIF 005Eh 40095 P( Event Output 1 R/W R/W of the P( Event Output 1 Function
Function
E1H 0060h 40097 Maximum Limit of Event R/W R/W of the Maximum Limit of Event Output
Output 1 1
E1L 0062h 40099 Minimum Limit of Event R/W R/W of the Minimum Limit of Event Output
Output 1 1
E1C 0064h 40101 Event Output 1 Sensi- R/W R/W of the Setting of Event Output 1
tivity Sensitivity
E1T 0066h 40103 Event Output 1 Delay R/W R/W of the Setting of Event Output 1
Timer Setting Delay Timer
E1B 0068h 40105 Special Event Output 1 R/W R/W of the Setting of Special Event
Function Output 1 Function
E1P 006Ah 40107 Event Output 1 Polarity R/W R/W of the Setting of Event Output 1
Settings Polarity
CM1 006Ch 40109 CT Input Monitor R R of CT Input Monitor
CT1 006Eh 40111 Event Output 1 Current R/W R/W of the Setting of Event Output 1
Abnormality Current Abnormality
- 33 -
Iden- Relative Absolute Charac- Name R/W Description
tifier Address Address ter
E2F 0070h 40113 P( Event Output 2 R/W R/W of the Setting of P( Event Output
Function 2 Function
E2H 0072h 40115 Maximum Limit of Event R/W R/W of the Maximum Limit of Event Output
Output 2 2
E2L 0074h 40117 Event Output 2 Minimum R/W R/W of the Minimum Limit of Event Output
E2C 0076h 40119 Event Output 2 Sensi- R/W R/W of the Setting of Event Output 2
tivity Sensitivity
E2T 0078h 40121 Event Output 2 Delay R/W R/W of the Setting of Event Output 2
Timer Setting Delay Timer
E2B 007Ah 40123 Special Event Output 2 R/W R/W of the Setting of Special Event
Function Output 2 Function
E2P 007Ch 40125 Event Output 2 Polarity R/W R/W of the Setting of Event Output 2
CM2 007Eh 40127 CT Input Monitor R R of CT Input Monitor
CT2 0080h 40129 Event Output 2 Current R/W R/W of the Setting of Event Output 2
Abnormality Current Abnormality
DIF 0082h 40131 Setting of DI Input R/W R/W of the Setting of DI Input Function
DIP 0084h 40133 Setting of DI Polarity R/W R/W of the Setting of DI Polarity
S(2 0086h 40135 Control Setting 2 R/W R/W of the Setting of Control Setting
PRT 0088h 40137 Setting of Communica- R/W R/W of the Setting of Communication
tion Protocol Protocol
Dedicated Protocol: 00000
MODBUS (RTU): 00001
COM 008Ah 40139 Setting of Communica- R/W R/W of the Setting of Communication
tion Parameters Parameters
BPS 008Ch 40141 Setting of Communica- R/W R/W of the Setting of Communication
tion Speed Speed
ADR 008Eh 40143 Communication Address R/W R/W of Communication Address Setting
AWT 0090h 40145 Setting of Response R/W R/W of the Setting of Response Delay
MOD 0092h 40147 Switching of Communi- R/W R/W of the Setting of the Switching of
cation Mode Communication Mode
Settings RO: 00000
TMO 0094h 40149 Setting of Timer Output R/W R/W of the Setting of Timer Output
TMF 0096h 40151 Setting of Timer Func- R/W R/W of the Setting of Timer Function
H/M 0098h 40153 Switching of Timer Unit R/W R/W of the Switching of Timer Unit
TS( 009Ah 40155 Timer S( Start Permis- R/W R/W of the Setting of Timer S( Start
sion Permission Range
TIM 009Ch 40157 Timer Time Setting R/W R/W of Timer Time Setting
TIA 009Eh 40159 Timer Remaining Time R R of Timer Remaining Time Monitor
TRF 00A0h 40161 Setting of Transmission R/W R/W of the Setting of Transmission
TRP 00A2h 40163 Direct Action/Reverse R/W R/W of the Setting of Direct Ac-
Action of Transmission tion/Reverse Action of Transmission
TRH 00A4h 40165 Setting of Transmission R/W R/W of the Setting of Transmission Output
TRL 00A6h 40167 Setting of Transmission R/W R/W of the Setting of Transmission Output
TST 00A8h 40169 Timer Start R/W W of Timer Start/Stop
/Stop Start: 00001
Stop: 00000
OM1 00AAh 40171 Output Status Monitor R R of Output Monitor
①②③④⑤
⑤ : OUT1 (1: ON 0: OFF)
④ : OUT2 (1: ON 0: OFF)
③ : E(1 (1: ON 0: OFF)
② : E(2 (1: ON 0: OFF)
EM1 00ACh 40173 DI Status Monitor R R of DI Monitor
ON: 00001 OFF:00000
- 34 -
Identi- Relative Absolute Charac- Name R/W Description
fier Address Address ter
□AT 00AEh 40175 AT Start/Cancel R/W R/W of AT Start/Cancel
Start: 00001
Cancel: 00000
STR 00B0h 40177 Save Data W Save Data
- 35 -
10. List of ASCII Codes
Up-
per 00h 10h 20h 30h 40h 50h 60h 70h
Lower
08h BS CAN ( 8 H X h x
09h HT EM ) 9 I Y i y
0Ah LF SUB * : J Z j z
0Bh VT ESC + ; K [ k {
0Ch FF FS , < L \ l |
0Dh CR GS - = M ] m }
0Eh SO RS . > N ^ n ~
0Fh SI US / ? O _ o DEL
- 36 -
TOHO ELECTRONICS INC.
- 37 -