
5
Process low alarm Measured value<Alarm set value Measured value>Alarm set value
Deviation high alarm Measured value>Alarm set value + Set value Measured value>Alarm set value + Set value
Deviation low alarm Measured value<Alarm set value - Set value Measured value>Alarm set value - Set value
Band alarm
Measured value<Alarm set value + Set value
And
Measured value>Alarm set value - Set value
Measured value>Alarm set value + Set value
Or
Measured value<Alarm set value - Set value
Out of band alarm
Measured value>Alarm set value + Set value
Or
Measured value<Alarm set value - Set value
Measured value<Alarm set value + Set value
And
Measured value>Alarm set value - Set value
9. RS485-USB
Wire the USB connector to your temperature controller according to the wiring diagram. You can extend the
USB wire up to 150m for connecting to your computer. Connect the USB to your PC and download software
from our website and follow the instruction.
10. Host communication based on MODBUS-RTU protocol [OPTIONAL]
The master controls communication between master and slave. A typical message consists of a request
(query message) sent from the master followed by an answer (response message) from the slave. When
master begins data transmission, a set of data is sent to the slave in a fixed sequence. When it is received,
the slave decodes it, takes the necessary action, and returns data to the master.
10.1 Communication Mode:
Data bit length Stop bits Parity bit Communication time interval
8-bit (Binary) 1,2 NONE 300ms
10.2 Message length of each function (Unit: byte):
Function code
(Hexadecimal) Function Query message Response message
Min Max Min Max
03H Read holding registers 8 8 7 7
06H Preset single register 8 8 8 8
10.3 Message format
Slave address The slave address is a number from 1 to 255 manually set at the front key panel of the
controller.
Function code Refer to 2. Message length of each function
Data The data to execute the function specified by the function code is sent to the slave and
corresponding data returned to the master from the slave.
CRC-16 CRC-16: Cyclic Redundancy Check)
10.4 Read holding registers [03H]
The query message specifies the starting register address and quantity of registers to be read.
Slave address
Function code
03H
Register
address
Quantity
The setting must be 1
CRC16