全自动洗脱机脱水异常如何检修一般工作情况下,全自动洗脱机所出现的脱水异常主要表现为脱水桶不转及脱水桶跟转,那么究竟是何原因导致以下故障频繁发生呢?小编总结出以下几点。
1、脱水电动机或启动电容已损坏;
2、脱水电动机减速离合器抱轴;
3、脱水传动机构已损坏;
4、安全盖及安全开关失常。
全自动洗脱机在实际检修过程中发现,该类故障安全开关不良引起脱水桶异常的故障较多,因为脱水桶的安全开关开关频繁,大多通过拉带进行控制,容易出现错位、接触不良和锈蚀等现象,检修时应作为重点。

航星洗涤机械(泰州)有限公司 备案号:苏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;