

全自动无尘隔离式洗衣机背靠背的两道机门,使污染布草的装载和洁净布草的卸载从不同的两个门进出,从源头上避免了交叉感染。
全自动无尘隔离式洗衣机技术参数:
型号/参数 Model/parameters | XTQ-30FG | XTQ-50FG | XTQ-70FG | XTQ-100FG | |
额定洗涤量 | Max capacity (kg) | 30 | 50 | 70 | 100 |
外形尺寸 | Appearance size(H*W>< D) | ||||
高H(mm) | 1820 | 1820 | 1980 | 2050 | |
宽W(mm ) | 1320 | 1720 | 1520 | 1720 | |
深D(mm) | 1100 | 1100 | 1500 | 1550 | |
滚筒转速 | Drum speed(r/min) | 洗涤、均布、中脱、高脱转速根据需要由变频器设定 | |||
电机功率 | Electrtric power(kw) | 3 | 4 | 5.5 | 7.5 |
接口尺寸 | Interface | ||||
冷水进水口 | Cold water inlet (inch) | 1" | 1" | r | 1" |
热水进水口 | Hot water inlet (inch) | 1" | 1" | r | 1" |
蒸汽接口 | Steam interface (inch) | 1/2" | 3/4" | r | r |
排水口 | Drain (inch) | 3" | 3" | 4" | 4" |
重量 | Weight (kg) | 1900 | 2600 | 2800 | 3600 |
航星洗涤机械(泰州)有限公司 备案号:苏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;