1、使用工业洗衣机发现门圈处或洗涤盒处漏水?
**使用发现门圈处漏水,可检查舱门是否密闭关严,是否有异物夹杂在舱门全的密封垫上。同时要使用低泡洗涤剂,将洗涤剂放入洗涤盒,不宜一次性放入过多。
2、使用洗衣机脱水时洗衣机在来回晃动。
工业洗衣机内筒由全悬浮减震系统支撑固定,在使用前一定要检查是否正常,否则减振系统不能工作,就会发生非常大的振动。
3、为什么洗衣服时看不见什么水?
工业洗衣机的洗涤原理是靠摔打,当水量过多时不仅浪费水,还无法形成有效的摔打。但在漂洗时会增加水量,所以不用担心最终的效果。
4、是否可以把热水倒入到洗衣机中洗涤?
如果有需要可以直接加入热水,但需要注意水温适当。
5、为什么我自己倒水倒入洗衣机中,通电且启动,为什么洗衣机不转动呢?
全自动洗衣机都有一个**的保护水位,当水位过低时洗衣机不会启动,此时多加入一些水就可以运行了,建议好的方式还是上下水管接好,全自动操作就不存在此类问题了。

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