工业洗涤机门圈或皂盒处漏水?
工业洗涤机一定要使用低泡洗衣粉并且量要非常少,用量过多时会产生泡沫,泡沫会从门圈和皂盒中溢中,只需要使用低泡洗涤剂,并减少洗涤剂的用量就可以解决。
洗涤机在跳动?
工业洗涤机有运输固定螺丝固定内筒,在使用前一定要拆掉后才能使用,否则减振系统不能工作,就会发生非常大的振动。
为什么洗衣服时看不见什么水?
工业洗涤机的洗涤原理是靠摔打,当水量过多时不仅浪费水,还无法形成有效的摔打。但在漂洗时会增加水量,所以不用担心最终的效果。
是否可以把热水倒入到工业洗涤机中洗涤?
如果有需要我们可以人工倒入热水,但水温不能超过50度,因为水温过高会损伤工业洗涤机外桶等部件
为什么倒水工业洗涤机中,通电且启动,为什么工业洗涤机不转动呢?
工业洗涤机有一个**的保护水位,当水位过低时洗涤机不会启动,此时多加入一些水就可以运行了,建议**的方式还是上下水管接好,全自动操作就不存在此类问题了。

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