

毛巾甩干机是洗涤机械设备中的一种,一般在衣物、纺织物品、农作物等物品洗涤之后,用于除水过程。脱水之后再利用烘干机加以烘干,则可以达到理想的干燥效果。
毛巾甩干机技术参数:
型号Type | SS-500 | SS-600 | SS-800 | SS-1000 | SS-1200 | SS-1500 |
转鼓直径(mm) Drum diameter | 500 | 600 | 800 | 1000 | 1200 | 1500 |
转鼓高度(mm) Drum height | 260 | 300 | 340 | 380 | 480 | 600 |
主轴转速(r/min) Drum speed | 1000 | 1000 | 910 | 900 | 750 | 750 |
电机功率(Kw) Motor power | 1.1 | 2.2 | 4 | 5.5 | 7.5 | 10 |
**容量(Kg) Max.capacity | 25 | 45 | 80 | 130 | 220 | 500 |
外形尺寸(mm) Overall dimensions | 1000x1000 x650 | 1250x1250 x700 | 1500x1500 x800 | 1800x1800 x900 | 2000x2000 x1000 | 2550x1950 x1400 |
航星洗涤机械(泰州)有限公司 备案号:苏ICP备19052237号-7
苏公网安备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;