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;