HXDSBOXAI
HXDSBOXAI
HXDSBOXAI
https://www.aliexpress.com/i/1005003286166172.html
Description
Report Item
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
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.
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
without saving the modified parameter value .Long press or to make the adjustment value change quickly.
Parameter description
The parameters are described as follows:
F0-2 Display accuracy The number of decimal places displayed in the "Monitor Menu", range: 0-3.
1 Read write
In the "monitoring menu", the value corresponding to "acquisition value" is 0%, the range: -
F0-3 Show minimum
1999~9999
0 Read write
In the "Monitoring Menu", the value corresponding to the "Acquisition Value" is 100.0%,
F0-4 Show maximum 1000 Read write
the range: 1999~9999
0: Not disconnected; 1: Disconnected. (Disconnection detection is set by F1-4) (starting
F0-5 Offline status
from V2.10) read-only
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)
Parameter parameter name Scope and description Defaults Read write
When the output conditions are met, the relay output status:
Relay output status
F2-0 0: No control (always open) 1: Relay closed 2: Relay open (not satisfied Closed on
configuration
condition)
0 Read write
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)
Parameter parameter name Scope and description Defaults Read write
F7-0 Local address Range: 1~247 1 Read write
0:1200bp;1: 2400bp5;2:4800bps: 3:
F7-1 Baud rate 9600bps
4:19200bps;5: 38400bps 3 Read write
0:8,1, None (8 data bits, 1 stop bit, no
parity)
1:8,1, Even (8 data bits, 1 stop bit, even
parity)
F7-2 Data Format
2:8,1,Odd (8 data bits, 1 stop bit, odd
parity
0 Read write
3:8,2, None (8 data bits, 2 stop bits, no
parity)
Communication response delay time
F7-3 Response delay Read write
0~500ms
5
F7-4 Communication type Use above V1.02
0: The display table is a Modu slave, and
the user host can read the collected values
of the display table:
1:
The display table is a network slave
between the tables, and can
receive the display data of the display table
set as the master:
2:
The display table is the network host
between the tables, and the
display value is sent to the slave display
table through the broadcast
address
3: The display table is the inter-table
networking host, and the display value is
sent to the slave by means of address 0 Read write
polling
Display table, address polling range is:
1~F70 value.
Set to 111 to restore the parameters to the
F7-5 Parameter recovery 1313
factory settings: other values are invalid.
read-only
F7-6 Model code Module model code 0521H 0.1
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.
Figure 4-1: The main table sends data through broadcast mode network diagram
Figure 4-2:Table network diagram of sending data through address polling
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
TAKE A LOOK AT THIS:Digital display meter 0-10V 0-20mA 2-10V 4-20mA analog input display table Digital display head
PRODUCT PROPERTY:✨ Basic: Diy supplies is electrical.Origin is cn(origin).
REASONS TO BUY:✨ Digital display meter: digital display meter with built-in digital display meter ensures that you can easily read the data in real-time and accurate
readings.
✨ Excellent customer service: if you have any questions about the product, please feel free to contact us. we will try our best to solve it for you.
✨ Works perfectly: the digital meter is built with high-quality abs material, which is durable and can be used for a long time.
✨ Designed with you in mind: this digital meter is designed by professionals. vibrant color and unique pattern print offers you creative and unique idea to decorate home.
✨ Highly recommended seller: highly recommended by office workers and home buyers, this digital meter can be easily used by most people. it is easy to install and
maintain. if you have any questions, please contact us in time.
✨ Enhanced durability: high-quality materials and exquisite workmanship ensure the product is sturdy and durable.
RELATED INFO:✨ Non contact tonometer: tonometer is a non-contact meter that can be used when contact with the tonometer for accurate reading.
✨ Multimeter probe: the multimeter probe has a built-in thermometer sensor, which can be used to measure the distance of the data displayed in the digital display.