今天在 Youtube 上看到兩個自製抽水機的教學, 作法與取材都相當有創意. 第一個是使用塑膠罐, 瓶蓋, 注射筒等材料製作沉水式抽水機 :
# How to make a water pump DIY. Homemade pump
下面這部影片則是使用 PVC 水管來做 :
# How to make Powerful Water Pump 12volt With 775 Motor
不過我上回買一顆小型沉水式抽水機才 300 元, 如果要自製的話光是馬達就不只 300 元了.
PHP Warning: include(../db.php): failed to open stream: No such file or directory in /home/u865685xxx/public_html/cron/fetch_taifex_options_pcr.php on line 141
| 函數 | 說明 |
| ping() | 送出偵測訊號, 若收到回應傳回回應時間 (毫秒), 否則傳回 0. |
| ping_in() | 送出偵測訊號, 若收到回應傳回距離 (英吋), 否則傳回 0. |
| ping_cm() | 送出偵測訊號, 若收到回應傳回距離 (公分), 否則傳回 0. |
| ping_median([iterations]) | 重複送出偵測訊號 (預設 5 次), 傳回回應時間之中數 (微秒). |
| convert_in(echoTime) | 傳入毫秒數傳回距離 (英吋) |
| convert_cm(echoTime) | 傳入毫秒數傳回距離 (公分) |
| ping_timer(func) | 送出偵測訊號, 並呼叫 func 函數以檢查收到回應. |
| check_timer() | 檢查是否在指定距離內收到回應. |
| timer_us(freq, func) | 啟動計時器每 freq 微秒呼叫 func 函數 |
| timer_ms(freq, func) | 啟動計時器每 freq 毫秒呼叫 func 函數 |
| timer_stop() | 停止計時器. |