故障診断

70-0190
異常な音がする

便器洗浄後、タンク内部からのパタンという音ではないですか?

タンク内部に洗浄レバーハンドルから玉鎖で繋がっている排水弁があります。
レバーハンドルを廻すと排水弁が開き、タンク内の水が排出されます。
排出後に排水弁が閉じて水をタンク内に溜めます。
排水弁が閉じる際に「パタッ」と音がする訳ですので、便器の異常ではありません。
どのタンクでも排水弁が閉じるときには多少音の発生はあります。
NO4.GIF
お客様の問題は解決されましたでしょうか?
Powered by i-ask
Share

CLOSE

window.addEventListener('load',function() { const links = document.getElementsByTagName('a'); const listener = function(e) { const xdomain = ['jp.toto.com', 'order.toto.jp']; if (typeof URLSearchParams === 'undefined') return; if (!e.target.href) return; if (!xdomain.some(function(value) { return e.target.hostname.indexOf(value) !== -1})) return ; const params = new URLSearchParams((new URL(window.location)).search.slice(1)); const yclid = params.get('yclid'); if (yclid) { let lurl = new URL(e.target.href); let lparam = new URLSearchParams(lurl.search.slice(1)); lparam.set('yclid', yclid); lurl.search = lparam.toString(); e.target.href = lurl.toString(); } }; for (let i = 0; i< links.length; i++) links[i].addEventListener('click', listener); });