• Non-contact Water Level Sensor - XKC-Y26-V(5-24V)

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:

  • Model: XKC-Y26-V
  • Output: NPN
  • Input Voltage (InVCC): DC 5-24V
  • Current: 5mA
  • Output Voltage (high level): In VCC
  • Output Voltage (low level): 0V
  • Output Current: 1-100mA
  • Response Time: 500mS
  • Operating Temperature: 0 - 105℃
  • Induction Thickness (sensitivity): 0 - 13 mm
  • Communication: RS485
  • Humidity: 5% - 100%
  • Material: ABS
  • Ingress Protection: IP67

 

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:

  • VCC: Module power supply – 5V to 24V – Brown
  • OUT: Sensor Output – Yellow
  • GND: Ground – Blue
  • Mode: Mode pin (If it is Low, the output will be Active Low and if it is High, output will be Active High. If it is not connected, the output remains Active High)

 

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);
}

Write a review

Note: HTML is not translated!
    Bad           Good

 

Related Products

Tags: Water Level Sensor, Float Switch