Inquiry

language

联系我们
如果您有任何疑问,请立即联系!
  • wireless LoraWan pressure transmitter HPT20
  • wireless LoraWan pressure transmitter HPT20
wireless LoraWan pressure transmitter HPT20

市 场 价: 0元/个

优 惠 价: 0元/个

product overview :

  • LoRaWAN Wireless pressure sensor with high precision and sensitivity and the ultra-low power consumption microprocessor are adopted to process the pressure signal of the medium under test into digital signal, which can display the pressure value on site and transmit the measured data wireless through the standard LoRaWAN protocol. It has the advantages of convenient installation and use, further transmission distance, stable and reliable performance and so on. It is widely used in intelligent fire protection, intelligent water supply, intelligent factory and other wireless pressure monitoring field. Price: 100+ pcs, USD75/PC.
wireless LoraWan pressure transmitter HPT20

wireless LoraWan pressure transmitter HPT20

Technical parameters

1. Display mode: Five-digit liquid crystal display
2. The test medium: Liquid or gas compatible with material
3. Scale range:-0.1~ 60MPaInner arbitrary interval
4. Precision grade: 0.5%FS
5. Stability: ±0.5%FS/Y
6. Working voltage:3.6VDC battery
7. Battery capacity:19000mAh
8. Sleep currency: <30uA
9. Transmit currency: <140mA
10. Receive currency: <15mA
11. Working temperature:-20~60°C
12. Overload capacity:300%
13. Service life:>9 million Pressure cycle
14. Install the screw:M20*1.5, G1/2, etc.
15. Protection grade:IP65
16. Data transmission rate: 300bps~5.4Kbps
17. Maximum transmission power: 25db
18. Receiving sensitivity: -150dBm (SF=12)

LoraWan Frequency: 433Mhz, 470MHz, 868Mhz, 915Mhz, 923Mhz

 * Replace the battery:When the battery symbol in the bottom left corner of the screen flashes, it indicates that the battery

is low in power and the battery should be replaced in time;

* steps:The battery compartment can be opened by rotating the back cover anticlockwise. After replacing the battery, close 

the back cover and turn clockwise to lock the back cover to achieve waterproof effect; 

 

After-sales service 

1.  All orders of our products are guaranteed for one year;

2. If the product fails within the warranty period, it is a quality problem detected by the company, and the company shall bear

all the maintenance costs; 

3. Failure to follow this manual or disassemble of the product, resulting in damage to the components or pressure diaphragm,

is not covered by the product warranty。 

4. Please contact our company to confirm the repair after product failure. Please attach the following information: 

a. Product failure phenomenon;

b. Description of the product using site environment;

c. Delivery address and contact information;

 

Data communication format:

#define DATA_SIZE_MAX           10 // Datapool size

typedef struct

{

uint8_t DataLength; // Information frame size

uint8_t     Dataserial;           // the total message sent

uint8_t DataUsed; // data pool effective data volume

int16_t Pressure[DATA_SIZE_MAX]; // Pressure value data pool

uint8_t Dot; // decimal point

uint16_t Unit; // Unit

uint16_t BatV; // Battery voltage

uint8_t Status; // Sensor and dry contact status

uint16_t CollectionInterval; // sensor sampling rate,1-9999s

uint16_t UploadInterval; // upload interval,1-9999min

uint16_t AlmCollectionInterval; // collection rate in alarm state,1-9999s

uint16_t AlmUploadInterval;       // upload rate when alarming, 1-9999min

int16_t UploadHigh; // high alarm threshold, -1999~9999

int16_t   UploadLow; // low alarm threshold, -1999~9999

uint8_t UploadThresholdMode; // alarm mode

uint8_t UploadInvert; // alarm NO/NC

uint8_t UploadVerify; // sensor alarm confirmation times

uint8_t DigiInputVerify; // dry contact alarm confirmation times

int8_t rss; // wireless signal strength

uint16_t crc; // communication CRC check code

} SmartInstrumentData;

 

Unit : MPa,kPa,Pa,BAR,PSI,kgfcm2,kgfm2,℃,℉,mm,cm,m,mV,V,mA,A,blank

(0~16 in return, on behalf of MPa~blank)

 

Dot : "3.000", " 2.00", "  1.0", "   0"

(3~0 three decimal placed to no decimal places)

Status : 0x01, sensor fault ;0x02,1#dry contact; 0x04,2#dry contact。

 

UploadThresholdMode:
// 0: High and low alarm >UploadHigh action, <UploadLow return

// 1: scope of alarm, >UploadLow And<UploadHigh action, return
// 2: Single point high alarm, >UploadHigh action, return
// 3: Single low alarm, <UploadHigh action, return

 

UploadInvert
// when UploadInvert = 1,Actions and returns need to be understood in

reverse( NO/NC)

 

Frame head

Device EUI

data fields

 

unvarnished transmission data

Data Fields

 

Data pool Length

Total message sent

Length of pressure value

Pressure value

1

Dot

 

Unit

Battery Voltage

Sensor and dry contact state

0005

0003

22

06

01

FF92

03

0000

0D27

06

 

Data Fields

 

Communi cation CRC Check code

Sensor samp ling rate

Upload interval

Collection rate in alar m state

 

Upload rate when alarming

 

High alarm thres hold

Low alar m thres hold

Alarm mode

Alarm NO/ NC

Sensor alarm confi rmation times

 

Dry contact alarm confi rmation times

 

Wireless signal strength

003C

001E

0005

0002

270F

F831

02

00

05

05

03

3A7F

 

No.

Identity code

Number

Menu name

Value range

Menu remark

1

A1

4

Upload interval

1~9999min

Default 10min

2

A2

4

Sampling interval

1~9999sec

Default 10sec

3

A3

6

High alarm value

-1999~9999

The default is 9999, followed by the decimal point.

4

A4

6

Low alarm value

-1999~9999

The default is -1999, followed by the decimal point.

5

A5

2

Alarm mode

HL/IN/CAPH/CAPL

Upper and lower limit alarm / range alarm, default high alarm

6

A6

2

Alarm output

NO/NC

Normal open / normal close

7

A7

4

Sensor alarm delay

1~99

Sensor alarm delay, the default is 5 times

8

A8

4

Set cut value

-1999~9999

Set cut value

9

A9

4

Sampling rate when alarming

1~9999sec

In alarm state, the sampling rate is 5sec by default

10

AA

4

Uploading rate when alarming

1~9999min

In the alarm state, the upload rate is 5min by default

11

AB

2

Unit choice

MPa、KPa、Bar etc.

Pressure, liquid level and other units

12

AC

2

Decimal point

0~3

Up to 4 decimal points can be set

 

 

 

 

 

 

 

 

Downlink data format:

For example: (Command in hexadecimal) Change machine# 0002:

1. Change the upload time to 10 minutes: Write 00 02 A1 00 0A;

2. If a negative number is entered, the data is signed integer,

Example: To input a low level alarm -5; Actual input FFFB; Input: 00 02 A4 FF FB


  • Service Hotline

    Service Hotline

    +86 13923792185

  • WeChat

    MIC Metering (Shenzhen) Limited
  • TOP

Our Cookie Usage Policy

Our website uses cookies and other similar technologies to distinguish you from other users of our website. This helps us provide you with a good experience when you browse our website and allows us to improve our website. For more information, please refer to our Cookie Policy.