一、洗衣房设备内筒洗衣时,不要去装卸衣物,防止操作者被卷入。严谨儿童靠近洗衣房设备。
二、经常检查洗衣房设备系统控制系统,防止接触器粘连导致蒸汽发生器连续加热、增压,因为不必要的事故隐患。
三、洗衣房设备使用的某些溶剂具有低毒性,保持室内通风,经常检查洗衣房设备易漏部位,防止跑冒滴漏。
四、按用电安全要求合理用电,不要存在插座电流超载,电流不够等问题。
五、洗衣设备洗涤不要过度超载,防止洗衣设备电机烧坏,转速下降,设备老化等问题。
洗衣房设备的常见问题也不是很多,只要大家按照以上几点操作,就能延长洗衣房设备的使用寿命,还可以保证自我人生安全。

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