Non-contact Water Level Sensor - XKC-Y26-V(5-24V)
-
RM45.00
- Product Code: XKC-Y26-V
- Availability: In Stock
A liquid level sensor is used to measure the level of a liquid in a storage tank or other container. It’s versatile enough to utilize for liquids of many kinds, from water and oil to chemicals. Tanks, reservoirs, and process control systems may all benefit from liquid-level sensors. They are used in industrial, commercial, and residential areas for monitoring and controlling the flow of liquids.
In general, liquid flow sensors are used to track and control the flow of liquids in different systems and processes. They can be used to optimize efficiency, reduce waste, and ensure safety.
Specifications:
Sensitivity:
Pipe outer diameter D(mm) | Sensing wall thickness L(mm) |
D ≥ 100 | L: 20±2 |
100>100 ≥ 80 | L: 15±2 |
80>100 ≥ 60 | L: 12±2 |
60>100 ≥ 40 | L: 7±1 |
40>100 ≥ 30 | L: 5±1 |
30>100 ≥ 20 | L: 3±1 |
20>100 ≥ 10 | L: 1.5±0.5 |
XKC-Y26-V Non-contact Liquid Level Sensor Pinout:
Coding:
#define Liquid_Detection_Pin 2 //Output pin on sensor
void setup() {
Serial.begin(9600);
pinMode(Liquid_Detection_Pin, INPUT);
}
void loop() {
if (digitalRead(Liquid_Detection_Pin)) {
Serial.println("Liquid Detected!");
}
else {
Serial.println("No Liquid!");
}
delay(1000);
}
Tags: Water Level Sensor, Float Switch