工业洗衣机的温控器是控制洗涤液温度高低的控制元件。温控器有故障,不仅能影响加热过程,能影响洗涤过程。
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;