1、当水洗机已经启动洗衣的任务时,千万不要再继续添加洗衣剂,因为机械已经把原有的洗衣粉都转溶化了,再继续添加只会白白浪费洗衣粉,毫无增强洁净的作用。
2、衣物不持久的放在水洗机中浸泡。因为衣服纤维中的尘垢在只需在水中浸泡15分钟左右,在这个时间段浸泡过的衣物上的污垢是最容易洗干净的,泡太久反而会让衣物变黄,而不是洗得更洁净。
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;