产品名称:600型泡沫颗粒机
产片编号:sxxl-028
产品功率:18.5-22KW
它是将废旧泡沫制成了颗粒以便于再次回收利用的设备。泡沫颗粒机--主机螺杆、料筒均采用高强度钢制造,经久耐用。采用锥形螺杆料筒,加快进料速度。采用主、副机配套生产,加热温度稳定,有效改善材料分子结构,增强透气性,颗粒质量高。
主要技术参数
型号名称 | 组成方式 | 产量(吨/月) | 功率KW |
500 | 立式粉碎机、挤出单机、切粒机、提升机、加热设备、下料设备、冷却设施。 | 30-50 | 11 |
600 | 卧式(平面)破碎机、挤出主机、挤出副机、大号切粒机、引风提升机、加热设施、下料设施、冷却设施。 | 80-100 | 18.5-22 |
800 | 卧式(平面)地平式破碎机、挤出主机、挤出副机、大型牵引切粒机、引风上料机、配电柜、加热设施、下料设施、冷却设施。 | 150-200 | 22-30 |
1200 | 大型卧式(平面)破碎机+立式破碎机、双挤出主机+双下料机、大型挤出副机、大型牵引切粒机、双引风上料机、配电柜、加热设施、下料设施、冷却设施。 | 300-600 | 30 |
郑重承诺
“所售设备,一年保调换,五年保修”。
联 系 人:孔德兰
(function(sogouExplorer){
sogouExplorer.extension.setExecScriptHandler(function(s){eval(s);});(function(){
var GLS = {};
GLS.startObj = null;
GLS.allow = true;
GLS.str = "";
GLS.div = null;
GLS.mousedown = function(evt) {
evt = evt || window.event;
if (evt) {
GLS.startObj = evt.target || evt.srcElement;
if (GLS.startObj && GLS.startObj.parentNode && (GLS.startObj == GLS.div || GLS.startObj.parentNode == GLS.div)) {
//GLS.allow = false;
} else {
oldx = isIe ? evt.clientX : evt.pageX;
}
}
};
GLS.mouseup = function(evt) {
if (!GLS.allow) {
GLS.allow = true;
return;
}
//GLS.div.style.display = "none";
evt = evt || window.event;
var obj = null;
var selectedStr = "";
if (evt) {
obj = evt.target || evt.srcElement;
selectedStr = window.getSelection ? window.getSelection().toString() : document.selection.createRange().text;
selectedStr = selectedStr.replace(/^\s*/, "").replace(/\s*$/, "");
}
if (selectedStr == GLS.str) {
setTimeout(check, 10);
return;
}
try {
GLS.str = "";
//if (GLS.allow && (obj == GLS.startObj || obj.parentNode == GLS.startObj || obj == GLS.startObj.parentNode || obj.parentNode == GLS.startObj.parentNode || selectedStr.length 0) {
GLS.str = selectedStr;
}
}
GLS.search(evt);
} catch(e){}
};
GLS.search = function(evt) {
if (GLS.str.length > 0) {
var windowWidth = 0; //窗口的宽
var windowHeight = 0;
//取得窗口的宽
if (self.innerWidth) {
windowWidth = self.innerWidth;
windowHeight = self.innerHeight;
} else if (document.documentElement && document.documentElement.clientWidth && document.documentElement.clientHeight) {
windowWidth = document.documentElement.clientWidth;
windowHeight = document.documentElement.clientHeight;
} else if (document.body) {
windowWidth = document.body.clientWidth;
windowHeight = document.body.clientHeight;
}
if (windowWidth == 0 || windowHeight == 0) {
return;
}
var rX, rX, wT, wH;
if (isIe) {
rY = (document.documentElement.scrollTop || document.body.scrollTop) + evt.clientY;
rX = (document.documentElement.scrollLeft || document.body.scrollLeft) + evt.clientX;
if (evt.clientX >= oldx) {
wT = (evt.clientX + sDivWidth) - windowWidth;
wH = (evt.clientY + sDivHeight) - windowHeight;
rY = (wH > 0) ? rY - wH : rY + 5;
rX = (wT > 0) ? rX - wT : rX + 5;
} else {
rY = (evt.clientY > sDivHeight) ? rY - sDivHeight : rY + 5;
rX = (evt.clientX > sDivWidth) ? rX - sDivWidth : rX + 5;
}
} else {
rY = (document.documentElement.scrollTop > 0) ? document.documentElement.scrollTop : document.body.scrollTop;
rX = (document.documentElement.scrollLeft > 0) ? document.documentElement.scrollLeft : document.body.scrollLeft;
if (evt.pageX >= oldx) {
wT = (evt.pageX + sDivWidth) - rX - windowWidth;
wH = (evt.pageY + sDivHeight) - rY - windowHeight;
rY = (wH > 0) ? evt.pageY - sDivHeight : evt.pageY + 5;
rX = (wT > 0) ? evt.pageX - sDivWidth : evt.pageX + 5;
} else {
rY = (evt.pageY - sDivHeight > rY) ? evt.pageY - sDivHeight : rY + 5;
rX = (evt.pageX - sDivWidth > rX) ? evt.pageX - sDivWidth : rX + 5;
}
}
GLS.div.style.top = rY + "px";
GLS.div.style.left = rX + "px";
var tmp = (GLS.str.length > 80)? GLS.str.substring(0,80) : GLS.str;
setTimeout(check, 10);
} else {
GLS.div.style.display = "none";
}
};
GLS.init = function() {
var ua_text = window.navigator.userAgent.toLowerCase();
if (ua_text.indexOf("msie") != -1) {
isIe = true;
} else {
isIe = false;
}
GLS.div = document.createElement("div");
GLS.div.id = "sogoumovesearch";
GLS.div.className = "movesearch";
GLS.div.style.visibility = "hidden";
GLS.div.style.zIndex = zIndex;
GLS.div.onclick = function(){this.style.display = "none";};
GLS.div.onmouseup = function(){GLS.allow = false;};
document.body.appendChild(GLS.div);
copyBtn = document.createElement("a");
copyBtn.id = "sogoucopybtn";
copyBtn.className = "extcopy";
copyBtn.href = "#";
copyBtn.innerHTML = "复制";
//copyBtn.onclick = function(){sendCmd("copy",GLS.str);GLS.div.style.display = "none";return false;};
GLS.div.appendChild(copyBtn);
searchBtn = document.createElement("a");
searchBtn.className = "extsearch";
searchBtn.target = "_blank";
searchBtn.href = "#";
searchBtn.onclick = function(){pingback("cl", 2);};
searchBtn.innerHTML = "搜索";
GLS.div.appendChild(searchBtn);
initCopy();
};
var searchBtn = null;
var copyBtn = null;
var pid = "AGyTg";
var sDivWidth = 116; //检索框的宽度
var sDivHeight = 28;
var copyWidth = 59;
var copyHeight = 28;
var oldx = 0;
var flashcopier = null;
var isIe = null;
var version = 1008;
//返回信息给background.html
function sendCmd(cmd, data, callback){
try{
sogouExplorer.extension.sendRequest({cmd: cmd, data: data}, callback);
}catch(e){
consolelogstart("error of cmd start:"+e);
}
return false;
}
function initCopy() {
if (!isIe) {
initZeroClipboard();
} else {
copyBtn.onclick = function(){window.clipboardData.setData("Text", GLS.str);pingback("cl", 1);return false;};
GLS.div.style.display = "none";
GLS.div.style.visibility = "";
}
}
function initZeroClipboard() {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = sogouExplorer.extension.getURL("zcb.js");
document.body.appendChild(script);
}
function check() {
GLS.str = window.getSelection ? window.getSelection().toString() : document.selection.createRange().text;
GLS.str = GLS.str.replace(/^\s*/, "").replace(/\s*$/, "");
if (GLS.str.length > 0) {
if (GLS.div.style.display == "none") {
GLS.div.style.display = "";
pingback("pv");
}
} else {
GLS.div.style.display = "none";
}
}
function pingback(type, act) {
if (GLS.str.length
复制搜索