IM05C01E12-10E_004

Download as pdf or txt
Download as pdf or txt
You are on page 1of 90

User’s UT100 Series

Manual Communication Functions


Models UT130, UT150/UT152/UT155
Temperature Controllers
Model UP150
Program Temperature Controller
IM 05C01E12-10E

IM 05C01E12-10E
4th Edition
Introduction
This user’s manual describes the communication functions of the UT100 Series controller and contains
information on how to create communication programs.
Read the manual carefully to understand the communication functions of the UT100 Series.

The UT100 Series controller has the following communication protocols.


1) PC link communication protocol
2) Ladder communication protocol
3) MODBUS communication protocol

Note that the UT100 Series controller cannot communicate with a host device with a communication
protocol other than these.

■ Intended Readers
This manual is intended for people familiar with the functions of the UT100 Series Controller and
control engineers and personnel in charge of maintaining instrumentation and control equipment.
You are required to understand as a background knowledge the communication specifications of host
devices, in regard to their communication hardware, language used for creating communication
programs, and so on.

■ Related Documents
The following user’s manuals all relate to the communication functions.
Read them as necessary. The codes enclosed in parentheses are the document numbers.
• Model UT130 Temperature Controller (IM 05C01E02-01E)
Explains the basic operation of the UT130 controller.
Supplied with the UT130 Temperature Controller.
• Models UT150, UT152, UT155 Temperature Controller (IM 05C01E12-01E)
Explains the basic operation of the UT150/UT152/UT155 controller.
Supplied with the UT150/UT152/UT155 Temperature Controller.
• Model UP150 Program Temperature Controller (IM 05C01F12-01E)
Explains the basic operation of the UP150 Program Temperature controller.
Supplied with the UP150 Program Temperature Controller.

FD No. IM 05C01E12-10E
4th Edition: Jun. 2004 (YK)
All Rights Reserved. Copyright © 1998. Yokogawa Electric Corporation
IM 05C01E12-10E i
Documentation Conventions
■ Symbols
The following symbols are used in this manual.
●Symbols Used in the Main Text

NOTE
Draws attention to information that is essential for understanding the operation and/or features of the
product.

See Also
Gives reference locations for further information on the topic.

■ Description of Displays
(1) Some of the representations of product displays shown in this manual may be exaggerated,
simplified, or partially omitted for reasons of convenience when explaining them.
(2) Figures and illustrations representing the controller’s displays may differ from the real displays in
regard to the position and/or indicated characters (upper-case or lower-case, for example), to the
extent that they do not impair a correct understanding of the functions and the proper operation and
monitoring of the system.

ii IM 05C01E12-10E
Notices
■ Regarding This User’ Manual
(1) This manual should be passed on to the end user. Keep at least one extra copy of the manual in a
safe place.
(2) Read this manual carefully to gain a thorough understanding of how to operate this product before
you start using it.
(3) This manual is intended to describe the functions of this product. Yokogawa Electric Corporation
(hereinafter simply referred to as Yokogawa) does not guarantee that these functions are suited to
the particular purpose of the user.
(4) Under absolutely no circumstance may the contents of this manual, in part or in whole, be tran-
scribed or copied without permission.
(5) The contents of this manual are subject to change without prior notice.
(6) Every effort has been made to ensure accuracy in the preparation of this manual. Should any
errors or omissions come to your attention however, please contact your nearest Yokogawa
representative or our sales office.
■ Regarding Protection, Safety, and Prohibition Against Unauthorized Modification
(1) In order to protect the product and the system controlled by it against damage and ensure its safe
use, make certain that all of the instructions and precautions relating to safety contained in this
document are strictly adhered to. Yokogawa does not guarantee safety if products are not handled
according to these instructions.
(2) The following safety symbols are used on the product and/or in this manual.

●Symbols Used on the Product and in This Manual

CAUTION
This symbol on the product indicates that the operator must refer to an explanation in the user’s
manual in order to avoid the risk of injury or death of personnel or damage to the instrument. The
manual describes how the operator should exercise special care to avoid electrical shock or other
dangers that may result in injury or loss of life.

Protective Grounding Terminal


This symbol indicates that the terminal must be connected to ground prior to operating the equipment.

Functional Grounding Terminal


This symbol indicates that the terminal must be connected to ground prior to operating the equipment.

IM 05C01E12-10E iii
■ Force Majeure
(1) Yokogawa does not make any warranties regarding the product except those mentioned in the
WARRANTY that is provided separately.
(2) Yokogawa assumes no liability to any party for any loss or damage, direct or indirect, caused by
the use or any unpredictable defect of the product.
(3) Be sure to use the spare parts approved by Yokogawa when replacing parts or consumables.
(4) Modification of the product is strictly prohibited.
(5) Use this software with one specified computer only. You must purchase another copy of the
software for use on each additional computer.
(6) Copying this software for purposes other than backup is strictly prohibited.
(7) Store the floppy disk(s) (original medium or media) containing this software in a secure place.
(8) Reverse engineering such as the disassembly or decompilation of software is strictly prohibited.
(9) No portion of the software supplied by Yokogawa may be transferred, exchanged, leased or sublet
for use by any third party without the prior permission of Yokogawa.

iv IM 05C01E12-10E
Contents

Introduction ........................................................................................................................... i

Documentation Conventions ............................................................................................... ii

Notices .................................................................................................................................. iii

Chapter 1. Setup ............................................................................................................. 1-1


1.1 Setup Procedure .............................................................................................. 1-1
1.2 Notes on Setting Parameters ........................................................................... 1-2

Chapter 2. Communication Specifications ................................................................... 2-1


2.1 RS-485 Communication Specifications .......................................................... 2-1

Chapter 3. PC Link Communication ............................................................................ 3-1


3.1 Overview ......................................................................................................... 3-1
3.1.1 Configuration of Command ..................................................................... 3-2
3.1.2 Configuration of Response ...................................................................... 3-3
3.2 Communication with Host Device .................................................................. 3-4
3.2.1 List of Commands ................................................................................... 3-5
3.2.2 Specifying Broadcast ............................................................................... 3-6
3.2.3 Commands ............................................................................................... 3-7
3.2.4 Response Error Codes ........................................................................... 3-20
3.3 Example of BASIC Program for Send and Receive .................................... 3-21

Chapter 4. Ladder Communication .............................................................................. 4-1


4.1 Overview ......................................................................................................... 4-1
4.2 Commands/Responses at the PLC .................................................................. 4-3
4.2.1 Command/Response Component Elements ............................................ 4-3
4.2.2 Reading Parameters ................................................................................. 4-4
4.2.3 Writing Parameters .................................................................................. 4-5
4.2.4 Response Error Codes ............................................................................. 4-6
4.3 Example of Ladder Communication Programs .............................................. 4-7
4.3.1 Data Reading and Writing ....................................................................... 4-8
4.3.2 Wiring ...................................................................................................... 4-9
4.3.3 Configuring the Computer Link Unit ................................................... 4-10
4.3.4 List of Devices Used ............................................................................. 4-12

Chapter 5. MODBUS Communication ......................................................................... 5-1


5.1 Overview ......................................................................................................... 5-1
5.1.1 Configuration of Message ....................................................................... 5-2
5.2 Communication with Host Device .................................................................. 5-3
5.2.1 List of Function Codes ............................................................................ 5-3
5.2.2 Specifying Broadcast ............................................................................... 5-4
5.2.3 Function Codes ........................................................................................ 5-5
5.2.4 Response Error Codes ............................................................................. 5-9

IM 05C01E12-10E v
Chapter 6. Functions and Usage of D Registers (UT130, UT150/UT152/UT155) ... 6-1
6.1 Overview of D Registers ................................................................................. 6-1
6.2 Interpretation of Lists of D Registers
(D Register Map Tables) ................................................................................. 6-1
6.3 Classification of D Registers .......................................................................... 6-2
6.4 Register Map Table ......................................................................................... 6-3
6.4.1 D Register Contents ................................................................................. 6-4

Chapter 7. Functions and Usage of I Relays (UT130, UT150/UT152/UT155) ......... 7-1


7.1 Status I Relays ................................................................................................. 7-1

Chapter 8. Functions and Usage of D Registers (UP150) .......................................... 6-1


8.1 Overview of D Registers ................................................................................. 6-1
8.2 Interpretation of Lists of D Registers
(D Register Map Tables) ................................................................................. 6-1
8.3 Classification of D Registers .......................................................................... 6-2
8.4 Register Map Table ......................................................................................... 6-3
8.4.1 D Register Contents ................................................................................. 6-5

Chapter 9. Functions and Usage of I Relays (UP150) ................................................ 7-1


9.1 Status I Relays ................................................................................................. 7-1

Appendix Table of ASCII Codes (Alphanumeric Codes) ...................................... App. 1

Revision Record .................................................................................................................... i

vi IM 05C01E12-10E
Chapter 1 Setup

1. Setup
This chapter describes the setup procedure required to be able to use the communication functions (PC
link, Ladder and MODBUS) and the communication parameters of the UT100 Series.

1.1 Setup Procedure


Set up the communication functions on the UT100 Series as follows:

Set up the communication function parameters of the UT100 Series. (See Section 1.2.)

Connect a host device and a UT100 Series. (See the connection diagram below.)

Create communication programs for the host device to perform communication.

* Communication programs should be created referring to the documentation of each host device.

● For UT130/UT150, UP150 connection

PC, or PLC UT130/150, UP150 UT130/150, UP150


RSB(+) RSB(+)
B(+) 3 3

RSA(-) RSA(-)
A(-) 4 4 Terminating
Terminating resistor
resistor 220Ω
220Ω 1/4 W
1/4 W

SG SG
SG 5 5

Shield Grounding resistance of


no greater than 100Ω
Grounding resistance of
no greater than 100Ω

● For UT152/UT155 connection

PC, or PLC UT152/155 UT152/155


RSB(+) RSB(+)
B(+) 26 26

RSA(-) RSA(-)
A(-) 27 27
Terminating Terminating
resistor resistor
220Ω 220Ω
1/4 W 1/4 W

SG SG
SG 28 28

Shield Grounding resistance of


no greater than 100Ω
Grounding resistance of
no greater than 100Ω

IM 05C01E12-10E 1-1
1.2 Notes on Setting Parameters
This section describes the setting parameters for using the communication functions and their setting
ranges.

NOTE
The details of UT100 Series communication functions need to be the same as those of the communica-
tion functions of the host devices to be connected. Check the communication parameters of the host
device first, then set up those of the UT100 Series.

Table 1-1 Parameters to be Set for Communication Functions


Parameter Name Symbol Setting Range Default

Protocol selection PSL PC link communication 0: without sum check 0


1: with sum check
Ladder communication 2: Ladder
MODBUS communication 3: ASCII mode
4: RTU mode
Address ADR 1 to 99 1

Baud rate BPS 0: 2400, 1: 4800, 2: 9600 2: 9600

Parity PRI 0: NONE, 1: EVEN, 2: ODD 1: EVN

Stop bit STP 1, 2 1

Data length DLN 7, 8 (Note 1) 8

Note 1: When “2: Ladder” is selected, it is fixed to “8”.


When “3: ASCII mode” is selected for MODBUS communication in protocol selection, the data length is fixed to “7.”
When “4: RTU mode” is selected, it is fixed to “8.”

● Protocol-by-Protocol Default Parameter Settings


Parameter PSL BPS PRI STP DLN
Communication Protocol
PC-link communication without sum check 0 9600 EVN 1 8
PC-link communication with sum check 1 9600 EVN 1 8
Ladder communication 2 9600 EVN 1 8
MODBUS communication (ASCII mode) 3 9600 EVN 1 7
MODBUS communication (RTU mode) 4 9600 EVN 1 8
Note: Circled numbers denote fixed values.

● Protocol selection (PSL)


Set the same communication protocol as that of the host device to be connected. The UT100 Series
has PC link communication, Ladder communication and MODBUS communication functions.

1-2 IM 05C01E12-10E
Chapter 1 Setup

● Address number (ADR)


Set the address number of the UT100 Series itself. An address number of 1 to 99 may be assigned in
any order. There is however one limitation — the number of UT100 Series to be connected to a single
communication port is limited to 31.

Example of connecting four UT100 Series to a host device by setting address numbers of 1, 50, 10,
and 20

Personal computer
Maximum overall cable length of 1200 m for a maximum of 31 substations

ADR=1 ADR=50 ADR=10 ADR=20

● Baud rate (BPS)


Set the same communication rate as that of the host device to be connected. (Otherwise, proper
communication cannot be achieved.) The unit of the communication rate is bps (bits per second).

● Parity (PRI)
Set the handling of parity to be carried out when data is sent or received. Set the same parity state as
that of the host device to be connected.

● Stop bit (STP)


Set the same stop bit as that of the host device to be connected.

● Data length (DLN)


Set the same data length as that of the host device to be connected. (When Ladder(PSL:2) and
MODBUS communication (PSL: 3 or 4) is chosen in protocol selection, the data length is fixed.)

IM 05C01E12-10E 1-3
1-4 IM 05C01E12-10E
Chapter 2 Communication Specifications

2. Communication Specifications
The RS-485 communication interface has the PC link communication, the Ladder communication and
the MODBUS communication.
Table 2-1 UT100 Series Communication Protocol
Communication Hardware 2-wire RS-485 communication system
Terminal Terminal numbers: 3 to 5 (UT130/UT150, UP150), 26 to 28 (UT152/UT155)
Communication Protocol PC link communication without sum check
Specifications PC link communication with sum check
Ladder communication
MODBUS communication (ASCII mode)
MODBUS communication (RTU mode)
Maximum Baud Rate 9600 bps

Table 2-2 Types of Devices to be Connected


Device to be Connected Communication Protocol Example of Connected Devices
PC PC link communication General-purpose PCs
MODBUS communication General-purpose PCs
PLCs (sequencers) Ladder communication General-purpose PLCs (sequencers)

2.1 RS-485 Communication Specifications


Table 2-3 RS-485 Communication Interface
Item Specifications
Standard EIA RS-485 compliant
Maximum number of devices to be connected 31
Communication system 2-wire, half duplex
Synchronization Start-stop synchronization

Communication protocol Non-procedural


Maximum communication distance 1200 m

Baud rate 2400, 4800, 9600

IM 05C01E12-10E 2-1
2-2 IM 05C01E12-10E
Chapter 3 PC Link Communication

3. PC Link Communication

3.1 Overview

Personal computer
Maximum overall cable length of 1200 m for a maximum of 31 substations

Figure 3-1 Connection of Slaves in PC Link Communication

The use of PC link communication enables UT100 Series to communicate with a device such as a PC,
easily. In this communication, you can use such device to read/write data from/into D registers or read
data from I relays, both of which are internal registers of the UT100 Series.
Hereafter, PCs are generally called “host devices.”

See Also
Chapters 6 to 9 for information on the D registers and I relays.

In the PC link communication, a host device identifies each UT100 Series with a communication
address of 1 to 99. Some of commands to use let you to specify broadcast that requires no address
numbers. For more information on broadcast specification, see subsection 3.2.2.

IM 05C01E12-10E 3-1
3.1.1 Configuration of Command
Commands sent from a host device to UT100 Series, consist of the following elements.

Number of 1 2 2 1 3 Variable length 2 1 1


Bytes
STX Address CPU Time to Command Data corresponding Checksum ETX CR
Element number number wait for to command
(ADR) 01 response
0
(1) (2) (3) (4) (5) (6) (7) (8) (9)

(1) STX (Start of Text)


This control code indicates the start of a command. The character code is CHR$(2).

(2) Address Number (01 to 99)


Address numbers are used by the host device to identify UT100 Series at the communication destina-
tion. (They are identification numbers specific to the UT100 Series.)

(3) CPU Number


This number is fixed to 01.

(4) Time to Wait for Response


This is fixed to 0.

(5) Command (See subsection 3.2.1, List of Commands)


Specify a command to be issued from the host device.

(6) Data Corresponding to Command


Specify an internal register (D register or I relay), number of data pieces, UT100 Series parameter
value, and others.

(7) Checksum
This converts the ASCII codes of texts between the character next to STX and the character immedi-
ately before the checksum into hexadecimal values and adds them byte by byte. It then fetches the
single lowermost byte of the added results as the checksum.
This column is only required for PC link communication with checksum. PC link communication
without checksum does not require this 2-byte space of ASCII code.

(8) ETX (End of Text)


This control code indicates the end of a command string. The character code is CHR$(3).

(9) CR (Carriage Return)


This control code indicates the end of a command. The character code is CHR$(13).

NOTE
The control codes STX, ETX, and CR are essential for commands when you create a communication
program for PC link communication. Omission of any of them or incorrect order of them results in
communication failure.

3-2 IM 05C01E12-10E
Chapter 3 PC Link Communication

● Data Form of Commands


The table below shows the data forms of commands for D registers and I relays.
Table 3-1 Data Forms of Commands for D Registers and I Relays
Type of Data Contents of Data Specified Form
PV high and low limits, target setpoints, and oth- Measuring range (EU) data Numeric data not including the deci-
ers mal point
Bias, deviation alarms, and other Measuring range width (EUS) data Numeric data not including the deci-
mal point

Proportional bands, upper and lower limits of % data (0.0 to 100.0%) 0 to 1000
output, and others
Various modes, alarm types, and others Seconds, absolute values, and data Absolute values not including the
without unit decimal point

● Command Format for Communication


Example: When setting a target setpoint “50.0” to a UT100 Series, the host device sends the value
“500” as command data without the decimal point (this is true for both setting 5.00 or 500).

Data to be send from the host device: hexadecimal value of 500 (01F4)

Command data: 01F4 Response data from UT100 Series: 01F4

UT100 Series side


Target setpoint: 50.0

* The position of the decimal point for “500” is determined by the DP (position of decimal point) parameter of the UT100 Series.

3.1.2 Configuration of Response


Responses from UT100 Series with respect to a command sent from the host device consists of the
elements shown below, which differ depending on the condition of communication; normal or failure.
1) Normal Communication
When communication is complete normally, UT100 Series return a character string “OK” and when
the read commands, return read-out data.

Number of 1 2 2 2 Variable length 2 1 1


Bytes
STX Address CPU OK Parameter data Checksum ETX CR
Element number number
(ADR) 01

2) In the Event of Failure


If communication is complete abnormally, UT100 Series return a character string “ER” and error code
(EC1 and EC2). (See subsection 3.2.4, Response Error Codes.)
• No response is made in case of an error in address number specification or CPU number specification.
• If a UT100 Series cannot receive ETX in a command, response may not be made.
* As a measure against those, provide a timeout process in the communication functions of the host
device or in communication programs.

Number of 1 2 2 2 2 2 3 2 1 1
Bytes
STX Address CPU ER EC1 EC2 Command Checksum ETX CR
Element number number
(ADR) 01

IM 05C01E12-10E 3-3
3.2 Communication with Host Device
In PC link communication, when specifying D registers or I relays, the internal registers of UT100
Series, you can use their numbers as is. The specifications of the number of each internal register are:
• D registers: D**** (****: 4-digit numeric value)
• I relays: I**** (****: 4-digit numeric value)
Host devices to be connected to UT100 Series are those capable of handling the PC link communica-
tion protocol.
As an example of communication program, Section 3.3 shows an example of BASIC program created
using Microsoft Quick BASIC.

3-4 IM 05C01E12-10E
Chapter 3 PC Link Communication

3.2.1 List of Commands


The following shows the lists of commands available in PC link communication. The details of them
are explained in the description of each command.

(1) Bit-basis Access Commands Dedicated to I Relays

Command Description Number of Bits to be Handled


BRD Bit-basis read 1 to 48 bits

BWR Bit-basis write 1 to 32 bits

BRR Bit-basis, random read 1 to 16 bits


BRW Bit-basis, random write 1 to 16 bits
BRS Specifies I relays to be monitored on a bit-by-bit basis. 1 to 16 bits
BRM Bit-basis monitoring —

(2) Word-basis Access Commands

Command Description Number of Words to be


WRD Word-basis read 1 to 32 words

WWR Word-basis write 1 to 32 words

WRR Word-basis, random read 1 to 16 words


WRW Word-basis, random write 1 to 16 words
WRS Specifies internal registers to be monitored on a word basis 1 to 16 words
WRM Word-basis monitoring —

(3) Information Command

Command Description Number of Devices to be Handled


INF Reads model, presence/absence of option, and revision. 1

IM 05C01E12-10E 3-5
3.2.2 Specifying Broadcast

The personal computer sends data to all of the substations at one time.

Note: The substations do not give any response.

Host controller (master station)

Maximum overall cable length of 1200 m for a maximum of 31 substations

Figure 3-2 Specifying Broadcast

The broadcast function enables all of the connected UT100 Series or other devices to receive a
command. Specifying an address number in Table 3-2 for the address number column in a command
enables the host device to write data from/into the internal registers of all UT100 Series or other
devices.
For UT100 Series, internal registers (D registers and I relays) are assigned with numbers for manage-
ment. (See chapters 6 to 9 for details.) For the internal registers of other models, see the documenta-
tion of the relevant model.
Table 3-2 Address Numbers
ADR Applicable Devices
BG UT100 Series only

3-6 IM 05C01E12-10E
Chapter 3 PC Link Communication

3.2.3 Commands
BRD Reads I relays on a bit-by-bit basis.

● Function
Reads a sequence of contiguous ON/OFF statuses by the specified number of bits starting at a speci-
fied I relay number.
• The number of bits to be read at a time is 1 to 48.
• For the format of response in the event of failure, see subsection 3.1.2.
• The command shown below includes the checksum function. When performing communication
without checksum, do not include the 2-byte checksum command element in the command.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 5 1 3 2 1 1
Bytes
Command STX Address CPU 0 BRD I relay Comma Number Checksum ETX CR
element number number number or space of bits
(ADR) 01 (n)

Number of 1 2 2 2 1 1 1 … 1 2 1 1
Bytes
Response STX Address CPU OK d1 d2 d3 … dn Checksum ETX CR
element number number
(ADR) 01

The response is “0” when the status is OFF or “1” when ON.

dn: read data to the extent of the specified number of bits (n = 1 to 48)
dn = 0 (OFF)
dn = 1 (ON)

● Example: Reading the status of alarm 1 of the UT100 Series with address number 01
The following command reads the status of alarm 1 (I0001) at address number 01.

[Command] STX$+ “01010BRDI0001, 00191” +ETX$+CR$


The following response is returned with respect to the above command. (Alarm 1 is ON.)

[Response] STX$+ “0101OK18D” +ETX$+CR$


Alarm has been ON since 1 was returned.

IM 05C01E12-10E 3-7
BWR Writes data into I relays on a bit-by-bit basis.

● Function
Writes ON/OFF data into a sequence of contiguous I relays at intervals of the specified number of bits
and starting at a specified I relay number.
• The number of bits to be written at a time is 1 to 32.
• For the format of response in the event of failure, see subsection 3.1.2.
• The command shown below includes a checksum function. When performing communication
without checksum, do not include the 2-byte checksum command element in the command.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 5 1 3 1 1 1
Bytes
Command STX Address CPU 0 BWR I relay Comma Number Comma d1 d2
element number number number or space of bits or space
(ADR) 01 (n)

Command (continued)

… 1 2 1 1

… dn Checksum ETX CR

Write information is “0” when it is OFF or “1” when it is ON.

dn: write data to the extent of the specified number of bits (n = 1 to 32)
dn = 0 (OFF)
dn = 1 (ON)

Number of 1 2 2 2 2 1 1
Bytes
Response STX Address CPU OK Checksum ETX CR
element number number
(ADR) 01

● Example: Setting the user-defined flag of UT100 Series with address number 01 to ON.
The following command writes ON into the user-defined flag (I0018) at address number 01.

[Command] STX$+ “01010BWRI0018, 001, 1AC” +ETX$+CR$


Note: The user-defined flag is a flag the user can read/write without restraint. For areas available to
the user, see Chapter 7 or 9, Functions and Applications of I Relays.
“OK” is returned as the response to the above command.

[Response] STX$+ “0101OK5C” +ETX$+CR$

3-8 IM 05C01E12-10E
Chapter 3 PC Link Communication

BRR Reads I relays on a bit-by-bit basis in a random order.

● Function
Reads the ON/OFF statuses of I relays at intervals of the specified number of bits in a random order.
• The number of bits to be read at a time is 1 to 16.
• For the format of response in the event of failure, see subsection 3.1.2.
• The command shown below includes a checksum function. When performing communication
without a checksum, do not include the 2-byte checksum command element in the command.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 2 5 1 5 1
Bytes
Command STX Address CPU 0 BRR Number I relay Comma I relay Comma
element number number of bits number or space number or space
(ADR) 01 (n) 1 2

Command (continued)

… 5 2 1 1

… I relay Checksum ETX CR


number
n

Number of 1 2 2 2 1 1 … 1 2 1 1
Bytes
Response STX Address CPU OK d1 d2 … dn Checksum ETX CR
element number number
(ADR) 01

The response is “0” when the status is OFF or “1” when ON.

dn: read data to the extent of the specified number of bits (n = 1 to 16)
dn = 0 (OFF)
dn = 1 (ON)

● Example: Reading the statuses of alarms 1 and 2 of the UT100 Series with address number 05
The following command reads the statuses of alarm 1 (I0001) and alarm 2 (I0002) at address number 05.

[Command] STX$+ “05010BRR02I0001, I00027F” +ETX$+CR$


With respect to the above command, the ON and OFF responses are returned for alarms 1 and 2
respectively.

[Response] STX$+ “0501OK10C1” +ETX$+CR$


Alarm 1 has been ON.

IM 05C01E12-10E 3-9
BRW Writes data into I relays on a bit-by-bit basis in a random order.

● Function
Writes ON/OFF statuses into I relays at intervals of the specified number of bits on a per-I relay basis
and in random order.
• The number of bits to be written at a time is 1 to 16.
• For the format of response in the event of failure, see subsection 3.1.2.
• The command shown below includes the checksum function. When performing communication
without a checksum, do not include the 2-byte checksum command element in the command.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 2 5 1 1 1 5
Bytes
Command STX Address CPU 0 BRW Number I relay Comma d1 Comma I relay
element number number of bits number or space or space number
(ADR) 01 (n) 1 2

Command (continued)

1 1 1 … 5 1 1 2 1 1

Comma d2 Comma … I relay Comma dn Checksum ETX CR


or space or space number or space
n

Write information is “0” when it is OFF or “1” when it is ON.

dn: write data to the extent of the specified number of bits (n = 1 to 16)
dn = 0 (OFF)
dn = 1 (ON)

Number of 1 2 2 2 2 1 1
Bytes
Response STX Address CPU OK Checksum ETX CR
element number number
(ADR) 01

● Example: Setting four user-defined flags of the UT100 Series with address number 05 to ON,
OFF, OFF, and ON.
The following command sets the four user-defined flags (I0021, I0022, I0023, and I0024) at address
number 05 to ON, OFF, OFF, and ON respectively.

[Command] STX$+ “05010BRW04I0021, 1, I0022, 0, I0023, 0, I0024, 15C” +ETX$+CR$


Note: The user-defined flags (I relays) are flags that the user can freely read/write. For areas available
to the user, see Chapter 7 or 9, Functions and Applications of I Relays.
“OK” is returned as the response to the above command.

[Response] STX$+ “0501OK60” +ETX$+CR$

3-10 IM 05C01E12-10E
Chapter 3 PC Link Communication

BRS Specifies I relays to be monitored on a bit-by-bit basis.

● Function
Specifies the numbers of I relays to be monitored on a bit-by-bit basis. Note that this command simply
specifies I relays. Actual monitoring is performed by the BRM command after the I relay numbers are
specified.
When the volume of data is large and you wish to increase the communication rate, it is effective to
use a combination of the BRS and BRM commands rather than the BRD command.
• The number of registers to be specified at a time is 1 to 16.
• For the format of response in the event of failure, see subsection 3.1.2.
• The command shown below includes the checksum function. When performing communication
without a checksum, do not include the 2-byte checksum command element in the command.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 2 5 1 5 1
Bytes
Command STX Address CPU 0 BRS Number I relay Comma I relay Comma
element number number of bits number or space number or space
(ADR) 01 (n) 1 2

Command (continued)

… 5 2 1 1

… I relay Checksum ETX CR


number
n

Number of 1 2 2 2 2 1 1
Bytes
Response STX Address CPU OK Checksum ETX CR
element number number
(ADR) 01

● Example: Monitoring the PV burnout status of the UT100 Series with address number 05
The following command monitors the PV burnout status (I0007) at address number 05.
(This command is used for simply specifying registers.)

[Command] STX$+ “05010BRS01I00074E” +ETX$+CR$


“OK” is returned as the response to the above command.

[Response] STX$+ “0501OK60” +ETX$+CR$

IM 05C01E12-10E 3-11
BRM Monitors I relays on a bit-by-bit basis.

● Function
Reads the ON/OFF statuses of I relays that have been specified in advance by the BRS command.
• Before executing this command, the BRS command must always be executed to specify which I
relays are to be monitored. If no relay has been specified, error code 06 is generated. This error also
occurs if the power supply is turned off.
• For the format of response in the event of failure, see subsection 3.1.2.
• The command shown below includes the checksum function. When performing communication
without the checksum, do not include the 2-byte checksum command element in the command.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 2 1 1
Bytes
Command STX Address CPU 0 BRM Checksum ETX CR
element number number
(ADR) 01

Number of 1 2 2 2 1 1 1 … 1 2 1 1
Bytes
Response STX Address CPU OK d1 d2 d3 … dn Checksum ETX CR
element number number
(ADR) 01

The response is “0” when the status is OFF or “1” when ON.

dn: read data to the extent of the number of bits specified by the BRS command (n = 1 to 16)
dn = 0 (OFF)
dn = 1 (ON)

● Example: Monitoring the PV burnout status of the UT100 Series with address number 05
The following command monitors the PV burnout status (I0007) at address number 05.
(This command reads the statuses of the I relays specified by the BRS command.)

[Command] STX$+ “05010BRMD7” +ETX$+CR$


The ON/OFF status of the I relay is returned as the response to the above command.

[Response] STX$+ “0501OK191” +ETX$+CR$


I relay has been ON.

3-12 IM 05C01E12-10E
Chapter 3 PC Link Communication

WRD Reads D registers and I relays on a word-by-word basis.

● Function
Reads a sequence of contiguous register information on a word-by-word basis, by the specified
number of words, and starting at the specified register number.
• The number of words to be read at a time is 1 to 32.
• For the format of response in the event of failure, see subsection 3.1.2.
• The command shown below includes the checksum function. When performing communication
without the checksum, do not include the 2-byte checksum command element in the command.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 5 1 2 2 1 1
Bytes
Command STX Address CPU 0 WRD Register Comma Number Checksum ETX CR
element number number number or space of words
(ADR) 01 (n)

Number of 1 2 2 2 4 4 … 4 2 1 1
Bytes
Response STX Address CPU OK dddd1 dddd2 … ddddn Checksum ETX CR
element number number
(ADR) 01

The response is returned in a 4-digit character string (0000 to FFFF) in a hexadecimal pattern.

Read data of the specified number of words


ddddn = character string in a hexadecimal pattern
n = 1 to 32

● Example: Reading a measured input value of the UT100 Series with address number 03
The following command reads the measured input value (D0002) at address number 03.

[Command] STX$+ “03010WRDD0002, 0174” +ETX$+CR$


The measured input value 200 (00C8 (HEX)) is returned as the response to the above command.

[Response] STX$+ “0301OK00C839” +ETX$+CR$

IM 05C01E12-10E 3-13
WWR Writes data into D registers and I relays on a word-by-word basis.

● Function
Writes information into a sequence of contiguous registers on a word-by-word basis, by the specified
number of words, and starting at the specified register number.
• The number of words to be written at a time is 1 to 32.
• For the format of response in the event of failure, see subsection 3.1.2.
• The command shown below includes the checksum function. When performing communication
without the checksum, do not include the 2-byte checksum command element in the command.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 5 1 2 1 4
Bytes
Command STX Address CPU 0 WWR Register Comma Number Comma dddd1
element number number number or space of words or space
(ADR) 01 (n)

Command (continued)

4 … 4 2 1 1

dddd2 … ddddn Checksum ETX CR

Write information is specified in a 4-digit character string (0000 to FFFF) in a hexadecimal pattern.

Write data of the specified number of words


ddddn = character string in a hexadecimal pattern
n = 1 to 32

Number of 1 2 2 2 2 1 1
Bytes
Response STX Address CPU OK Checksum ETX CR
element number number
(ADR) 01

● Example: Writing “200” into target setpoint of UT100 Series with address number 03.
The following command writes data 200 (00C8 (HEX)) into the target setpoint 1 (D0120) at address
number 03.

[Command] STX$+ “03010WWRD0120, 01, 00C88F” +ETX$+CR$


“OK” is returned as the response to the above command.

[Response] STX$+ “0301OK5E” +ETX$+CR$

3-14 IM 05C01E12-10E
Chapter 3 PC Link Communication

WRR Reads D registers and I relays on a word-by-word basis in random order.

● Function
Reads the statuses of registers on a word-by-word basis, by the specified number of words and in a
random order.
• The number of words to be read at a time is 1 to 16.
• For the format of response in the event of failure, see subsection 3.1.2.
• The command shown below includes the checksum function. When performing communication
without the checksum, do not include the 2-byte checksum command element in the command.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 2 5 1 5 1
Bytes
Command STX Address CPU 0 WRR Number Register Comma Register Comma
element number number of words number or space number or space
(ADR) 01 (n) 1 2

Command (continued)

… 5 2 1 1

… Register Checksum ETX CR


number
(n)

Number of 1 2 2 2 4 4 … 4 2 1 1
Bytes
Response STX Address CPU OK dddd1 dddd2 … ddddn Checksum ETX CR
element number number
(ADR) 01

The response is returned in a 4-digit character string (0000 to FFFF) in a hexadecimal pattern.

ddddn = character string in a hexadecimal pattern (n = 1 to 16)

● Example: Reading the measured input and output values of the UT100 Series with address number
10.
The following command reads the measured input value (D0002) and output value (D0004) at address
number 10.

[Command] STX$+ “10010WRR02D0002, D000489” +ETX$+CR$

The measured input value 200 (00C8 (HEX)) and output value 50 (0032 (HEX)) are returned as
the response to the above command.

[Response] STX$+ “1001OK00C80032FC” +ETX$+CR$

IM 05C01E12-10E 3-15
WRW Writes data into D registers and I relays on a word-by-word basis in random order.

● Function
Writes register information specified for each register into registers of the specified number of words
in a random order.
• The number of words to be written at a time is 1 to 16.
• For the format of response in the event of failure, see subsection 3.1.2.
• The command shown below includes the checksum function. When performing communication
without the checksum, do not include the 2-byte checksum command element in the command.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 2 5 1 4 1
Bytes
Command STX Address CPU 0 WRW Number Register Comma dddd1 Comma
element number number of words number or space or space
(ADR) 01 (n) 1

Command (continued)

5 1 4 … 5 1 4 2 1 1

Register Comma dddd2 … Register Comma ddddn Checksum ETX CR


number or space number or space
2 n

Write information is specified in a 4-digit character string (0000 to FFFF) in a hexadecimal pattern.

Repetition of register numbers and write information by the specified number of words
ddddn = character string in a hexadecimal pattern
n = 1 to 16

Number of 1 2 2 2 2 1 1
Bytes
Response STX Address CPU OK Checksum ETX CR
element number number
(ADR) 01

● Example: Writing “20.0” into target setpoint of UT100 Series with address number 10 and “15.0”
into the alarm-1 setpoint.

The following command writes


“20.0” into target setpoint 1 (D0120) and “15.0” into the alarm-1 setpoint (D0101) at address number 10.

[Command] STX$+ “10010WRW02D0120, 00C8, D0101, 00968F” +ETX$+CR$


Target setpoint: 200 Alarm setpoint: 150

“OK” is returned as the response to the above command.

[Response] STX$+ “1001OK5C” +ETX$+CR$

3-16 IM 05C01E12-10E
Chapter 3 PC Link Communication

WRS Specifies the D registers and I relays to be monitored on a word-by-word basis.

● Function
Specifies the numbers of the registers to be monitored on a word-by-word basis. Note that this
command simply specifies the registers. Actual monitoring is performed by the WRM command after
the register numbers are specified by this command.
If the volume of data is large and you wish to increase the communication rate, it is useful to use a
combination of the WRS and WRM commands rather than the WRD command. If the power supply is
turned off, the register numbers specified will be erased.
• The number of words to be specified at a time is 1 to 16.
• For the format of response in the event of failure, see subsection 3.1.2.
• The command shown below includes the checksum function. When performing communication
without the checksum, do not include the 2-byte checksum command element in the command.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 2 5 1 5 1
Bytes
Command STX Address CPU 0 WRS Number Register Comma Register Comma
element number number of words number or space number or space
(ADR) 01 (n) 1 2

Command (continued)

… 5 2 1 1

… Register Checksum ETX CR


number
n

Number of 1 2 2 2 2 1 1
Bytes
Response STX Address CPU OK Checksum ETX CR
element number number
(ADR) 01

● Example: Monitoring the measured input value of UT100 Series with address number 01
The following command monitors the measured input value (D0002) at address number 01.
(This command simply specifies the registers.)

[Command] STX$+ “01010WRS01D000255” +ETX$+CR$


CPU number: 01 D register number: D0002

“OK” is returned as the response to the above command.

[Response] STX$+ “0101OK5C” +ETX$+CR$

IM 05C01E12-10E 3-17
WRM Monitors the D register and I relays on a word-by-word basis.

● Function
Reads register information that has been specified in advance by the WRS command.
• Before executing this command, the WRS command must always be executed to specify which
registers are to be monitored. If no register has been specified, error code 06 is generated. This error
also occurs if the power supply is turned off.
• For the format of response in the event of failure, see subsection 3.1.2.
• The command shown below includes the checksum function. When performing communication
without the checksum, do not include the 2-byte checksum command element in the command.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 2 1 1
Bytes
Command STX Address CPU 0 WRM Checksum ETX CR
element number number
(ADR) 01

Number of 1 2 2 2 4 4 … 4 2 1 1
Bytes
Response STX Address CPU OK dddd1 dddd2 … ddddn Checksum ETX CR
element number number
(ADR) 01

The response is returned in a 4-digit character string (0000 to FFFF) in a hexadecimal pattern.

Read data of the number of words specified by the WRS command


ddddn = character string in a hexadecimal pattern
n = 1 to 16

● Example: Monitoring the measured input value of UT100 Series with address number 01
The following command monitors the measured input value (D0002) at address number 01.
(This command reads the statuses of the registers specified by the WRS command.)

[Command] STX$+ “01010WRME8” +ETX$+CR$


CPU number: 01

The measured input value 200 (00C8 (HEX)) is returned as the response to the above command.

[Response] STX$+ “0101OK00C837” +ETX$+CR$


Measured input value: 200

3-18 IM 05C01E12-10E
Chapter 3 PC Link Communication

INF Reads the model, presence or absence of options, and revisions.

● Function
Returns the model number of UT100 Series, whether any options are included, and the version number
and revision number are read.
• For the format of response in the event of failure, see subsection 3.1.2.
● Command/Response (for normal operation)

Number of 1 2 2 1 3 1 2 1 1
Bytes
Command STX Address CPU 0 INF 6 Checksum ETX CR
element number number
(ADR) 01

Number of 1 2 2 2 8 8 4 4
Bytes
Response STX Address CPU OK U■■■■■■■ Version Readout start Number of
element number number (Note 1) Revision register for readout registers
(ADR) 01 (Note 2) special device for special device

Response (continued)

4 4 2 1 1

Write start Number of write Checksum ETX CR


register for registers for
special device special device

Note: Model, control output and option of UT100 Series

U
01: Two alarms
T130: UT130 - 48 × 48 (mm) 02: Heater burnout detection and two alarms
T150: UT150 - 48 × 48 (mm) 04: Communication function
T152: UT152 - 48 × 96 (mm) 10: Two contact inputs
T155: UT155 - 96 × 96 (mm) 20: 4 to 20 mA DC retransmission output

1: Relay output
2: Pulse output
3: 4 to 20 mA DC output
4: Heating and cooling relay output
5: Heating relay outpout and cooling pulse outpout
6: Heating relay output and 4-to-20 mA DC cooling output
7: Heating pulse output and cooling relay output
P150: UP150 - 48 × 48 (mm) 8: Heating and cooling pulse outputs
9: Heating pulse output and 4-to-20 mA DC cooling output
1 to 3 only A: 4-to-20 mA DC heating output and cooling relay output
B: 4-to-20 mA DC heating output and cooling pulse output
C: 4-to-20 mA DC heating and cooling outputs

U
05: Communication function
11: Two contact inputs

Note: Version number and revision number


V01. R00
Revision number
Version number
Space

IM 05C01E12-10E 3-19
3.2.4 Response Error Codes

See Also
Subsection 3.1.2, Configuration of Response, for the structure of the response in the event of error.

The error codes (EC1) and detailed error codes (EC2) of response are as follows.
Table 3-3 List of Error Codes EC1
Error Code Meaning Causes
02 Command error • No command exists.
• Command not executable
03 Register specification error • No register number exists.
• If a bit register (I relay) is used on a word-by-word basis, its specification is
not correct.
04 Out of setpoint range • A character other than 0 or 1 has been used for the bit setting.
• A value other than 0000 to FFFF has been specified in the word specification.
• The position of a start for a data load, save, or other command, is out of the
address range.
05 Out of data number range • The specification of the number of bits or words is out of the range of use.
• The number of data specified and the number of parameters for registers, etc.
are not consistent.
06 Monitor error • An attempt was made to execute monitoring without specifying the monitor
(BRS or WRS).
08 Parameter error • An illegal parameter is set.
42 Sum error • The sum does not match the expected value.
43 Internal buffer overflow • A data value greater than specified is received.
44 Character reception time-out • The end-of-data or end-of-text character is not received.

Table 3-4 List of Detailed Error Codes EC2


Error Code
Meaning Detailed Error Code (EC2)
(EC1)
03 Register specification error Parameter number where error occurred (HEX)
This is the number of a parameter in sequence that first resulted in error when
04 Out of setpoint range counted from the leading parameter.
05 Out of data number range Example:
Error in register name specification

STX 01010BRW 05 I0017, 1, I0018, 0, A00502


Parameter numbers 1 2 3 4 5 6

In this case, EC1 = 03 and EC2 = 06


08 Parameter error An illegal paraeter is set.
For error codes other than those noted as EC1, there is no EC2 meaning.

■ Checking error on the controller


If the wiring or parameter setting for communication are not correct, the controller displays the error
as followings.
Press the SET/ENT key once. The error display goes out.

Display Error content Remedy


Flashing period Communication failure Press any key to stop the flashing
on PV display (only when /RS is specified)

3-20 IM 05C01E12-10E
Chapter 3 PC Link Communication

3.3 Example of BASIC Program for Send and Receive


This section shows an example of a command sending and response receiving program created with
Microsoft Quick BASIC*2 for PC/AT*1 (or compatible machines).
The communication conditions of the UT100 Series and those of the PC (e.g., communication rate)
must agree with each other. Set the communication rate (baud rate) of the PC using the SWITCH
command of MS-DOS*3. For how to use the SWITCH command, refer to the User’s Reference
Manual of MS-DOS. Moreover, set the parity, character bit length, stop bit length, and so on using the
OPEN statement.
*1 PC/AT is a product of IBM Corporation.
*2 Microsoft Quick BASIC is a registered trademark of Microsoft Corporation.
*3 MS-DOS is a registered trademark of Microsoft Corporation.

IM 05C01E12-10E 3-21
Example of the Program Created Using Microsoft Quick BASIC Version 7.1
(Reads the values in three D registers from register 0002.)
1000 ‘ === Main routine ===
1010 STX$=CHR$(2) ‘ Define
1020 ETX$=CHR$(3) ‘ Define
1030 CR$=CHR$(13) ‘ Define
1040 RCVCHR$= “” ‘ Initialize receive character string
1050 fRCVEND=0 ‘ Initialize flag
1060 fTIMEOUT=0 ‘ Initialize flag
1070 ‘
1080 SEND$=STX$+”01010WRDD0002,03"+ETX$ ‘ Create character string for send
1090 ‘
1100 OPEN “COM1:9600,N,8,1,ASC” FOR RANDOM AS #1 ‘ Open a port
1110 ON COM(1) GOSUB receivechr ‘ Specify interruption processing during
receiving
1120 ON TIME(5) GOSUB timeout ‘ Specify interruption processing at timeout
1130 ‘
1140 PRINT #1,SEND$ ‘ Send
1150 COM(1) ON ‘ Permit interruption during receive
1160 TIMER ON ‘ Start timer
1170 ‘
1180 DO ‘ Wait for receive end or timeout
1190 LOOP WHILE fRCVEND=0 AND fTIMEOUT=0 ‘
1200 ‘
1210 TIMER OFF ‘ Stop timer
1220 COM(1) OFF ‘ Prohibit interruption during receiving
1230 CLOSE #1 ‘ Close the port
1240 ‘
1250 PRINT “>”+SEND$ ‘ Display sent character string on screen
1260 PRINT “<”+RCVCHR$ ‘ Display received character string on
screen
1270 END ‘ END
1280 ‘
1290 ‘ === Subroutine ===
1300 receivechr: ‘ Interruption processing during receiving
1310 CHR1$=INPUT\(1,#1) ‘ Fetch characters from receive buffer
one by one
1320 IF CHR1$=CR$ THEN ‘ If received character string is “CR,”
1330 IF RCVCHR$=SEND$ THEN ‘ If received character string is the same
served command,
1340 RCVCHR$=“” ‘ Initialize receive character string.(Echo
Back Processing)
1350 fRCVEND=0 ‘ receiving flag remains initialized at 0.
1360 ELSE ‘ If received character string is different
from served command,
1370 fRCVEND=1 ‘ receiving end flag is set.
1380 END IF ‘
1390 ELSE ‘ If it is a character other than CR,
1400 fRCVEND=0 ‘ receiving end flag remains initialized at 0.
1410 RCVCHR$=RCVCHR$+CHR1$ ‘ Create received character string
1420 END IF
1430 RETURN
1440 ‘

3-22 IM 05C01E12-10E
Chapter 3 PC Link Communication

1450 timeout: ‘ Timeout processing


1460 fTIMEOUT=1 ‘ Set timeout flag
1470 RCVCHR$=”Time out ! (5 sec)”+CR$ ‘ Character string for display on screen
“Time out! (5 sec)”
1480 RETURN

* The line numbers are not required. (They are simply provided for checking the number of program
steps.)

IM 05C01E12-10E 3-23
3-24 IM 05C01E12-10E
Chapter 4 Ladder Communication

4. Ladder Communication

4.1 Overview
You can establish a data link between UT100 Series controller and sequencer (PLC) by simply
creating a ladder program on PLC.
By specifying the register numbers of the D registers of the instrument as parameters in the ladder
program, you can write/read data to and from the registers using BCD codes (0 to 9).
You cannot access I relays when using ladder communication. First, obtain an understanding of the
ladder communication protocol, then refer to the examples of ladder communication in Subsection 4.3.

Ladder communication module


(F3RZ91-0N)
FA-M3

Maximum overall calbe length of 1200m for a maximum of 31 substations

Figure 4-1 Connection Example for Ladder Communication

● Connecting the digital indicating controller to a PLC made by Mitsubishi


When the controller is connected to a PLC manufactured by Mitsubishi (MELSEC-A series), you can
use the non-procedural mode of the computer link unit. An example of communication program
connected with MELSEC-A series PC link units is described in section 4.3.

IM 05C01E12-10E 4-1
● Data Form of Commands
The table below shows the data forms of commands for D registers.
Table 4-1 Data Forms of Commands for D Registers
Type of Data Contents of Data Specified Form
PV high and low limits, target setpoints, and oth- Measuring range (EU) data Numeric data not including the deci-
ers mal point
Bias, deviation alarms, and other Measuring range span (EUS) data Numeric data not including the deci-
mal point

Proportional bands, upper and lower limits of % data (0.0 to 100.0%) 0 to 1000
output, and others
Various modes, alarm types, and others Seconds, absolute values, and data Absolute values not including the
without unit decimal point

● Command Format for Communication


Example: When setting a target setpoint “50.0” to UT100 Series, the higher-level device sends the
value “500” as command data without the decimal point (this is true for both setting 5.00 or 500).

Data to be send from the higher-level device: 500

Command data: 500 Response data from UT100 Series: 500

UT100 Series side


Target setpoint: 50.0

* The position of the decimal point for “500” is determined by the DP (position of decimal point) parameter of UT100 Series.

4-2 IM 05C01E12-10E
Chapter 4 Ladder Communication

4.2 Commands/Responses at the PLC


The PLC sends commands, and receives responses to these commands. The commands/responses that
can be used are as follows.

4.2.1 Command/Response Component Elements


Commands sent from the PLC to the instrument are of the form shown in the table below.

Number of bytes 1 1 2 1 1 2 1 1
Number of BCD digits 2 2 4 1 1 1 1 4 2 2
Address CPU
number Parameter Read/write CR LF
Command/response element number 0 0 R/W +/-
(ADR) number data (0D) (0A)
(01)

Can be changed only during a read operation.


A maximum of 64 data items

1) Station number (01 to 99)


Number used to enable the PLC to identify UT100 Series with which it communicates (UT100 Series
communication address).

2) CPU number
Fixed at 01.

3) Parameter number
Four-digit BCD data of D register number

See Also
For details on D registers see chapters 6.

4) 0
This position is fixed at 0.

5) 0
This position is fixed at 0.

6) R/W
0: Read
1: Write

7) +/-
0: Positive data (+)
1: Negative data (-)

8) Read/write data
In the case of a write operation, this is BCD 4-digit set data excluding the decimal point. In the case
of a read operation, it is the number of data items that are read.

9) CR, LF
Control code which indicates the termination of a command. The corresponding character codes are
CR = CHR$(13) and LF = CHR$(10).

IM 05C01E12-10E 4-3
4.2.2 Reading Parameters
Parameters from the PLC are read to UT100 Series Controller in the following configuration.
Capable of reading data from a maximum of 20.

Number of bytes 1 1 2 1 1 2 1 1
Number of BCD digits 2 2 4 1 1 1 1 4 2 2

Address Number of
CPU
number Parameter data items CR LF
Command element number 0 0 0 0
(ADR) number that are read (0D) (0A)
(01)
(n)

Number of bytes 1 1 2 1 1 2 1 1 2
Number of BCD digits 2 2 4 1 1 1 1 4 1 1 1 1 4

Address CPU
number Parameter
Response element number 0 0 0 +/- dddd1 0 0 0 +/- dddd2
(ADR) number
(01)

Data of parameter number (a) Data of parameter number (b)

••• 1 1 2 1 1
1 1 1 1 4 2 2

CR LF
••• 0 0 0 +/- dddd1
(0D) (0A)

Data of parameter number (n)

● Example of reading a mesured input value (D register 0002) of UT100 Series with address number
01

[Command] “01010002000000010D0A”

Note: Concerning D registers, refer to Chapter 6 or 8.


The measured input value 200 (BCD code) is returned in response to the above command.
[Response] “01010002000002000D0A”

Refer to the send data creation programs in Section 4.3 for examples of ladder programs of com-
mands. Also, refer to the receive data processing programs in Section 4.3 for examples of ladder
programs used in response to commands.

4-4 IM 05C01E12-10E
Chapter 4 Ladder Communication

4.2.3 Writing Parameters


Parameters from the PLC are written to the instrument in the following configuration.

Number of bytes 1 1 2 1 1 2 1 1
Number of BCD digits 2 2 4 1 1 1 1 4 2 2

Address CPU
number Parameter CR LF
Command element number 0 0 1 +/- dddd
(ADR) number (0D) (0A)
(01)

Number of bytes 1 1 2 1 1 2 1 1
Number of BCD digits 2 2 4 1 1 1 1 4 2 2

Address CPU
Parameter CR LF
Response element number number 0 0 1 +/- dddd
number (0D) (0A)
(ADR) (01)

● Example of writing 200 into target setpoint (D register 0003) of UT100 Series with address number
01

[Command] “01010003001002000D0A”
Note: Concerning D registers, refer to Chapter 6 or 8.
The measured input value 200 (BCD code) is returned in response to the above command.
[Response] “01010003001002000D0A”

Refer to the send data creation programs in Section 4.3 for examples of ladder programs of com-
mands. Also, refer to the receive data processing programs in Section 4.3 for examples of ladder
programs used in response to commands.

IM 05C01E12-10E 4-5
4.2.4 Response Error Codes
Data that the master station (PLC) may receive on an error occurrence and the descriptions of the
corresponding error are shown in the table below.

0101/0103/0000/0001/CR/LF
Read/Write data

0th digit, 0th digit, R/W, +/-

Parameter number

Address number, CPU number

Note: “ / ” in the following send and receive data examples is used for explanatory purposes only,
and is not part of the actual data string.

Table4-2 Error Code List


Description of error Example of master controller send data Master controller receive data
0101/0603/0000/FFFF/CR/LF
A non-existent parameter was set. 0101/0603/0000/0001/CR/LF
FFFF is returned.
0101/0123/0000/000B/CR/LF
Characters other than a BCD code (0 to 9)
0101/0123/000B/0000/CR/LF 0101/FFFF/FFFF/FFFF/CR/LF
were used other than in an address.
0101/0123/0B00/0000/CR/LF
* This excludes LF (0A).
0101/012B/0000/0000/CR/LF
0101/0123/0000/000A/CR/LF
An LF code (0A) was used other than in an 0101/0123/000D/0000/CR/LF No response
address. 0101/0123/0D00/0000/CR/LF
0101/010D/0000/0000/CR/LF
An address differed from the addresses of
0103/0123/0000/0000/CR/LF
the UT100 Series.
0001/0123/000D/0000/CR/LF No response
* In the example at right, none of the
3301/0123/0000/0000/CR/LF
addresses exist.
The write data was outside the range. 0101/0122/0011/9999/CR/LF 0101/0122/0000/0050/CR/LF
* In the example at right, the current P:
Proportional band is 5.0. Data outside the range Current P: Proportional band
The command length (length of the send
data) is incorrect. 0101/0123/0000/00/CR/LF
0101/0123/0/CR/LF No response
* The command length, including CR and
LF, must be 10 bytes. 0101/0/CR/LF

A timeout occurred during communication.


– No response
* Timeout is 5 seconds.
The buffer overflowed.
* This error occurs when the buffer – No response
overflow exceeds 190 bytes.
A framing error or a parity error occurred. – No response

NOTE
If a parameter that is not in the D register table or the I relay table is read, an error does not occur. In
this case, 0 will be returned instead.

4-6 IM 05C01E12-10E
Chapter 4 Ladder Communication

4.3 Example of Ladder Communication Programs


This manual presents examples of how Yokogawa’s UT100 series temperature controller is ladder-
programmed to communicate with Mitsubishi Electric’s MELSEC-A programmable logic controller
(PLC). Communication is carried out through a computer link unit (Model A1SJ71C24-R4 or
A1SJ71UC24-R4).

• Tasks involved in programming:


Data are read from and written to three UT100 series controllers connected to the PLC.
• Tasks involved in reading:
The four data items—PV error information (ERROR), measured input value (PV), current target
setpoint (CSP) and control output value (OUT)—are read into the PLC’s registers at regular
intervals (one second).
• Tasks involved in writing:
The target setpoints of the three UT100 series controllers having addresses 1, 2 and 3 are changed
from the PLC. These changes are made through the PLC’s contact inputs.
MELSEC-A(PLC)
Unit 0 Unit 1 Unit 2 Unit 3 Unit 4
Computer link module
The computer link unit uses
32 of the I/O points belonging
to units 2 and 3.

DI module

UT100 series controllers

Address 1 Address 2 Address 3

X0002

X0003

X0004

IM 05C01E12-10E 4-7
4.3.1 Data Reading and Writing

● Locations where PLC Data Are Stored (for reading)

Address-1 Address-2 Address-3


Controller Controller Controller

PV error information D0104 D0124 D0144


Measured input value D0106 D0126 D0146
Target setpoint D0108 D0128 D0148

Control output value D0110 D0130 D0150

● Switches for Changing the Target Setpoints (writing)


X0002: On - The value of the PLC’s D0021 register is written to the SP parameter of the address-1
controller.
Off - The value of the PLC’s D0022 register is written to the SP parameter of the address-1
controller.
X0003: On - The value of the PLC’s D0023 register is written to the SP parameter of the address-2
controller.
Off - The value of the PLC’s D0024 register is written to the SP parameter of the address-2
controller.
X0004: On - The value of the PLC’s D0025 register is written to the SP parameter of the address-3
controller.
Off - The value of the PLC’s D0026 register is written to the SP parameter of the address-3
controller.

4-8 IM 05C01E12-10E
Chapter 4 Ladder Communication

4.3.2 Wiring
This section explains how to connect the two-wire computer link unit to two-wire UT100 series
controllers.
Short-circuit the SDA(+) and RDA(+) terminals and the SDB(-) and RDB(-) terminals of the computer
link unit as the UT100 series controller is designed to operate in a two-wire system. Be sure to attach
220-Ω, 1/2-Watt terminating resistors, as shown in the following figures.

● Wiring to a UT130, UT150 or UP150 Controller


UT130-xx/RS, UT130-xx/RS,
UT150-xx/RS or UT150-xx/RS or
MELSEC-A
UP150-xx/RS UP150-xx/RS
computer link unit
controller controller
(A) RSB (+) RSB (+)
SDA (+) 3 3

(B) RSA (-) RSA (-)


SDB (-) 4 4
Terminating Terminating
220Ω, 1/2W 220Ω, 1/2W
RDA (+)

RDB (-)

SG SG
SG 5 5

SHIELD Grounding resistance of


no greater than 100Ω
Grounding resistance of
no greater than 100Ω

● Wiring to a UT152 or UT155 Controller


UT152-xx/RS or UT152-xx/RS or
PC, PLC UT155-xx/RS UT155-xx/RS
or graphic panel controller controller

(A) RSB (+) RSB (+)


SDA (+) 26 26

(B) RSA (-) RSA (-)


SDB (-) 27 27
Terminating Terminating
220Ω, 1/2W 220Ω, 1/2W
RDA (+)

RDB (-)

SG SG
SG 28 28

SHIELD Grounding resistance of


no greater than 100Ω
Grounding resistance of
no greater than 100Ω

NOTE
The symbols for the terminal assignments of the computer link unit and UT100 series controllers
indicate:
• positive polarity by the letter A for the computer link unit and by the letter B for the UT100 series
controller, and
• negative polarity by the letter B for the computer link unit and by the letter A for the UT100 series
controller.

IM 05C01E12-10E 4-9
4.3.3 Configuring the Computer Link Unit
This section explains how to define the specifications of communication carried out between the
computer link unit and the UT100 series controllers.
The computer link unit is configured using its front-panel DIP switch, while communication param-
eters are used to configure the UT100 series controllers.

● Transmission Specifications of Computer Link Unit

Switch Assignment Setup Parameter State


ON OFF
01 Unused — —
02 Selection between computer link unit and multidrop link Computer link unit Multidrop link
03 Unused — —
04 Write enable/disable during the RUN mode Enable Disable
05 Baud rate Programmed as shown in Note.
06
07
08 Data bits 8 bits 7 bits
09 Use/non-use of parity bit Used Unused
10 Selection of even parity or odd parity Even Odd
11 Stop bits 2 bits 1 bit
12 Use/non-use of sum check Used Unused

01 04 05 12

0N
0N

Note: Table of Baud Rates

Baud Rate (bps) 300 600 2400 4800 9600 19200 Undefined
SW05 OFF ON OFF OFF ON OFF ON
SW06 OFF OFF ON OFF OFF ON ON
SW07 OFF OFF OFF ON ON ON ON

Shaded areas are not used for the communication with the UT100 series controllers.

● Communication Specifications of UT100 Series Controller

Para-meter Description Setup Range Example of Setup


PSL Protocol selection 0: PC link without sum check 2
1: PC link with sum check
2: Ladder-programmed communication
3: MODBUS (ASCII)
4: MODBUS (RTU)
ADR Address 1 to 99 (maximum of 31 units) 1
BPS Baud rate (bps) 0: 2400; 1: 4800; 2: 9600 2
PRI Parity 0: None; 1: Even; 2: Odd 0
STP Stop bits 1 or 2 1
DLN Data length 7 or 8 8

4-10 IM 05C01E12-10E
Chapter 4 Ladder Communication

● Station Number Setting Switch on Computer Link Unit

0 × 10 — Sets the tens’ digit.

0 ×1 — Sets the ones’ digit.

● Mode Setting Switch on Computer Link Unit

Mode Definition
0 Unused.

4 1 to 3 Unused.
Mode 4 Non-procedural mode
5 Type-1 protocol mode
6 Type-2 protocol mode
7 Type-3 protocol mode
8 Type-4 protocol mode
9 to E Unused.
F Testing of separate unit

IM 05C01E12-10E 4-11
4.3.4 List of Devices Used
The following table lists the devices used in the examples of ladder programming for communication
described.

Device Name Description


Special relays M9032 One-second clock
M9036 Always-ON flag
M9038 Flag for initial processing (ON state for one scan)
M9039 RUN flag
Internal relays M1 Selection of transmission 1
M2 Selection of transmission 2
M3 Selection of transmission 3
M305 Read/write flag
M306 Data comparison flag
M500 Zero reset
M501 Initial flag
M502 Reset flag
M601 Transmission 1P
M602 Transmission 2P
M603 Transmission 3P
Inputs X0002 Target setpoint setting flag of address-1 controller
X0003 Target setpoint setting flag of address-2 controller
X0004 Target setpoint setting flag of address-3 controller
X0020 End-of-transmission flag (for computer link unit only)
X0021 Request-to-read-received-data flag (for computer link unit only)
Outputs Y0030 Request-to-send flag (for computer link unit only)
Y0031 End-of-reading-of-received-data flag (for computer link unit only)
Data registers D0 Number of transmitted data items
D1 CPU address
D2 First D register number
D3 Read/write command
D4 Number of data items
D5 End of transmission
D100 Data size received by address-1 controller
D101 to 104 Data received by address-1 controller
D120 Data size received by address-2 controller
D121 to 124 Data received by address-2 controller
D140 Data size received by address-3 controller
D141 to 144 Data received by address-3 controller
D201 Data of address-1 controller for writing
D202 Data of address-2 controller for writing
D203 Data of address-3 controller for writing
D301 Communication buffer for address-1 controller
D302 Communication buffer for address-2 controller
D303 Communication buffer for address-3 controller

4-12 IM 05C01E12-10E
Chapter 4 Ladder Communication

**** Startup Process ******


M9038
PLS M500
Zero-
reset
flag
M9039
PLS M501
Initial
flag

M3
PLS M502
Selection of Reset
transmission 3 flag

M500 P K
MOV 0 A0
Zero-
reset
flag
P K
MOV 0 A1

M501 P K
DMOV 1 A0
Initial
flag

M502

Reset
flag
**** Rotation Command ******
M9032 P K
DRCL 1

**** Substitution of Codes with Flags ******


M9036 K8
DMOV A0 M1
Selection of
transmission 1
**** Communication Command Processing ******
M9032 M1
P L S M601
Selection of Transmission
transmission 1 1P

M2
P L S M602
Selection of Transmission
transmission 2 2P

M3
P L S M603
Selection of Transmission
transmission 3 3P

IM 05C01E12-10E 4-13
**** SP Data Setting *****
X0002 P H
MOV 1122 D201 Sets SP data
1 for address-
1 controller.

X0002 P H
MOV 3344 D201 Sets SP data
2 for address-
1 controller.

X0003 P H
MOV 9909 D202 Sets SP data
1 for address-
2 controller.

X0003 P H
MOV 7707 D202 Sets SP data
2 for address-
2 controller.

X0004 P H
MOV 5566 D203 Sets SP data
1 for address-
3 controller.

X0004 P H
MOV 4455 D203 Sets SP data
2 for address-
3 controller.

**** Data Comparison ******


<> D201 D301 (M306) Compares
preset SP
data with
communication
buffer data
<> D202 D302

<> D203 D303

**** Process for Accepting Writing ******


M306
SET M305 Turns on the
Read/write write flag.
flag

M306
RST M305 Turns on the
read flag.

4-14 IM 05C01E12-10E
Chapter 4 Ladder Communication

**** Process for Sending Read Command from Address-1 Controller *****
M601 X0020 Y0030 M305 P H
MOV 0005 D0 Sets register D0.
Transmis- End of Request to Number of
sion 1P transmis- send transmitted words
sion =5
P H
MOV 0101 D1 Sets register D1.
Address-1
controller
Station No. = 1
CPU No. = 1
P H
MOV 0100 D2 Sets register D2.
Number of first-
read parameter =
1
P H
MOV 0000 D3 Sets register D3.
Read command =
0000

P H
MOV 0400 D4 Sets register D4.
Number of data
items read = 4

P H
MOV 0A0D D5 Sets register D5.
A set of CR and
LF codes

P H H K
TO 0002 0000 D0 6 Transfers data to
the transmission
register.

SET Y0030 Turns on the


Request to request-to-send
send flag.

X0020
RST Y0030 Turns off the
End of request-to-send
Request to
flag when the end-
transmission send
of-transmission
**** Process for Receiving Data from Address-1 Controller ****** flag turns on.
X0021 P H H K
= 0101 D1 FROM 0002 0080 D100 1 Moves the
Request received data size
to D100.
to read
received
data P
MOV D100 Z Sets the received
data size in index
register Z.

P H H K Z
FROM 0002 0081 D101 0 Moves as much
data as that
received from
D101.

(Y0031) Turns on the end-


End of of-reading-of-
reading of received-data
received flag.
data

IM 05C01E12-10E 4-15
**** Process for Sending Read Command from Address-2 Controller *****
M602 X0020 Y0030 M305 P H
MOV 0005 D0 Sets register D0.
Transmis- End of Request to Number of
sion 2P transmis- send transmitted words
sion =5
P H
MOV 0102 D1 Sets register D1.
Address-2
controller
Station No. = 2
CPU No. = 1
P H
MOV 0100 D2 Sets register D2.
Number of first-
read parameter =
1
P H
MOV 0000 D3 Sets register D3.
Read command =
0000

P H
MOV 0400 D4 Sets register D4.
Number of data
items read = 4

P H
MOV 0A0D D5 Sets register D5.
A set of CR and
LF codes

P H H K
TO 0002 0000 D0 6 Transfers data to
the transmission
register.

SET Y0030 Turns on the


Request to request-to-send
send flag.

X0020
RST Y0030 Turns off the
End of Request to request-to-send
transmission send flag when the end-
of-transmission
**** Process for Receiving Data from Address-2 Controller ****** flag turns on.
H X0021 P H H K
= 0102 D1 FROM 0002 0080 D120 1 Moves the
Request received data size
to read to D120.
received
data P
MOV D120 Z Sets the received
data size in index
register Z.

P H H K Z
FROM 0002 0081 D121 0 Moves as much
data as that
received from
D121.

(Y0031) Turns on the end-


End of of-reading-of-
reading of received-data
received flag.
data

4-16 IM 05C01E12-10E
Chapter 4 Ladder Communication

**** Process for Sending Read Command from Address-3 Controller *****
M603 X0020 Y0030 M305 P H
MOV 0005 D0 Sets register D0.
Transmis- End of Request to Number of
sion 3P transmis- send transmitted words
sion =5
P H
MOV 0103 D1 Sets register D1.
Address-3
controller
Station No. = 3
CPU No. = 1
P H
MOV 0100 D2 Sets register D2.
Number of first-
read parameter =
1
P H
MOV 0000 D3 Sets register D3.
Read command =
0000

P H
MOV 0400 D4 Sets register D4.
Number of data
items read = 4

P H
MOV 0A0D D5 Sets register D5.
A set of CR and
LF codes

P H H K
TO 0002 0000 D0 6 Transfers data to
the transmission
register.

SET Y0030 Turns on the


Request to request-to-send
send flag.

X0020
RST Y0030 Turns off the
End of Request to request-to-send
transmission send flag when the end-
of-transmission
**** Process for Receiving Data from Address-3 Controller ****** flag turns on.
H X0021 P H H K
= 0103 D1 FROM 0002 0080 D140 1 Moves the
Request received data size
to read to D140.
received
data P
MOV D140 Z Sets the received
data size in index
register Z.

P H H K Z
FROM 0002 0081 D141 0 Moves as much
data as that
received from
D141.

(Y0031) Turns on the end-


End of of-reading-of-
reading of received-data
received flag.
data

IM 05C01E12-10E 4-17
**** Process for Writing to Address-1 Controller *****
M601 X0020 Y0030 P
MOV D201 D301 Copies SP data to
Transmis- End of Request to the
sion 1P transmis- send communication
sion buffer.
M601 X0020 Y0030 M305 P H
MOV 0005 D0 Sets register D0.
Transmis- End of Request to Number of
sion 1P transmis- send transmitted words
sion =5
P H
MOV 0101 D1 Sets register D1.
Address-1
controller
Station No. = 1
CPU No. = 1
P H
MOV 2001 D2 Sets register D2.
Number of write-
to parameter =
2001
P H
MOV 1000 D3 Sets register D3.
Write command =
1000

P
MOV D301 D4 Sets register D4.
Address-1
controller’s SP
data
P H
MOV 0A0D D5 Sets register D5.
A set of CR and
LF codes

P H H K
TO 0002 0000 D0 6 Transfers data to
the transmission
register.

SET Y0030 Turns on the


Request to request-to-send
send flag.

X0020
RST Y0030 Turns off the
Request to request-to-send
End of
send flag when the end-
transmission
of-transmission
flag turns on.

4-18 IM 05C01E12-10E
Chapter 4 Ladder Communication

**** Process for Writing to Address-2 Controller *****


M602 X0020 Y0030 P
MOV D202 D302 Copies SP data to
Transmis- End of Request to the
sion 2P transmis- send communication
sion buffer.
M602 X0020 Y0030 M305 P H
MOV 0005 D0 Sets register D0.
Transmis- End of Request to Number of
sion 2P transmis- send transmitted words
sion =5
P H
MOV 0102 D1 Sets register D1.
Address-2
controller
Station No. = 2
CPU No. = 1
P H
MOV 2001 D2 Sets register D2.
Number of write-
to parameter =
2001
P H
MOV 1000 D3 Sets register D3.
Write command =
1000

P
MOV D302 D4 Sets register D4.
Address-2
controller’s SP
data
P H
MOV 0A0D D5 Sets register D5.
A set of CR and
LF codes

P H H K
TO 0002 0000 D0 6 Transfers data to
the transmission
register.

SET Y0030 Turns on the


request-to-send
flag.

X0020
RST Y0030 Turns off the
Request to request-to-send
End of
send flag when the end-
transmission
of-transmission
flag turns on.

IM 05C01E12-10E 4-19
**** Process for Writing to Address-3 Controller *****
M603 X0020 Y0030 P
MOV D203 D303 Copies SP data to
Transmis- End of Request to the
sion 3P transmis- send communication
sion buffer.
M603 X0020 Y0030 M305 P H
MOV 0005 D0 Sets register D0.
Transmis- End of Request to Number of
sion 3P transmis- send transmitted words
sion =5
P H
MOV 0103 D1 Sets register D1.
Address-3
controller
Station No. = 3
CPU No. = 1
P H
MOV 2001 D2 Sets register D2.
Number of write-
to parameter =
2001
P H
MOV 1000 D3 Sets register D3.
Write command =
1000

P
MOV D303 D4 Sets register D4.
Address-3
controller’s SP
data
P H
MOV 0A0D D5 Sets register D5.
A set of CR and
LF codes

P H H K
TO 0002 0000 D0 6 Transfers data to
the transmission
register.

SET Y0030 Turns on the


Request to request-to-send
send flag.

X0020
Turns off the
RST Y0030
request-to-send
End of Request to flag when the ent-
transmission send of transmission
flag turns on.

4-20 IM 05C01E12-10E
Chapter 5 MODBUS Communication

5. MODBUS Communication

5.1 Overview

Personal computer
Maximum overall cable length of 1200 m for a maximum of 31 substations

Figure 5-1 Connection of Slaves in MODBUS Communication

Use of the MODBUS communication enables UT100 Series to communicate with a wide variety of
devices such as PCs. In this communication, you use such device to read/write data from/into D
registers, (internal registers) of the UT100 Series.
Hereafter, PCs are generally called “host devices.”

See Also
Chapter 6 or 8 for information on the D registers.

For the MODBUS communication of the UT100 Series, we provide the ASCII mode (ASCII system)
and RTU mode (binary system) for the communication mode.

Table 5-1 ASCII and RTU Modes


Item ASCII Mode RTU Mode
Number of data bits 7 bits (ASCII) 8 bits (binary)

Message start mark : (colon) Not necessary

Message end mark CR + LF Not necessary


Length of message (Note 1) 2N + 1 N
Data time intervals 1 second or less 24 bit time or less (Note 2)

Error detection Longitudinal redundancy check: LRC Cyclic redundancy check: CRC-16

Note 1: When the length of a message in the RTU mode, it is assumed to be “N.”
Note 2: When the communication rate is 9600 bps, 1  9600  24 sec or less.

In the MODBUS communication, a host device identifies each UT100 Series with a communication
address of 1 to 99. Some of the commands used let you specify broadcast that requires no address
numbers. For more information on broadcast specifications, see subsection 5.2.2.

IM 05C01E12-10E 5-1
5.1.1 Configuration of Message
Messages sent from a host device to UT100 Series, consists of the following elements.

Element Start of Address Function Data Error End of


Message Number Code Check Message
Mark (ADR) Mark
Number of bytes in RTU mode None 1 1 2n 2 None
Number of bytes in ASCII mode 1 2 2 4n 2 2
(1) (2) (3) (4) (5) (6)

(1) Start of Message Mark


This mark indicates the start of a message. Note that only ASCII mode requires the colon.

(2) Address Number (1 to 99)


Address numbers are used by host devices to identify the UT100 Series at the communication destina-
tion. (These numbers are identification numbers specific to individual UT100 Series.)

(3) Function Code (See subsection 3.2.1, List of Function Codes)


The function code specifies a command (function code) from the host device.

(4) Data
This element specifies D register numbers, the number of D registers, parameter values, and so on in
accordance with the function code.

(5) Error Check


In RTU mode Carried out by the cyclic redundancy check (CRC-16) system.
In ASCII mode Carried out by the longitudinal redundancy check (LRC) system.

(6) End of Message Mark


This mark indicates the end of a message.
Note that only ASCII mode requires CR + LF

● Message format for communication


Example: When setting the target setpoint “50.0” to a UT100 Series, the host device sends message
data (01F4) into a value of “500” converted into hexadecimals not including the decimal point (thus,
this is true for sending both 5.00 or 500).

Message data in the higher-level device: hexadecimal value of 500 (01F4)

Message data: 01F4 Response data from UT100 Series: 01F4

UT100 Series side


Target setpoint: 50.0

* The position of the decimal point for “500” is determined by the DP (position of decimal point) parameter of the UT100 Series.

5-2 IM 05C01E12-10E
Chapter 5 MODBUS Communication

5.2 Communication with Host Device


The specification of D registers for a message using commercially available SCADA or the like and
specification of D registers for a message in customer-created communication programs are different
from simple specification of D register numbers. Thus, care should be taken.

(1) When using commercially available SCADA or the like, specify the D register numbers by
changing them into reference numbers. D register numbers whose “D” leading character is replaced
with “4,” are treated as reference numbers. (When using a DDE server or others, specify these
reference numbers.)
(2) For communication programs created by the customer, specify registers using the hexadecimal
numbers of values that are obtained by subtracting “40001” from the reference numbers. (Thus,
hexadecimal numbers are those to be specified.)
Example: To specify target setpoint “D0120”:
(1) For a message using commercially available SCADA or the like, specify reference number
“40120.”
(2) For a message in a customer-created communication program, specify the hexadecimal number, or
0077, of a value (0119) obtained by subtracting 40001 from the reference number.
5.2.1 List of Function Codes
Function codes are command words used by the host device to obtain the D register information of
UT100 Series.
Table 5-2 List of Function Codes
Code Number Function Description
03 Reads data from multiple D registers. Capable of reading data from a maximum of 32 successive D
registers between D0001 and D0421.
06 Writes data into D register. Capable of writing data to one D register between D0101 and
D0421.
08 Performs loop back test. See subsection 5.2.3, “Function Codes.
16 Writes data into multiple D registers. Capable of writing data into a maximum of 32 successive D
registers between D0101 and D0421.
• A write using the function code is not possible for read-only or disabled D registers.
• Broadcast can be specified for function codes 06 and 16 only.

IM 05C01E12-10E 5-3
5.2.2 Specifying Broadcast

The personal computer sends data to all of the substations at one time.

Note: The substations do not give any response.

Host controller (master station)

Maximum overall cable length of 1200 m for a maximum of 31 substations

Figure 5-2 Specifying Broadcast

Broadcast is a feature in which all connected UT100 Series can receive the command concerned.
Specifying the number in Table 5-3 at the location of the address number in a message enables the
host device to write data into the D registers of all UT100 Series.

Table 5-3 Broadcast Specification Number


Number to be Specified in ADR Applicable Devices
00 UT 100 Series

5-4 IM 05C01E12-10E
Chapter 5 MODBUS Communication

5.2.3 Function Codes


03 Reads data from multiple D registers.

● Function
This function code reads the contents of successive D registers by the specified number of them
starting at a specified D register number.
• The maximum number of D registers to be read at a time is 32.
• For the format of responses in the event of failure, see subsection 5.2.4.
● Message (for normal operation)
Element Start of Address Function Code D-Register Start D-Register Start
Message Number (ADR) (03) Number Number
Mark (:) (Upper Digit) (Lower Digit)
Number of bytes in
None 1 1 1 1
RTU mode
Number of bytes in 1 2 2 2 2
ASCII mode

Message (continued)
Number of Number of Error End of Message
D Registers D Registers Check Mark
(Upper Digit) (Lower Digit) (CR + LF)

1 1 2 None

2 2 2 2

● Response (for normal operation)


Element Start of Address Function Byte Contents of Contents of
Message Number Code Count D-Register D-Register …
Mark (:) (ADR) (03) (Upper Digit) (Lower Digit)
Number of bytes in
RTU mode None 1 1 1 1 1 …
Number of bytes in 1 2 2 2 2 2 …
ASCII mode

Response (continued)
Contents of Contents of Error End of Message
D Registers D Registers Check Mark
(Upper Digit) (Lower Digit) (CR + LF)

1 1 2 None

2 2 2 2

● Example: Reading the statuses of alarms 1 and 2 from the UT100 Series with address number 17.
The following message reads four successive D registers starting at alarm 1 (D0101) and address
number 17 in the ASCII mode.
[Message] [ : ]11030064000286[CR][LF]
Start of message mark
“11”: address number 17, “03”: function code 03, “0064”: D register address 0101, “0002”: number
of D registers 2, and “86”: error check
* Numbers in quotation marks are hexadecimal.
The following response is returned with respect to the above message.
[Response] [ : ]110308005A000A84[CR][LF]

Setting of alarm1, alarm2


“04”: byte count, “005A”: alarm 1 setpoint 90, “000A”: alarm 2 setpoint 10

IM 05C01E12-10E 5-5
16 Writes data into D registers.

● Function
This function code writes data into successive D registers by the number of specified D registers from
a specified D register number.
• The maximum number of D registers into which data is written at a time is 32.
• For the format of response in the event of failure, see subsection 5.2.4.
• Lets you specify broadcast (by setting “00” to the address number).
● Message (for normal operation)
Element Start of Address Function Code D-Register Start D-Register Start
Message Number (10) Number Number
Mark (:) (ADR) (Upper Digit) (Lower Digit)
Number of bytes in
RTU mode None 1 1 1 1
Number of bytes in 1 2 2 2 2
ASCII mode

Massage (continued)
Number of Number of Byte Data Data Error End of Message
D Registers D Registers Count (Upper Digit) (Lower Digit) … Check Mark
(Upper Digit) (Lower Digit) (CR + LF)

1 1 1 1 1 … 2 None

2 2 2 2 2 … 2 2

● Response (for normal operation)


Element Start of Address Function Code D-Register Start D-Register Start
Message Number (10) Number Number
Mark (:) (ADR) (Upper Digit) (Lower Digit)
Number of bytes in
RTU mode None 1 1 1 1
Number of bytes in 1 2 2 2 2
ASCII mode

Response (continued)
Number of D Number of D Error End of Message
Registers Registers Check Mark
(Upper Digit) (Lower Digit) (CR + LF)

1 1 2 None

2 2 2 2

● Example: Setting a proportional band of 200, an integral time of 10, and a derivative time of 3 to
UT100 Series with address number 02.
The following message writes values 200, 10, and 3 in this order in the ASCII mode, starting at the
proportional band (D0105) of address number 02.
[Message] [ : ]0210006800030600C8000A0003A8[CR][LF]
Start of message mark
“02”: address number 02, “10”: function code 16, “0068”: starts register address 0105, “0003”:
number of D registers 3, “06”: byte count, “00C8”: proportional band’s value 200, “000A”: integral
time 10, “0003”: derivative time 3, and “A8”: error check
* Numbers in quotation marks are hexadecimal.
The following response is returned with respect to the above message.
[Response] [ : ]02100068000383[CR][LF]
Number of D registers: 3

5-6 IM 05C01E12-10E
Chapter 5 MODBUS Communication

06 Writes data into D register.

● Function
This function code writes data into a specified D register number.
• The maximum number of D registers into which data is written at a time is 1.
• For the format of response in the event of failure, see subsection 5.2.4.
• Lets you specify broadcast (by setting “00” to the address number).
● Message (for normal operation)
Element Start of Address Function Code D-Register D-Register
Message Number (06) Number Number
Mark (:) (ADR) (Upper Digit) (Lower Digit)
Number of bytes in 1 1 1 1
RTU mode None
Number of bytes in 1 2 2 2 2
ASCII mode

Message (continued)
Write Data Write Data Error End of Message
(Upper Digit) (Lower Digit) Check Mark
(CR + LF)

1 1 2 None

2 2 2 2

● Response (for normal operation)


Element Start of Address Function Code D-Register D-Register
Message Number (06) Number Number
Mark (:) (ADR) (Upper Digit) (Lower Digit)
Number of bytes in
RTU mode None 1 1 1 1
Number of bytes in 1 2 2 2 2
ASCII mode

Response (continued)
Write Data Write Data Error End of Message
(Upper Digit) (Lower Digit) Check Mark
(CR + LF)

1 1 2 None

2 2 2 2

● Example: Setting 70.0 to the target setpoint of UT100 Series with address number 01.
The following message writes “700” to the target setpoint (D0120) at address number 01 in the ASCII
mode.

[Message] [ : ]0106007702BCC4[CR][LF]
Start of message mark

“01”: address number 01, “06”: function code 06, “0077”: D-register address 0120, “02BC”: target
setpoint 70.0, and “C4”: error check
* Numbers in quotation marks are hexadecimal.
The response of the same contents is returned with respect to the above message.

[Response] [ : ]0106007702BCC4[CR][LF]
Target setpoint: 70.0

IM 05C01E12-10E 5-7
08 Performs a loop back test.

● Function
This function code is used to check connection for communication.
• For the format of response in the event of failure, see subsection 5.2.4.
• The specification of a D register number (marked with an asterisk below) for a loop back test is
“00” (fixed).
• Any value can be selected for send data.
● Message (for normal operation)
Element Start of Address Function Code 00 00
Message Number (08) (Upper Digit) (Lower Digit)
Mark (:) (ADR)
Number of bytes in
None 1 1 1 1
RTU mode
Number of bytes in 1 2 2 2 2
ASCII mode

Message (continued)
Send Data Send Data Error End of Message
(Upper Digit) (Lower Digit) Check Mark
(CR + LF)

1 1 2 None

2 2 2 2

● Response (for normal operation)


Element Start of Address Function Code 00 00
Message Number (08) (Upper Digit) (Lower Digit)
Mark (:) (ADR)
Number of bytes in
RTU mode None 1 1 1 1
Number of bytes in 1 2 2 2 2
ASCII mode

Response (continued)
Send Data Send Data Error End of Message
(Upper Digit) (Lower Digit) Check Mark
(CR + LF)

1 1 2 None

2 2 2 2

● Example: Sending data 1234h to UT100 Series with address number 05 to check connection for
communication.
The following message sends “1234” (hexadecimal) to address number 05 in the ASCII mode.

[Message] [ : ]050800001234AD[CR][LF]
Start of message mark

“05”: address number 05, “08”: function code 08, “0000”: fixed, “1234”: send data, and “AD”: error
check
* Numbers in quotation marks are hexadecimal.
When connection for communication is normal, the following response is returned with respect to the
above message.

[Response] [ : ]050800001234AD[CR][LF]
“1234”: send data

5-8 IM 05C01E12-10E
Chapter 5 MODBUS Communication

5.2.4 Response Error Codes

● Message Format in the Event of Error


If there is any inconsistency other then communication errors in a message, UT100 Series does
nothing, but returns the following message.

Element Address Number Function Code* Error Code Error Check


(ADR)
Number of bytes in
RTU mode 1 1 1 2
Number of bytes in 2 2 2 2
ASCII mode

* The function code contains a function code (hexadecimal number) + 80 (hexadecimal number).

● Error Codes in Response


Table 5-4 List of Error Codes
Error Code Meaning Description
01 Function code error No function code exists.
02 D-register address error Address out of the range has been specified.
03 D-register count error Number of D registers has been specified, being out of the range.

● Even when a message is sent, no response returns if:


• Retransmission error (overrun, framing, parity, LRC, or CRC-16 error) was detected.
• Address in an instructed message is incorrect.
• Interval between data composing a message was 1 second or more.
• Broadcast is specified (address number: 00).
* As a measure against those, provide a timeout process in the communication functions of a higher-
level device or in communication programs.

IM 05C01E12-10E 5-9
5-10 IM 05C01E12-10E
Chapter 6 Functions and Usage of D Registers (UT130, UT150/UT152/UT155)

6. Functions and Usage of D Registers


(UT130, UT150/UT152/UT155)

6.1 Overview of D Registers


This section explains the functions and usage of D registers.
The D registers store the parameter data, flag data and process data that are handled by UT100 Series
controller. By connecting UT100 Series controller to host device equipment capable of PC link
communication, Ladder communication or MODBUS communication, you can readily use these
internal data items by reading from or writing to the D registers.
Using the D registers, you can perform:
• Centralized control using host device
• Data exchange by reading/writing using host device

6.2 Interpretation of Lists of D Registers


(D Register Map Tables)
This section explains how to read the “D Register Map” tables in this chapter. In the example shown
below, the number in the leftmost column denotes (1) D register number. The five-digit number in the
column on the immediate right of the leftmost column represents (2) Reference number for MODBUS
communication. The number in the column third from left is (3) Register number (hexadecimal) for
the MODBUS communication program. Each register code name in the D Register Map tables
represents register name of specific process data item, operating parameter, setup parameter or other
data items such as flags. For details on the operating and setup parameters, see UT100 Series Tem-
perature Controller user’s manual (IM 05C01E02-01E / IM 05C01E12-01E).

Name of D Register Map


D-Reg No. Ref No. H No. Register name R/W
D0001 40001 0000 STATUS * R

(1) D register number (3) Hex number (for MODBUS communication) Reading/writing via communication
(R: reading; W: writing)
(2) Reference number (for MODBUS communication)

An asterisk (*) indicates that the number of


writing actions is limited to 100,000 times.

IM 05C01E12-10E 6-1
6.3 Classification of D Registers
■ Classification of D Register Map Tables
The table below outlines how the D registers are classified by their numbers in the D Register Map tables.
Table 6-1 Classification of D Registers
Register No. Area and Data Categories Description Reference
D0001 to 0010 Process data area Operating data PV, SV, MV and other values Section
(Note 1) 6.4
D0401 to 0420 User area (Note 2), – Used for communication with the Section
represented by shaded host device. 6.4
section in the table ( )
D0011 to 0100 Must not be used.
D0121 to 0200
D0216 to 0300
D0313 to 0400
D0101 to 0120 Operating parameters Operating parameter P, I, D, etc. Section
area (Note 1) 6.4
D0201 to 0215 Setup parameters area Setup parameter AL, HY etc. Section
(Note 1) 6.4
D0301 to 0312

Note 1: Data for process values, operating parameters and setup parameters are stored as the types (EU, EUS, % and ABS without
the decimal point) indicated in the "Operating Parameters" and the "Setup Parameters" of the UT100 Series Temperature
Controller user’s manual. The OFF and ON states are represented by 0 and 1, respectively. The D registers D0401 to
0420 are read-only.
Note 2: The user area (register numbers D0401 to 0420) is reserved for 16-bit register data used in other software programs.
When working with host device, do not write to or read from this area as usually done.

NOTE
No data may be written to or read from data storage areas with blank fields in the tables that follow.
If you attempt to do so, UT100 Series controller may fail to operate correctly.

6-2 IM 05C01E12-10E
Chapter 6 Functions and Usage of D Registers (UT130, UT150/UT152/UT155)

6.4 Register Map Table


Area for Process Data
D-Reg No. Ref No. H No. Register Name R/W D-Reg No. Ref No. H No. Register Name R/W
D0001 40001 0000 STATUS R D0216 to 0300
D0002 40002 0001 PV R D0301 40301 012C IN *R/W
D0003 40003 0002 CSP R D0302 40302 012B DP *R/W
D0004 40004 0003 OUT R D0303 40303 012E RH *R/W
D0005 40005 0004 HOUT R D0304 40304 012F RL *R/W
D0006 40006 0005 COUT R D0305 40305 0130 SPH *R/W
D0007 40007 0006 HC R D0306 40306 0131 SPL *R/W
D0008 40008 0007 T1 R D0307 40307 0132 TMU *R/W
D0009 40009 0008 T2 R D0308 40308 0133 DIS *R/W
D0010 40010 0009 SPNO R D0309 40309 0134 EOT *R/W
D0011 to 0100 D0310 40310 0135 TTU *R/W
D0101 40101 0064 A1 *R/W D0311 40311 0136 RTH *R/W
D0102 40102 0065 A2 *R/W D0312 40312 0137 RTL *R/W
D0103 40103 0066 CTL *R/W D0313 to 0400
D0104 40104 0067 AT *R/W D0401 40401 0190 R/W
D0105 40105 0068 P *R/W D0402 40402 0191 R/W
D0106 40106 0069 I *R/W D0403 40403 0192 R/W
D0107 40107 006A D *R/W D0404 40404 0193 R/W
D0108 40108 006B MR *R/W D0405 40405 0194 R/W
D0109 40109 006C COL *R/W D0406 40406 0195 R/W
D0110 40110 006D DB *R/W D0407 40407 0196 R/W
D0111 40111 006E HYS *R/W D0408 40408 0197 R/W
D0112 40112 006F CT *R/W D0409 40409 0198 R/W
D0113 40113 0070 CTC *R/W D0410 40410 0199 R/W
D0114 40114 0071 SP1 *R/W D0411 40411 019A R/W
D0115 40115 0072 SP2 *R/W D0412 40412 019B R/W
D0116 40116 0073 FL *R/W D0413 40413 019C R/W
D0117 40117 0074 BS *R/W D0414 40414 019D R/W
D0118 40118 0075 LOC *R/W D0415 40415 019E R/W
D0119 D0416 40416 019F R/W
D0120 40120 0077 CSP1 R/W D0417 40417 01A0 R/W
D0121 to 0200 D0418 40418 01A1 R/W
D0201 40201 00C8 UPR *R/W D0419 40419 01A2 R/W
D0202 40202 00C9 DNR *R/W D0420 40420 01A3 R/W
D0203 40203 00CA AL1 *R/W
D0204 40204 00CB AL2 *R/W
D0205 40205 00CC HY1 *R/W
D0206 40206 00CD HY2 *R/W
D0207 40207 00CE SC *R/W
D0208 40208 00CF DR *R/W
D0209 40209 00D0 DSP *R/W
D0210 40210 00D1 PSL *R/W
D0211 40211 00D2 ADR *R/W
D0212 40212 00D3 BPS *R/W
D0213 40213 00D4 PRI *R/W
D0214 40214 00D5 STP *R/W
D0215 40215 00D6 DLN *R/W
Shaded areas indicate a user area (D-register numbers D0401 to D0420). These registers are not available if the host
device.
An asterisk ( * ) indicates that the number of writing actions is limited to 100,000 times

IM 05C01E12-10E 6-3
6.4.1 D Register Contents
D registers are designed to indicate two or more events, such as errors and parameter data, using
combinations of bits within them. If any of the events shown in the following tables occurs, the
corresponding bit is set to 1. The bit remains set to 0 if the event has not occurred yet. Note that bits
in blank fields are not in use.
● D0001 Register-Bit Configuration of STATUS (Input Error)

Bit Code Event


0 ALM1.st ‘1’ if alarm 1 is on, or ‘0’ if off
1 ALM2.st ‘1’ if alarm 2 is on, or ‘0’ if off
2 0
3 0
4 PV+over.st PV above the upper limit of scale
5 PV-over.st PV below the lower limit of scale
6 BO.st Burn-out error
7 0
8 SYSTEM.E.st Error in system data
9 CALB.E.st Error in calibrated values
10 PARA.E.st Error in operating parameters
11 0
12 ADERR.st Error in A/D Converter
13 RJCERR.st RJC error in PV
14 EEP.E.st Error in EEPROM
15 0

● D0002 Register - PV (Measured input value)


● D0003 Register - CSP (Currently used target Setpoint)
● D0004 Register - OUT (Control output)
• For PID computations, this register, for example, takes the value “750” if the result of computa-
tion is 75%.
• For on-off computations, this register contains a reading of 0 (0.0%) for the OFF state or 1000
(100.0%) for the ON state.
● D0005 Register - HOUT (Heating-side control output)
● D0006 Register - COUT (Cooling-side control output)
● D0007 Register - HC (Heater current measured value)
● D0008 and D0009 Registers - T1 and T2 (Remaining Time Display)
These registers give the readings of the amount of time, in units of seconds, remaining until the
setpoints in the A1 and A2 registers are reached.
Example: The reading for one hour, 38 minutes and 57 seconds is given as 5,937 seconds.
(These registers are only effective if “23” or “24” is selected for the AL1 and AL2 registers.)
● D0010 Register - SPNO (Target setpoint number selection)
● D0101 and D0102 Registers - A1 and A2 (Alarm or Timer Setpoints)
If either “23” or “24” is set in the AL1 and AL2 registers, the value is used as the setpoint for the
timer in units of seconds. If a value other than “23” and “24” is set, it is used as the alarm setpoint.
● D0108 Register - MR (Manual Reset)
When using the UT130’s heating/cooling type, UT100 controller doesn’t show the decimal point for
display. But the decimal point is effective via communication.
For example takes the value “0250” if the result is 25%.

6-4 IM 05C01E12-10E
Chapter 6 Functions and Usage of D Registers (UT130, UT150/UT152/UT155)

● D0120 Register - CSP1 (Target Setpoint for Writing via Communication Only)
This target setpoint is for writing via communication only and is effective only if the SP1 register is
selected. Use this D register when you want to have access to target setpoints by means of commu-
nication. The same value written in this D register is also written in D0114:SP1. This register isn’t
backup for power failure.

IM 05C01E12-10E 6-5
6-6 IM 05C01E12-10E
Chapter 7 Functions and Usage of I Relays (UT130, UT150/UT152/UT155)

7. Functions and Usage of I Relays


(UT130, UT150/UT152/UT155)
This chapter explains the functions and usage of the I relays.
The I relays contain information on errors in UT100 Series controller, as well as the controller’s alarm
statuses. By connecting the UT100 Series controller to host device (via PC communication link), you
can read these internal data items from the I relays to use for your own particular purpose. (Note that
most of the I relays have the same functions as the D registers.)

7.1 Status I Relays


The following table summarizes how the on-off status I relays are classified.

I Relay No. Data Category Description Remarks


1 to 16 On-off Error information (same as data in the D0001 Information stored in each group of these
statuses register) I relays is represented by the four sets of
binary codes, from 0000 (0 in the
decimal system) to 1000 (8 in the
decimal system), which are formed by
17 to 48 Read/Write User area (Data can be written to or read from each combination of four I relays. The
the range of I relays) lowest-numbered I relay in each set
signifies the LSB of the four bits.

NOTE
The I relays numbered 1 to 16 store on-off status information. In normal operation, this area can be
accessed to read the on-off status.
When specifying an I relay number via communication, begin the number with an upper-case letter I.
For example, type I0014 to specify the RJCERR.st relay (I relay numbered 14).
No data may be written to or read from data storage areas with blank fields in the tables that follow.
If you attempt to do so, UT100 Series controller may fail to operate correctly.

Area of I Relays
I Relay I Relay I Relay I Relay I Relay I Relay
No. No. No. No. No. No.
Name Code Name Code Name Code Name Code Name Code Name Code
1 ALM1.st 9 SYSTEM.E.st 17 UR1 25 UR9 33 UR17 41 UR25
2 ALM2.st 10 CALB.E.st 18 UR2 26 UR10 34 UR18 42 UR26
3 11 PARA.E.st 19 UR3 27 UR11 35 UR19 43 UR27
4 12 20 UR4 28 UR12 36 UR20 44 UR28
5 PV+over.st 13 ADERR.st 21 UR5 29 UR13 37 UR21 45 UR29
6 PV-over.st 14 RJCERR.st 22 UR6 30 UR14 38 UR22 46 UR30
7 BO.st 15 EEP.E.st 23 UR7 31 UR15 39 UR23 47 UR31
8 16 24 UR8 32 UR16 40 UR24 48 UR32

IM 05C01E12-10E 7-1
7-2 IM 05C01E12-10E
Chapter 8 Functions and Usage of D Registers (UP150)

8. Functions and Usage of D Registers


(UP150)

8.1 Overview of D Registers


This section explains the functions and usage of D registers.
The D registers store the parameter data, flag data and process data that are handled by UT100 Series
controller. By connecting UP150 controller to host device equipment capable of PC link communica-
tion, Ladder communication or MODBUS communication, you can readily use these internal data
items by reading from or writing to the D registers.
Using the D registers, you can perform:
• Centralized control using host device
• Data exchange by reading/writing using host device

8.2 Interpretation of Lists of D Registers


(D Register Map Tables)
This section explains how to read the “D Register Map” tables in this chapter. In the example shown
below, the number in the leftmost column denotes (1) D register number. The five-digit number in the
column on the immediate right of the leftmost column represents (2) Reference number for MODBUS
communication. The number in the column third from left is (3) Register number (hexadecimal) for
the MODBUS communication program. Each register code name in the D Register Map tables
represents register name of specific process data item, operating parameter, setup parameter or other
data items such as flags. For details on the operating and setup parameters, see Model UP150 Pro-
gram Temperature Controller user’s manual (IM 05C01F12-01E).

Name of D Register Map


D-Reg No. Ref No. H No. Register name R/W
D0001 40001 0000 STATUS * R

(1) D register number (3) Hex number (for MODBUS communication) Reading/writing via communication
(R: reading; W: writing)
(2) Reference number (for MODBUS communication)

An asterisk (*) indicates that the number of


writing actions is limited to 100,000 times.

IM 05C01E12-10E 8-1
8.3 Classification of D Registers
■ Classification of D Register Map Tables
The table below outlines how the D registers are classified by their numbers in the D Register Map tables.
Table 8-1 Classification of D Registers
Register No. Area and Data Categories Description Reference
D0001 to 0010 Process data area Operating data PV, SV, MV and other values Section
(Note 1) 8.4
D0401 to 0420 User area (Note 2), – Used for communication with the Section
represented by shaded host device. 8.4
section in the table ( )
D0012 to 0102 Must not be used.
D0124 to 0206
D0264 to 0300
D0313 to 0400
D0103 to 0123 Operating parameters Operating parameter P, I, D, etc. Section
area (Note 1) 8.4
D0207 to 0215 Setup parameters area Setup parameter PSL, IN etc. Section
D0301 to 0312 (Note 1) 8.4
D0216 to 0263 Program parameters Program parameter EV, AL etc. Section
area (Note 1) 8.4
Note 1: Data for process values, operating parameters, setup parameters and program parameters are stored as the types (EU,
EUS, % and ABS without the decimal point) indicated in the "Operating Parameters" and the "Setup Parameters" of the
Model UP150 Program Temperature Controller user’s manual. The OFF and ON states are represented by 0 and 1, re-
spectively. The D registers D0401 to 0420 are read-only.
Note 2: The user area (register numbers D0401 to 0420) is reserved for 16-bit register data used in other software programs.
When working with host device, do not write to or read from this area as usually done.

NOTE
No data may be written to or read from data storage areas with blank fields in the tables that follow.
If you attempt to do so, UT100 Series controller may fail to operate correctly.

8-2 IM 05C01E12-10E
Chapter 8 Functions and Usage of D Registers (UP150)

8.4 Register Map Table


Area for Process Data
D-Reg No. Ref No. H No. Register Name R/W D-Reg No. Ref No. H No. Register Name R/W
D0001 40001 0000 STATUS R D0220 40220 00DB EON1 *R/W
D0002 40002 0001 PV R D0221 40221 00DC EOF1 *R/W
D0003 40003 0002 CSP R D0222 40222 00DD EV2 *R/W
D0004 40004 0003 OUT R D0223 40223 00DE AL2 *R/W
D0005 D0224 40224 00EF A2 *R/W
D0006 D0225 40225 00E0 HY2 *R/W
D0007 D0226 40226 00E1 EON2 *R/W
D0008 40008 0007 SEGTIME R D0227 40227 00E2 EOF2 *R/W
D0009 D0228 40228 00E3 SSP *R/W
D0010 40010 0009 SEGNO R D0229 40229 00E4 SP1 *R/W
D0011 40011 000A MODE R D0230 40230 00E5 TM1 *R/W
D0012 to 0102 Must not be used. D0231 40231 00E6 SP2 *R/W
D0103 40103 0066 CTL *R/W D0232 40232 00E7 TM2 *R/W
D0104 40104 0067 AT *R/W D0233 40233 00E8 SP3 *R/W
D0105 40105 0068 P *R/W D0234 40234 00E9 TM3 *R/W
D0106 40106 0069 I *R/W D0235 40235 00EA SP4 *R/W
D0107 40107 006A D *R/W D0236 40236 00EB TM4 *R/W
D0108 40108 006B MR *R/W D0237 40237 00EC SP5 *R/W
D0109 D0238 40238 00ED TM5 *R/W
D0110 D0239 40239 00EE SP6 *R/W
D0111 40111 006E HYS *R/W D0240 40240 00EF TM6 *R/W
D0112 40112 006F CT *R/W D0241 40241 00F0 SP7 *R/W
D0113 D0242 40242 00F1 TM7 *R/W
D0114 D0243 40243 00F2 SP8 *R/W
D0115 D0244 40244 00F3 TM8 *R/W
D0116 40116 0073 FL *R/W D0245 40245 00F4 SP9 *R/W
D0117 40117 0074 BS *R/W D0246 40246 00F5 TM9 *R/W
D0118 40118 0075 LOC *R/W D0247 40247 00F6 SP10 *R/W
D0119 D0248 40248 00F7 TM10 *R/W
D0120 D0249 40249 00F8 SP11 *R/W
D0121 40121 0078 RUN/RESET R/W D0250 40250 00F9 TM11 *R/W
D0122 40122 0079 HOLD R/W D0251 40251 00FA SP12 *R/W
D0123 40123 007A ADV R/W D0252 40252 00FB TM12 *R/W
D0124 to 0206 Must not be used. D0253 40253 00FC SP13 *R/W
D0207 40207 00CE SC *R/W D0254 40254 00FD TM13 *R/W
D0208 40208 00CF DR *R/W D0255 40255 00FE SP14 *R/W
D0209 D0256 40256 00FF TM14 *R/W
D0210 40210 00D1 PSL *R/W D0257 40257 0100 SP15 *R/W
D0211 40211 00D2 ADR *R/W D0258 40258 0101 TM15 *R/W
D0212 40212 00D3 BPS *R/W D0259 40259 0102 SP16 *R/W
D0213 40213 00D4 PRI *R/W D0260 40260 0103 TM16 *R/W
D0214 40214 00D5 STP *R/W D0261 40261 0104 JC *R/W
D0215 40215 00D6 DLN *R/W D0262 40262 0105 WTZ *R/W
D0216 40216 00D7 EV1 *R/W D0263 40263 0106 STC *R/W
D0217 40217 00D8 AL1 *R/W D0264 to 0300 Must not be used.
D0218 40218 00D9 A1 *R/W D0301 40301 012C IN *R/W
D0219 40219 00DA HY1 *R/W D0302 40302 012D DP *R/W
Shaded areas indicate a user area (D-register numbers D0401 to D0420). These registers are not available if the host
device.
An asterisk ( * ) indicates that the number of writing actions is limited to 100,000 times

IM 05C01E12-10E 8-3
Area for Process Data
D-Reg No. Ref No. H No. Register Name R/W D-Reg No. Ref No. H No. Register Name R/W
D0303 40303 012E RH *R/W D0401 40401 0190 R/W
D0304 40304 012F RL *R/W D0402 40402 0191 R/W
D0305 40305 0130 SPH *R/W D0403 40403 0192 R/W
D0306 40306 0131 SPL *R/W D0404 40404 0193 R/W
D0307 40307 0132 TMU *R/W D0405 40405 0194 R/W
D0308 D0406 40406 0195 R/W
D0309 D0407 40407 0196 R/W
D0310 D0408 40408 0197 R/W
D0311 40311 0136 RTL *R/W D0409 40409 0198 R/W
D0312 40312 0137 RTH *R/W D0410 40410 0199 R/W
D0313 to 0400 Must not be used. D0411 40411 019A R/W
D0412 40412 019B R/W
D0413 40413 019C R/W
D0414 40414 019D R/W
D0415 40415 019E R/W
D0416 40416 019F R/W
D0417 40417 01A0 R/W
D0418 40418 01A1 R/W
D0419 40419 01A2 R/W
D0420 40420 01A3 R/W

Shaded areas indicate a user area (D-register numbers D0401 to D0420). These registers are not available if the host
device.
An asterisk ( * ) indicates that the number of writing actions is limited to 100,000 times

8-4 IM 05C01E12-10E
Chapter 8 Functions and Usage of D Registers (UP150)

8.4.1 D Register Contents


D registers are designed to indicate two or more events, such as errors and parameter data, using
combinations of bits within them. If any of the events shown in the following tables occurs, the
corresponding bit is set to 1. The bit remains set to 0 if the event has not occurred yet. Note that bits
in blank fields are not in use.
● D0001 Register-Bit Configuration of STATUS (Input Error)

Bit Code Event


0 EV1.st ‘1’ if event 1 is on, or ‘0’ if off
1 EV2.st ‘1’ if event 2 is on, or ‘0’ if off
2 0
3 0
4 PV+over.st PV above the upper limit of scale
5 PV-over.st PV below the lower limit of scale
6 BO.st Burn-out error
7 0
8 SYSTEM.E.st Error in system data
9 CALB.E.st Error in calibrated values
10 PARA.E.st Error in operating parameters
11 0
12 ADERR.st Error in A/D Converter
13 RJCERR.st RJC error in PV
14 EEP.E.st Error in EEPROM
15 0

● D0002 Register - PV (Measured input value)


● D0003 Register - CSP (Currently used target Setpoint)
● D0004 Register - OUT (Control output)
• For PID computations, this register, for example, takes the value “750” if the result of computa-
tion is 75%.
• For on-off computations, this register contains a reading of 0 (0.0%) for the OFF state or 1000
(100.0%) for the ON state.
● D0010 Register - SEGNO (Program segment number selection)
● D0011 Register-bit Configuration of MODE (Operating mode)

Bit Code Event


0 RUN.st ‘1’ if program operation is run, or ‘0’ if reset
1 RESET.st ‘1’ if program operation is reset, or ‘0’ if run
2 0
3 0
4 HOLD.st ‘1’ if hold operation is on, or ‘0’ if off
5 WAIT.st ‘1’ if wait operation is on, or ‘0’ if off
6 to 15 0
● D0230 to 0260 Register - TM1 to TM16 (Segment time)
● D0261 Register - JC (Junction code)
● D0262 Register - WTZ (Wait zone)
● D0263 Register - STC (Start code)

IM 05C01E12-10E 8-5
8-6 IM 05C01E12-10E
Chapter 9 Functions and Usage of I Relays (UP150)

9. Functions and Usage of I Relays


(UP150)
This chapter explains the functions and usage of the I relays.
The I relays contain information on errors in UP150 controller, as well as the controller’s alarm
statuses. By connecting the UP150 controller to host device (via PC communication link), you can
read these internal data items from the I relays to use for your own particular purpose. (Note that
most of the I relays have the same functions as the D registers.)

9.1 Status I Relays


The following table summarizes how the on-off status I relays are classified.

I Relay No. Data Category Description Remarks


1 to 16 On-off Error information (same as data in the D0001 Information stored in each group of
statuses register) these I relays is represented by the four
sets of binary codes, from 0000 (0 in the
decimal system) to 1000 (8 in the
decimal system), which are formed by
Read/Write each combination of four I relays. The
lowest-numbered I relay in each set
signifies the LSB of the four bits.

49 to 54 On-off Operation mode (same as D0011)


statuses

NOTE
The on-off status I relays numbered 1 to 16 store on-off status information. In normal operation, this
area can be accessed to read the on-off status.
When specifying an I relay number via communication, begin the number with an upper-case letter I.
For example, type I0014 to specify the RJCERR.st relay (I relay numbered 14).
No data may be written to or read from data storage areas with blank fields in the tables that follow.
If you attempt to do so, UT100 Series controller may fail to operate correctly.

Area of I Relays
I Relay I Relay I Relay I Relay I Relay I Relay
No. No. No. No. No. No.
Name Code Name Code Name Code Name Code Name Code Name Code
1 EV1.st 11 PARA.E.st 21 UR5 31 UR15 41 UR25 51
2 EV2.st 12 22 UR6 32 UR16 42 UR26 52
3 13 ADERR.st 23 UR7 33 UR17 43 UR27 53 HOLD
4 14 RJCERR.st 24 UR8 34 UR18 44 UR28 54 WAIT
5 PV+over.st 15 EEP.E.st 25 UR9 35 UR19 45 UR29 55
6 PV-over.st 16 26 UR10 36 UR20 46 UR30 56
7 BO.st 17 UR1 27 UR11 37 UR21 47 UR31
8 18 UR2 28 UR12 38 UR22 48 UR32
9 SYSTEM.E.st 19 UR3 29 UR13 39 UR23 49 RUN
10 CALB.E.st 20 UR4 30 UR14 40 UR24 50 RESET

IM 05C01E12-10E 9-1
9-2 IM 05C01E12-10E
Appendix Table of ASCII Codes (Alphanumeric Codes)

Appendix
Table of ASCII Codes (Alphanumeric Codes)
In order to implement PC link communication, create a transmission/receiving program by referring to
the following table of ASCII codes.

0 0 0 0 0 0 0 0
0 0 0 0 1 1 1 1
0 0 1 1 0 0 1 1
0 1 0 1 0 1 0 1
b8 b7 b6 b5 b4 b3 b2 b1 0 1 2 3 4 5 6 7
0 0 0 0 0 NUL DLE SP 0 @ P ` p
0 0 0 1 1 SOH DC1 ! 1 A Q a q
0 0 1 0 2 STX DC2 “ 2 B R b r
0 0 1 1 3 ETX DC3 # 3 C S c s
0 1 0 0 4 EOT DC4 $ 4 D T d t
0 1 0 1 5 ENQ NAK % 5 E U e u
0 1 1 0 6 ACK SYN & 6 F V f v
0 1 1 1 7 BEL ETB ‘ 7 G W g w
1 0 0 0 8 BS CAN ( 8 H X h x
1 0 0 1 9 HT EM ) 9 I Y i y
1 0 1 0 A LF SUB * : J Z j z
1 0 1 1 B VT ESC + ; K [ k {
1 1 0 0 C FF FS , < L ¥ l |
1 1 0 1 D CR GS – = M ] m }

1 1 1 0 E SO RS . > N • n
1 1 1 1 F SI US / ? O _ o DEL
Note:
SP ($20): space
DEL ($7F): control code Control codes Character codes

IM 05C01E12-10E App. 1
App. 2 IM 05C01E12-10E
Revision Record
● Manual No. : IM 05C01E12-10E
● Title : UT100 Series Communication Functions

Edition Date Revised Item


First Oct., 2000 Newly published
Second Feb., 2001 Additional UP150
Third Sep., 2003 Correct
Foruth Jun., 2004 Change of the company name.

Written by Yokogawa Electric Corporation

Published by Yokogawa Electric Corporation


2-9-32 Nakacho, Musashino-shi, Tokyo 180-8750, JAPAN

i
YOKOGAWA ELECTRIC CORPORATION
Network Solutions Business Division
2-9-32, Nakacho, Musashino-shi, Tokyo, 180-8750 JAPAN
Phone: +81-422-52-7179 Facsimile: +81-422-52-6793
Sales Branch Offices
Tokyo, Nagoya, Osaka, Hiroshima, Fukuoka

YOKOGAWA CORPORATION OF AMERICA


Headquaters
2 Dart Road, Newnan, GA. 30265-1094 U.S.A.
Phone: +1-770-253-7000 Facsimile: +1-770-251-0928
Sales Branch Offices / Texas, Chicago, Detroit, San Jose

YOKOGAWA EUROPE B. V.
Headquaters
Databankweg 20, 3821 AL Amersfoort THE NETHERLANDS
Phone: +31-334-64-1611 Facsimile: +31-334-64-1610
Sales Branch Offices / Houten (The Netherlands), Wien (Austria), Zaventem
(Belgium), Ratingen (Germany), Madrid (Spain), Bratislava (Slovakia), Runcorn (United
Kingdom), Milano (Italy), Velizy villacoublay(France), Johannesburg(Republic of South
Africa)

YOKOGAWA AMERICA DO SUL S.A.


Headquarters & Plant
Praca Acapulco, 31-Santo Amaro, Sao Paulo/SP, BRAZIL CEP-04675-190
Phone: +55-11-5681-2400 Facsimile: +55-11-5681-4434

YOKOGAWA ENGINEERING ASIA PTE. LTD.


Head office
5 Bedok South Road, Singapore 469270 SINGAPORE
Phone: +65-6241-9933 Facsimile: +65-6241-2606

YOKOGAWA ELECTRIC KOREA CO., LTD.


Seoul Sales office
395-70, Shindaebang-dong, Dongjak-gu, Seoul,156-010, KOREA
Phone: +82-2-3284-3000 Facsimile: +82-2-3284-3019

YOKOGAWA TAIWAN CORPORATION


Head office
17F, No.39, Sec. 1, Chung Hwa Road Taipei, 100 TAIWAN
Phone: +886-2-2314-9166 Facsimile: +886-2-2314-9918

YOKOGAWA AUSTRALIA PTY. LTD.


Head office
Centrecourt D1, 25-27 Paul Street North, North Ryde, N. S. W. 2113, AUSTRALIA
Phone: +61-2-9805-0699 Facsimile: +61-2-9888-1844

YOKOGAWA INDIA LTD.


Head office
40/4 Lavelle Road, Bangalore, 560 001, INDIA
Phone: +91-80-227-1513 Facsimile: +91-80-227-4270

LTD. YOKOGAWA ELECTRIC


Grokholskiy per. 13, Build. 2, 4th Floor, 129010, Moscow, RUSSIA FEDERATION
Phone: +7-095-737-7868 Facsimile: +7-095-737-7869

You might also like