全自动工业洗衣机是洗衣房比较常用的设备之一。很多洗衣房经营者都比较关心的问题是使全自动工业洗衣机更加节能的注意细节有哪几点?下面小编就和您分析一下:
使全自动工业洗衣机更加节能的注意细节有哪几点
1,使用时,一定要严格按照设备的使用说明书进行操作,就能减少故障的发生率。
2,洗涤时,一定要采用良好的洗涤溶剂。不要随意的更换洗涤溶剂,更不要把不同规格的洗涤溶剂混合在一起使用。
3,操作前,要检查清楚电源线的情况,一旦发现有漏电的现象,就需要及时进行维修,就能保证设备的正常运转了。
4,一次性投入的衣物不宜超过全自动工业洗衣机机筒容量的80%,更不能低于50%。适当即可。
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;