จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(typeof focus_pdata.price_list[idx+1] == 'undefined')?('≥ '+price_row.min_quantity):((price_row.min_quantity < (focus_pdata.price_list[idx+1].min_quantity - 1))?(price_row.min_quantity+' - '+(focus_pdata.price_list[idx+1].min_quantity - 1)):price_row.min_quantity)}} | {{number_format(((focus_pdata.price_old === null)?focus_pdata.price:focus_pdata.price_old) - price_row.price,2)}} บาท | {{number_format(price_row.price,2)}} บาท |
คงเหลือ | ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | วัดอัตราการไหล / Flow meter sensor |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
|||||||||||||||||||||
รายละเอียดสินค้า |
เซ็นเซอร์วัดการไหลของน้ำ YF-S201 1-30L/min แรงดัน 1.75MPa สำหรับท่อ 1/2" flow meter flowmeterเซ็นเซอร์วัดการไหลของน้ำประกอบด้วยตัววาล์วพลาสติก, โรเตอร์น้ำ, และเซ็นเซอร์ฮอลล์เอฟเฟคต์ เมื่อมีน้ำไหลผ่านโรเตอร์, โรเตอร์จะหมุน ความเร็วในการหมุนจะเปลี่ยนไปตามอัตราการไหล เซ็นเซอร์ฮอลล์เอฟเฟคต์จะส่งสัญญาณพัลส์ที่สอดคล้องกันออกมา เซ็นเซอร์นี้เหมาะสำหรับการตรวจจับการไหลในเครื่องจ่ายน้ำหรือเครื่องชงกาแฟ เรามีไลน์ผลิตภัณฑ์เซ็นเซอร์วัดการไหลในขนาดต่าง ๆ ให้เลือกใช้ตามความต้องการของคุณคุณสมบัติ:
สเปค:
การใช้งาน:
วงจร:
ตัวอย่างการต่อกับ Arduino Uno ![]() ตัวอย่าง Code 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 } 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 / 7.5); //(Pulse frequency x 60) / 7.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 } ![]() ![]() ![]() ![]() |
|||||||||||||||||||||
เงื่อนไขอื่นๆ |
|
|||||||||||||||||||||
Tags |
หน้าที่เข้าชม | 2,073,369 ครั้ง |
ผู้ชมทั้งหมด | 1,334,095 ครั้ง |
ร้านค้าอัพเดท | 8 ก.ย. 2568 |