工业用洗衣机主要清洗的对象为酒店、宾馆等客房部的布草,而在日常清洗这些布草的时候,难免会发生一些问题,今天我们就给大家总结下,最为常见的几点:
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;