G3/4 Water Flow Sensor 1-60L/min แรงดันต่ำกว่า 1.2 MPa (เซนเซอร์วัดอัตราการไหลของน้ำ)

G3/4 Water Flow Sensor 1-60L/min แรงดันต่ำกว่า 1.2 MPa (เซนเซอร์วัดอัตราการไหลของน้ำ)
G3/4 Water Flow Sensor 1-60L/min แรงดันต่ำกว่า 1.2 MPa (เซนเซอร์วัดอัตราการไหลของน้ำ)G3/4 Water Flow Sensor 1-60L/min แรงดันต่ำกว่า 1.2 MPa (เซนเซอร์วัดอัตราการไหลของน้ำ)
รหัสสินค้า AG00139
หมวดหมู่ วัดสภาพแวดล้อมและแก๊ส Environmental / Gas
ราคา 295.00 บาท
สถานะสินค้า พร้อมส่ง
จำนวน
ชิ้น
หยิบลงตะกร้า
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay

G3/4 Water Flow Sensor เป็น Sensor สำหรับวัดอัตราการไหลของน้ำ (น้ำกรด ด่าง และน้ำมันทุกประเภท ไม่สามารถใช้ได้) สามารถต่อกับท่อ PVC ขนาด 3/4 นิ้วได้ โดยที่สามารถวัด Flow rate ได้ช่วง 1~60 L/min โดยมี Hall-Effect Sensor ส่งสัญญาณ Pulse Signal ออกมา

หมายเหตุ: สติ๊กเกอร์อาจพิมพ์ต่างกันเล็กน้อยในแต่ละล็อตของสินค้าขึ้นอยู่กับโรงงานผู้ผลิต 

Specification 
  • Working voltage:                5V-24V  
  • Mini. working voltage          DC 4.5V
  • Max. working current          15mA (DC 5V)
  • External diameters:            26mm  
  • Flow rate range:                 1~60 L/min  
  • Operating temperature:      0°C ~80°C   
  • Liquid temperature:             <120°C   
  • Operating humidity:            35%~90%RH  
  • Operating pressure:           under 1.2Mpa  
  • Store temperature:             -25°C~+80°C 
  •  

ข้อมูลเสริม

ตัวอย่าง Arduino code

// reading liquid flow rate using Seeeduino and Water Flow Sensor from Seeedstudio.com
// Code adapted by Charles Gantt from PC Fan RPM code written by Crenn @thebestcasescenario.com
// http:/themakersworkbench.com http://thebestcasescenario.com http://seeedstudio.com
 
volatile int NbTopsFan; //measuring the rising edges of the signal
int Calc;
int hallsensor = 2; //The pin location of the sensor
 
void rpm () //This is the function that the interupt calls 
{
NbTopsFan++; //This function measures the rising and falling edge of the 
 
hall effect sensors signal
}
// The setup() method runs once, when the sketch starts
void setup() //
{
pinMode(hallsensor, INPUT); //initializes digital pin 2 as an input
Serial.begin(9600); //This is the setup function where the serial port is 
 
initialised,
attachInterrupt(0, rpm, RISING); //and the interrupt is attached
}
// the loop() method runs over and over again,
// as long as the Arduino has power
void loop ()
{
NbTopsFan = 0; //Set NbTops to 0 ready for calculations
sei(); //Enables interrupts
delay (1000); //Wait 1 second
cli(); //Disable interrupts
Calc = (NbTopsFan * 60 / 5.5); //(Pulse frequency x 60) / 5.5Q, = flow rate 
 
in L/hour
Serial.print (Calc, DEC); //Prints the number calculated above
Serial.print (" L/hour\r\n"); //Prints "L/hour" and returns a new line
}

 

 

วิธีการชำระเงิน

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1695]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2118
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,375,394 ครั้ง
ผู้ชมทั้งหมด5,878,472 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท6 ก.ย. 2568

MEMBER

พูดคุย-สอบถาม