预洗:一般情况下预洗是在水洗机外部的预洗池或者预洗盆进行,也可以在水洗机内进行预洗;预洗的主要目的是去除那些水溶性污渍,这样可以降低主洗的难度,减少主洗洗涤剂的使用量。
主洗:这一阶段是去除油污、血渍等顽固性污渍和不溶于水的污渍,通过水洗机的机械作用力、强力洗衣粉以及高温加热来达到去除污渍的效果。
过水:过水的主要目的,一是把已经从布草上分离的污渍给排除掉,二是漂 洗布草中剩余的洗涤剂含量;如果布草中碱性物质太高,会损坏布草的纤维。
整理(柔顺、上浆):布草不仅要洗涤干净,手感上和感官上都要满足,使用柔顺剂可以使布草手感柔软,如果使用上浆剂可以使布草看起来挺括。
脱干:脱干及脱水,它的目的跟我们平常使用家用洗衣机脱水目的是一样的,加快布草干燥的速度,如果布草不进行熨烫折叠等程序,一般烘干完的布草通风十分钟即可使用。

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