Non-contact Water / Liquid Level Sensor XKC-Y25-NPN (24V)
เซ็นเซอร์วัดระดับน้ำ/ของเหลว แบบไร้สัมผัส นำไปแปะไว้ในจุดที่ต้องการวัด เช่นแปะไว้ตรงระดับของถังน้ำที่ต้องการวัด เมื่อน้ำสูงถึงระดับที่เซ็นเซอร์แปะอยู่ ก็จะตรวจจับได้ ไฟสีแดงบนเซนเซอร์ติด ให้สัญญาณเอาต์พุตออกมาเป็นค่า 0 หรือ 1 สามารถวัดทะลุถังน้ำได้หนาสูงสุดถึง 13mm ใช้ไฟเลี้ยงได้ในช่วงกว้าง 24V
หมายเหตุ:
วัดระดับน้ำผ่านผนังภาชะบรรจุที่ไม่ใช่โลหะ (non-metallic) ได้หลากหลายเช่นพลาสติก แก้ว เซรามิค และอื่นๆ
Description:
Intelligent non-contact liquid level sensor (here in after referred to as the liquid level sensor) adopted the advanced signal processing technology and high-speed signal processing chip, broke through the vessel wall thickness, the influence of realized in an airtight container level of real non-contact detection.Liquid level sensor (probe) installed on the outer wall of the container to be tested on the lower part (level of high and low), non-metallic containers without the hole, easy to install, do not affect production. Can realize various toxic substances of high pressure airtight container, strong acid, strong alkali and all kinds of liquid level detection.The material of liquid level sensor for liquid medium and container no special requirements, can be widely used.
Characteristics: 1.Input Voltage: DC 24V2.Power Consumption: 5mA3.Output Voltage (high level): InVCC4.Output Voltage (low level): 0V5.Output Current: 1-50mA6.Response Time: 500ms7.Operating Ambient Temperature: 0~100 Celsius8.Sensor Thickness (sensitivity) Range: 0-20mm9.Communication: NPN10.Humidity: 5%-100%11.Material: ABS12.Waterproof Performance: IP67Features:1. It is applicable to non-metal outer wall not necessary to directly contact with liquid so that it can avoid liquid corrosion of strong acid or alkali, or the influence by scale or other impurities.2. Intelligent liquid level benchmark adjustment and liquid level memory function, liquid level status display way, it can achieve multi-point serial connection; support NPN output.3. Accurate and stable detection, it can detect boiling water liquid surface.4. Pure electronic structure, non-mechanical operation way; and it has stable performance and long life.5. High stability, high sensitivity, strong anti-interference capacity; it will not be affected by power frequency interference and common mode interference due to special disposals so as to compatible with 5-24V power adapter.6. Strong compatibility, and it can penetrate into non-metal tube, such as plastic, glass, ceramic etc. Its sensing tube wall thickness can be up to 12mm; liquid, powders, particulates all can be detected.7. Open collector output way, wide range of voltage (5-24V), and it is applicable to connect various circuit and product applications.Connection:1.Brown wire (VCC); power 5-24V (connects power positive)2.Yellow (OUT); signal output3.Black wire (M); output level (positive output or negative output) control When black wire connects high level, yellow wire is positive output signal wire; if there is induction, it will output high level (NPN-operate); if there is no induction, it will output low level (NPN-disconnect) When black wire connects low level, yellow wire is negative output signal wire; if there is induction, it will output low level (NPN-disconnect); if there is no induction, it will output high level (NPN-operate)4.Blue wire (GND); ground wire (connects power negative)Sensitivity Adjustment:
- Open the back cover of the sensor head, use small screwdriver to adjust the sensitivity knob
- If counter clockwise rotate the knob, it will increase sensitivity, otherwise, it will decrease the sensitivity.
การต่อสาย กับ Arduino และ โค๊ดตัวอย่าง
- สายสีน้ำตาล - VCC 5-12V
- สายสีน้ำเงิน - GND
- สายสีเหลือง - A0
void setup() {
// initialize serial communication at 9600 bits per second:
Serial.begin(9600);
}
// the loop routine runs over and over again forever:
void loop() {
// read the input on analog pin 0:
int sensorValue = analogRead(A0);
// print out the value you read:
Serial.println(sensorValue);
delay(500); // delay in between reads for stability
}
สำหรับ XKC-Y25-V (NPN), XKC-Y25-T12Vสำหรับ XKC-Y25-PNP