0% found this document useful (0 votes)
2K views10 pages

Usermanual Hxdsbox

Uploaded by

chenhercules
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views10 pages

Usermanual Hxdsbox

Uploaded by

chenhercules
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Process Display Hxdsboxai User Manual

Mechanical size: 79 × 43 × 25mm;

Installation opening: 76.5 × 39.5mm.

1. The meter can be called a universal analog input display meter. It can be matched
with various sensors with analog output to display the actual physical quantity. Such
as temperature transmitter, frequency converter, motor speed, pressure, liquid level,
concentration, etc.

2. The instrument supports current input or voltage input.

3. Default adaptation: 0-10V, 2-10V, 0-20mA, 4-20mA. By setting the bias parameter and
gain parameter, it can adapt to other inputs in the range of 0-10V, or 0-20mA.

4. It is displayed as a percentage by default. You can also set your own display range
through F0-2 ~ F0-4.

5. The instrument with 485 interface has already supported the communication
between the meters, and it is convenient to realize multiple displays.
Main features

1. Model description,standard version: HXDSBOXAI-NR;With RS485 version:


HXDSBOXAI-485;With relay output version: HXDSBOXAI-RL

2. Standard version and version with RS485, rated power supply voltage range:
DC6~25V, power consumption: 24V/40mA;with relay output version, rated
power supply voltage Range: DC8~25V, power consumption: 24V/50mA;power
supply anti-reverse connection and surge protection

3. 1 analog input, voltage type or current type can be selected

4. Voltage type input impedance: >30kQ, current type input impedance: <250Ω
Rich parameter settings (please see the parameter description), with its own
button, easily complete the parameter configuration: 0.56 inch 4-digit digital
tube

5. "With RS485 version", using standard Modbus-RTU protocol, easy to achieve


networking: and support networking between tables,
"With relay output version", with 1 normally open relay output, relay load
capacity: 3A30Dc/3A250VAC;

6. Mechanical size: 79×43×25mm: installation opening: 76.5×39.5mm.


Indicator light and signal description

1. Front panel diagram

2. Indicator light:

a. Only "with RS485 version" is useful: R communication receives data indication: T


communication sends data indication

b. Only the "with relay output version" has: S indicator light on when the relay is closed

3.Port signal description


4.Common wiring diagram:

5. Button and digital tube display state transition diagram:

Special note: In the third-level menu, click OK to save the modified parameter value
and return to the previous menu, the parameter number is automatically increased by
one; and click the SET button to directly return to the previous menu without saving the

modified parameter value .Long press or to make the adjustment value change
quickly.

Parameter description

The parameters are described as follows:


1. F0 Attendant array display

2. F1 parameter group-analog configuration parameters


The analog input gain and offset use formula is: adjustment result = (collected value +
offset) × gain, the adjustment result is limited to 0.0~100.0%

The range is 100.0% when greater than 100.0%, and 0.0% when less than 0.0%

3.F2 parameter group relay output dosing (with relay Output version)

An example to illustrate the action mechanism of the hysteresis interval: For example,
select "F2-1 condition type" as "0: greater than comparison value 1", set "F2-2
comparison value 1" to 50.0%, and use "F2-4 hysteresis interval" The default value is
5.0%. When the power is on, the collected value gradually increases. When it is greater
than 50.0%+5.0%/2, the output condition is satisfied. If the collected value decreases
at this time, it needs to be less than 50.0%-5.0%/2 to reach the non-output condition.
4.F7 communication parameters and software version (communication
parameters are "with RS485 version" for use)
Communication protocol and communication method of "with R485
communication version"

1. The user host accesses the collected value of the display table

The communication uses the standard Modbus-RTU protocol, and reads with the multi-
read instruction 03H. The return parameter value is an integer with the decimal point
removed from the display value of the digital tube. For example, the display value of the
F0-0 digital tube is 60.0, and it is 600 if it is read by communication. There is a one-to-
one correspondence between Modbus register addresses and parameters. For
example, the Modbus register address corresponding to F7-2 is 0702H, that is, the 7 in
F7-2 is the high 8-bit value, and the 2 in F7-2 is the low 8-bit value.

For example, read the parameter values of parameters F0-0 and F0-1 (the F7 parameter
group uses the default parameters), the format is as follows:

In the above example, the read F0-0 and F0-1 are 0258H = 600, that is, the collected
value F0-0 is 60.0%; the displayed value F0-1 is 60.0.

2.Networking description between tables


Through the network between the meters, the display value of the data collected by the
master meter can be transmitted to the slave meter for display through RS485. There
can be only one master table in a network, and there can be multiple slave tables. In
use, only the master table needs to set the corresponding display range, and the slave
table does not need to set the display range.
Figure 4-1: The main table sends data through broadcast mode network diagram

The main advantages of Figure 4-1: few setting parameters, fast networking; all slave
meters only need to set one parameter.

The main advantage of Figure 4-2: Because of the polling method, each slave display
table can return data. It can be roughly judged by the receiving indicator of the master
meter whether all slave meters are connected to the network, but each meter needs to
set parameters separately.

3.Serving as a slave, used as a Modbus-RTU display meter (applicable to version


V1.02 and above)

Set parameter F7-4 to 1. At this time, parameters F0-1 (corresponding to register


address 01H) and F0-2 (corresponding to register address 02H) parameters can be
modified through the 06H and 10H commands of the Modbus-RTU protocol (the table
display is no longer analogous to Quantity collection association). The device address
is still set by the F7-0 parameter. The following example assumes that F7-0 = 1, F7-4 =
1 as the premise.

a. Write 16.88 data to the meter (that is, F0-1 is 1688, F0-2 is 2), and the meter will
display 16.88 when it is received.
The host sends: 01 10 00 01 00 02 04 06 98 00 02 32 C5

Table response: 01 10 00 01 00 02 10 08

b. F0-2 is set to 1 through the panel parameters (the meter displays one decimal place),
and the register address 01 (ie F0-1) is written with the function number 06H or 10H as
1234, and the meter displays 123.4.

Host send (06H write): 01 06 00 01 04 D2 5A 97

Table response (written by 06H): 01 06 00 01 04 D2 5A 97

or

Host send (10H write): 01 10 00 01 00 01 02 04 D2 25 1C

Table response (10H write): 01 10 00 01 00 01 50 09

You might also like