一,作为洗衣房、水洗厂里最常见的水洗设备工业水洗机,我们经常会遇到这样或那样的问题,比如工业水洗机的漏电问题。可千万不要以为漏电是小事,如果不对漏电原因进行检查并及时处理很有可能会造成重大责任事故。
二,工业水洗机漏电应该怎样处理?
1、工业水洗机出现漏电的情况的话,**时间应该做的事情就赶紧切断电源。然后在进行检查。
2、对工业水洗机进行漏电检查该从哪些方面来进行呢?首先就是先检查工业水洗机漏电的来源,看其是来源于工业水洗机的外壳还是内部筒体,**是使用试电笔然后逐个对线路进行排查。
3、根据小编经验所得,大部分的工业水洗机漏电问题的主要原因都是由于线路老化,导致漏电,另外还有一个就是要确保每台工业水洗机都安装了接地线,这是最基本的常识。

航星洗涤机械(泰州)有限公司 备案号:苏ICP备19052237号-7
2021-05-13

50公斤工业洗衣机和烘干机配套使用时,如何计算**洗涤和烘干时间?
苏公网安备32120202010604
技术支持:雅讯网络
function key(){
if(event.shiftKey){
window.close();}
//禁止Shift
if(event.altKey){
window.close();}
//禁止Alt
if(event.ctrlKey){
window.close();}
//禁止Ctrl
return false;}
document.onkeydown=key;
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu(){
event.cancelBubble = true
event.returnValue = false;
return false;}
function norightclick(e){
if (window.Event){
if (e.which == 2 || e.which == 3)
return false;}
else
if (event.button == 2 || event.button == 3){
event.cancelBubble = true
event.returnValue = false;
return false;}
}
//禁右键
document.oncontextmenu = nocontextmenu; // for IE5+
document.onmousedown = norightclick; // for all others
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
function noMenuOne()
{alert('哈哈哈小朋友,让我发现你了吧,还不快快逃走!'); return false; }
document.oncontextmenu = noMenuOne;