Home > Products > Level Sensor > F300 Capacitance fuel level monitoring sensor resistive fuel level sensor Water diesel oil level sensor for fuel consumption
F300 Capacitance fuel level monitoring sensor resistive fuel level sensor Water diesel oil level sensor for fuel consumption
- 1000 Piece / Pieces per Month
- beijing
- T/T Credit Card
You May Like
-
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
Product Details
Place of Origin | Beijing, China | Brand Name | capacitance sensor | |
Model Number | F300 | Usage | Level Sensor | |
Theory | Capacitance Sensor | Output | Other, capacitance sensor, Analog Voltage:0-5V , or Digital: RS 232/485 |
Product Description
F300Capacitance fuel level monitoring sensor resistive fuel level sensor Water diesel oil level sensor for fuel consumption
1 overview
The DF300 is one kind of high resolution capacitance level sensor, the resolution is 0.1%FS or 1mm (the bigger value). It is made of stainless steel 304 (optional for 316). It is robust for vibration, such as vehicle, generator, railway train and etc. Also it is good for bad quality liquid, such as sewage or other water.
It is applicable for the close container or open container or pool or river. As with RS485, it is easy to integrate into the embedded system or SCADA.
In order to realize remote monitoring, there are wireless module optional for DF300, including zigbee, Wifi, GPRS, 3G. Furthermore, GPS module is one optional for the DF300. As a result, DF300 can be used as gps tracker also.
2specifications
Length | 10-1000mm |
Resolution | 0.01mm |
Pressure | -0.1MPa~0.1MPa |
Sensor diameter | 16mm |
Output | Analog Voltage:0-5V , or Digital: RS 232/485 |
Voltage | DC 12~40V |
Explosion-proof | EXia II C T6 |
Mounting | Flange |
Media | Diesel |
4 Mechanical Drawing
5System Diagram
6Test Report
6.1 Device
F300, cylinder container, computer
6.2 Data
| Round I | Round II | Difference of Two Test | ||
| Batch | S/N | Unit(0.1%) | ||
Old Design | 140317 | 140317089 |
| 451 |
|
140317102 | 421 |
|
| ||
140317127 | 420 | 444 | 24 | ||
New Design | 150306 | 150306009 | 417 | 444 | 27 |
150306035 |
| 452 |
| ||
150424 | 150424005 | 392 | 417 | 25 | |
150424010 | 409 | 439 | 30 | ||
150424015 | 401 | 426 | 25 | ||
Max | 421 | 452 | 31 | ||
Min | 392 | 417 | 25 | ||
Mean | 410 | 439 | 29 | ||
Variation | 29 | 35 |
|
6.3 Conclusion
Variation for different batch <=3.5%
7 Installation & Cases
7.1 Installation
Before the installation, please check sensor and accessory,such as rubber blanket,screws and tools for drilling hole.
If your tank have a old probe sensor ,you need to remove ,then put the new sensor on your tank . Otherwise,you can directly go to next step.
Drill big hole on the tank according to the following diagram, diameter is 30-40mm. Then put the flange on the big hole, and position the small screw, then drill small hole for screw.
Put the glue on the rubber blanket ,then put it under the flange
Put the sensor in the tank at first ,screw to fix it
Connect the power line and signal line according to the definition
Notes: Mounting Position of the sensor should be close to the center of the tank, which can reduce the oil level slope and oil level wave when the vehicles are uphill and downhill.
The sensor is automatically calibrated, so no need to do special calibration.
Put the glue on the rubber blanket ,then put it under the flange
Put the sensor in the tank at first ,screw to fix it
Connect the power line and signal line according to the definition
8 Protocol (for RS232/485/wireless version)
The default baud rate is 9600bps, one start bit, eight data bit, one stop bit, no checksum bit.
8.1 Read Level AD Value
Request: From device to sensor.
ASCII: $!RY0151
Hex: 24 21 52 59 30 31 35 31 0D 0A
$! is header, RY is 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.2 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.
8.3 Set Sensor ID
Request: From device to sensor.
ASCII: $!ID0133
Hex: 24 21 49 44 30 31 33 33 0D 0A
$! is header, ID is command, 01 is sensor id, 33 is end.
Reply: From sensor to device
ASCII: *SID01OKOKOK39 or *SID01NONONO42
Hex: 2A 53 49 44 30 31 4F 4B 4F 4B 4F 4B 33 39 0D 0A
or 2A 53 49 44 30 31 4E 4F 4E 4F 4E 4F 34 32 0D 0A
* is header, SID is reply command. 01 is sensor id. OKOKOK means succeed. NONONO means failed.
8.4 Set damping parameter
Request: from computer to sensor
ASCII : $!Z40134
Z is command,01 is ID of sensor,
4 is damping sensor, the range is 1,2,3,4,5,6, . 1 is the smallest parameter, in this condition, the value will update quickest. 6 is the biggest value, in this condition, the fluctuation will be filtered mostly.
In hex : 24 21 5A 34 30 31 33 34 0D 0A
Reply: fro sensor to computer
ASCII : *SZN01OKOKOK54 is ok reply
*SZN01NONONO5D is fail reply
In hex : 2A 53 5A 4E 30 31 4F 4B 4F 4B 4F 4B 35 34 0D 0A
2A 53 5A 4E 30 31 4E 4F 4E 4F 4E 4F 35 44 0D 0A
Notes: The protocol maybe update without notification. Please contact with us for the latest protocol.
9.1 Naming Rules
9.2 Length Clarification
Standard export packing |
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.
If you interested in our products,please contact us:
Looking forward to cooperating with you
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
-
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
-
DS200 High quality analog and digital rs485 soil humidity and temperature sensor resistant steel material high stability
-
DS200 Stable resistant stainless steel soil temperature and humidity control device moisture meter with high resolution
-
DS100 4-20mA output soil moisture and temperature electronics sensor
-
DS100 digital analog output soil moisture electronics sensor
-
HT-1 Digital analog output soil temperature electronics high temperature humidity sensor
-
HT-1 Digital analog output soil temperature electronics rs232 temperature humidity sensor
-
HT-1 Digital analog output soil temperature electronics greenhouse temperature and humidity sensor
-
HT-1 Digital analog output soil temperature electronics humidity sensor 4-20ma
-
HT-1 digital analog output soil temperature humidity sensor switch
-
HT-1 Digital analog output soil temperature electronics Soil Thermometer
-
HT-1 Digital analog output soil temperature electronics humidity sensor
-
HT-1 Digital analog output soil temperature electronics temperature sensor humidity incubator
-
HT-1 Digital analog output soil temperature electronics wireless temperature and humidity sensor
-
HT-1 Digital analog output soil temperature electronics analog humidity sensor
-
HT-1 Digital analog output soil temperature electronics temperature humidity sensor usb
-
HT-1 Digital analog output soil temperature electronics humidity sensor alarm
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