TTM 214
TTM 214
1
Thank you very much for purchasing a TTM-210 Series (with communications). Please read this operation
manual carefully and use this product correctly.
Contents
2
6. MODBUS communications control ................................................................................... 17
6.1 Communications procedure
6.2 Message types
6.3 Composition of an RTU request message (transmitted from a high-level
computer to this product)
6.4 Composition of an RTU response message (transmitted from this product
to a high-level computer)
6.5 Description of RTU codes
6.6 Precautions on RTU communications
6.7 Example of CRC-16 calculations
6.8 Composition of an ASCII request message (transmitted from a high-level
computer to this product)
6.9 Composition of ASCII response messages (transmitted from this product
to a high-level computer)
6.10 Description of ASCII codes
6.11 Precautions on ASCII communications
6.12 Example of LRC calculations
8. Specifications ..................................................................................................................... 35
8.1 Communications standard category
8.2 Communications specifications
8.3 Types of loader communication standards: TTL
8.4 Loader communications specifications
9. Connections ....................................................................................................................... 37
9.1 RS-485 communications
9.2 Loader communications
3
1. Before using the product
1.1 On this operation manual
This is an operation manual regarding communications with a TTM-210 Series (hereinafter referred
to as "this product").
4
2. Settings regarding TOHO communications
2.1 Overview
Before communications is performed, initial settings must be made on this product. Enter such
settings with the keys on the front panel.
To switch to a series of setting screens, take the steps described below.
For details, see the operation manual furnished with this product.
Power-on
Initial setting
4 seconds
▲/▼ key
MODE key
MODE key
MODE key
MODE key
MODE key
MODE key
MODE key
When the settings are over, press the MODE key at least 2 seconds to go back to the operation mode.
The parameters indicated above are initial values.
5
2.2 Setting a data length
2.3 Setting a stop bit length
2.4 Setting a parity
2.5 Setting whether to conduct a BCC check
While in the "Set a communications parameter" screen on the preceding page, operate the ▲ and
▼ keys to make the settings. The initial value is b8N2.
Stop bit 1
Stop bit 2
No parity
Odd parity
Even parity
2400 BPS
4800 BPS
9600 BPS
19200 BPS
38400 BPS
Write disabled
Write enabled
Simultaneous heating master
Simultaneous heating slave
6
3. TOHO communications control
3.1 Communications procedure
This product returns a "response message" in response to a "request message" from a high-level
computer. It therefore does not initiate a transmission.
Response delay:
0-250ms 2ms or more
See "2.8 Setting a response delay." See "3.6.2 Interval between requests."
See "3.6.1 Communications timing."
All codes (except for BCC) from STX and data to ETX are expressed in ASCII codes.
In assembling a program for a high-level computer, see "10. Table of identifiers (codes)" and "11.
Table of ASCII codes" at the end of the book.
7
3.3 Composition of a request message (transmitted from a high-level
computer to this product)
For codes ① to ⑩, see "3.5 Description of codes."
For specific examples of request messages, see "4.1 Examples of communications to be read"
and "4.2 Examples of communications to be written."
STX
ETX
BCC
□
□
□
□
□
R
①
②
④ Identifier
⑥ End code
⑦ BCC data
|
|
request: read/write
Start code
Address
Contents of the
ETX
BCC
□
□
□
□
□
□
□
□
□
□
W
①
②
④ Identifier
⑤ Numerical data
⑥ End code
⑦ BCC data
|
|
|
|
|
|
Start code
Address
Contents of the
request: read/write
ETX
BCC
□
□
S
W
T
R
①
②
④ Identifier
⑥ End code
⑦ BCC data
|
|
request: read/write
Start code
Address
Contents of the
8
3.4 Composition of a response message (transmitted from this product to a
high-level computer)
For codes ① to ⑩, see "3.5 Description of codes."
For specific examples of request messages, see "4.1 Examples of communications to be read"
and "4.2 Examples of communications to be written."
STX
ACK
ETX
BCC
□
□
□
□
□
□
□
□
□
□
①
②
⑧ Acknowledge code
④ Identifier
⑤ Numerical data
⑥ End code
⑦ BCC data
|
|
|
|
|
|
Start code
Address
ACK
ETX
BCC
□
□
①
②
⑧
⑥
⑦
Start code
Address
Acknowledge code
End code
BCC data
NAK
ETX
BCC
□
□
□
①
②
⑨
⑩
⑥
⑦
Start code
Address
acknowledge code
Negative
Error code
End code
BCC data
9
3.5 Description of codes
The codes from ① STX, ② address to ⑩ ERR type as indicated below are expressed in
ASCII codes.
For the ASCII codes, see "11. Table of ASCII codes."
For conversion to ASCII codes, see "4. Examples of TOHO communications."
① STX
This code is needed for the receiver to detect the top of the message. It is affixed to the top
of a character string to be sent.
② Address
This is the address of the party (this product) with whom a high-level computer
communicates. The address in the response message from this product indicates the sender
of the response message.
③ Contents requested
Enter a code R / W. / L / B
R: to read data from this product
W: to write or store data in this product
L: to read blind setting from this product
B: to write or store blind setting in this product
④ Identifier
An identifier is a classification code (identifier) for data to be read or written and expressed
in a three-digit alphanumerical ASCII code. See "10. Table of identifiers (codes)."
⑤ Numerical data
In writing mode, you can write 5 or 6 digits of numerical data. In reading, you can set this
product to 5 or 6 digits of numerical data. Following are the conditions for switchover
between 5 and 6 digits.
Negative data: The "-" (minus) sign is in a single digit at the largest digit.
Position of the decimal point: 5-digit data does not include a decimal point.
Example: The table below indicates the significances of 5-digit numerical data -9999
Significance of the
Example
value
decimal point setting (DP) is 0 -9999
Data (PV), etc, whose decimal point setting (DP) is 0.0 -999.9
decimal point can be decimal point setting (DP) is 0.00 -99.99
shifted decimal point setting (DP) is 0.000 -9.999
decimal point setting (DP) is 0.0000 -0.9999
When the character data is “ INP”.
Example: The table below indicates the significances of 6-digit numerical data -10000
Significance of the
Example
value
decimal point setting (DP) is 0 -10000
Data (PV), etc, whose decimal point setting (DP) is 0.0 -1000.0
decimal point can be decimal point setting (DP) is 0.00 -100.00
shifted decimal point setting (DP) is 0.000 -10.000
decimal point setting (DP) is 0.0000 -1.0000
10
⑥ ETX
This code is needed for the receiver to detect the end of a message. It is affixed to the end of
a character string to be sent (except for BCC).
⑦ BCC
This is a check code for error detection and is the exclusive OR (EX-OR) of all characters
from STX to ETX.
If the BCC check is set to "Disabled" in the communications settings in this product, this
code (BCC) will not be incorporated in the response message. See "2. Settings regarding
TOHO communications."
⑧ ACK
It is an acknowledge code. If a message received by this product is error-free, this code will
be incorporated in the "response message" from this product and returned.
⑨ NAK
It is a negative acknowledge code. If a "request message" received by this product is
error-ridden, this code will be incorporated in the "response message" from this product and
returned.
If the "request message" received is error-ridden, the error contents (⑩ ERR type) will be
incorporated in the "response message" from this product, following NAK.
⑩ ERR type
If a "request message" received from this product is error-ridden, the error contents (either
of the numbers in the table below) will be incorporated in the "response message" from this
product, following "⑨ NAK."
If there are two or more errors occurring at the same time, the largest error number will be
incorporated.
11
3.6 Communications precautions
3.6.1 Communications timing
Set a sufficient response delay to make sure that this product is switched over from transmission to
reception with regard to a high-level computer in using communications.
See the figure in "3.1 Communications procedure" and "2.8 Setting a response delay."
12
4. Examples of TOHO communications
4.1 Examples of communications to be read
Example: Request message: This requests this product set at address 27 to read the PV.
(High-level computer)
In response to that,
ETX
BCC
2
1
7
R
P
V
①
②
③
⑥
⑦
|
|
STX
ACK
ETX
BCC
0
0
2
1
7
7
7
7
P
V
①
②
⑧
⑥
⑦
|
|
|
|
|
|
13
4.2 Examples of communications to be written
Example: Request message: This requests this product set at address 03 to set "the E1F1 setting to
(High-level computer) 011" (write 011).
(This sets the function in event 1 to the deviation upper and lower
limits + hold.)
In response to that,
Response message: This returns a notice that the request message has been received.
(This product)
*Check that it has been written by reading the data separately.
14
5. Settings regarding MODBUS communications
5.1 Overview
Before communications is performed, initial settings must be made on this product. Enter such
settings with the keys on the front panel.
To switch to a series of setting screens, take the steps described below.
For details, see the operation manual furnished with this product.
Power-on Power-on
4 seconds 4 seconds
When the settings are over, press the MODE key at least 2 seconds to go back to the operation mode.
15
5.2 Setting a data length
5.3 Setting a stop bit length
5.4 Setting a parity
5.5 Setting a BCC check
The BCC check is disabled.
Communication parameter
Stop bit 1
Stop bit 2
No parity
Odd parity
Even parity
Communication parameter
2400 BPS
4800 BPS
9600 BPS
19200 BPS
38400 BPS
* If the response delay is set to a short setting, the communications may not be conducted normally.
* In a real operation, the processing time for this product will be added, in addition to the response
delay.
16
6. MODBUS communications control
6.1 Communications procedure
This product returns a "response message" in response to a "request message" from a high-level
computer. It therefore does not initiate a transmission.
Response delay:
0-250ms 2 ms or more
See "5.8 Setting a response delay." See "6.6.2 Interval between requests."
See "6.6.1 Communications timing."
17
6.3 Composition of an RTU request message (transmitted from a high-level
computer to this product)
For the codes from a) to g), see "6.5 Description of RTU codes."
18
6.4 Composition of an RTU response message (transmitted from this product
to a high-level computer)
For the codes from a) to h), see "6.5 Description of RTU codes."
19
6.5 Description of RTU codes
The codes from a) slave address to b) function code to h) error code shown below are expressed
in 8-bit binary numbers.
a) Slave address
This is the address of the party (this product) with which the high-level computer
communicates. The address in the response message from this product represents the source
of the response message.
b) Function code
Enter a code 03H or 10H.
03H: To read data from this product
10H: To write or store data in this product
c) Register address
The locations of the data to be read or that to be written are specified in 2 bytes.
For the addresses of the commands, see "10. Table of identifiers (codes)."
The data is written in the holding register.
d) Number of registers
This specifies the number of registers to be written in. Since this product has a fixed number
of registers (which is 2), specify 0002H.
e) CRC-16
This error check code is for detecting message errors. This transmits a CRC-16 (tour
redundancy code).
The multinomial for generating a CRC-16 used in this product is X16+X15+X2+1.
To learn how to calculate the CRC-16, see "6.7 Example of CRC-16 calculations."
To affix an error code at the end of the message, affix the low-level byte first, then the
high-level byte of the CRC.
f) Number of byte
This specifies the number of registers to be read and written x 2. Since the number of
registers in this product is fixed at 2, specify 04H here.
g) Data portion
This specifies data to be written in the register. The data is fixed at 4 bytes. This product
will write data without the decimal point.
20
h) Error code
If a message from a high-level computer is error-ridden, it will be incorporated in the
"response message" from this product and returned.
If there are two or more errors occurring at the same time, the largest error number will be
incorporated.
21
6.6 Precautions on RTU communications
6.6.1 Communications timing
Set a sufficient response delay to make sure that this product is switched over from transmission to
reception with regard to a high-level computer in using an RS-485.
See the figure in "6.1 Communications procedure" and "5.8 Setting a response delay."
22
6.7 Example of CRC-16 calculations
Following is an example of calculating CRC-16 with VisualBasic6.0.
Then enter calculable data into the crc_arry(), and enter the number of data items into the arry_count.
After that, run the following program to cause the calculation results to enter the CRC.
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
To affix an error code to the end of the message, affix first the low-level byte and then the high-level
byte of the CRC.
23
6.8 Composition of an ASCII request message (transmitted from a high-level
computer to this product)
For the codes from a) to i), see "6.10 Description of ASCII codes."
24
6.9 Composition of ASCII response messages (transmitted from this product
to a high-level computer)
For the codes from a) to j), see "6.10 Description of ASCII codes."
25
6.10 Description of ASCII codes
The codes from a) start code to b) slave address to j) error type described below are expressed
in ASCII codes.
For ASCII codes, see "11. Table of ASCII codes."
For converting to ASCII codes, see 6.8 and 6.9 "Message composition."
a) Start code
The receiver side is the code required for detecting the top of the message. It is affixed to
the top of a character string to be transmitted.
b) Slave address
This is the address of the party (this product) with which the high-level computer
communicates. The address in the response message from this product represents the
source of the response message. Note that, when CH2 is used, 2 addresses are occupied.
(When the ADR is set to 1, addresses 1 and 2 are occupied.)
c) Function code
Enter a code 03H or 10H.
03H: To read data from this product
10H: To write or store data in this product
d) Number of registers
This specifies the number of registers to be written in. Since this product has a fixed
number of registers (which is 2), specify 0002H.
e) Register address
The locations of the data to be read or that to be written are specified in 2 bytes.
For the addresses of the commands, see "10. Table of identifiers (codes)."
f) LRC
LRC is an error check code for detecting message errors. An LRC is transmitted. The LRC
used in this product is the 2-complement of the sum of the data portions without a carry,
except for the start code and end code of the message.
The parts of the data portions expressed as a "1" and "B" are considered as "1BH."
To learn how to calculate the LRC, see "6.12 Example of LRC calculations."
If 12H is calculated as an error code, affix a "1" or "2" at the end of the message.
g) End code
This code is required for the receiver to detect the end of a message. Affix CR (0DH) and
LF (0AH) at the end of a character string to be transmitted.
h) Number of byte
This specifies the number of registers to be read and written x 2. Since the number of
registers in this product is fixed at 2, specify 04H here.
i) Data portion
This specifies data to be written in the register. The data is fixed at 4 bytes. This product
will write data without the decimal point.
Example: In the case of numerical data
Example Significance of the value
Proportional band (P) = 1.0 % 0000000AH
PV = 1200.0°C 00002EE0H
SV = -10.00°C FFFFFC18H
In the case of text data, write the ASCII code "□INP" (□ is a space): 20494E50H.
26
j) Error code
If a message from a high-level computer is error-ridden, it will be incorporated in the
"response message" from this product and returned.
If there are two or more errors occurring at the same time, the largest error number will be
incorporated.
Error No. Error contents in the "request message" received by this product
01 An unsupported function code was received.
02 An unspecified address was received.
03 The numerical data was out of a "specific setting range specified with a setting item."
04 Instrument failure (memory error, A/D conversion error or AT error)
27
6.11 Precautions on ASCII communications
6.11.1 Communications timing
Set a sufficient response delay to make sure that this product is switched over from transmission
to reception with regard to a high-level computer in using an RS-485.
See the figure in "6.1 Communications procedure" and "5.8 Setting a response delay."
28
6.12 Example of LRC calculations
Following is an example of calculating LRC with VisualBasic6.0.
Then enter calculable data into the 1rc_arry(), and enter the number of data items into the
arry_count. After that, run the following program to cause the calculation results to enter the LRC.
For i = 0 To arry_count
LRC = (LRC + lrc_arry(i)) And &HFF
Next
If the error code is calculated as 12H as an example, affix a "1" or "2" at the end of the message.
29
7. Loader communications
7.1 Communication procedure
This product receives “request messages” from a high-level computer and returns “response
messages.” This product therefore does not start to transmit a message.
The timing for communications and similar matters are the same as those of TOHO and MODBUS
communications. Those depend on the way this product is set.
http://r7.s901v.smilestart.ne.jp/toho/english/CDM2.04.06WHQL_Certified.zip
Following is how to install the software on Microsoft Windows XP. If you are using any other OS,
consult us.
1) Uncompress the zip file on the hard disk.
The following description assumes that you have your file uncompressed on the desktop.
2) Insert the loader cable into a USB port of the PC. When the PC recognizes the loader cable, the
following screen will pop up.
30
3) A screen as follows will then pop up. Select “No, not this time.” and click “Next >.”
4) Next, a screen as follows will pop up. Select “Install from a list or specific location
(Advanced)” and click “Next >.”
5) Next, a screen as follows will pop up. Select “Include this location in the search”.
Click “Next >.”
31
6) When a screen as follows pops up, click “Finish”
7) Next, a screen as follows will pop up. Select “No, not this time” and click “Next >.”
8) Next, a screen as follows will pop up. Select “Install from a list or specific location
(Advanced)” and click “Next >.”
32
9) Next, a screen as follows will pop up. Select “Include this location in the search”.
Click “Next >”
10) When a screen as follows pops up, click “Finish”. The installation is now complete.
33
11) To know to which number communication port the loader cable has been allocated, refer to the
port on the device manager.
34
8. Specifications
8.1 Communications standard category
Compliant with EIA standard RS-485
8.2.3 Character
1) TOHO communications protocols
Start bit length: ......................... Fixed at 1 bit
Stop bit length: ......................... Either 1 or 2 bit is selected and this product is set to it.
Data length: .............................. Either 7 or 8 bit is selected and this product is set to it.
Parity: ....................................... No. Either odd or even is selected and this product is set to it.
BCC check: .............................. Yes or no is selected and this product is set to it.
Communications address:......... 1-99
35
8.3 Types of loader communication standards: TTL
8.4.3 Character
1) TOHO communications protocols
Start bit length: ......................... Fixed at 1 bit
Stop bit length: ......................... Either 1 or 2 bit is selected and this product is set to it.
Data length: .............................. Either 7 or 8 bit is selected and this product is set to it.
Parity: ....................................... No. Either odd or even is selected and this product is set to it.
BCC check: .............................. Yes or no is selected and this product is set to it.
Communications address:......... 1-99
36
9. Connections
9.1 RS-485 communications
This product
PC
Stereo plug
ステレオプラグ
USB connector
USBコネクタ
37
10. Table of identifiers (codes)
For the setting range, options, initial values, and similar parameters, see the operation manual for
this system.
Note: 1. The R/W to characters that do not meet the display conditions responds with "NAK2."
2. □in the identifier table indicates a space (ASCII code:20H).
3. L/B is not applicable during MODBUS communications. (L/B is usable only with
TOHO communications.)
Run mode
toho modbus
Screen
Absolute Name Command Remark
Identifier Relative (hex) character
(DEC)
HHHHH: Overscale
LLLLL: Underscale
At L/B
PV1 40001 0000 Measuring temperature RLB
00000: Displays PV alone
00001: Displays SV alone
00002: Displays PV/SV
STS 40003 0002 Step SV screen RWLB
STM 40005 0004 Step time monitor RWLB
00000: Run stop
00001: Run start
Run operation W 00002: Run pause
00003: Run restart
00004: Step feed
PRM 40007 0006 Operating screen LB
00000: Before a run
00001: In WAIT (in ramp)
Run status monitor R 00002: In a run
00003: Pause
00004: Run end
* Regarding the operating screen (PRM): Meanings of the same numerical data is different for between
reading and writing.
38
Input 1 setting mode (set1)
toho modbus
Screen
Absolute Name Command Remark
Identifier Relative (hex) character
(DEC)
INP 40257 0100 INP1 Set an input 1 input type RWLB
FSH 40259 0102 FSH1 Set an input 1 scaling upper limit RWLB
FSL 40261 0104 FSL1 Set an input 1 scaling lower limit RWLB
Pay attention to MODBUS
PVF 40273 0110 PVF1 PV compensation function setting RWLB address.
PVG 40263 0106 PVG1 Set an input 1 PV correction gain RWLB
PVS 40265 0108 PVS1 Set an input 1 PV correction zero RWLB
Pay attention to MODBUS
PX1 40275 0112 PX1 Lower limit setting before PV compensation RWLB address.
Pay attention to MODBUS
PX2 40277 0114 PX2 Upper limit setting before PV compensation RWLB address.
Pay attention to MODBUS
PY1 40279 0116 PY1 Lower limit setting after PV compensation RWLB address.
Pay attention to MODBUS
PY2 40281 0118 PY2 Upper limit setting after PV compensation RWLB address.
PDF 40267 010A PdF1 Set an input 1 PV filter RWLB
00000 : 0
00001 : 0.0
□DP 40269 010C dP1 Set an input 1 decimal point RWLB 00002 : 0.00
00003 : 0.000
00004 : 0.0000
00026 (2sec)(ENT)
0005d
(5sec)( SET 22 shortcut)
39
Control setting mode (set4)
toho modbus
Screen
Absolute Name Command Remark
Identifier Relative (hex) character
(DEC)
BNK 41025 0400 bANK Switch to another bank RWLB
Pay attention to MODBUS
BKH 41139 0472 bANKH Bank upper limit setting RWLB address.
SV1 41027 0402 SV Control set RWLB
SLH 41029 0404 SLH SV limiter upper limit RWLB
SLL 41031 0406 SLL SV limiter lower limit RWLB
00000:RUN
00001:MAN
00002:RdY
□MD 41033 0408 Md Control mode RWLB
00003:TIME1
00004:TIME2
00005:TIME3
CNT 41035 040A CNt Set a control type RWLB
TYP 41037 040C tYP Set a PID control type RWLB
BMD 41039 040E bMd Set type B mode RWLB
DIR 41041 0410 dIR Set a forward/backward action RWLB
MV1 41043 0412 MV1 Main control operation amount RWLB
M1G 41045 0414 MV1G Set an output gain RWLB
TUN 41047 0416 tUN Set a tuning type RWLB
ATG 41049 0418 AtG Set an AT factor RWLB
ATC 41051 041A AtC Set an AT sensitivity RWLB
00000: Stop
□AT 41053 041C At Start/stop tuning RWLB
00001: Start
□P1 41055 041E P1 Set a main control proportional band RWLB
□I1 41057 0420 I Set an integration time RWLB
□D1 41059 0422 d Set a derivative time RWLB
□T1 41061 0424 t1 Set a main control proportional period RWLB
ARW 41063 0426 ARW Anti-reset windup RWLB
Main control operation amount limiter, upper
MH1 41065 0428 MLH1 limit RWLB
Main control operation amount limiter, lower
ML1 41067 042A MLL1 RWLB
limit
OU1 41069 042C oU1 Set a main control change limiter rise RWLB
OD1 41071 042E od1 Set a main control change limiter decline RWLB
Pay attention to MODBUS
SFM 41119 045E SFM Set a main control soft-start output RWLB address.
Pay attention to MODBUS
SFT 41121 0460 SFt Set a main control soft-start time RWLB address.
FA1 41073 0430 FAL1 Set a main control anomaly RWLB
Set a main control loop anomaly PV Pay attention to MODBUS
1TS 41127 0466 tS1 RWLB address.
threshold
Set a main control loop anomaly MV Pay attention to MODBUS
1MS 41129 0468 MS1 RWLB address.
threshold
Set a main control loop anomaly PV change Pay attention to MODBUS
1PS 41131 046A PS1 RWLB address.
threshold
LP1 41075 0432 LoP1 Set a main control loop anomaly time RWLB
CMD 41077 0434 CMod Set an OFF point position selection RWLB
□C1 41079 0436 C1 Set a main control sensitivity RWLB
CP1 41081 0438 CP1 Set an OFF point position RWLB
Pay attention to MODBUS
FD1 41123 0462 Fdt1 Main control protection off timer RWLB address.
Pay attention to MODBUS
ND1 41141 0474 Ndt1 Main control protection on timer RWLB address.
MV2 41083 043A MV2 Auxiliary control operation amount RWLB
M2G 41085 043C MV2G Set an auxiliary control output gain RWLB
□P2 41087 043E P2 Set an auxiliary control proportional band RWLB
□T2 41089 0440 t2 Set an auxiliary control proportional period RWLB
Auxiliary control operation amount limiter,
MH2 41091 0442 MLH2 upper limit RWLB
Auxiliary control operation amount limiter,
ML2 41093 0444 MLL2 lower limit RWLB
OU2 41095 0446 oU2 Set an auxiliary control change limiter rise RWLB
Set an auxiliary control change limiter
OD2 41097 0448 od2 decline RWLB
40
Control setting mode (set4)
toho modbus
Screen
Absolute Name Command Remark
Identifier Relative (hex) character
(DEC)
FA2 41099 044A FAL2 Set an auxiliary control anomaly RWLB
Set an auxiliary control loop anomaly PV Pay attention to MODBUS
2TS 41133 046C tS2 RWLB address.
threshold
Set an auxiliary control loop anomaly MV Pay attention to MODBUS
2MS 41135 046E MS2 RWLB address.
threshold
Set an auxiliary control loop anomaly PV Pay attention to MODBUS
2PS 41137 0470 PS2 RWLB address.
change threshold
LP2 41101 044C LoP2 Set an auxiliary control loop anomaly time RWLB
□C2 41103 044E C2 Set an auxiliary control sensitivity RWLB
CP2 41105 0450 CP2 Set an auxiliary control OFF point RWLB
Pay attention to MODBUS
FD2 41125 0464 Fdt2 Auxiliary control protection off timer RWLB address.
Pay attention to MODBUS
ND2 41143 0476 Ndt2 Auxiliary control protection on timer RWLB address.
PBB 41107 0452 Pbb Manual reset RWLB
□DB 41109 0454 db Set a dead band RWLB
RMP 41111 0456 RMP Set a lamp time RWLB
VLT 41113 0458 VLt Set a valve motor stroke time RWLB
VDB 41115 045A Vdb Set a valve motor drive dead band RWLB
ASP 41117 045C ASP Post-AT initial aperture RWLB
41
Out1 setting mode (set5)
toho modbus Remark
Screen
Absolute Name Command
Identifier Relative (hex) character
(DEC)
O1F 41281 0500 o1F Set an out1 destination RWLB
E11 41283 0502 E1F1 Set an out1 event function 1 RWLB
E1H 41285 0504 E1H Set an out1 event upper limit RWLB
E1L 41287 0506 E1L Set an out1 event upper limit RWLB
E1C 41289 0508 E1C Set an out1 event sensitivity RWLB
E1T 41291 050A E1t Set an out1 event delay timer RWLB
E12 41293 050C E1F2 Set an out1 event function 2 RWLB
E13 41295 050E E1F3 Set an out1 event function 3 RWLB
E14 41297 0510 E1F4 Set an out1 event function 4 RWLB
E1P 41299 0512 E1P Set an out1 event polarity RWLB
TR1 41301 0514 tRN1 Set an out1 transmission output function RWLB
TH1 41303 0516 tRH1 Set an out1 transmission scaling upper limit RWLB
TL1 41305 0518 tRL1 Set an out1 transmission scaling lower limit RWLB
42
Out4 setting mode (set8)
toho modbus
Screen
Absolute Name Command Remark
Identifier Relative (hex) character
(DEC)
O4F 42049 0800 o4F Set an out4 destination RWLB
E41 42051 0802 E4F1 Set an out4 event function 1 RWLB
E4H 42053 0804 E4H Set an out4 event upper limit RWLB
E4L 42055 0806 E4L Set an out4 event upper limit RWLB
E4C 42057 0808 E4C Set an out4 event sensitivity RWLB
E4T 42059 080A E4t Set an out4 event delay timer RWLB
E42 42061 080C E4F2 Set an out4 event function 2 RWLB
E43 42063 080E E4F3 Set an out4 event function 3 RWLB
E44 42065 0810 E4F4 Set an out4 event function 4 RWLB
E4P 42067 0812 E4P Set an out4 event polarity RWLB
43
CT setting mode (set12)
toho modbus
Screen
Absolute Name Command Remark
Identifier Relative (hex) character
(DEC)
CI1 43073 0C00 CI1 Set a CT1 detection destination RWLB
CM1 43075 0C02 CM1 Monitor the CT1 current RLB HHHHH: Overscale
CT1 43077 0C04 Ct1 Set a CT1 abnormal current RWLB
CI2 43079 0C06 CI2 Set a CT2 detection destination RWLB
CM2 43081 0C08 CM2 Monitor the CT2 current RLB HHHHH: Overscale
CT2 43083 0C0A Ct2 Set a CT2 abnormal current RWLB
DIF 43329 0D00 dIF RWLB 00000 (None, None, None, None)
44
Communication setting mode (set17)
toho modbus
Screen
Absolute Name Command Remark
Identifier Relative (hex) character
(DEC)
PRT 44353 1100 PRt Set a communication protocol RWLB
Read/write communication
COM 44355 1102 CoM Set a communication parameter RWLB parameter settings
Example: □B8N2
00024 : 2400bps
00048 : 4800bps
BPS 44357 1104 bPS Set a transmission speed RWLB 00096 : 9600bps
00192 : 19200bps
00384 : 38400bps
ADR 44359 1106 AdR Set a communication address RWLB
AWT 44361 1108 AWt Set a response delay time RWLB
MOD 44363 110A Mod Set communication switchover RWLB
45
Priority screen setting mode (set19)
toho modbus
Screen
Absolute Name Command Remark
Identifier Relative (hex) character
(DEC)
46
Bank setting mode (set20)
toho modbus
Screen
Absolute Name Command Remark
Identifier Relative (hex) character
(DEC)
47
Program function setting mode (set21)
toho modbus
Screen
Absolute Name Command Remark
Identifier Relative (hex) character
(DEC)
C/P 45377 1500 C/P Operating type setting RWLB
PMD 45379 1502 PGMd Program mode setting RWLB
POC 45381 1504 PoC Power failure compensation range setting RWLB
HMP 45383 1506 H/MP Time unit setting RWLB
WAI 45385 1508 WAIt WAIT range setting RWLB
48
toho modbus
Screen
Absolute Name Command Remark
Identifier Relative (hex) character
(DEC)
00000: Stop
TST 48193 2000 Start/stop timer 1 RW
00001: Start
00000: Stop
TT2 48195 2002 Start/stop timer 2 RW
00001: Start
00000: Stop
TT3 48197 2004 Start/stop timer 3 RW
00001: Start
00000
||||
|||+--out1
OM1 48199 2006 Output monitor 1” R
||+---out2
|+----out3
+-----out4
00000
|||
OM2 48201 2008 Output monitor 2” R ||+--out5
|+---out6
+----out7
00000
||||
|||+--DI1
EM1 48203 200A DI monitor R
||+---DI2
|+----DI3
+-----DI4
BM1 48205 200C Bank monitor R
STR 48207 200E Store instruction W
001 Input 1 setting mode (for blinding only) LB
002 Input 2 setting mode (for blinding only) LB
003 Key function setting mode (for blinding only) LB
004 Control setting mode (for blinding only) LB
005 Out1 setting mode (for blinding only) LB
006 Out2 setting mode (for blinding only) LB
007 Out3 setting mode (for blinding only) LB
008 Out4 setting mode (for blinding only) LB
009 Out5 setting mode (for blinding only) LB
010 Out6 setting mode (for blinding only) LB
011 Out7 setting mode (for blinding only) LB
012 CT setting mode (for blinding only) LB
013 DI setting mode (for blinding only) LB
014 Timer 1 setting mode (for blinding only) LB
015 Timer 2 setting mode (for blinding only) LB
016 Timer 3 setting mode (for blinding only) LB
Communication setting mode (for blinding
017 LB
only)
018 Initial setting mode (for blinding only) LB
019 Priority screen setting mode (for blinding only) LB
020 Bank screen setting mode (for blinding only) LB
Program function setting mode (for blinding
021 LB
only)
022 Program setting mode (for blinding only) LB
Bank automatic switching function setting
023 LB
mode (for blinding only)
TB1 Timer 1 screen LB
TB2 Timer 2 screen LB
TB3 Timer 3 screen LB
CSV 48449 2100 Control SV R
PV2 48451 2102 Input 2 read R
STP 48453 2104 Current step monitor R
RUN 48455 2106 Execution count monitor R
49
11. Table of ASCII codes
Upper
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
50
TOHO ELECTRONICS INC.
Head Office: 2-4-3 Nishihashimoto, Midori-Ku, Sagamihara-Shi, Kanagawa 252-0131 Japan
TEL: +81-42-700-2100 FAX: +81-42-700-2112
Tokyo Office: Palace Yoyogi Uehara 4F, 3-1-8 Nishihara, Shibuya-Ku TOKYO 151-0066 Japan
TEL: +81-3-5452-4010 FAX: +81-3-5452-4017
Osaka Office: Yachiyo Bldg East Wing 7F, 2-Kita1-21 Tenjinbashi, Kita-ku, Osaka-shi, Osaka
530-0041 Japan
TEL: +81-6-6353-9205 FAX: +81-6-6353-9273
Kumamoto Office: 2-10-23 Higashino, Higashi-ku, Kumamoto-shi, Kumamoto 861-2106 Japan
TEL: +81-96-214-6507 FAX: +81-96-214-6510
4D-3727-
51