Home > Products > Level Sensor > F500 ultrasonic sensor receiver transmitter water level meter liquid level measurement sensors with no drilling hole
F500 ultrasonic sensor receiver transmitter water level meter liquid level measurement sensors with no drilling hole
- 1000 Piece / Pieces per Month
- beijing
- T/T L/C D/P D/A Credit Card PayPal
You May Like
-
F500 ultrasonic fuel level sensor truck fuel level sensor resistive fuel level sensor for all liquid
-
F500 ultrasonic level sensor diesel water tank level indicator low price with high resolution rs232rs485 output
-
F500 ultrasonic liquid level sensor wireless fuel level sensor installed easily no drilling hole high resolution
-
F500 ultrasonic fuel level sensor resistive fuel level sensor fuel level sensor for truck no drilling hole
-
F500 low price ultrasonic fuel level sensor water detection sensor water detection sensor with 0-5V output
-
F300 Capacitive fuel water tank level monitoring sensor generator gauge 4-20ma and analog output
Product Details
Place of Origin | Beijing, China | Brand Name | DINGTEK | |
Model Number | DF500 | Usage | Level Sensor | |
Theory | Capacitance Sensor | Output | Analog Sensor |
Product Description
F500 ultrasonic sensor receiver transmitter water level meter liquid level measurement sensors with no drilling hole
1 Overview
The DF500 is one type of ultrasonic level sensor which measure the liquid level without drilling hole on container. The resolution is 1mm or 0.1%FS (the bigger value).It is applicable for the close container or open container which thickness is less than 5mm. Steel tank or plastic are applicable. Output is optional for 0-5V, RS232 and RS485, it is easy to integrate into the embedded system or SCADA.In order to realize remote monitoring, there are wireless version for DF500, including zigbee, Wifi, GPRS,3G by working with our wireless module. Furthermore, GPS module is one optional for the DF500.
2 Specification
Measurement Range | 50~ 1000mm |
Blind Area | 50mm |
Resolution | 1mm or 0.1%FS, the bigger one |
Accuracy | 3mm or 0.3%FS, the bigger one (for stable container) |
Power Supply | 9-36V DC |
Current | 70mA@12VDC |
Output Signal | RS485, RS232, 0-5V, wireless (optional) |
Protocol | Dingtek /Customized |
Operating | -20~70℃ |
Storage Temperatur | -40 ~ 85℃ |
Media | liquid |
Protection Rank | IP66 for transducer, IP65 for the controller box |
Mounting | Surface stick by glue or tape |
LED Display | Optional for installation |
Wireless | Optional for zigbee, wifi, GPRS, UMTS |
Dimension | Transducer ø30, Controller box 82*55*25mm |
4 Test Report
DF500, zigbee module, water bucket
5.3 Wireless version (Zigbee/Wifi/GPRS/3G)
Pin 1: Red Line: V+,
Pin 2: Black Line: GND
Notes: If there is labels on sensor for pin definition, please act as the labels.
Press the two button at the same time for more than 3 seconds, it will come into the installation mode. In this mode, there are two screens. One is the level value in cm. The other is the signal status. For the signal status, it is 0-2. 2 is the best status, you can directly use this position for the final installation point. 1 is the secondary option when you can not find the signal status of 2 on this container. 0 is bad point to install, do not recommend to install on point with status 0
7.3 Installation with double faced tape
If it is aluminium alloy or plastic tank, please use the double faced tape to install.
Then use the tie to fasten the transducer with the container.
7.4 Installation with glue
Glue is applicable for steel tank as well as aluminium alloy or plastic tank.
Put glue on the transducer surface, stick them on the position you remarked at previous step. Monitor the status value on the LED display, make sure it is 2 (1 is secondary option if no 2), fasten the transducer with the container. Keep it while the glue solid the transducer.
Install the transducer protection part and fasten the transducer with the tie.
7.5 Routing wire
Use insulative tape to protect the connecting part of the transducer and the extended cable as well as the signal, power connection part.
Fasten the cable around the device or vehicle, make sure to avoid the heat part.
8 Protocol
8.1 Baud Rate and Bits
The default baud rate is 9600bps, one start bit, eight data bit, one stop bit, no checksum bit.
8.2 Packet from Device to Sensor
2 Bytes | 2 Bytes | 2 Bytes | 2 Bytes | 2 Bytes |
Header | Command | ID | CheckSum | End |
Header: $! In ASCII or 0x24 0x 21 in Hex.
Command: to show which kind of command.
ID: sensor id number, from 01 to 99 in ASCII. Or 0x30 0x31 to 0x39 0x30 in Hex.
Checksum: Sum of bytes from header to id, then select the low 8 bit, finally convert to ASCII and show in Hex. E.g. If sum is 0x0356, then low 8 bit is 0x56, to ascii, the value is 56(0x35 0x36 in Hex).
End: 0x0D 0x0A.
8.3 Packet from Sensor to Device
1 Bytes | 3 Bytes | 2 Bytes | 6 Bytes | 2 Bytes | 2 Bytes |
Header | Command | ID | Data | CheckSum | End |
Header: * In ASCII or 0x2A in Hex.
Command: to show which kind of command.
ID: sensor id number, from 01 to 99 in ASCII. Or 0x30 0x31 to 0x39 0x30 in Hex.
Data: Replied data.
Checksum: Sum of bytes from header to data, then select the low 8 bit, finally convert to ASCII and show in Hex. E.g. If sum is 0x0356, then low 8 bit is 0x56, to ascii, the value is 56(0x35 0x36 in Hex).
End: 0x0D 0x0A.
8.4 Read LevelAD Value
Request: From device to sensor.
ASCII: $!RY0151
Hex: 24 21 52 59 30 31 35 31 0D 0A
$! is header, RYis command, 01 is sensor id, 51 is end.
Reply: From sensor to device
ASCII: *CFV0100FA32B6
Hex: 2A 43 46 56 30 31 30 30 46 41 33 32 42 36 0D 0A
* is header, CFV is reply command. 01 is sensor id. 00FA32 is AD value for level. 00 is the padding to fulfill 6 bytes of data section required. FA32 is the level AD value. Level 0%~100% equals with 000000~00FFFF.
8.5 Read Level Percent
Request: From device to sensor.
ASCII: $!DO0139
Hex: 24 21 44 4F 30 31 33 39 0D 0A
$! is header, DO is command, 01 is sensor id, 39 is end.
Reply: From sensor to device
ASCII: *RFV01000.0198
Hex: 2A 52 46 56 30 31 30 30 30 2E 30 31 39 38 0D 0A
* is header, RFV is reply command. 01 is sensor id. 000.01 is the level value in percent. Max is 100.00.
Notes: The protocol maybe update without notification. Please contact with us for the latest protocol.
9 Analog Value Interpretation
For the analog output, it is 0-5V map to 0-100cm linearly. For example, if the output is 2.5V, then the
level is 50cm.
Please notified that, there is voltage lost on the cables. So if the controller box output 2.5V, maybe
your device can only get 2.4V after the signal cable transmission.
Delivery : DHL / UPS / FedEx / EMS
Package:
Company Profile:
Dingtek Technology Group locates in china and has three branches in Beijing,Qingdao,and Hongkong.It has independent R&D center,production center and 24 hour quick response service network.
Since 2006,Dingtek has been focused on embedded system development,automation research and application.Our main business covers sensors design and manufacturing,embedded system design and development,complicated system integration and etc.the application covers automation,automotive,locomotive,new energy.
Besides the standard products,we also offer ODM/OEM for customers’ special requirement.Not only software design,but also hardware design.we provide not only products,but also satisfactory service!
Warranty
We warrants this quality product to be free of defects in material and workmanship for a period of 12 months from the date of purchase. During the period, we will repair or replace the product at no charge for partsor labor. But the shipment fee will be shared by the buyer (one party 50%).
The time period of this warranty starts from the date of the original purchase and expires on the first anniversary date of purchase.
No express or implied warranty is made for any defects in this product which result from accident, abuse, misuse, failure to operate the product in accordance with relevant instructions, neglect, immersion in or exposure to chemicals or liquids, extremes of climate, fungus, excessive wear and tear/cosmetic damage and defects resulting from other extraneous causes such as unauthorized disassembling, repair or notification.
This warranty shall not extend to any incidental or consequential damages arising from the purchase, use or inability to use this product .
The laws of some countries and some States thereof do not allow the limitation of incidental or consequential damages, so the above limitation or exclusion may apply to you.
Our team:
Certification
Some feedback from customer:
FAQ
1.What is the output of the sensor?
it have RS485, RS232, 0-5V, wireless (optional) output. Wireless Optional for zigbee, wifi, GPRS, UMTS.
2.Whether need drill a hole in the tank?
yes,it no need drill a hole in the bottom of the tank.
3. What is the measuring range of the sensor?
this sensor measure range is 10-5000mm.
4.Can this ultrasonic sensor connect to GPS Tracker?
Yes,it is ok.our ultrasonic sensor can connect Gps Tracker.
Welcome to inquire about our products, Anytime
Contact Us
- Beijing Dingtek Technology Corp., Ltd.
- Contact nameJingqi Wang Chat Now
- Phone86-10-64718863
- AddressRoom 908, South Area, Floor 8, Bldg. 122, Nanhu Dongqu
Product Categories
Electric Car | GPS Tracker | Industrial PC | Internet of Things |
Level Sensor | New Products | Temperature &Humidity Sensor |
New Products
-
F300 fuel water tank level monitoring sensor capacitive water level sensor with 0-5v output high quality and resolution
-
F300 oil milk water fuel level capacitive level sensor 0-5v fuel level sensor capacitive fuel level monitoring
-
F300 water tank level monitoring digital output rs232 rs485 for gps tracking capacitive liquid level sensor
-
F300 2016hot sale capacitance fuel tank level sensor diesel fuel level sensor with 0-5v rs232 rs485 4-20ma output
-
F300 High accuracy liquid level measuring sensor/oil level sensor water tank level transducer
-
F300 capacitive liquid level sensor capacitance fuel tank level sensor generator/single pipe sensor
-
F300 resistive fuel level sensor capacitive liquid level sensor electronic water level sensor level transducer with high quality
-
F300 capacitive level sensor/stainless steel oil level sensor with analog/digital output high resolution water level sensor
-
F300 hot water level sensor fuel level monitoring device with high resolution and precision analog output
-
F300 Capacitance fuel level monitoring sensor resistive fuel level sensor Water diesel oil level sensor for fuel consumption
-
DT300 Digital water temperature detector factory
-
integrated temperature & humidity sensor
-
integrated temperature & humidity sensor. with customized design
-
DS200 Digital analog output soil temperature electronics soil thermometer
-
DS200 Digital analog output soil temperature electronics soil humidity meter
-
DS100 4-20mA output soil moisture and temperature electronics sensor factory in china
-
DS200 Digital analog output soil temperature electronics soil humidity sensor
-
DS200 Resisant stainless steel stable temperature humidity meter moisture sensor with high accuracy
-
DS200 Resisant stainless steel stable wireless soil moisture meter soil humidity and temperature sensor with high accuracy
-
DS200 Digital analog output soil temperature electronics soil ph moisture meter
-
DS200 New type wireless soil moisture sensor analog&digital soil humidity and temperature sensor with high accuracy
-
DS200 Digital analog output soil temperature electronics soil sensor
-
DS200 Digital analog output soil temperature electronics soil moisture meter
-
DS200 Digital analog output soil temperature electronics digital soil moisture meter
Popular Searches
- dust sensor
- pir sensor
- photo sensor
- Auto Sensors
- car sensor
- pressure sensor
- truck sensor
- abs sensor
- speed sensor
- Abs Wheel Speed Sensor
- Camshaft Position Sensor
- Crankshaft Position Sensor
- Oil Pressure Sensor
- Map Sensor
- automatic door sensor
- auto sensor
- magnetic sensor
- powerful transducer
- ultrasonic transducer
- touch switch
- Sound Control Switch
- Detector Switch
- photocell
- microwave sensor
- Photoelectric Switch
- Sensor Switch
- thermister
- automatic sensor
- sensing
- heat sensor
Recommended Products
- Sauter-Cumulus 361951020 Sauter-Cumulus BUN020F300
- Sauter-Cumulus DSF158F001/259999/29215/296936/214120/292001/292002
- Sauter DSB152F001-Sauter Pressure Sensor DSB158F931 DSF152F001 DSB146F931 DSB143F001
- Custom grain truck weighing sensor weight rods Weight bar 7.5t 20t Load cell
- Agricultural grain trailer install IP65 alloy steel custom load cells weight sensor 30T
- Grain Van Custom IP65 high quality Versatile Round Load Bar for agricultural trailer front axle
- Feed mixer truck custom manufacture IP65 alloy steel load cells for agriculture grain trailers
- Custom agriculture IP65 alloy steel load cell TMR feed processing mixer wagon machines
- Accurate, dependable and affordable weighing load cells used in agricultural applications
- Factory Direct Alloy Steel 7.5t Weighing Loaded Cells For Fodder
- Smart Agriculture seeder row units with force load cells 1T 2T
- Weigh bar high accuracy weighing solutions was developed for the customer's grain cart
Find Similar Products By Category
- Electrical & Electronics > Sensor > Pressure Sensor
- Please Enter your Email Address
- Please enter the content for your inquiry.
We will find the most reliable suppliers for you according to your description.
Send Now-
Jingqi Wang
Welcome to my shop, I'm glad to serve you. Please feel free to send me any questions you may have.
Your message has exceeded the limit.
- Contact supplier for lowest price
- Customized Request
- Request Sample
- Request Free Catalogs
Your message has exceeded the limit.
-
Purchase Quantity
-
*Sourcing Details
Your inquiry content must be between 10 to 5000 characters.
-
*Email
Please enter Your valid email address.
-
Mobile