市 场 价: ¥0元/个
优 惠 价: ¥0元/个
Technical parameters
1. Display mode: Five-digit liquid crystal 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
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
15. Protection grade:IP65
LoraWan Frequency: 433Mhz, 470MHz, 868Mhz, 915Mhz, 923Mhz
Instructions
Left-click :Backlit switch / shift M key:Menu Settings / Confirm
Right-click: Supply voltage/AD value/Numerical change
Long press M key 3 sec,Enter the menu password setting;
Group 1 Menu password 0001;
NO |
Symbol |
Menu |
Value range |
Menu description |
1 |
UN |
Unit selection |
MPa;KPa;Bar , etc. |
Pressure, liquid level and other units |
2 |
DOT |
Decimal number |
0~4 |
Up to four decimal places can be set |
3 |
U-R |
lower limit range |
-19999~99999 |
Factory Settings, do not change |
4 |
F-R |
Maximum range |
-19999~99999 |
Factory Settings, do not change |
5 |
DSP |
Display value switching |
DSP/PRESS |
Display AD value/display pressure value |
6 |
OFF |
Zero compensation |
-9.999~9.999 |
Negative compensation can be set for zero deviation |
7 |
CUT |
Zero remove |
YES/NO |
Zero small signal cut on/off,0.5%FS Removal |
8 |
FLTR |
filter constant |
1~9 |
Display value refresh frequency,1 fastest |
9 |
ADSP |
Sampling interval |
1~120min |
Default 10min |
10 |
-UP- |
Upload interval |
1~120min |
Default 10min |
11 |
LGHT |
Backlight time |
1~99s |
Default 5s |
12 |
DPOF |
Screen time |
1~9999s |
Default 0 |
13 |
BAT |
Operating voltage alarm |
3.0~3.6VDC |
Default 3.0VDC |
14 |
SAVE |
Save Settings |
YES/NO |
Modify the parameters to save the Settings, otherwise invalid |
15 |
END |
Exit menu |
EXIT |
Exit menu Settings |
Group 2 Menu password 0002;(This set of parameters is the factory calibration Settings, non-professional personnel do
not modify)
NO |
Symbol |
Menu |
Value range |
Menu description |
1 |
SNR |
Input signal selection |
IIC/ADC |
Sensor signal selection |
2 |
CAL1 |
Zero AD value calibration |
0~9999 |
Press M to confirm the pressure value at zero to calibrate |
3 |
CAL2 |
Full AD value calibration |
0~9999 |
When the pressure value is full, press M to confirm the calibration |
4 |
BAT |
Supply voltage calibration |
3.000~3.600 |
When the power supply voltage is full, press M to confirm the calibration |
5 |
SAVE |
Save Settings |
YES/NO |
Modify the parameters to save the Settings, otherwise invalid |
6 |
END |
Exit menu |
EXIT |
Exit menu Settings |
Group 3 Menu password 0003;
NO |
Symbol |
Menu |
Value range |
Menu description |
1 |
AL-H |
High alarm value |
00.00~99.99 |
Default 0.5 |
2 |
AL-L |
Low alarm value |
00.00~99.99 |
Default 0.1 |
3 |
AL-A |
Alarm way |
HL/IN/CAPH/CAPL |
Upper and lower alarm / Range alarm |
4 |
AL-O |
Alarm output mode |
NO/NC |
Normally open / Normally closed |
5 |
ADLY |
Display alarm sensitivity |
0~9999 |
Display alarm delay,Default 5 |
6 |
DDLY |
Output alarm sensitivity |
0~9999 |
Output alarm delay,Default 5 |
7 |
NADC |
Alarm sampling rate |
1~120min |
Alarm sampling interval,Default 5min |
8 |
N-UP |
Alarm upload rate |
1~120min |
Alarm upload interval,Default 5min |
9 |
SAVE |
Save Settings |
YES/NO |
Modify the parameters to save the Settings, otherwise invalid |
10 |
END |
Exit menu |
EXIT |
Exit menu Settings |
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 |
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
+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