螺丝甩油机是采用机械离心的原理,通过内筒高速的旋转,将油甩出去,并进行收集的装置。适合于小五金、铁屑干燥、脱水、脱油,如电镀零件、钟表零件、餐具、弹簧、五金、塑料、电子行业等
技术参数
| 型 号 | 35型/70型 |
| **载重kg | 35/70 |
| 35型/70型内滚筒尺寸mm | 400×300/500×400 |
| 35型/70型外形尺寸mm | 650×800×800/ 800×1000×850 |
| 电机功率kw | 0.75/1.1 |
| 电压 v | 380/380 |
| 转速(转/分) | 655/ 551 |
| 发热器功率kw | 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;