市 场 价: ¥0元/个
优 惠 价: ¥0元/个
Technical parameters
1. Display mode: No display
2. The test medium: Liquid or gas compatible with material
4. Precision grade: 0.5%FS
5. Stability: ±0.5%FS/Y
6. Working voltage:3.6VDC battery
15. Protection grade:IP68
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 1E // 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)
byte number |
1 |
2 |
3 |
4-5 |
6 |
7-8 |
9-10 |
11 |
12-13 |
14-15 |
Content |
1E |
XX |
XX |
XXXX |
XX |
XXXX |
XXXX |
XX |
0014 |
00F0 |
Defination |
The total number of byte |
The total message sent |
data number |
Current value |
Dot |
Unit |
Battery voltage |
Reserved |
sensor sampling rate |
Sensor data uplink rate |
Byte type |
No symbol |
No symbol |
No symbol |
with symbol |
no symbol |
no symbol |
no symbol |
Reserved |
no symbol |
no symbol |
Value range |
1E |
0~255 |
1 |
-1999~+9999 |
0-3 |
0~16 |
0~65535 |
Reserved |
1~9999S |
1~9999min |
16-17 |
18-19 |
20-21 |
22-23 |
24 |
25 |
26 |
27 |
28 |
29-30 |
0005 |
0001 |
270F |
D8F1 |
02 |
XX |
02 |
XX |
XX |
XXXX |
Collaction rate in alarm status |
Alarm uplink rate |
High alam threshol |
Low alarm threshold |
Alarm mode |
reserved |
sensor alarm confirmation times |
reserved |
wireless signal strength |
CRC |
no symbol |
no symbol |
with symbol |
with symbol |
no symbol |
reserved |
no symbol |
reserved |
no symbol |
no symbol |
1~9999S |
1~9999min |
-1999~9999 |
-1999~9999 |
0~3 |
reserved |
‘1~99 |
reserved |
0~31 |
0~65535 |
Downlink data format:
Serial No. |
command byte number |
Command |
Menu name |
Value range |
Remard |
1 |
3 |
A1 |
data upload interval |
1~9999min |
default 240min |
2 |
3 |
A2 |
sampling interval |
1~9999sec |
default 20sec |
3 |
3 |
A3 |
high alarm value |
-9999~9999 |
Default is 1999, decimal point follows display |
4 |
3 |
A4 |
low alarm value |
-9999~9999 |
Default is -1999, decimal point follows display |
5 |
3 |
A5 |
alarm mode |
HL(0)/IN(1)/CAPH(2)/CAPL(3) |
0: Out of range alarm; 1: Alarm within the range; 2 high alarms; 3 low alarms. Default high alarm |
6 |
3 |
A6 |
Alarm output |
NO/NC |
Normally open/normally closed |
7 |
3 |
A7 |
sensor alarm confirmation times |
1~99 |
Default is 2 times |
8 |
3 |
A8 |
Set cutting value |
-9999~9999 |
Set cutting value |
9 |
3 |
A9 |
sampling rate in alarm status |
1~9999sec |
In the alarm state, the sampling rate is set to 5 seconds by default |
10 |
3 |
AA |
Alarm uplink rate |
1~9999min |
In the alarm state, the upload rate defaults to 1 minute |
11 |
3 |
AB |
Unit option |
MPa、KPa、Bar等 |
Multiple units such as pressure and liquid level |
12 |
3 |
AC |
decimal |
0~3 |
Up to 3 decimal places can be set |
13 |
3 |
AD |
Set the minimum range value |
-9999~9999 |
Set the minimum range value |
14 |
3 |
AE |
Set the maximum range value |
-9999~9999 |
Set the maximum range value |
15 |
3 |
AF |
Set compensation value |
-9999~9999 |
Set compensation value |
"For example: (Command is in hexadecimal, 4G product is a string):
1. Modify a single parameter: change the upload time to 10 minutes: write A1 00 0A;
2. Modify multiple parameters simultaneously: upload time is 10 minutes, decimal point is 2: write A1 00 0A AC 00 02;
3. If a negative number is input, the data will be Symbolic shaping. For example, to input a low level alarm of -5; Actual input FFFB;
Input: A4 FF FB;"
+86 13923792185
Website:www.micmetering.com
Address:6th Floor, Block B, Area A, Qinghu Science and Technology Park, Longhua District, Shenzhen, Guangdong Province
Service Hotline
Service Hotline
TOP